90 TICK_WILKINSON_EXTENDED
99 virtual void SetPosition(
int position);
106 void SetPoint1(
float x,
float y);
118 void SetPoint2(
float x,
float y);
129 virtual void SetNumberOfTicks(
int numberOfTicks);
145 virtual void SetMinimum(
double minimum);
157 virtual void SetMaximum(
double maximum);
170 virtual void SetUnscaledMinimum(
double minimum);
178 virtual void SetUnscaledMaximum(
double maximum);
192 virtual void SetRange(
double minimum,
double maximum);
193 virtual void SetRange(
double range[2]);
194 virtual void SetUnscaledRange(
double minimum,
double maximum);
195 virtual void SetUnscaledRange(
double range[2]);
203 virtual void GetRange(
double *
range);
204 virtual void GetUnscaledRange(
double *
range);
209 virtual void SetMinimumLimit(
double lowest);
219 virtual void SetMaximumLimit(
double highest);
229 virtual void SetUnscaledMinimumLimit(
double lowest);
239 virtual void SetUnscaledMaximumLimit(
double highest);
284 virtual void SetLogScale(
bool logScale);
314 virtual void SetPrecision(
int precision);
321 STANDARD_NOTATION = 0,
330 virtual void SetNotation(
int notation);
394 virtual void AutoScale();
398 virtual void RecalculateTickSpacing();
432 static double NiceNumber(
double number,
bool roundUp);
437 static double NiceMinMax(
double &min,
double &
max,
float pixelRange,
438 float tickPixelSpacing);
451 void UpdateLogScaleActive(
bool updateMinMaxFromUnscaled);
454 void GenerateTickLabels(
double min,
double max);
458 void GenerateTickLabels();
460 void GenerateLabelFormat(
int notation,
double n);
464 double CalculateNiceMinMax(
double &min,
double &
max);
473 double LogScaleTickMark(
double number,
487 void GenerateLogSpacedLinearTicks(
int order,
double min,
double max);
497 void GenerateLogScaleTickMarks(
int order,
500 bool detailLabels =
true);
581 void operator=(
const vtkAxis &);
585 bool InRange(
double value);
vtkTextProperty * LabelProperties
Wrapper around std::string to keep symbols short.
double NonLogUnscaledMinLimit
base class for items that are part of a vtkContextScene.
virtual bool Paint(vtkContext2D *painter)
#define vtkGetMacro(name, type)
record modification and/or execution time
dynamic, self-adjusting array of float
a vtkAbstractArray subclass for strings
#define vtkTypeMacro(thisClass, superclass)
dynamic, self-adjusting array of double
double UnscaledMinimumLimit
double UnscaledMaximumLimit
Class for drawing 2D primitives to a graphical context.
takes care of drawing 2D axes
a simple class to control print indentation
vtkSmartPointer< vtkStringArray > TickLabels
provides a pen that draws the outlines of shapes drawn by vtkContext2D.
represent text properties.
#define vtkGetObjectMacro(name, type)
#define vtkGetVector2Macro(name, type)
vtkTextProperty * TitleProperties
vtkSmartPointer< vtkDoubleArray > TickPositions
#define vtkBooleanMacro(name, type)
virtual void PrintSelf(ostream &os, vtkIndent indent)
double NonLogUnscaledMaxLimit
#define vtkSetVector2Macro(name, type)
#define VTKCHARTSCORE_EXPORT
vtkSmartPointer< vtkFloatArray > TickScenePositions
#define vtkSetMacro(name, type)