33#ifndef COIN_SOCOMPUTEBOUNDINGBOX_H
34#define COIN_SOCOMPUTEBOUNDINGBOX_H
36#include <Inventor/engines/SoSubEngine.h>
37#include <Inventor/engines/SoEngineOutput.h>
38#include <Inventor/fields/SoSFNode.h>
39#include <Inventor/fields/SoSFPath.h>
40#include <Inventor/SbViewportRegion.h>
The SbViewportRegion class is a viewport within a full window.
Definition SbViewportRegion.h:40
SoSFNode node
Definition SoComputeBoundingBox.h:51
SoEngineOutput min
Definition SoComputeBoundingBox.h:54
void setViewportRegion(const SbViewportRegion &vpr)
Definition SoComputeBoundingBox.cpp:168
SoComputeBoundingBox(void)
Definition SoComputeBoundingBox.cpp:97
SoEngineOutput objectCenter
Definition SoComputeBoundingBox.h:57
SoSFPath path
Definition SoComputeBoundingBox.h:52
SoEngineOutput max
Definition SoComputeBoundingBox.h:55
const SbViewportRegion & getViewportRegion(void) const
Definition SoComputeBoundingBox.cpp:178
SoEngineOutput boxCenter
Definition SoComputeBoundingBox.h:56
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoEngine.cpp:162
SoEngine(void)
Definition SoEngine.cpp:101
virtual void evaluate(void)=0
The SoGetBoundingBoxAction class calculates bounding boxes for nodes and subgraphs.
Definition SoGetBoundingBoxAction.h:45
The SoSFNode class is a container for a single node.
Definition SoSFNode.h:47
The SoSFPath class is a container for a single path.
Definition SoSFPath.h:43