54#include <Inventor/fields/SoFieldContainer.h>
55#include <Inventor/nodes/SoSubNode.h>
56#include <Inventor/SoLists.h>
57#include <Inventor/SbString.h>
58#include <Inventor/SoType.h>
59#include <Inventor/sensors/SoDataSensor.h>
60#include <Inventor/STL/vector>
61#include <Inventor/SbPImpl.h>
66#pragma warning(disable:4251)
86class SoComputeRenderUnitIDAction;
95class SoCachedGroupImpl;
104SO_PIMPL_BASE_PUBLIC_DECLARATION(
SoNode)
145class SoNode : public SoFieldContainer {
147 SO_NODE_ABSTRACT_HEADER(SoNode);
148 SO_PIMPL_BASE_PUBLIC_HEADER(SoNode)
261 inline virtual SoNode* getAlternateRep(
SoAction* action);
269 inline virtual SbBool isBoundingBoxIgnoring()
const;
273 virtual void doAction(
SoAction *action);
299 virtual void grabEventsSetup();
300 virtual void grabEventsCleanup();
315 virtual int32_t getRenderUnitID()
const;
322 SoNode * copyForPROTO(
SbBool copyConnections = FALSE)
const;
330 static void initClass();
331 static void exitClass();
334 static void initClasses();
335 static void exitClasses();
338 virtual void startNotify();
341 virtual void notify(SoNotList *list);
344 uint64_t getNodeId()
const {
return m_uniqueId; }
347 static uint64_t getNextNodeId();
350 virtual SoChildList *getChildren()
const;
351 virtual bool isSynchronizingContentOnly() {
return FALSE; }
352 virtual SoChildList *internalGetChildren()
const;
354 virtual void internalRemoveChild(
int);
355 virtual void internalRemoveChild(
SoNode *);
356 virtual void internalRemoveAllChildren();
360 virtual void internalAddChild(
SoNode *);
361 virtual int internalFindChild(
const SoNode *)
const;
362 virtual void internalInsertChild(
SoNode *,
int);
363 virtual SoNode *internalGetChild(
int )
const;
364 virtual void internalReplaceChild(
int,
SoNode *);
366 virtual int internalGetNumChildren();
369 SoNode* getChangedChild()
const;
370 int getChangedIndex()
const;
374 virtual void writeInstance(
SoOutput *out);
378 static int getActionMethodIndex(
SoType t);
382 virtual SoNode * addToCopyDict()
const;
401 virtual bool affectsPath()
const;
408 static void setNextActionMethodIndex(
int index);
409 static int getNextActionMethodIndex();
410 static void incNextActionMethodIndex();
421 static int nextActionMethodIndex;
438 void commonConstructor();
441 template <
class SPEC_ACTION >
446 SoNode* m_cachedAlternateRep;
455 m_projCoords = projCoords;
465 static bool s_catchGLError;
476 friend class inventor::impl::SoCachedGroupImpl;
477 friend class inventor::node::SoConstNode;
488SoNode::isBoundingBoxIgnoring()
const
Character string stored in a hash table.
Cache projected coordinates.
Abstract base class for all actions.
Performs a generic traversal of a scene graph or path.
static void postWarning(const char *methodName, const char *formatString ...)
Posts a warning.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Computes a distr...
Abstract base class for objects that contain fields.
Renders a scene graph using Open Inventor's Render Engine.
Computes bounding box of a scene.
Computes transformation matrix for a subgraph.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Counts number of...
Allows nodes in a graph to receive input events.
Abstract base class for all database nodes.
static int getByName(const SbName &name, SoNodeList &list)
A node's name can be set using SoBase::setName().
virtual void setOverride(const SbBool state)
Turns the override flag on or off.
friend class StringConcatCallback
friend class SoTraversalPassImpl
virtual SbBool affectsState() const
Returns TRUE if a node has an effect on the state during traversal.
friend class SoCacheElement
static SoNode * getByName(const SbName &name)
A node's name can be set using SoBase::setName().
friend class SoCallbackAction
virtual void touch()
Marks an instance as modified, simulating a change to it.
virtual SoNode * copy(SbBool copyConnections=FALSE) const
Creates and returns an exact copy of the node.
virtual SbBool isOverride() const
Returns the state of the override flag.
friend class SoLdmValuationAction
Maintains a list of pointers to nodes.
Used to write Open Inventor data files.
Abstract base class for picking objects in a scene.
Intersects objects with a ray cast into scene.
Searches for nodes in a scene graph.
Stores runtime type information.
Writes a scene graph to a file.