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);
The SoAccumulatedElement class is an abstract class for storing accumulated state.
Definition: SoAccumulatedElement.h:30
virtual void push(SoState *state)
Definition: SoAccumulatedElement.cpp:74
virtual void init(SoState *state)
Definition: SoAccumulatedElement.cpp:66
SoElement is the abstract base class for all elements.
Definition: SoElement.h:34
The SoNodeList class is a container for pointers to SoNode objects.
Definition: SoNodeList.h:31
The SoProfileElement class is yet to be documented.
Definition: SoProfileElement.h:32
Profile
Definition: SoProfileElement.h:42
SoNodeList profiles
Definition: SoProfileElement.h:54
The SoProfile class is the abstract superclass for profile definitions.
Definition: SoProfile.h:35
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:35