16 #ifndef SURGSIM_PHYSICS_FEM2DLOCALIZATION_H 17 #define SURGSIM_PHYSICS_FEM2DLOCALIZATION_H 19 #include "SurgSim/DataStructures/IndexedLocalCoordinate.h" 20 #include "SurgSim/Physics/FemLocalization.h" 52 std::shared_ptr<Localization>
doCopy()
const override;
59 #endif // SURGSIM_PHYSICS_FEM2DLOCALIZATION_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
A generic (size_t index, Vector coordinate) pair.
Definition: IndexedLocalCoordinate.h:29
std::shared_ptr< Localization > doCopy() const override
Definition: Fem2DLocalization.cpp:70
Implementation of Localization for Fem3DRepresentation.
Definition: FemLocalization.h:35
Fem2DLocalization(std::shared_ptr< Representation > representation, const SurgSim::DataStructures::IndexedLocalCoordinate &localCoordinate)
Constructor.
Definition: Fem2DLocalization.cpp:30
bool isValidRepresentation(std::shared_ptr< Representation > representation) override
Query if 'representation' is valid representation.
Definition: Fem2DLocalization.cpp:41
Implementation of Localization for Fem2DRepresentation.
Definition: Fem2DLocalization.h:33
Math::RigidTransform3d getElementPose() override
Find a pose that the localization is represented with respect to.
Definition: Fem2DLocalization.cpp:49
virtual ~Fem2DLocalization()
Destructor.
Definition: Fem2DLocalization.cpp:37