1#ifndef COIN_SOPROFILEELEMENT_H
2#define COIN_SOPROFILEELEMENT_H
36#include <Inventor/elements/SoAccumulatedElement.h>
37#include <Inventor/lists/SoNodeList.h>
The SoAccumulatedElement class is an abstract class for storing accumulated state.
Definition SoAccumulatedElement.h:39
static void initClass(void)
Definition SoAccumulatedElement.cpp:69
virtual void push(SoState *state)
Definition SoAccumulatedElement.cpp:92
virtual void init(SoState *state)
Definition SoAccumulatedElement.cpp:84
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 scene graph traversal state data.
Definition SoState.h:44