#include <gepetto/viewer/node.h>
|
| Node (const std::string &name) |
| Default constructor. More...
|
|
| Node (const Node &other) |
| Copy constructor. More...
|
|
::osg::GroupRefPtr | asQueue () const |
| Return the root node to include it in the scene. More...
|
|
void | setID (const std::string &id_name) |
|
graphics::Node::Node |
( |
const std::string & |
name | ) |
|
|
protected |
graphics::Node::Node |
( |
const Node & |
other | ) |
|
|
protected |
virtual graphics::Node::~Node |
( |
| ) |
|
|
virtual |
void graphics::Node::addLandmark |
( |
const float & |
size | ) |
|
Apply a new global configuration.
virtual ::osg::GroupRefPtr graphics::Node::asGroup |
( |
| ) |
const |
|
inline |
Return the root node to include it in the scene.
::osg::GroupRefPtr graphics::Node::asQueue |
( |
| ) |
const |
|
inlineprotected |
Return the root node to include it in the scene.
void graphics::Node::deleteLandmark |
( |
| ) |
|
std::string graphics::Node::getID |
( |
| ) |
const |
|
inline |
getID is a public method for getting the id_name of the Object
void graphics::Node::setID |
( |
const std::string & |
id_name | ) |
|
|
inlineprotected |
virtual void graphics::Node::setLightingMode |
( |
const LightingMode & |
lighting_state | ) |
|
|
virtual |
Virtual method for setting the lighting mode of the object : influence by light or not.
- Parameters
-
Reimplemented in graphics::GroupNode.
virtual void graphics::Node::setScale |
( |
const float & |
scale | ) |
|
|
virtual |
Set scale value of the OSG object.
virtual void graphics::Node::setScale |
( |
const osg::Vec3d & |
scale | ) |
|
|
virtual |
Set scales value of the OSG object.
Set Static transformation.
virtual void graphics::Node::setVisibilityMode |
( |
const VisibilityMode & |
visibility_state | ) |
|
|
virtual |
Virtual method for setting the visibility mode of the object : visible or not visible.
- Parameters
-
Reimplemented in graphics::GroupNode.
virtual void graphics::Node::setWireFrameMode |
( |
const WireFrameMode & |
wireframe_state | ) |
|
|
virtual |
Virtual method for setting the wireframe mode of the object : visible or not.
- Parameters
-
Reimplemented in graphics::GroupNode.