51#ifndef _SO_ROTATE_CYLINDRICAL_DRAGGER_
52#define _SO_ROTATE_CYLINDRICAL_DRAGGER_
227 static void initClass();
228 static void exitClass();
240 static void startCB(
void *,
SoDragger * );
241 static void motionCB(
void *,
SoDragger * );
242 static void doneCB(
void *,
SoDragger * );
245 static void fieldSensorCB(
void *,
SoSensor * );
246 static void valueChangedCB(
void *,
SoDragger * );
264 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.
Abstract base class for objects that contain fields.
Sensor class that can be attached to Open Inventor fields.
Object you rotate along a cylindrical surface by dragging with the mouse.
void setProjector(SbCylinderProjector *p)
Sets a different cylinder projector.
SoRotateCylindricalDragger()
Constructor.
SoSFRotation rotation
Orientation of the dragger.
const SbCylinderProjector * getProjector() const
Gets the cylinder projector.
Field containing a rotation.
Abstract base class for Open Inventor sensors.