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