35 #ifndef __CylinderMesh_h 36 #define __CylinderMesh_h 69 #ifndef __gVirtualXRayConfig_h 76 #ifndef __PolygonMesh_h 114 double aHeight = 1.0 *
cm,
115 double aRadius = 0.5 *
cm,
116 int anIndexDataType = 0);
130 void create(
unsigned int aNumberOfSectors = 10,
131 double aHeight = 1.0 *
cm,
132 double aRadius = 0.5 *
cm,
133 int anIndexDataType = 0);
150 #endif // __CylinderMesh_h CylinderMesh is a class to handle 3D meshes of cylinders.
CylinderMesh(unsigned int aNumberOfSectors=10, double aHeight=1.0 *cm, double aRadius=0.5 *cm, int anIndexDataType=0)
Default constructor.
Class to handle 3D meshes of cylinders.
void create(unsigned int aNumberOfSectors=10, double aHeight=1.0 *cm, double aRadius=0.5 *cm, int anIndexDataType=0)
Create a new sphere.
PolygonMesh is a class to handle polygon (triangles) meshes.
const double cm
centimeter
Class to handle polygon (triangles) meshes.