51#ifndef _SO_TRANSLATE_1_DRAGGER_
52#define _SO_TRANSLATE_1_DRAGGER_
202 static void initClass();
203 static void exitClass();
209 static void startCB(
void *,
SoDragger * );
210 static void motionCB(
void *,
SoDragger * );
211 static void finishCB(
void *,
SoDragger * );
214 static void fieldSensorCB(
void *,
SoSensor * );
215 static void valueChangedCB(
void *,
SoDragger * );
232 static const char geomBuffer[];
#define FALSE
Possible value of SbBool.
#define SO_KIT_CATALOG_ENTRY_HEADER(partName)
#define SO_KIT_HEADER(className)
Base class for nodekits that move in response to click-drag-release mouse events.
Sensor class that can be attached to Open Inventor fields.
Field containing a three-dimensional vector.
Abstract base class for Open Inventor sensors.
Object you can translate along a line by dragging with the mouse.
SoTranslate1Dragger()
Constructor.
SoSFVec3f translation
Position of the dragger.