1 #ifndef COIN_SOPROFILEELEMENT_H 
    2 #define COIN_SOPROFILEELEMENT_H 
   27 #include <Inventor/elements/SoAccumulatedElement.h> 
   28 #include <Inventor/lists/SoNodeList.h> 
   37   static void initClass(
void);
 
   57 #endif // !COIN_SOPROFILEELEMENT_H 
virtual void init(SoState *state)
Definition: SoAccumulatedElement.cpp:66
SoElement is the abstract base class for all elements. 
Definition: SoElement.h:34
The SoProfileElement class is yet to be documented.FIXME: write doc. 
Definition: SoProfileElement.h:32
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
Profile
Definition: SoProfileElement.h:42
The SoProfile class is the abstract superclass for profile definitions.Node subclasses of SoProfile s...
Definition: SoProfile.h:35
The SoAccumulatedElement class is an abstract class for storing accumulated state.This is the superclass of elements where new element data accumulates with older data. 
Definition: SoAccumulatedElement.h:30
The SoNodeList class is a container for pointers to SoNode objects. 
Definition: SoNodeList.h:31
SoNodeList profiles
Definition: SoProfileElement.h:54
virtual void push(SoState *state)
Definition: SoAccumulatedElement.cpp:74