|
virtual int | IsA (const char *type) |
|
vtkAxisExtended * | NewInstance () const |
|
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual int | GetDesiredFontSize () |
|
virtual void | SetDesiredFontSize (int) |
|
virtual int | GetPrecision () |
|
virtual void | SetPrecision (int) |
|
virtual int | GetLabelFormat () |
|
virtual void | SetLabelFormat (int) |
|
virtual int | GetOrientation () |
|
virtual void | SetOrientation (int) |
|
virtual bool | GetIsAxisVertical () |
|
virtual void | SetIsAxisVertical (bool) |
|
|
vtkVector3d | GenerateExtendedTickLabels (double dmin, double dmax, double m, double scaling) |
|
|
virtual int | GetFontSize () |
|
virtual void | SetFontSize (int) |
|
vtkObject * | NewInstance () const |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual unsigned long | GetMTime () |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
|
static int | IsTypeOf (const char *type) |
|
static vtkAxisExtended * | SafeDownCast (vtkObjectBase *o) |
|
static vtkAxisExtended * | New () |
|
static double | SimplicityMax (int qIndex, int qLength, int j) |
|
static double | Coverage (double dmin, double dmax, double lmin, double lmax) |
|
static double | CoverageMax (double dmin, double dmax, double span) |
|
static double | DensityMax (int k, double m) |
|
static double | FormatLegibilityScore (double n, int format) |
|
static int | FormatStringLength (int format, double n, int precision) |
|
|
static double | Simplicity (int qIndex, int qLength, int j, double lmin, double lmax, double lstep) |
|
|
static double | Density (int k, double m, double dmin, double dmax, double lmin, double lmax) |
|
static int | IsTypeOf (const char *type) |
|
static vtkObject * | SafeDownCast (vtkObjectBase *o) |
|
static vtkObject * | New () |
|
static void | BreakOnError () |
|
static void | SetGlobalWarningDisplay (int val) |
|
static void | GlobalWarningDisplayOn () |
|
static void | GlobalWarningDisplayOff () |
|
static int | GetGlobalWarningDisplay () |
|
static int | IsTypeOf (const char *name) |
|
static vtkObjectBase * | New () |
|
octree-based spatial search object to quickly locate cells
This implements the optimization based tick position calculating algorithm in the paper "An Extension of Wilkinson's Algorithm
for Positioning Tick Labels on Axes" by Junstin Talbot, Sharon Lin and Pat Hanrahan
- See also
- vtkAxis
Definition at line 34 of file vtkAxisExtended.h.