50#ifndef _SO_SURROUND_SCALE_
51#define _SO_SURROUND_SCALE_
53#include <Inventor/fields/SoFieldData.h>
54#include <Inventor/nodes/SoNode.h>
55#include <Inventor/nodes/SoTransformation.h>
56#include <Inventor/fields/SoSFInt32.h>
231 void setDoingTranslations(
SbBool doEm ) { doTranslations = doEm; }
232 SbBool isDoingTranslations() {
return doTranslations; }
235 virtual void GLRender(SoGLRenderAction *action);
236 virtual void getBoundingBox(SoGetBoundingBoxAction *action);
237 virtual void getMatrix(SoGetMatrixAction *action);
238 virtual void pick(SoPickAction *action);
241 static void initClass();
242 static void exitClass();
244 SB_THREAD_TLS_HEADER();
246 const SbVec3f& getScale() {
return cachedScale; }
247 const SbVec3f& getTranslation() {
return cachedTranslation; }
251 void updateMySurroundParams(
SoAction *action,
const SbMatrix &inv);
253 void setIgnoreInBbox(
SbBool newVal ) { ignoreInBbox = newVal; }
254 SbBool isIgnoreInBbox() {
return ignoreInBbox; }
257 SbVec3f cachedInvScale;
258 SbVec3f cachedTranslation;
267 SoGetBoundingBoxAction *bboxAction;
271 SbThreadMutex *m_mutex;
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Portable mutex c...
Path that allows access to hidden children.
Computes bounding box of a scene.
friend class SoCallbackAction
Field containing a int32_t integer.
void invalidate()
If you call this, then next time an action is applied the node will re-calculate its cached translati...
SoSFInt32 numNodesUpToContainer
When traversed by an action, if surroundScale needs to calculate a new box, surroundScale looks at th...
SoSurroundScale()
Creates a surround scale node with default settings.
SoSFInt32 numNodesUpToReset
Before applying the SoGetBoundingBoxAction (see the numNodesUpToContainer field above) the surroundSc...