Open Inventor Reference
SoBundle Class Reference

This is the abstract base class for bundles. More...

#include <Inventor/bundles/SoBundle.h>

Inheritance diagram for SoBundle:
SoMaterialBundle SoNormalBundle SoTextureCoordinateBundle

List of all members.

Protected Member Functions

 SoBundle (SoAction *action)
 Constructor takes action from whose state bundle is to access elements.
 ~SoBundle ()
 Destructor.

Protected Attributes

SoStatestate
 Stores state for any bundle.

Detailed Description

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.


Constructor & Destructor Documentation

SoBundle::SoBundle ( SoAction action) [inline, protected]

Definition at line 77 of file SoBundle.h.

References SoAction::getState().

SoBundle::~SoBundle ( ) [inline, protected]

Definition at line 80 of file SoBundle.h.


Member Data Documentation

SoState* SoBundle::state [protected]

Definition at line 74 of file SoBundle.h.


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