GraphicalNode Class Reference

Abstract class providing binding to the OpenInventor. More...

#include <graphical_node.h>

Inheritance diagram for GraphicalNode:

Avatar Bubble BubbleField BubbleField::FallingBubblesStorage Environment Explosion PlayBoxGraphics PlayBoxPhysics PlayField Scene

List of all members.

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 &)
GraphicalNodeoperator= (const GraphicalNode &)


Detailed Description

Abstract class providing binding to the OpenInventor.

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.


Constructor & Destructor Documentation

GraphicalNode::GraphicalNode ( const GraphicalNode  )  [private]

GraphicalNode::GraphicalNode (  )  [protected]

Default constructor.

virtual GraphicalNode::~GraphicalNode (  )  [pure virtual]

Destructor.


Member Function Documentation

GraphicalNode& GraphicalNode::operator= ( const GraphicalNode  )  [private]

SoGroup* GraphicalNode::getRootNode (  )  [inline]

Returns the root node of the OpenInventor graphical representation of the object.

Returns:
The root node of the OpenInventor graphical representation of the object

References _rootNode.


Member Data Documentation

SoGroup* GraphicalNode::_rootNode [protected]

Root node of the OpenInventor graphical representation of the object.

Referenced by getRootNode().


The documentation for this class was generated from the following file:

Generated on Sat Dec 20 19:21:24 2008 for PGR2008 by  doxygen 1.5.6