35 #ifndef __CuboidMesh_h 36 #define __CuboidMesh_h 71 #ifndef __gVirtualXRayConfig_h 78 #ifndef __PolygonMesh_h 109 double aHeight = 1.0 *
cm,
110 double aDepth = 1.0 *
cm,
111 int anIndexDataType = 0);
122 void create(
double aWidth = 1.0 *
cm,
123 double aHeight = 1.0 *
cm,
124 double aDepth = 1.0 *
cm,
125 int anIndexDataType = 0);
136 #endif // __CuboidMesh_h CuboidMesh(double aWidth=1.0 *cm, double aHeight=1.0 *cm, double aDepth=1.0 *cm, int anIndexDataType=0)
Default constructor.
Class to handle 3D meshes of cuboids.
void create(double aWidth=1.0 *cm, double aHeight=1.0 *cm, double aDepth=1.0 *cm, int anIndexDataType=0)
Create a new cuboid.
PolygonMesh is a class to handle polygon (triangles) meshes.
const double cm
centimeter
CuboidMesh is a class to handle 3D meshes of cuboids.
Class to handle polygon (triangles) meshes.