24 #ifndef COIN_SOCOMPUTEBOUNDINGBOX_H 25 #define COIN_SOCOMPUTEBOUNDINGBOX_H 27 #include <Inventor/engines/SoSubEngine.h> 28 #include <Inventor/engines/SoEngineOutput.h> 29 #include <Inventor/fields/SoSFNode.h> 30 #include <Inventor/fields/SoSFPath.h> 31 #include <Inventor/SbViewportRegion.h> 51 static void initClass(
void);
64 #endif // !COIN_SOCOMPUTEBOUNDINGBOX_H SoSFNode node
Definition: SoComputeBoundingBox.h:42
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
SoEngineOutput objectCenter
Definition: SoComputeBoundingBox.h:48
SoEngineOutput min
Definition: SoComputeBoundingBox.h:45
SoEngineOutput boxCenter
Definition: SoComputeBoundingBox.h:47
The SoComputeBoundingBox class is used to calculate a bounding box.This engine is simply a wrapper ar...
Definition: SoComputeBoundingBox.h:36
The SoSFNode class is a container for a single node.This field container stores a pointer to a Coin n...
Definition: SoSFNode.h:38
The SoGetBoundingBoxAction class calculates bounding boxes for nodes and subgraphs.If this action is applied to a path or scene graph root, it will calculate the bounding box and the center point of the geometry contained within the scene.
Definition: SoGetBoundingBoxAction.h:36
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
The SoSFPath class is a container for a single path.This field container stores a pointer to a Coin p...
Definition: SoSFPath.h:34
SoSFPath path
Definition: SoComputeBoundingBox.h:43
virtual void evaluate(void)=0
The SbViewportRegion class is a viewport within a full window.The SbViewportRegion class contains inf...
Definition: SbViewportRegion.h:31
SoEngineOutput max
Definition: SoComputeBoundingBox.h:46