33#ifndef DART_GUI_OSG_RENDER_LINESEGMENTSHAPENODE_HPP_
34#define DART_GUI_OSG_RENDER_LINESEGMENTSHAPENODE_HPP_
36#include <osg/MatrixTransform>
43class LineSegmentShape;
50class LineSegmentShapeGeode;
51class LineSegmentShapeDrawable;
Definition ShapeFrameNode.hpp:58
Definition LineSegmentShapeNode.cpp:51
Definition LineSegmentShapeNode.hpp:54
void refresh()
Update all rendering data for this ShapeNode.
Definition LineSegmentShapeNode.cpp:106
void extractData(bool firstTime)
Definition LineSegmentShapeNode.cpp:119
virtual ~LineSegmentShapeNode()
Definition LineSegmentShapeNode.cpp:132
std::shared_ptr< dart::dynamics::LineSegmentShape > mLineSegmentShape
Definition LineSegmentShapeNode.hpp:67
LineSegmentShapeGeode * mGeode
Definition LineSegmentShapeNode.hpp:68
Definition ShapeNode.hpp:59
Definition BulletCollisionDetector.cpp:63