82#ifndef _SO_SCALE_2_DRAGGER_
83#define _SO_SCALE_2_DRAGGER_
200 static const unsigned char geomBuffer[];
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_KIT_CATALOG_ENTRY_HEADER(partName)
This defines an SoSFNode field for the catalog part given.
#define SO_KIT_HEADER(className)
This is a dictionary mapping (size_t) integer keys to (void *) data pointers.
Base class for nodekits that move in response to click-drag-release mouse events.
Sensor class that can be attached to Inventor fields.
Field containing a three-dimensional vector.
Object you can scale in two dimensions by dragging with the mouse.
virtual ~SoScale2Dragger()
static void finishCB(void *, SoDragger *)
static void initClass()
initialize the class
SbPlaneProjector * planeProj
projector for planar scaling
SoFieldSensor * fieldSensor
static void startCB(void *, SoDragger *)
SoScale2Dragger()
Constructor.
static void valueChangedCB(void *, SoDragger *)
static void motionCB(void *, SoDragger *)
static void fieldSensorCB(void *, SoSensor *)
virtual bool setUpConnections(bool onOff, bool doItAlways=FALSE)
detach/attach any sensors, callbacks, and/or field connections.
Abstract base class for Inventor sensors.