50#ifndef _SO_TRANSFORM_MANIP_
51#define _SO_TRANSFORM_MANIP_
229 virtual void doAction(
SoAction *action );
240 static void initClass();
241 static void exitClass();
243 SB_THREAD_TLS_HEADER();
246 virtual bool isGroup() {
return true; }
249 virtual void internalRemoveChild(
int index );
250 virtual void internalRemoveChild(
SoNode *child) { internalRemoveChild(internalFindChild(child)); }
251 virtual void internalRemoveAllChildren();
252 virtual void internalAddChild(
SoNode *child );
253 virtual int internalFindChild(
const SoNode *child )
const;
254 virtual void internalInsertChild(
SoNode *child,
int newChildIndex );
255 virtual SoNode *internalGetChild(
int index)
const {
return (*children)[index]; }
256 virtual void internalReplaceChild(
int index,
SoNode *newChild);
257 virtual void internalReplaceChild(
SoNode *oldChild,
SoNode *newChild) { internalReplaceChild(internalFindChild(oldChild),newChild); }
266 static void valueChangedCB(
void *,
SoDragger *);
273 static void fieldSensorCB(
void *,
SoSensor *);
275 virtual void setDragger(
SoDragger *newDragger );
278 virtual SbBool readInstance(
SoInput *in,
unsigned short flags);
289 int getNumChildren()
const {
return (children->getLength()); }
#define SO_NODE_HEADER(className)
Abstract base class for all actions.
Performs a generic traversal of a scene graph or path.
Base class for nodekits that move in response to click-drag-release mouse events.
Abstract base class for objects that contain fields.
Sensor class that can be attached to Open Inventor fields.
Renders a scene graph using Open Inventor's Render Engine.
Computes bounding box of a scene.
Computes transformation matrix for a subgraph.
Allows nodes in a graph to receive input events.
Abstract base class for all database nodes.
Path that points to a list of hierarchical nodes.
Abstract base class for picking objects in a scene.
Searches for nodes in a scene graph.
Abstract base class for Open Inventor sensors.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Shader program p...
Writes a scene graph to a file.