9 #ifndef GEPETTO_VIEWER_NODE_HH
10 #define GEPETTO_VIEWER_NODE_HH
33 osg::MatrixTransformRefPtr transform_ptr_;
40 osg::GroupRefPtr switch_node_ptr_;
42 std::vector< ::osg::GroupRefPtr> wireframe_modes_;
44 osg::GroupRefPtr hl_switch_node_ptr_;
45 std::size_t selected_highlight_;
46 bool highlight_enabled_;
47 std::vector< ::osg::GroupRefPtr> highlight_nodes_;
55 void updateTransform();
57 ::osg::Group* setupHighlightState(
unsigned int state);
71 Node(
const std::string& name);
79 ::osg::GroupRefPtr
asQueue()
const {
return transform_ptr_; }
81 void setID(
const std::string& id_name) {
83 switch_node_ptr_->setName(id_name_);
87 osg::StateSet* ss = NULL);
101 std::string
getID()
const {
return id_name_; }
105 void setDirty(
bool dirty =
true) { dirty_ = dirty; }
147 return visibilityMode_;
165 return selected_wireframe_;
186 virtual ::osg::GroupRefPtr
asGroup()
const {
return switch_node_ptr_; }
193 return switch_node_ptr_->getOrCreateStateSet();
202 highlight_enabled_ = enabled;
Definition: node-visitor.h:35
Abstract base class of 3D objects in a scene.
Definition: node.h:25
virtual ::osg::GroupRefPtr asGroup() const
Return the root node to include it in the scene.
Definition: node.h:186
void setDirty(bool dirty=true)
Called when a property is modified.
Definition: node.h:105
bool isSelectable() const
Definition: node.h:109
void setSelectable(bool selectable=true)
void setScale(float scale)
Definition: node.h:169
virtual void traverse(NodeVisitor &visitor)
virtual void setColor(const osgVector4 &color)=0
static const float TransparencyRenderingBinThreshold
Definition: node.h:90
void applyConfiguration(const osgVector3 &position, const osgQuat &quat)
Definition: node.h:119
friend struct NodeTest
Definition: node.h:27
virtual float getAlpha() const
Node(const std::string &name)
Default constructor.
virtual void setWireFrameMode(const WireFrameMode &wireframe_state)
Virtual method for setting the wireframe mode of the object : visible or not.
osgVector3 getStaticPosition() const
virtual LightingMode getLightingMode() const
osgQuat getStaticRotation() const
const Configuration & getGlobalTransform() const
returns rotation and position of the node in word frame
void setID(const std::string &id_name)
Definition: node.h:81
virtual void setAlpha(const float &alpha)
float alpha_
Definition: node.h:66
osgVector3 getScale() const
Definition: node.h:176
float getTransparency() const
std::string getID() const
getID is a public method for getting the id_name of the Object
Definition: node.h:101
virtual osg::ref_ptr< osg::Node > getOsgNode() const
::osg::GeodeRefPtr landmark_geode_ptr_
Definition: node.h:61
const std::size_t & getHighlightState() const
Definition: node.h:207
void setTransparentRenderingBin(bool transparent=true, osg::StateSet *ss=NULL)
virtual void addLandmark(const float &size)
virtual const WireFrameMode & getWireFrameMode() const
Definition: node.h:164
void setTransparency(const float &transparency)
::osg::StateSetRefPtr getOrCreateRootStateSet()
Definition: node.h:192
void setHighlightState(unsigned int state)
void applyConfiguration(const Configuration &cfg)
Definition: node.h:126
::osg::GroupRefPtr asQueue() const
Return the root node to include it in the scene.
Definition: node.h:79
void setScale(const osgVector3 &scale)
Definition: node.h:172
void setStaticTransform(const osgVector3 &position, const osgQuat &quat)
virtual void setVisibilityMode(const VisibilityMode &visibility_state)
Virtual method for setting the visibility mode of the object : visible or not visible.
void setHighlightEnabled(bool enabled)
Definition: node.h:200
SCENE_VIEWER_ACCEPT_VISITOR
Definition: node.h:222
::osg::GeodeRefPtr geode_ptr_
Definition: node.h:64
virtual const VisibilityMode & getVisibilityMode() const
Definition: node.h:146
bool isDirty() const
Definition: node.h:103
virtual void setLightingMode(const LightingMode &lighting_state)
Virtual method for setting the lighting mode of the object : influence by light or not.
bool getHighlightEnabled() const
Definition: node.h:198
Definition: node-property.h:605
Definition: node-property.h:480
T value
Definition: node-property.h:503
::osg::Vec3f osgVector3
Definition: config-osg.h:99
::osg::Quat osgQuat
Definition: config-osg.h:102
::osg::Vec4f osgVector4
Definition: config-osg.h:100
viewer::Configuration Configuration
Definition: configuration.hh:30
LightingMode
Definition: config-osg.h:109
@ NodeBit
Definition: node.h:22
@ IntersectionBit
Definition: node.h:22
@ VisibilityBit
Definition: node.h:22
WireFrameMode
Definition: config-osg.h:111
VisibilityMode
Definition: config-osg.h:107
Definition: action-search-bar.hh:27
Definition: config-osg.h:115