33#ifndef COIN_SOVRMLPROXIMITYSENSOR_H
34#define COIN_SOVRMLPROXIMITYSENSOR_H
36#include <Inventor/nodes/SoSubNode.h>
37#include <Inventor/nodes/SoNode.h>
38#include <Inventor/fields/SoSFVec3f.h>
39#include <Inventor/fields/SoSFBool.h>
40#include <Inventor/fields/SoSFTime.h>
41#include <Inventor/fields/SoSFRotation.h>
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
The SoCallbackAction class invokes callbacks at specific nodes.
Definition SoCallbackAction.h:80
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:50
The SoGetBoundingBoxAction class calculates bounding boxes for nodes and subgraphs.
Definition SoGetBoundingBoxAction.h:45
SoNode(void)
Definition SoNode.cpp:417
virtual void notify(SoNotList *l)
Definition SoNode.cpp:506
virtual void getBoundingBox(SoGetBoundingBoxAction *action)
Definition SoNode.cpp:914
virtual void doAction(SoAction *action)
Definition SoNode.cpp:858
virtual void callback(SoCallbackAction *action)
Definition SoNode.cpp:1075
virtual SbBool affectsState(void) const
Definition SoNode.cpp:880
virtual void rayPick(SoRayPickAction *action)
Definition SoNode.cpp:1188
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoNode.cpp:573
virtual void GLRender(SoGLRenderAction *action)
Definition SoNode.cpp:1003
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:43
The SoRayPickAction class does ray intersection with scene graphs.
Definition SoRayPickAction.h:50
The SoSFBool class is a container for an SbBool value.
Definition SoSFBool.h:39
The SoSFRotation class is a container for an SbRotation.
Definition SoSFRotation.h:40
The SoSFTime class is a container for an SbTime value.
Definition SoSFTime.h:40
The SoSFVec3f class is a container for an SbVec3f vector.
Definition SoSFVec3f.h:40
SoSFRotation orientation_changed
Definition SoVRMLProximitySensor.h:58
SoSFBool isActive
Definition SoVRMLProximitySensor.h:56
SoSFVec3f position_changed
Definition SoVRMLProximitySensor.h:57
SoSFTime exitTime
Definition SoVRMLProximitySensor.h:60
SoSFVec3f size
Definition SoVRMLProximitySensor.h:53
SoVRMLProximitySensor(void)
Definition ProximitySensor.cpp:226
SoSFVec3f center
Definition SoVRMLProximitySensor.h:52
SoSFTime enterTime
Definition SoVRMLProximitySensor.h:59
SoSFBool enabled
Definition SoVRMLProximitySensor.h:54
#define SO_NODE_HEADER(classname)
Definition Coin_macros.dox:50