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;
57 std::shared_ptr<dart::dynamics::LineSegmentShape> shape,
Definition ShapeFrameNode.hpp:61
Definition LineSegmentShapeNode.cpp:52
Definition LineSegmentShapeNode.hpp:54
void refresh()
Update all rendering data for this ShapeNode.
Definition LineSegmentShapeNode.cpp:103
void extractData(bool firstTime)
Definition LineSegmentShapeNode.cpp:116
virtual ~LineSegmentShapeNode()
Definition LineSegmentShapeNode.cpp:130
std::shared_ptr< dart::dynamics::LineSegmentShape > mLineSegmentShape
Definition LineSegmentShapeNode.hpp:66
LineSegmentShapeGeode * mGeode
Definition LineSegmentShapeNode.hpp:67
Definition ShapeNode.hpp:59
Definition BulletCollisionDetector.cpp:65