Open Inventor Reference
|
This is the abstract base class for bundles. More...
#include <Inventor/bundles/SoBundle.h>
Protected Member Functions | |
SoBundle (SoAction *action) | |
Constructor takes action from whose state bundle is to access elements. | |
~SoBundle () | |
Destructor. | |
Protected Attributes | |
SoState * | state |
Stores state for any bundle. | |
It does almost nothing by itself, since subclasses have enough to do. This class stores a pointer to the state it is accessing elements from as a protected variable.
Definition at line 71 of file SoBundle.h.
|
inlineprotected |
Definition at line 77 of file SoBundle.h.
References SoAction::getState().
|
inlineprotected |
Definition at line 80 of file SoBundle.h.
|
protected |
Definition at line 74 of file SoBundle.h.