Class for angular axis editor. More...
#include <MeshViz/graph/editors/PoXtAngularAxisEditor.h>
Public Types | |
enum | AngularAxisMask { NO_ANGULAR_MASK = 0x00000000, OFFSET = 0x00000001, START_ANGLE = 0x00000002, END_ANGLE = 0x00000004, RADIUS = 0x00000008, ANGLE_STEP = 0x00000010, GRAD_FIT = 0x00000020, ALL_ANGULAR_MASK } |
Public Member Functions | |
PoXtAngularAxisEditor (SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE) | |
~PoXtAngularAxisEditor () | |
void | setAngularAxisFilter (unsigned long inclusionMask, unsigned long exclusionMask) |
void | getAngularAxisFilter (unsigned long &inclusionMask, unsigned long &exclusionMask) const |
PoXtAngularAxisEditor::PoXtAngularAxisEditor | ( | SoWidget | parent = NULL , |
|
const char * | name = NULL , |
|||
SbBool | buildInsideParent = TRUE | |||
) |
Constructor.
PoXtAngularAxisEditor::~PoXtAngularAxisEditor | ( | ) |
Destructor.
void PoXtAngularAxisEditor::getAngularAxisFilter | ( | unsigned long & | inclusionMask, | |
unsigned long & | exclusionMask | |||
) | const |
Gets editing filters defining which angular axis attributes will be displayed in the editor.
void PoXtAngularAxisEditor::setAngularAxisFilter | ( | unsigned long | inclusionMask, | |
unsigned long | exclusionMask | |||
) |
Sets editing filters defining which angular axis attributes will be displayed in the editor.
(By default inclusionMask = ALL_ANGULAR_MASK and exclusionMask = NO_ANGULAR_MASK).