17 #ifndef SURGSIM_MATH_SURFACEMESHSHAPE_INL_H 18 #define SURGSIM_MATH_SURFACEMESHSHAPE_INL_H 25 template <
class VertexData,
class EdgeData,
class TriangleData>
28 double thickness) :
MeshShape(mesh), m_thickness(thickness)
36 #endif // SURGSIM_MATH_SURFACEMESHSHAPE_INL_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
Mesh shape: shape made of a triangle mesh The triangle mesh needs to be watertight to produce valid v...
Definition: MeshShape.h:56
SurfaceMeshShape()
Constructor.
Definition: SurfaceMeshShape.cpp:33
Basic class for storing Triangle Meshes, handling basic vertex, edge, and triangle functionality...
Definition: TriangleMesh.h:62
void computeVolumeIntegrals() override
Compute useful volume integrals based on the triangle mesh, which are used to get the volume ...
Definition: SurfaceMeshShape.cpp:42