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);
73 #endif // !COIN_SOCOMPUTEBOUNDINGBOX_H SoSFNode node
Definition: SoComputeBoundingBox.h:51
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:43
SoEngineOutput objectCenter
Definition: SoComputeBoundingBox.h:57
SoEngineOutput min
Definition: SoComputeBoundingBox.h:54
SoEngineOutput boxCenter
Definition: SoComputeBoundingBox.h:56
The SoComputeBoundingBox class is used to calculate a bounding box.This engine is simply a wrapper ar...
Definition: SoComputeBoundingBox.h:45
The SoSFNode class is a container for a single node.This field container stores a pointer to a Coin n...
Definition: SoSFNode.h:47
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:45
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:45
The SoSFPath class is a container for a single path.This field container stores a pointer to a Coin p...
Definition: SoSFPath.h:43
SoSFPath path
Definition: SoComputeBoundingBox.h:52
virtual void evaluate(void)=0
The SbViewportRegion class is a viewport within a full window.The SbViewportRegion class contains inf...
Definition: SbViewportRegion.h:40
SoEngineOutput max
Definition: SoComputeBoundingBox.h:55