Open Inventor Reference
SoTabBoxManip Class Reference

Transform node with 3D Interface for editing scale and translation. More...

#include <Inventor/manips/SoTabBoxManip.h>

Inheritance diagram for SoTabBoxManip:
SoTransformManip SoTransform SoTransformation SoNode SoFieldContainer SoBase

List of all members.

Public Member Functions

 SoTabBoxManip ()
 Constructor.

Static Public Member Functions

static void initClass ()
 initialize the class

Protected Member Functions

virtual ~SoTabBoxManip ()

Detailed Description

SoTabBoxManip is derived from SoTransform (by way of SoTransformManip). When its fields change, nodes following it in the scene graph scale, and/or translate.

As a subclass of SoTransformManip, this manip also has a 3D interface to edit some of its fields. In this case, the interface edits the scaleFactor and translation fields.

A manipulator differs from a dragger. When you move a dragger, no other nodes are affected. When you move an SoTransformManip, other nodes move along with it. (See the reference page for SoTransformManip.)

The interface for an SoTabBoxManip is exactly the same as that of the SoTabBoxDragger. To find out more about the interface, see the reference page for SoTabBoxDragger. To find out how the manipulator uses a dragger to provide its interface, see the reference page for SoTransformManip.

On screen, this manip will surround the objects influenced by its motion. This is because it turns on the surroundScale part of the dragger (See the reference page for SoSurroundScale)

File Format/Default
TabBoxManip {
  translation 0 0 0
  rotation 0 0 1 0
  scaleFactor 1 1 1
  scaleOrientation 0 0 1 0
  center 0 0 0
}
See Also
SoCenterballManip, SoHandleBoxManip, SoJackManip, SoTabBoxDragger, SoTrackballManip, SoTransformBoxManip, SoTransformerManip, SoTransform, SoTransformManip

Definition at line 110 of file SoTabBoxManip.h.


Constructor & Destructor Documentation

SoTabBoxManip::SoTabBoxManip ( )
virtual SoTabBoxManip::~SoTabBoxManip ( ) [protected, virtual]

Member Function Documentation

static void SoTabBoxManip::initClass ( ) [static]

Reimplemented from SoTransformManip.


The documentation for this class was generated from the following file: