36 #ifndef __StepWedgeMesh_h 37 #define __StepWedgeMesh_h 71 #ifndef __gVirtualXRayConfig_h 75 #ifndef __PolygonMesh_h 79 #ifndef __ConstantValues_h 112 T aTotalLength = 10.0 *
cm,
114 T aFirstStepHeight = 1.0 *
cm,
115 T anOtherStepHeight = 0.1 *
cm,
116 int anIndexDataType = 0);
129 void create(
unsigned int aNumberOfSteps = 2,
130 T aTotalLength = 10.0 *
cm,
132 T aFirstStepHeight = 1.0 *
cm,
133 T anOtherStepHeight = 0.1 *
cm,
134 int anIndexDataType = 0);
145 #endif // __StepWedgeMesh_h void create(unsigned int aNumberOfSteps=2, T aTotalLength=10.0 *cm, T aWidth=1.0 *cm, T aFirstStepHeight=1.0 *cm, T anOtherStepHeight=0.1 *cm, int anIndexDataType=0)
Create a new step wedge.
Class to handle 3D meshes of step wedges.
PolygonMesh is a class to handle polygon (triangles) meshes.
const double cm
centimeter
StepWedgeMesh is a class to handle 3D meshes of step wedges.
Constant values, such as the Z number of different atoms, etc.
Class to handle polygon (triangles) meshes.
StepWedgeMesh(unsigned int aNumberOfSteps=2, T aTotalLength=10.0 *cm, T aWidth=1.0 *cm, T aFirstStepHeight=1.0 *cm, T anOtherStepHeight=0.1 *cm, int anIndexDataType=0)
Default constructor.