KASKADE 7 development version
Public Member Functions | Public Attributes | List of all members
cuboid Class Reference

#include <cuboid.hh>

Detailed Description

Definition at line 3 of file cuboid.hh.

Public Member Functions

 cuboid ()
 
 cuboid (int x, int y, int z)
 
void createCuboid (std::vector< cube > cubes)
 
std::vector< Dune::FieldVector< double, 3 > > & getVerts ()
 
std::vector< std::vector< unsigned int > > & getTets ()
 

Public Attributes

std::vector< Dune::FieldVector< double, 3 > > vertices
 
std::vector< std::vector< unsigned int > > tetraeder
 

Constructor & Destructor Documentation

◆ cuboid() [1/2]

cuboid::cuboid ( )
inline

Definition at line 10 of file cuboid.hh.

◆ cuboid() [2/2]

cuboid::cuboid ( int  x,
int  y,
int  z 
)
inline

Definition at line 17 of file cuboid.hh.

Member Function Documentation

◆ createCuboid()

void cuboid::createCuboid ( std::vector< cube >  cubes)
inline

Definition at line 32 of file cuboid.hh.

Referenced by cuboid().

◆ getTets()

std::vector< std::vector< unsigned int > > & cuboid::getTets ( )
inline

Definition at line 86 of file cuboid.hh.

◆ getVerts()

std::vector< Dune::FieldVector< double, 3 > > & cuboid::getVerts ( )
inline

Definition at line 85 of file cuboid.hh.

Member Data Documentation

◆ tetraeder

std::vector<std::vector< unsigned int> > cuboid::tetraeder

Definition at line 7 of file cuboid.hh.

Referenced by getTets().

◆ vertices

std::vector<Dune::FieldVector<double, 3> > cuboid::vertices

Definition at line 6 of file cuboid.hh.

Referenced by getVerts().


The documentation for this class was generated from the following file: