16 #ifndef SURGSIM_PHYSICS_FEMLOCALIZATION_H 17 #define SURGSIM_PHYSICS_FEMLOCALIZATION_H 19 #include "SurgSim/DataStructures/IndexedLocalCoordinate.h" 20 #include "SurgSim/Physics/Localization.h" 60 std::shared_ptr<Localization> doCopy()
const override;
70 #endif // SURGSIM_PHYSICS_FEMLOCALIZATION_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
Implementation of Localization for Fem3DRepresentation.
Definition: FemLocalization.h:35
Eigen::Matrix< double, 3, 1 > Vector3d
A 3D vector of doubles.
Definition: Vector.h:57
FemLocalization(std::shared_ptr< Representation > representation, const SurgSim::DataStructures::IndexedLocalCoordinate &localPosition)
Constructor.
Definition: FemLocalization.cpp:29
const SurgSim::DataStructures::IndexedLocalCoordinate & getLocalPosition() const
Gets the local position.
Definition: FemLocalization.cpp:56
void setLocalPosition(const SurgSim::DataStructures::IndexedLocalCoordinate &localPosition)
Sets the local position.
Definition: FemLocalization.cpp:42
virtual ~FemLocalization()
Destructor.
Definition: FemLocalization.cpp:38
This class localize a point on a representation (representation specific)
Definition: Localization.h:39