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
SoSFPath path
Definition: SoComputeBoundingBox.h:52
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
The SoComputeBoundingBox class is used to calculate a bounding box.
Definition: SoComputeBoundingBox.h:45
SoEngineOutput max
Definition: SoComputeBoundingBox.h:55
virtual void evaluate(void)=0
SoSFNode node
Definition: SoComputeBoundingBox.h:51
The SoGetBoundingBoxAction class calculates bounding boxes for nodes and subgraphs.
Definition: SoGetBoundingBoxAction.h:45
The SbViewportRegion class is a viewport within a full window.
Definition: SbViewportRegion.h:40
The SoSFNode class is a container for a single node.
Definition: SoSFNode.h:47
SoEngineOutput min
Definition: SoComputeBoundingBox.h:54
SoEngineOutput boxCenter
Definition: SoComputeBoundingBox.h:56
SoEngineOutput objectCenter
Definition: SoComputeBoundingBox.h:57
The SoSFPath class is a container for a single path.
Definition: SoSFPath.h:43
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43