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);
308 virtual void SetPrecision(
int precision);
315 STANDARD_NOTATION = 0,
320 #ifndef VTK_LEGACY_REMOVE
322 STANDARD = STANDARD_NOTATION,
323 SCIENTIFIC = SCIENTIFIC_NOTATION,
324 MIXED = FIXED_NOTATION
331 virtual void SetNotation(
int notation);
395 virtual
void AutoScale();
399 virtual
void RecalculateTickSpacing();
441 static
double NiceNumber(
double number,
bool roundUp);
446 static
double NiceMinMax(
double &min,
double &
max,
float pixelRange,
447 float tickPixelSpacing);
460 void UpdateLogScaleActive(
bool updateMinMaxFromUnscaled);
463 void GenerateTickLabels(
double min,
double max);
467 void GenerateTickLabels();
469 void GenerateLabelFormat(
int notation,
double n);
473 double CalculateNiceMinMax(
double &min,
double &max);
482 double LogScaleTickMark(
double number,
496 void GenerateLogSpacedLinearTicks(
int order,
double min,
double max);
506 void GenerateLogScaleTickMarks(
int order,
509 bool detailLabels = true);
523 double UnscaledMinimum;
524 double UnscaledMaximum;
525 double UnscaledMinimumLimit;
526 double UnscaledMaximumLimit;
527 double NonLogUnscaledMinLimit;
528 double NonLogUnscaledMaxLimit;
548 double ScalingFactor;
553 bool CustomTickLabels;
573 bool UsingNiceMinMax;
582 int TickLabelAlgorithm;
588 vtkAxis(const vtkAxis &);
589 void operator=(const vtkAxis &);
593 bool InRange(
double value);
Wrapper around std::string to keep symbols short.
GLuint GLdouble GLdouble GLint GLint order
base class for items that are part of a vtkContextScene.
#define vtkGetMacro(name, type)
record modification and/or execution time
dynamic, self-adjusting array of float
a vtkAbstractArray subclass for strings
GLsizei const GLfloat * value
Hold a reference to a vtkObjectBase instance.
GLint GLint GLint GLint GLint GLint y
#define vtkTypeMacro(thisClass, superclass)
dynamic, self-adjusting array of double
GLint GLint GLint GLint GLint x
Class for drawing 2D primitives to a graphical context.
takes care of drawing 2D axes
a simple class to control print indentation
provides a pen that draws the outlines of shapes drawn by vtkContext2D.
represent text properties.
#define vtkGetObjectMacro(name, type)
#define VTK_LEGACY(method)
#define vtkGetVector2Macro(name, type)
#define vtkBooleanMacro(name, type)
virtual void PrintSelf(ostream &os, vtkIndent indent)
#define vtkSetVector2Macro(name, type)
GLenum GLint GLint * precision
#define VTKCHARTSCORE_EXPORT
#define vtkSetMacro(name, type)