16 #ifndef SURGSIM_MATH_VERTICESSHAPE_H 17 #define SURGSIM_MATH_VERTICESSHAPE_H 19 #include "SurgSim/DataStructures/EmptyData.h" 20 #include "SurgSim/DataStructures/Vertices.h" 21 #include "SurgSim/Math/Shape.h" 55 #endif // SURGSIM_MATH_VERTICESSHAPE_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
DataStructures::Vertices< DataStructures::EmptyData > m_initialVertices
The initial vertex positions.
Definition: VerticesShape.h:49
bool isTransformable() const override
Definition: VerticesShape.cpp:23
A Shape that also inherits from Vertices is transformable and carries a member variable of the initia...
Definition: VerticesShape.h:30
const DataStructures::Vertices< DataStructures::EmptyData > & getInitialVertices() const
Get the initial Vertices.
Definition: VerticesShape.cpp:38
void setInitialVertices(const DataStructures::Vertices< DataStructures::EmptyData > &vertices)
Set the initial Vertices.
Definition: VerticesShape.cpp:28
Generic rigid shape class defining a shape.
Definition: Shape.h:65