#include <graphical_node.h>

Public Member Functions | |
| virtual | ~GraphicalNode ()=0 |
| Destructor. | |
| SoGroup * | getRootNode () |
| Returns the root node of the OpenInventor graphical representation of the object. | |
Protected Member Functions | |
| GraphicalNode () | |
| Default constructor. | |
Protected Attributes | |
| SoGroup * | _rootNode |
| Root node of the OpenInventor graphical representation of the object. | |
Private Member Functions | |
| GraphicalNode (const GraphicalNode &) | |
| GraphicalNode & | operator= (const GraphicalNode &) |
Abstract class providing binding to the OpenInventor. This class should be inherited by every class, that has a graphical representation in the OpenInventor scene graph.
| GraphicalNode::GraphicalNode | ( | const GraphicalNode & | ) | [private] |
| GraphicalNode::GraphicalNode | ( | ) | [protected] |
Default constructor.
| virtual GraphicalNode::~GraphicalNode | ( | ) | [pure virtual] |
Destructor.
| GraphicalNode& GraphicalNode::operator= | ( | const GraphicalNode & | ) | [private] |
| SoGroup* GraphicalNode::getRootNode | ( | ) | [inline] |
Returns the root node of the OpenInventor graphical representation of the object.
References _rootNode.
SoGroup* GraphicalNode::_rootNode [protected] |
1.5.6