#include <Inventor/manips/SoCenterballManip.h>
Inheritance diagram for SoCenterballManip:
Public Member Functions | |
SoCenterballManip (void) | |
Static Public Member Functions | |
void | initClass (void) |
Protected Member Functions | |
~SoCenterballManip () | |
virtual void | setDragger (SoDragger *newDragger) |
Static Protected Member Functions | |
void | fieldSensorCB (void *f, SoSensor *s) |
void | valueChangedCB (void *f, SoDragger *d) |
The manipulator class takes care of wrapping up the SoCenterballDragger in a simple and convenient API for the application programmer, making it automatically surround the geometry it influences and taking care of the book-keeping routines for it's interaction with the relevant fields of an SoTransformation node.
|
Default constructor. Allocates an SoCenterballDragger and an SoSurroundScale node to surround the geometry within our part of the scenegraph. |
|
Destructor. |
|
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. Reimplemented from SoTransformManip. |
|
Sets up the dragger instance to be controlled by this manipulator. Reimplemented from SoTransformManip. |
|
This API member is considered internal to the library, as it is not likely to be of interest to the application programmer. Callback to update motion matrix when a field is modified. Reimplemented from SoTransformManip. |
|
This API member is considered internal to the library, as it is not likely to be of interest to the application programmer. Callback to update field values when motion matrix changes. Reimplemented from SoTransformManip. |