Abstract class for polar axis editor.
More...
#include <MeshViz/graph/editors/PoXtPolarAxisEditor.h>
Public Types | |
| enum | PolarAxisMask { NO_POLAR_MASK = 0x00000000, OFFSET = 0x00000001, START_RADIUS = 0x00000002, END_RADIUS = 0x00000004, THETA = 0x00000008, MULT_FACTOR_POSITION = 0x00000010, MULT_FACTOR_DIST_AXIS = 0x00000020, ALL_POLAR_MASK } |
Public Member Functions | |
| void | setPolarAxisFilter (unsigned long inclusionMask, unsigned long exclusionMask) |
| void | getPolarAxisFilter (unsigned long &inclusionMask, unsigned long &exclusionMask) const |
Abstract class for polar axis editor.
NOTE: This class does not exist in Open Inventor 10.0 and later.
| void PoXtPolarAxisEditor::getPolarAxisFilter | ( | unsigned long & | inclusionMask, | |
| unsigned long & | exclusionMask | |||
| ) | const |
Gets editing filters defining which polar axis attributes will be displayed in the editor.
| void PoXtPolarAxisEditor::setPolarAxisFilter | ( | unsigned long | inclusionMask, | |
| unsigned long | exclusionMask | |||
| ) |
Sets editing filters defining which polar axis attributes will be displayed in the editor.
(By default inclusionMask = ALL_POLAR_MASK and exclusionMask = NO_POLAR_MASK).