1#ifndef COIN_SOPROFILEELEMENT_H
2#define COIN_SOPROFILEELEMENT_H
36#include <Inventor/elements/SoAccumulatedElement.h>
37#include <Inventor/lists/SoNodeList.h>
41class COIN_DLL_API SoProfileElement :
public SoAccumulatedElement {
42 typedef SoAccumulatedElement inherited;
44 SO_ELEMENT_HEADER(SoProfileElement);
48 virtual ~SoProfileElement();
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
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