Class for generalized axis editor.
More...
#include <MeshViz/graph/editors/PoXtGenAxisEditor.h>
Public Types | |
| enum | GenAxisMask { NO_GEN_MASK = 0x00000000, GRAD_LIST = 0x00000001, ALL_GEN_MASK = GRAD_LIST } |
Public Member Functions | |
| PoXtGenAxisEditor (SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE) | |
| ~PoXtGenAxisEditor () | |
| void | setGenAxisFilter (unsigned long inclusionMask, unsigned long exclusionMask) |
| void | getGenAxisFilter (unsigned long &inclusionMask, unsigned long &exclusionMask) const |
Class for generalized axis editor.
NOTE: This class does not exist in Open Inventor 10.0 and later.
| PoXtGenAxisEditor::PoXtGenAxisEditor | ( | SoWidget | parent = NULL, |
|
| const char * | name = NULL, |
|||
| SbBool | buildInsideParent = TRUE | |||
| ) |
Constructor.
| PoXtGenAxisEditor::~PoXtGenAxisEditor | ( | ) |
Destructor.
| void PoXtGenAxisEditor::getGenAxisFilter | ( | unsigned long & | inclusionMask, | |
| unsigned long & | exclusionMask | |||
| ) | const |
Gets editing filters defining which generalized axis attributes will be displayed in the editor.
| void PoXtGenAxisEditor::setGenAxisFilter | ( | unsigned long | inclusionMask, | |
| unsigned long | exclusionMask | |||
| ) |
Sets editing filters defining which generalized axis attributes will be displayed in the editor.
(By default inclusionMask = ALL_GEN_MASK and exclusionMask = NO_GEN_MASK).