1#ifndef COIN_SOVIEWVOLUMEELEMENT_H
2#define COIN_SOVIEWVOLUMEELEMENT_H
36#include <Inventor/elements/SoReplacedElement.h>
37#include <Inventor/SbViewVolume.h>
39class COIN_DLL_API SoViewVolumeElement :
public SoReplacedElement {
40 typedef SoReplacedElement inherited;
42 SO_ELEMENT_HEADER(SoViewVolumeElement);
46 virtual ~SoViewVolumeElement();
49 virtual void init(SoState * state);
51 static void set(SoState *
const state,
SoNode *
const node,
The SbViewVolume class is a viewing volume in 3D space.
Definition SbViewVolume.h:50
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
static void initClass(void)
Definition SoReplacedElement.cpp:77
virtual void init(SoState *state)
Definition SoReplacedElement.cpp:91
SbViewVolume viewVolume
Definition SoViewVolumeElement.h:56
static void set(SoState *const state, SoNode *const node, const SbViewVolume &viewVolume)
FIXME: write doc.
Definition SoViewVolumeElement.cpp:77
static const SbViewVolume & get(SoState *const state)
FIXME: write doc.
Definition SoViewVolumeElement.cpp:93