1#ifndef COIN_SOPROFILEELEMENT_H
2#define COIN_SOPROFILEELEMENT_H
36#include <Inventor/elements/SoAccumulatedElement.h>
37#include <Inventor/lists/SoNodeList.h>
46 static void initClass(
void);
The SoAccumulatedElement class is an abstract class for storing accumulated state.
Definition: SoAccumulatedElement.h:39
virtual void push(SoState *state)
Definition: SoAccumulatedElement.cpp:84
virtual void init(SoState *state)
Definition: SoAccumulatedElement.cpp:76
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoNodeList class is a container for pointers to SoNode objects.
Definition: SoNodeList.h:40
The SoProfileElement class is yet to be documented.
Definition: SoProfileElement.h:41
Profile
Definition: SoProfileElement.h:51
SoNodeList profiles
Definition: SoProfileElement.h:63
The SoProfile class is the abstract superclass for profile definitions.
Definition: SoProfile.h:44
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44