33 #ifndef COIN_SOVRMLCOLLISION_H 34 #define COIN_SOVRMLCOLLISION_H 36 #include <Inventor/VRMLnodes/SoVRMLGroup.h> 37 #include <Inventor/nodes/SoSubNode.h> 38 #include <Inventor/fields/SoSFBool.h> 39 #include <Inventor/fields/SoSFNode.h> 40 #include <Inventor/fields/SoSFTime.h> 42 class SoVRMLCollisionP;
50 static void initClass(
void);
66 void commonConstructor(
void);
67 SoVRMLCollisionP * pimpl;
70 #endif // ! COIN_SOVRMLCOLLISION_H The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:45
virtual void GLRender(SoGLRenderAction *action)
Definition: Group.cpp:352
#define SO_NODE_HEADER(classname)
SoSFTime collideTime
Definition: SoVRMLCollision.h:56
The SoSFBool class is a container for an SbBool value.This field is used where nodes, engines or other field containers needs to store a boolean on/off or TRUE/FALSE value, like for instance as the "on" field of the SoPointLight, SoSpotLight and SoDirectionalLight node classes.
Definition: SoSFBool.h:39
SoSFNode proxy
Definition: SoVRMLCollision.h:55
The SoSFNode class is a container for a single node.This field container stores a pointer to a Coin n...
Definition: SoSFNode.h:47
The SoVRMLCollision class is used for collision detection with the avatar.The detailed class document...
Definition: SoVRMLCollision.h:44
SoSFBool collide
Definition: SoVRMLCollision.h:54
The SoSFTime class is a container for an SbTime value.This field is used where nodes, engines or other field containers needs to store a single time representation.
Definition: SoSFTime.h:40
virtual void notify(SoNotList *list)
Definition: Group.cpp:711
The SoVRMLGroup class is used for grouping VRML nodes.The detailed class documentation is taken verba...
Definition: SoVRMLGroup.h:44
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:50