33 #ifndef DART_GUI_OSG_RENDER_CYLINDERSHAPENODE_HPP_
34 #define DART_GUI_OSG_RENDER_CYLINDERSHAPENODE_HPP_
36 #include <osg/MatrixTransform>
50 class CylinderShapeGeode;
51 class CylinderShapeDrawable;
Definition: ShapeFrameNode.hpp:58
Definition: CylinderShapeNode.cpp:48
Definition: CylinderShapeNode.hpp:54
virtual ~CylinderShapeNode()
Definition: CylinderShapeNode.cpp:128
void extractData(bool firstTime)
Definition: CylinderShapeNode.cpp:115
void refresh()
Update all rendering data for this ShapeNode.
Definition: CylinderShapeNode.cpp:102
CylinderShapeNode(std::shared_ptr< dart::dynamics::CylinderShape > shape, ShapeFrameNode *parent)
Definition: CylinderShapeNode.cpp:90
CylinderShapeGeode * mGeode
Definition: CylinderShapeNode.hpp:68
std::shared_ptr< dart::dynamics::CylinderShape > mCylinderShape
Definition: CylinderShapeNode.hpp:67
Definition: ShapeNode.hpp:59
Definition: BulletCollisionDetector.cpp:63