1#ifndef COIN_SOGETBOUNDINGBOXACTION_H
2#define COIN_SOGETBOUNDINGBOXACTION_H
27#include <Inventor/actions/SoAction.h>
28#include <Inventor/actions/SoSubAction.h>
29#include <Inventor/tools/SbLazyPimplPtr.h>
30#include <Inventor/SbViewportRegion.h>
31#include <Inventor/SbBox3f.h>
32#include <Inventor/SbXfBox3f.h>
34class SoGetBoundingBoxActionP;
47 enum ResetType { TRANSFORM = 0x1, BBOX = 0x2, ALL = TRANSFORM | BBOX };
52 SbBox3f getBoundingBox(
void)
const;
55 const SbVec3f & getCenter(
void)
const;
57 void setInCameraSpace(
const SbBool flag);
58 SbBool isInCameraSpace(
void)
const;
60 void setResetPath(
const SoPath * path,
const SbBool resetbefore = TRUE,
61 const ResetType what = ALL);
62 const SoPath * getResetPath(
void)
const;
63 SbBool isResetPath(
void)
const;
64 SbBool isResetBefore(
void)
const;
68 void checkResetBefore(
void);
69 void checkResetAfter(
void);
71 void extendBy(
const SbBox3f & box);
74 void setCenter(
const SbVec3f & center,
const SbBool transformcenter);
75 SbBool isCenterSet(
void)
const;
76 void resetCenter(
void);
82 enum { CENTER_SET = 0x1, CAMERA_SPACE = 0x2, RESET_BEFORE= 0x4 };
92 SbLazyPimplPtr<SoGetBoundingBoxActionP> pimpl;
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
Definition SbBox3f.h:37
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:40
The SbViewportRegion class is a viewport within a full window.
Definition SbViewportRegion.h:31
The SbXfBox3f class is a 3 dimensional box with floating point coordinates and an attached transforma...
Definition SbXfBox3f.h:31
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:68
static void initClass(void)
Definition SoAction.cpp:366
virtual void beginTraversal(SoNode *node)
Definition SoAction.cpp:1263
The SoGetBoundingBoxAction class calculates bounding boxes for nodes and subgraphs.
Definition SoGetBoundingBoxAction.h:36
ResetType
Definition SoGetBoundingBoxAction.h:47
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:43
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.