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

Protected Member Functions

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

Protected Attributes

SoStatestate
 Stores state for any bundle. More...
 

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::SoBundle ( SoAction action)
inlineprotected

Definition at line 77 of file SoBundle.h.

References SoAction::getState().

◆ ~SoBundle()

SoBundle::~SoBundle ( )
inlineprotected

Definition at line 80 of file SoBundle.h.

Member Data Documentation

◆ state

SoState* SoBundle::state
protected

Definition at line 74 of file SoBundle.h.


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