Stores the current view volume. More...
#include <Inventor/elements/SoViewVolumeElement.h>
Public Member Functions | |
virtual void | print (FILE *fp) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SoNode *node, const SbViewVolume &viewVolume) |
static const SbViewVolume & | get (SoState *state) |
static SbBool | isSet (SoState *state) |
Stores the current view volume.
This element stores the current view volume.
SoCamera, SoOrthographicCamera, SoPerspectiveCamera
static const SbViewVolume& SoViewVolumeElement::get | ( | SoState * | state | ) | [static] |
Returns the current view volume from the state.
static int SoViewVolumeElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType SoViewVolumeElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
Returns TRUE if the view volume has been set in the state.
virtual void SoViewVolumeElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoReplacedElement.
static void SoViewVolumeElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
const SbViewVolume & | viewVolume | |||
) | [static] |
Sets the view volume in the state.