Abstract class for cartesian axis editors.
More...
#include <MeshViz/graph/editors/PoXtCartesianAxisEditor.h>
Public Types | |
| enum | CartesianAxisMask { NO_CARTESIAN_MASK = 0x00000000, START = 0x00000001, END = 0x00000002, TYPE = 0x00000004, ALL_CARTESIAN_MASK = START | END | TYPE } |
Public Member Functions | |
| void | setCartesianAxisFilter (unsigned long inclusionMask, unsigned long exclusionMask) |
| void | getCartesianAxisFilter (unsigned long &inclusionMask, unsigned long &exclusionMask) const |
Abstract class for cartesian axis editors.
NOTE: This class does not exist in Open Inventor 10.0 and later.
| void PoXtCartesianAxisEditor::getCartesianAxisFilter | ( | unsigned long & | inclusionMask, | |
| unsigned long & | exclusionMask | |||
| ) | const |
Gets editing filters defining which cartesian axis attributes will be displayed in the editor.
| void PoXtCartesianAxisEditor::setCartesianAxisFilter | ( | unsigned long | inclusionMask, | |
| unsigned long | exclusionMask | |||
| ) |
Sets editing filters defining which cartesian axis attributes will be displayed in the editor.
(By default inclusionMask = ALL_CART_MASK and exclusionMask = NO_CART_MASK).