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>
60 static void initClass(
void);
The SbViewportRegion class is a viewport within a full window.
Definition: SbViewportRegion.h:40
The SoComputeBoundingBox class is used to calculate a bounding box.
Definition: SoComputeBoundingBox.h:45
SoSFNode node
Definition: SoComputeBoundingBox.h:51
SoEngineOutput min
Definition: SoComputeBoundingBox.h:54
SoEngineOutput objectCenter
Definition: SoComputeBoundingBox.h:57
SoSFPath path
Definition: SoComputeBoundingBox.h:52
SoEngineOutput max
Definition: SoComputeBoundingBox.h:55
SoEngineOutput boxCenter
Definition: SoComputeBoundingBox.h:56
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43
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