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>
49 static void initClass(
void);
62 virtual SbBool affectsState(
void)
const;
64 virtual void doAction(
SoAction * action);
The SbList class is a template container class for lists.
Definition SbList.h:70
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
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
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
The SoVRMLProximitySensor class is used to generate events when the viewer enters or exits a region.
Definition SoVRMLProximitySensor.h:44
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
SoSFVec3f center
Definition SoVRMLProximitySensor.h:52
SoSFTime enterTime
Definition SoVRMLProximitySensor.h:59
SoSFBool enabled
Definition SoVRMLProximitySensor.h:54