16 #ifndef SURGSIM_PHYSICS_FEM2D_H 17 #define SURGSIM_PHYSICS_FEM2D_H 19 #include "SurgSim/Physics/Fem.h" 26 SURGSIM_STATIC_REGISTRATION(Fem2D);
30 class Fem2D :
public Fem<FemElementStructs::RotationVectorData, FemElementStructs::FemElement2DParameter>
40 bool doLoad(
const std::string& filePath)
override;
46 #endif // SURGSIM_PHYSICS_FEM2D_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
Fem2D()
Default constructor.
Definition: Fem2D.cpp:26
Fem class data structure implementation for 2-Dimensional FEMs.
Definition: Fem2D.h:30
bool doLoad(const std::string &filePath) override
Derived classes will overwrite this method to do actual loading.
Definition: Fem2D.cpp:30
Base class for a data structure for holding FEM mesh data of different dimensions.
Definition: Fem.h:39