VTK  9.3.20240419
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkAxisActor Class Reference

Create an axis with tick marks and labels. More...

#include <vtkAxisActor.h>

Inheritance diagram for vtkAxisActor:
[legend]
Collaboration diagram for vtkAxisActor:
[legend]

Public Types

enum  TickLocation { VTK_TICKS_INSIDE = 0 , VTK_TICKS_OUTSIDE = 1 , VTK_TICKS_BOTH = 2 }
 
enum  AlignLocation { VTK_ALIGN_TOP = 0 , VTK_ALIGN_BOTTOM = 1 , VTK_ALIGN_POINT1 = 2 , VTK_ALIGN_POINT2 = 3 }
 
enum  AxisType { VTK_AXIS_TYPE_X = 0 , VTK_AXIS_TYPE_Y = 1 , VTK_AXIS_TYPE_Z = 2 }
 
enum  AxisPosition { VTK_AXIS_POS_MINMIN = 0 , VTK_AXIS_POS_MINMAX = 1 , VTK_AXIS_POS_MAXMAX = 2 , VTK_AXIS_POS_MAXMIN = 3 }
 
typedef vtkActor Superclass
 
- Public Types inherited from vtkActor
typedef vtkProp3D Superclass
 
- Public Types inherited from vtkProp3D
typedef vtkProp Superclass
 
enum  CoordinateSystems { WORLD = 0 , PHYSICAL = 1 , DEVICE = 2 }
 Specify the coordinate system that this prop is relative to. More...
 
- Public Types inherited from vtkProp
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkAxisActorNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void SetTickLocationToInside ()
 
void SetTickLocationToOutside ()
 
void SetTickLocationToBoth ()
 
virtual void SetDrawGridlinesLocation (int)
 
virtual int GetDrawGridlinesLocation ()
 
void SetAxisPositionToMinMin ()
 
void SetAxisPositionToMinMax ()
 
void SetAxisPositionToMaxMax ()
 
void SetAxisPositionToMaxMin ()
 
void ReleaseGraphicsResources (vtkWindow *) override
 Release any graphics resources that are being consumed by this actor. More...
 
double ComputeMaxLabelLength (const double[3])
 
double ComputeTitleLength (const double[3])
 
void SetLabelScale (double scale)
 
void SetLabelScale (int labelIndex, double scale)
 
void SetTitleScale (double scale)
 
void SetLabels (vtkStringArray *labels)
 
void BuildAxis (vtkViewport *viewport, bool)
 
vtkAxisFollower ** GetLabelActors ()
 Get label actors responsigle for drawing label text. More...
 
vtkProp3DAxisFollower ** GetLabelProps3D ()
 Get label actors responsigle for drawing label text. More...
 
virtual vtkCoordinateGetPoint1Coordinate ()
 Specify the position of the first point defining the axis. More...
 
virtual void SetPoint1 (double x[3])
 Specify the position of the first point defining the axis. More...
 
virtual void SetPoint1 (double x, double y, double z)
 Specify the position of the first point defining the axis. More...
 
virtual double * GetPoint1 ()
 Specify the position of the first point defining the axis. More...
 
virtual vtkCoordinateGetPoint2Coordinate ()
 Specify the position of the second point defining the axis. More...
 
virtual void SetPoint2 (double x[3])
 Specify the position of the second point defining the axis. More...
 
virtual void SetPoint2 (double x, double y, double z)
 Specify the position of the second point defining the axis. More...
 
virtual double * GetPoint2 ()
 Specify the position of the second point defining the axis. More...
 
virtual void SetRange (double, double)
 Specify the (min,max) axis range. More...
 
void SetRange (double[2])
 Specify the (min,max) axis range. More...
 
virtual double * GetRange ()
 Specify the (min,max) axis range. More...
 
virtual void GetRange (double data[2])
 Specify the (min,max) axis range. More...
 
void SetBounds (const double bounds[6])
 Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). More...
 
void SetBounds (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
 Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). More...
 
double * GetBounds () override
 Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). More...
 
void GetBounds (double bounds[6])
 Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). More...
 
virtual void SetLabelFormat (const char *)
 Set/Get the format with which to print the labels on the axis. More...
 
virtual char * GetLabelFormat ()
 Set/Get the format with which to print the labels on the axis. More...
 
virtual void SetUseTextActor3D (bool)
 Render text as polygons (vtkVectorText) or as sprites (vtkTextActor3D). More...
 
virtual bool GetUseTextActor3D ()
 Render text as polygons (vtkVectorText) or as sprites (vtkTextActor3D). More...
 
virtual void SetMinorTicksVisible (bool)
 Set/Get the flag that controls whether the minor ticks are visible. More...
 
virtual bool GetMinorTicksVisible ()
 Set/Get the flag that controls whether the minor ticks are visible. More...
 
virtual void MinorTicksVisibleOn ()
 Set/Get the flag that controls whether the minor ticks are visible. More...
 
virtual void MinorTicksVisibleOff ()
 Set/Get the flag that controls whether the minor ticks are visible. More...
 
void SetTitle (const char *t)
 Set/Get the title of the axis actor. More...
 
virtual char * GetTitle ()
 Set/Get the title of the axis actor. More...
 
void SetExponent (const char *t)
 Set/Get the common exponent of the labels values. More...
 
virtual char * GetExponent ()
 Set/Get the common exponent of the labels values. More...
 
virtual void SetMajorTickSize (double)
 Set/Get the size of major tick marks. More...
 
virtual double GetMajorTickSize ()
 Set/Get the size of major tick marks. More...
 
virtual void SetMinorTickSize (double)
 Set/Get the size of minor tick marks. More...
 
virtual double GetMinorTickSize ()
 Set/Get the size of minor tick marks. More...
 
virtual void SetTickLocation (int)
 Set/Get the location of the ticks. More...
 
virtual int GetTickLocation ()
 Set/Get the location of the ticks. More...
 
virtual void SetAxisVisibility (bool)
 Set/Get visibility of the axis line. More...
 
virtual bool GetAxisVisibility ()
 Set/Get visibility of the axis line. More...
 
virtual void AxisVisibilityOn ()
 Set/Get visibility of the axis line. More...
 
virtual void AxisVisibilityOff ()
 Set/Get visibility of the axis line. More...
 
virtual void SetTickVisibility (bool)
 Set/Get visibility of the axis major tick marks. More...
 
virtual bool GetTickVisibility ()
 Set/Get visibility of the axis major tick marks. More...
 
virtual void TickVisibilityOn ()
 Set/Get visibility of the axis major tick marks. More...
 
virtual void TickVisibilityOff ()
 Set/Get visibility of the axis major tick marks. More...
 
virtual void SetLabelVisibility (bool)
 Set/Get visibility of the axis labels. More...
 
virtual bool GetLabelVisibility ()
 Set/Get visibility of the axis labels. More...
 
virtual void LabelVisibilityOn ()
 Set/Get visibility of the axis labels. More...
 
virtual void LabelVisibilityOff ()
 Set/Get visibility of the axis labels. More...
 
virtual void SetTitleVisibility (bool)
 Set/Get visibility of the axis title. More...
 
virtual bool GetTitleVisibility ()
 Set/Get visibility of the axis title. More...
 
virtual void TitleVisibilityOn ()
 Set/Get visibility of the axis title. More...
 
virtual void TitleVisibilityOff ()
 Set/Get visibility of the axis title. More...
 
virtual void SetExponentVisibility (bool)
 Set/Get visibility of the axis detached exponent. More...
 
virtual bool GetExponentVisibility ()
 Set/Get visibility of the axis detached exponent. More...
 
virtual void ExponentVisibilityOn ()
 Set/Get visibility of the axis detached exponent. More...
 
virtual void ExponentVisibilityOff ()
 Set/Get visibility of the axis detached exponent. More...
 
virtual void SetLastMajorTickPointCorrection (bool)
 Set/Get visibility of the axis detached exponent. More...
 
virtual bool GetLastMajorTickPointCorrection ()
 Set/Get visibility of the axis detached exponent. More...
 
virtual void LastMajorTickPointCorrectionOn ()
 Set/Get visibility of the axis detached exponent. More...
 
virtual void LastMajorTickPointCorrectionOff ()
 Set/Get visibility of the axis detached exponent. More...
 
virtual void SetTitleAlignLocation (int location)
 Get/Set the alignment of the title related to the axis. More...
 
virtual int GetTitleAlignLocation ()
 Get/Set the alignment of the title related to the axis. More...
 
virtual void SetExponentLocation (int location)
 Get/Set the location of the Detached Exponent related to the axis. More...
 
virtual int GetExponentLocation ()
 Get/Set the location of the Detached Exponent related to the axis. More...
 
virtual void SetTitleTextProperty (vtkTextProperty *p)
 Set/Get the axis title text property. More...
 
vtkTextPropertyGetTitleTextProperty ()
 Set/Get the axis title text property. More...
 
virtual void SetLabelTextProperty (vtkTextProperty *p)
 Set/Get the axis labels text property. More...
 
vtkTextPropertyGetLabelTextProperty ()
 Set/Get the axis labels text property. More...
 
void SetAxisLinesProperty (vtkProperty *)
 Get/Set axis actor property (axis and its ticks) (kept for compatibility) More...
 
vtkPropertyGetAxisLinesProperty ()
 Get/Set axis actor property (axis and its ticks) (kept for compatibility) More...
 
void SetAxisMainLineProperty (vtkProperty *)
 Get/Set main line axis actor property. More...
 
vtkPropertyGetAxisMainLineProperty ()
 Get/Set main line axis actor property. More...
 
void SetAxisMajorTicksProperty (vtkProperty *)
 Get/Set axis actor property (axis and its ticks) More...
 
vtkPropertyGetAxisMajorTicksProperty ()
 Get/Set axis actor property (axis and its ticks) More...
 
void SetAxisMinorTicksProperty (vtkProperty *)
 Get/Set axis actor property (axis and its ticks) More...
 
vtkPropertyGetAxisMinorTicksProperty ()
 Get/Set axis actor property (axis and its ticks) More...
 
void SetGridlinesProperty (vtkProperty *)
 Get/Set gridlines actor property (outer grid lines) More...
 
vtkPropertyGetGridlinesProperty ()
 Get/Set gridlines actor property (outer grid lines) More...
 
void SetInnerGridlinesProperty (vtkProperty *)
 Get/Set inner gridlines actor property. More...
 
vtkPropertyGetInnerGridlinesProperty ()
 Get/Set inner gridlines actor property. More...
 
void SetGridpolysProperty (vtkProperty *)
 Get/Set gridPolys actor property (grid quads) More...
 
vtkPropertyGetGridpolysProperty ()
 Get/Set gridPolys actor property (grid quads) More...
 
virtual void SetDrawGridlines (bool)
 Set/Get whether gridlines should be drawn. More...
 
virtual bool GetDrawGridlines ()
 Set/Get whether gridlines should be drawn. More...
 
virtual void DrawGridlinesOn ()
 Set/Get whether gridlines should be drawn. More...
 
virtual void DrawGridlinesOff ()
 Set/Get whether gridlines should be drawn. More...
 
virtual void SetDrawGridlinesOnly (bool)
 Set/Get whether ONLY the gridlines should be drawn. More...
 
virtual bool GetDrawGridlinesOnly ()
 Set/Get whether ONLY the gridlines should be drawn. More...
 
virtual void DrawGridlinesOnlyOn ()
 Set/Get whether ONLY the gridlines should be drawn. More...
 
virtual void DrawGridlinesOnlyOff ()
 Set/Get whether ONLY the gridlines should be drawn. More...
 
virtual void SetDrawInnerGridlines (bool)
 Set/Get whether inner gridlines should be drawn. More...
 
virtual bool GetDrawInnerGridlines ()
 Set/Get whether inner gridlines should be drawn. More...
 
virtual void DrawInnerGridlinesOn ()
 Set/Get whether inner gridlines should be drawn. More...
 
virtual void DrawInnerGridlinesOff ()
 Set/Get whether inner gridlines should be drawn. More...
 
virtual void SetGridlineXLength (double)
 Set/Get the length to use when drawing gridlines. More...
 
virtual double GetGridlineXLength ()
 Set/Get the length to use when drawing gridlines. More...
 
virtual void SetGridlineYLength (double)
 Set/Get the length to use when drawing gridlines. More...
 
virtual double GetGridlineYLength ()
 Set/Get the length to use when drawing gridlines. More...
 
virtual void SetGridlineZLength (double)
 Set/Get the length to use when drawing gridlines. More...
 
virtual double GetGridlineZLength ()
 Set/Get the length to use when drawing gridlines. More...
 
virtual void SetDrawGridpolys (bool)
 Set/Get whether gridpolys should be drawn. More...
 
virtual bool GetDrawGridpolys ()
 Set/Get whether gridpolys should be drawn. More...
 
virtual void DrawGridpolysOn ()
 Set/Get whether gridpolys should be drawn. More...
 
virtual void DrawGridpolysOff ()
 Set/Get whether gridpolys should be drawn. More...
 
virtual void SetAxisType (int)
 Set/Get the type of this axis. More...
 
virtual int GetAxisType ()
 Set/Get the type of this axis. More...
 
void SetAxisTypeToX ()
 Set/Get the type of this axis. More...
 
void SetAxisTypeToY ()
 Set/Get the type of this axis. More...
 
void SetAxisTypeToZ ()
 Set/Get the type of this axis. More...
 
virtual void SetLog (bool)
 Set/Get The type of scale, enable logarithmic scale or linear by default. More...
 
virtual bool GetLog ()
 Set/Get The type of scale, enable logarithmic scale or linear by default. More...
 
virtual void LogOn ()
 Set/Get The type of scale, enable logarithmic scale or linear by default. More...
 
virtual void LogOff ()
 Set/Get The type of scale, enable logarithmic scale or linear by default. More...
 
virtual void SetAxisPosition (int)
 Set/Get the position of this axis (in relation to an an assumed bounding box). More...
 
virtual int GetAxisPosition ()
 Set/Get the position of this axis (in relation to an an assumed bounding box). More...
 
virtual void SetCamera (vtkCamera *)
 Set/Get the camera for this axis. More...
 
vtkCameraGetCamera ()
 Set/Get the camera for this axis. More...
 
int RenderOpaqueGeometry (vtkViewport *viewport) override
 Draw the axis. More...
 
virtual int RenderTranslucentGeometry (vtkViewport *viewport)
 Draw the axis. More...
 
int RenderTranslucentPolygonalGeometry (vtkViewport *viewport) override
 Draw the axis. More...
 
int RenderOverlay (vtkViewport *viewport) override
 Draw the axis. More...
 
vtkTypeBool HasTranslucentPolygonalGeometry () override
 Draw the axis. More...
 
virtual void SetMinorStart (double)
 Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. More...
 
virtual double GetMinorStart ()
 Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. More...
 
double GetMajorStart (int axis)
 Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. More...
 
void SetMajorStart (int axis, double value)
 Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. More...
 
virtual void SetDeltaMinor (double)
 Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. More...
 
virtual double GetDeltaMinor ()
 Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. More...
 
double GetDeltaMajor (int axis)
 Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. More...
 
void SetDeltaMajor (int axis, double value)
 Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing. More...
 
virtual void SetMinorRangeStart (double)
 Set/Get the starting position for minor and major tick points on the range. More...
 
virtual double GetMinorRangeStart ()
 Set/Get the starting position for minor and major tick points on the range. More...
 
virtual void SetMajorRangeStart (double)
 Set/Get the starting position for minor and major tick points on the range. More...
 
virtual double GetMajorRangeStart ()
 Set/Get the starting position for minor and major tick points on the range. More...
 
virtual void SetDeltaRangeMinor (double)
 Set/Get the delta range for minor and major tick points that determine their spacing. More...
 
virtual double GetDeltaRangeMinor ()
 Set/Get the delta range for minor and major tick points that determine their spacing. More...
 
virtual void SetDeltaRangeMajor (double)
 Set/Get the delta range for minor and major tick points that determine their spacing. More...
 
virtual double GetDeltaRangeMajor ()
 Set/Get the delta range for minor and major tick points that determine their spacing. More...
 
virtual vtkAxisFollowerGetTitleActor ()
 Get title actor and it is responsible for drawing title text. More...
 
virtual vtkAxisFollowerGetExponentActor ()
 Get exponent follower actor. More...
 
virtual vtkProp3DAxisFollowerGetTitleProp3D ()
 Get title actor and it is responsible for drawing title text. More...
 
virtual vtkProp3DAxisFollowerGetExponentProp3D ()
 Get title actor and it is responsible for drawing title text. More...
 
virtual int GetNumberOfLabelsBuilt ()
 Get total number of labels built. More...
 
virtual void SetCalculateTitleOffset (bool)
 Set/Get flag whether to calculate title offset. More...
 
virtual bool GetCalculateTitleOffset ()
 Set/Get flag whether to calculate title offset. More...
 
virtual void CalculateTitleOffsetOn ()
 Set/Get flag whether to calculate title offset. More...
 
virtual void CalculateTitleOffsetOff ()
 Set/Get flag whether to calculate title offset. More...
 
virtual void SetCalculateLabelOffset (bool)
 Set/Get flag whether to calculate label offset. More...
 
virtual bool GetCalculateLabelOffset ()
 Set/Get flag whether to calculate label offset. More...
 
virtual void CalculateLabelOffsetOn ()
 Set/Get flag whether to calculate label offset. More...
 
virtual void CalculateLabelOffsetOff ()
 Set/Get flag whether to calculate label offset. More...
 
virtual void SetUse2DMode (bool)
 Set/Get the 2D mode. More...
 
virtual bool GetUse2DMode ()
 Set/Get the 2D mode. More...
 
virtual void SetVerticalOffsetXTitle2D (double)
 Set/Get the 2D mode the vertical offset for X title in 2D mode. More...
 
virtual double GetVerticalOffsetXTitle2D ()
 Set/Get the 2D mode the vertical offset for X title in 2D mode. More...
 
virtual void SetHorizontalOffsetYTitle2D (double)
 Set/Get the 2D mode the horizontal offset for Y title in 2D mode. More...
 
virtual double GetHorizontalOffsetYTitle2D ()
 Set/Get the 2D mode the horizontal offset for Y title in 2D mode. More...
 
virtual void SetSaveTitlePosition (int)
 Set/Get whether title position must be saved in 2D mode. More...
 
virtual int GetSaveTitlePosition ()
 Set/Get whether title position must be saved in 2D mode. More...
 
virtual void SetAxisBaseForX (double, double, double)
 Provide real vector for non aligned axis. More...
 
virtual void SetAxisBaseForX (double[3])
 Provide real vector for non aligned axis. More...
 
virtual double * GetAxisBaseForX ()
 Provide real vector for non aligned axis. More...
 
virtual void GetAxisBaseForX (double &, double &, double &)
 Provide real vector for non aligned axis. More...
 
virtual void GetAxisBaseForX (double[3])
 Provide real vector for non aligned axis. More...
 
virtual void SetAxisBaseForY (double, double, double)
 Provide real vector for non aligned axis. More...
 
virtual void SetAxisBaseForY (double[3])
 Provide real vector for non aligned axis. More...
 
virtual double * GetAxisBaseForY ()
 Provide real vector for non aligned axis. More...
 
virtual void GetAxisBaseForY (double &, double &, double &)
 Provide real vector for non aligned axis. More...
 
virtual void GetAxisBaseForY (double[3])
 Provide real vector for non aligned axis. More...
 
virtual void SetAxisBaseForZ (double, double, double)
 Provide real vector for non aligned axis. More...
 
virtual void SetAxisBaseForZ (double[3])
 Provide real vector for non aligned axis. More...
 
virtual double * GetAxisBaseForZ ()
 Provide real vector for non aligned axis. More...
 
virtual void GetAxisBaseForZ (double &, double &, double &)
 Provide real vector for non aligned axis. More...
 
virtual void GetAxisBaseForZ (double[3])
 Provide real vector for non aligned axis. More...
 
virtual void SetAxisOnOrigin (bool)
 Notify the axes that is not part of a cube anymore. More...
 
virtual bool GetAxisOnOrigin ()
 Notify the axes that is not part of a cube anymore. More...
 
virtual void SetScreenSize (double)
 Set/Get size factor for text, used for offsets. More...
 
virtual double GetScreenSize ()
 Set/Get size factor for text, used for offsets. More...
 
virtual void SetLabelOffset (double)
 Set/Get the Y-offset used to position label. More...
 
virtual double GetLabelOffset ()
 Set/Get the Y-offset used to position label. More...
 
virtual void SetExponentOffset (double)
 Set/Get the Y-offset used to position exponent. More...
 
virtual double GetExponentOffset ()
 Set/Get the Y-offset used to position exponent. More...
 
void SetTitleOffset (double titleOffsetY)
 Set/Get the 2D-offsets used to position title texts. More...
 
double GetTitleOffset ()
 Set/Get the 2D-offsets used to position title texts. More...
 
virtual void SetTitleOffset (double, double)
 Set/Get the 2D-offsets used to position title texts. More...
 
void SetTitleOffset (double[2])
 Set/Get the 2D-offsets used to position title texts. More...
 
void GetTitleOffset (double &titleOffsetX, double &titleOffsetY)
 Set/Get the 2D-offsets used to position title texts. More...
 
- Public Member Functions inherited from vtkActor
vtkActorNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void GetActors (vtkPropCollection *) override
 For some exporters and other other operations we must be able to collect all the actors or volumes. More...
 
virtual void Render (vtkRenderer *, vtkMapper *)
 This causes the actor to be rendered. More...
 
void ShallowCopy (vtkProp *prop) override
 Shallow copy of an actor. More...
 
void ReleaseGraphicsResources (vtkWindow *) override
 Release any graphics resources that are being consumed by this actor. More...
 
virtual vtkPropertyMakeProperty ()
 Create a new property suitable for use with this type of Actor. More...
 
virtual void SetMapper (vtkMapper *)
 This is the method that is used to connect an actor to the end of a visualization pipeline, i.e. More...
 
double * GetBounds () override
 Return a reference to the Prop3D's composite transform. More...
 
virtual void ApplyProperties ()
 Apply the current properties to all parts that compose this actor. More...
 
vtkMTimeType GetMTime () override
 Get the actors mtime plus consider its properties and texture if set. More...
 
vtkMTimeType GetRedrawMTime () override
 Return the mtime of anything that would cause the rendered image to appear differently. More...
 
bool GetSupportsSelection () override
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used by vtkHardwareSelector to determine if the prop supports hardware selection. More...
 
void ProcessSelectorPixelBuffers (vtkHardwareSelector *sel, std::vector< unsigned int > &pixeloffsets) override
 allows a prop to update a selections color buffers Default just forwards to the Mapper More...
 
void GetBounds (double bounds[6])
 Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). More...
 
double * GetBounds () override=0
 Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). More...
 
int RenderOpaqueGeometry (vtkViewport *viewport) override
 Support the standard render methods. More...
 
int RenderTranslucentPolygonalGeometry (vtkViewport *viewport) override
 Support the standard render methods. More...
 
vtkTypeBool HasTranslucentPolygonalGeometry () override
 Does this prop have some opaque/translucent polygonal geometry? More...
 
vtkTypeBool HasOpaqueGeometry () override
 Does this prop have some opaque/translucent polygonal geometry? More...
 
void SetProperty (vtkProperty *lut)
 Set/Get the property object that controls this actors surface properties. More...
 
vtkPropertyGetProperty ()
 Set/Get the property object that controls this actors surface properties. More...
 
void SetBackfaceProperty (vtkProperty *lut)
 Set/Get the property object that controls this actors backface surface properties. More...
 
virtual vtkPropertyGetBackfaceProperty ()
 Set/Get the property object that controls this actors backface surface properties. More...
 
virtual void SetTexture (vtkTexture *)
 Set/Get the texture object to control rendering texture maps. More...
 
virtual vtkTextureGetTexture ()
 Set/Get the texture object to control rendering texture maps. More...
 
virtual vtkMapperGetMapper ()
 Returns the Mapper that this actor is getting its data from. More...
 
virtual bool GetForceOpaque ()
 Force the actor to be treated as opaque or translucent. More...
 
virtual void SetForceOpaque (bool)
 Force the actor to be treated as opaque or translucent. More...
 
virtual void ForceOpaqueOn ()
 Force the actor to be treated as opaque or translucent. More...
 
virtual void ForceOpaqueOff ()
 Force the actor to be treated as opaque or translucent. More...
 
virtual bool GetForceTranslucent ()
 Force the actor to be treated as opaque or translucent. More...
 
virtual void SetForceTranslucent (bool)
 Force the actor to be treated as opaque or translucent. More...
 
virtual void ForceTranslucentOn ()
 Force the actor to be treated as opaque or translucent. More...
 
virtual void ForceTranslucentOff ()
 Force the actor to be treated as opaque or translucent. More...
 
bool IsRenderingTranslucentPolygonalGeometry () override
 
void SetIsRenderingTranslucentPolygonalGeometry (bool val)
 
- Public Member Functions inherited from vtkProp3D
vtkProp3DNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void ShallowCopy (vtkProp *prop) override
 Shallow copy of this vtkProp3D. More...
 
virtual void SetPosition (double pos[3])
 
virtual double * GetPosition ()
 
virtual void GetPosition (double data[3])
 
void AddPosition (double deltaPosition[3])
 
void AddPosition (double deltaX, double deltaY, double deltaZ)
 
void SetScale (double s)
 Method to set the scale isotropically. More...
 
virtual void SetPropertiesFromModelToWorldMatrix (vtkMatrix4x4 *modelToWorld)
 Set the position, scale, orientation from a provided model to world matrix. More...
 
double * GetCenter ()
 Get the center of the bounding box in world coordinates. More...
 
double * GetXRange ()
 Get the Prop3D's x range in world coordinates. More...
 
double * GetYRange ()
 Get the Prop3D's y range in world coordinates. More...
 
double * GetZRange ()
 Get the Prop3D's z range in world coordinates. More...
 
double GetLength ()
 Get the length of the diagonal of the bounding box. More...
 
void RotateX (double)
 Rotate the Prop3D in degrees about the X axis using the right hand rule. More...
 
void RotateY (double)
 Rotate the Prop3D in degrees about the Y axis using the right hand rule. More...
 
void RotateZ (double)
 Rotate the Prop3D in degrees about the Z axis using the right hand rule. More...
 
void RotateWXYZ (double w, double x, double y, double z)
 Rotate the Prop3D in degrees about an arbitrary axis specified by the last three arguments. More...
 
void SetOrientation (double x, double y, double z)
 Sets the orientation of the Prop3D. More...
 
void SetOrientation (double orientation[3])
 Sets the orientation of the Prop3D. More...
 
double * GetOrientationWXYZ ()
 Returns the WXYZ orientation of the Prop3D. More...
 
void AddOrientation (double x, double y, double z)
 Add to the current orientation. More...
 
void AddOrientation (double orentation[3])
 Add to the current orientation. More...
 
void PokeMatrix (vtkMatrix4x4 *matrix) override
 This method modifies the vtkProp3D so that its transformation state is set to the matrix specified. More...
 
void InitPathTraversal () override
 Overload vtkProp's method for setting up assembly paths. More...
 
vtkMTimeType GetMTime () override
 Get the vtkProp3D's mtime. More...
 
vtkMTimeType GetUserTransformMatrixMTime ()
 Get the modified time of the user matrix or user transform. More...
 
virtual void SetPosition (double x, double y, double z)
 Set/Get/Add the position of the Prop3D in world coordinates. More...
 
virtual void SetOrigin (double x, double y, double z)
 Set/Get the origin of the Prop3D. More...
 
virtual void SetOrigin (const double pos[3])
 Set/Get the origin of the Prop3D. More...
 
virtual double * GetOrigin ()
 Set/Get the origin of the Prop3D. More...
 
virtual void GetOrigin (double data[3])
 Set/Get the origin of the Prop3D. More...
 
virtual void SetScale (double x, double y, double z)
 Set/Get the scale of the actor. More...
 
virtual void SetScale (double scale[3])
 Set/Get the scale of the actor. More...
 
virtual double * GetScale ()
 Set/Get the scale of the actor. More...
 
virtual void GetScale (double data[3])
 Set/Get the scale of the actor. More...
 
void SetUserTransform (vtkLinearTransform *transform)
 In addition to the instance variables such as position and orientation, you can add an additional transformation for your own use. More...
 
virtual vtkLinearTransformGetUserTransform ()
 In addition to the instance variables such as position and orientation, you can add an additional transformation for your own use. More...
 
void SetUserMatrix (vtkMatrix4x4 *matrix)
 The UserMatrix can be used in place of UserTransform. More...
 
vtkMatrix4x4GetUserMatrix ()
 The UserMatrix can be used in place of UserTransform. More...
 
virtual void GetMatrix (vtkMatrix4x4 *result)
 Return a reference to the Prop3D's 4x4 composite matrix. More...
 
virtual void GetMatrix (double result[16])
 Return a reference to the Prop3D's 4x4 composite matrix. More...
 
virtual void GetModelToWorldMatrix (vtkMatrix4x4 *result)
 Return a reference to the Prop3D's Model to World matrix. More...
 
void GetBounds (double bounds[6])
 Return a reference to the Prop3D's composite transform. More...
 
double * GetOrientation ()
 Returns the orientation of the Prop3D as s vector of X,Y and Z rotation. More...
 
void GetOrientation (double orentation[3])
 Returns the orientation of the Prop3D as s vector of X,Y and Z rotation. More...
 
virtual void ComputeMatrix ()
 Generate the matrix based on ivars. More...
 
vtkMatrix4x4GetMatrix () override
 Get a pointer to an internal vtkMatrix4x4. More...
 
virtual vtkTypeBool GetIsIdentity ()
 Is the matrix for this actor identity. More...
 
void SetCoordinateSystemRenderer (vtkRenderer *ren)
 Specify the Renderer that the prop3d is relative to when the coordinate system is set to PHYSICAL or DEVICE. More...
 
vtkRendererGetCoordinateSystemRenderer ()
 Specify the Renderer that the prop3d is relative to when the coordinate system is set to PHYSICAL or DEVICE. More...
 
virtual void SetCoordinateSystemDevice (int)
 Specify the device to be used when the coordinate system is set to DEVICE. More...
 
virtual int GetCoordinateSystemDevice ()
 Specify the device to be used when the coordinate system is set to DEVICE. More...
 
void SetCoordinateSystemToWorld ()
 Specify the coordinate system that this prop is relative to. More...
 
void SetCoordinateSystemToPhysical ()
 Specify the coordinate system that this prop is relative to. More...
 
void SetCoordinateSystemToDevice ()
 Specify the coordinate system that this prop is relative to. More...
 
void SetCoordinateSystem (CoordinateSystems val)
 Specify the coordinate system that this prop is relative to. More...
 
virtual CoordinateSystems GetCoordinateSystem ()
 Specify the coordinate system that this prop is relative to. More...
 
const char * GetCoordinateSystemAsString ()
 Specify the coordinate system that this prop is relative to. More...
 
- Public Member Functions inherited from vtkProp
vtkPropNewInstance () const
 
virtual void GetActors2D (vtkPropCollection *)
 
virtual void GetVolumes (vtkPropCollection *)
 
virtual void Pick ()
 Method fires PickEvent if the prop is picked. More...
 
virtual void PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix))
 These methods are used by subclasses to place a matrix (if any) in the prop prior to rendering. More...
 
virtual bool HasKeys (vtkInformation *requiredKeys)
 Tells if the prop has all the required keys. More...
 
virtual int RenderVolumetricGeometry (vtkViewport *)
 
virtual bool RenderFilteredOpaqueGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the opaque geometry only if the prop has all the requiredKeys. More...
 
virtual bool RenderFilteredTranslucentPolygonalGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the translucent polygonal geometry only if the prop has all the requiredKeys. More...
 
virtual bool RenderFilteredVolumetricGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the volumetric geometry only if the prop has all the requiredKeys. More...
 
virtual bool RenderFilteredOverlay (vtkViewport *v, vtkInformation *requiredKeys)
 Render in the overlay of the viewport only if the prop has all the requiredKeys. More...
 
virtual double GetEstimatedRenderTime (vtkViewport *)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS The EstimatedRenderTime may be used to select between different props, for example in LODProp it is used to select the level-of-detail. More...
 
virtual double GetEstimatedRenderTime ()
 
virtual void SetEstimatedRenderTime (double t)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS This method is used by, for example, the vtkLODProp3D in order to initialize the estimated render time at start-up to some user defined value. More...
 
virtual void RestoreEstimatedRenderTime ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS When the EstimatedRenderTime is first set to 0.0 (in the SetAllocatedRenderTime method) the old value is saved. More...
 
virtual void AddEstimatedRenderTime (double t, vtkViewport *vtkNotUsed(vp))
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS This method is intended to allow the renderer to add to the EstimatedRenderTime in props that require information that the renderer has in order to do this. More...
 
void SetRenderTimeMultiplier (double t)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Get/Set the multiplier for the render time. More...
 
virtual double GetRenderTimeMultiplier ()
 
virtual void BuildPaths (vtkAssemblyPaths *paths, vtkAssemblyPath *path)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used to construct assembly paths and perform part traversal. More...
 
virtual void SetVisibility (vtkTypeBool)
 Set/Get visibility of this vtkProp. More...
 
virtual vtkTypeBool GetVisibility ()
 Set/Get visibility of this vtkProp. More...
 
virtual void VisibilityOn ()
 Set/Get visibility of this vtkProp. More...
 
virtual void VisibilityOff ()
 Set/Get visibility of this vtkProp. More...
 
virtual void SetPickable (vtkTypeBool)
 Set/Get the pickable instance variable. More...
 
virtual vtkTypeBool GetPickable ()
 Set/Get the pickable instance variable. More...
 
virtual void PickableOn ()
 Set/Get the pickable instance variable. More...
 
virtual void PickableOff ()
 Set/Get the pickable instance variable. More...
 
virtual void SetDragable (vtkTypeBool)
 Set/Get the value of the dragable instance variable. More...
 
virtual vtkTypeBool GetDragable ()
 Set/Get the value of the dragable instance variable. More...
 
virtual void DragableOn ()
 Set/Get the value of the dragable instance variable. More...
 
virtual void DragableOff ()
 Set/Get the value of the dragable instance variable. More...
 
virtual void SetUseBounds (bool)
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual bool GetUseBounds ()
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual void UseBoundsOn ()
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual void UseBoundsOff ()
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual vtkAssemblyPathGetNextPath ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). More...
 
virtual int GetNumberOfPaths ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). More...
 
virtual vtkInformationGetPropertyKeys ()
 Set/Get property keys. More...
 
virtual void SetPropertyKeys (vtkInformation *keys)
 Set/Get property keys. More...
 
virtual void SetAllocatedRenderTime (double t, vtkViewport *vtkNotUsed(v))
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS The renderer may use the allocated rendering time to determine how to render this actor. More...
 
virtual double GetAllocatedRenderTime ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. More...
 
virtual int GetNumberOfConsumers ()
 Get the number of consumers. More...
 
void AddConsumer (vtkObject *c)
 Add or remove or get or check a consumer,. More...
 
void RemoveConsumer (vtkObject *c)
 Add or remove or get or check a consumer,. More...
 
vtkObjectGetConsumer (int i)
 Add or remove or get or check a consumer,. More...
 
int IsConsumer (vtkObject *c)
 Add or remove or get or check a consumer,. More...
 
virtual void SetShaderProperty (vtkShaderProperty *property)
 Set/Get the shader property. More...
 
virtual vtkShaderPropertyGetShaderProperty ()
 Set/Get the shader property. More...
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
bool GetDebug ()
 Get the value of the debug flag. More...
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag. More...
 
virtual void Modified ()
 Update the modification time for this object. More...
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
vtkTypeBool InvokeEvent (unsigned long event)
 
vtkTypeBool InvokeEvent (const char *event)
 
std::string GetObjectDescription () const override
 The object description printed in messages and PrintSelf output. More...
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method. More...
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes. More...
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not. More...
 

Static Public Member Functions

static vtkTypeBool IsTypeOf (const char *type)
 
static vtkAxisActorSafeDownCast (vtkObjectBase *o)
 
static vtkAxisActorNew ()
 Instantiate object. More...
 
- Static Public Member Functions inherited from vtkActor
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkActorSafeDownCast (vtkObjectBase *o)
 
static vtkActorNew ()
 Creates an actor with the following defaults: origin(0,0,0) position=(0,0,0) scale=(1,1,1) visibility=1 pickable=1 dragable=1 orientation=(0,0,0). More...
 
- Static Public Member Functions inherited from vtkProp3D
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkProp3DSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkProp
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkPropSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyGeneralTextureUnit ()
 Optional Key Indicating the texture unit for general texture mapping Old OpenGL was a state machine where you would push or pop items. More...
 
static vtkInformationDoubleVectorKeyGeneralTextureTransform ()
 Optional Key Indicating the texture transform for general texture mapping Old OpenGL was a state machine where you would push or pop items. More...
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkIdType GetNumberOfGenerationsFromBaseType (const char *name)
 Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. More...
 
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkAxisActor ()
 
 ~vtkAxisActor () override
 
- Protected Member Functions inherited from vtkActor
 vtkActor ()
 
 ~vtkActor () override
 
int GetIsOpaque ()
 
- Protected Member Functions inherited from vtkProp3D
 vtkProp3D ()
 
 ~vtkProp3D () override
 
- Protected Member Functions inherited from vtkProp
 vtkProp ()
 
 ~vtkProp () override
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

char * Title = nullptr
 
char * Exponent = nullptr
 
char * LabelFormat = nullptr
 
double Range [2] = { 0.0, 1.0 }
 
double LastRange [2] = { -1.0, -1.0 }
 
bool UseTextActor3D = false
 
int NumberOfLabelsBuilt = 0
 
bool MinorTicksVisible = true
 
bool LastMinorTicksVisible = true
 
int TickLocation = VTK_TICKS_INSIDE
 The location of the ticks. More...
 
int TitleAlignLocation = VTK_ALIGN_BOTTOM
 Hold the alignment property of the title related to the axis. More...
 
int ExponentLocation = VTK_ALIGN_POINT2
 Hold the alignment property of the exponent coming from the label values. More...
 
bool DrawGridlines = false
 
bool DrawGridlinesOnly = false
 
bool LastDrawGridlines = false
 
int DrawGridlinesLocation = 0
 
int LastDrawGridlinesLocation = 0
 
double GridlineXLength = 1.0
 
double GridlineYLength = 1.0
 
double GridlineZLength = 1.0
 
bool DrawInnerGridlines = false
 
bool LastDrawInnerGridlines = false
 
bool DrawGridpolys = false
 
bool LastDrawGridpolys = false
 
bool AxisVisibility = true
 
bool TickVisibility = true
 
bool LastTickVisibility = true
 
bool LabelVisibility = true
 
bool TitleVisibility = true
 
bool ExponentVisibility = false
 
bool LastMajorTickPointCorrection = false
 
bool Log = false
 
int AxisType = VTK_AXIS_TYPE_X
 
int AxisPosition = VTK_AXIS_POS_MINMIN
 
double AxisBaseForX [3] = { 1.0, 0.0, 0.0 }
 
double AxisBaseForY [3] = { 0.0, 1.0, 0.0 }
 
double AxisBaseForZ [3] = { 0.0, 0.0, 1.0 }
 
- Protected Attributes inherited from vtkActor
bool ForceOpaque
 
bool ForceTranslucent
 
bool InTranslucentPass
 
vtkPropertyProperty
 
vtkPropertyBackfaceProperty
 
vtkTextureTexture
 
vtkMapperMapper
 
double MapperBounds [6]
 
vtkTimeStamp BoundsMTime
 
- Protected Attributes inherited from vtkProp3D
vtkLinearTransformUserTransform
 
vtkMatrix4x4UserMatrix
 
vtkMatrix4x4Matrix
 
vtkTimeStamp MatrixMTime
 
double Origin [3]
 
double Position [3]
 
double Orientation [3]
 
double Scale [3]
 
double Center [3]
 
vtkTransformTransform
 
double Bounds [6]
 
vtkProp3DCachedProp3D
 
vtkTypeBool IsIdentity
 
int CoordinateSystemDevice
 
CoordinateSystems CoordinateSystem = WORLD
 
vtkWeakPointer< vtkRendererCoordinateSystemRenderer
 
vtkNew< vtkMatrix4x4TempMatrix4x4
 
- Protected Attributes inherited from vtkProp
vtkTypeBool Visibility
 
vtkTypeBool Pickable
 
vtkTypeBool Dragable
 
bool UseBounds
 
double AllocatedRenderTime
 
double EstimatedRenderTime
 
double SavedEstimatedRenderTime
 
double RenderTimeMultiplier
 
int NumberOfConsumers
 
vtkObject ** Consumers
 
vtkAssemblyPathsPaths
 
vtkInformationPropertyKeys
 
vtkShaderPropertyShaderProperty
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
std::string ObjectName
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

Create an axis with tick marks and labels.

vtkAxisActor creates an axis with tick marks, labels, and/or a title, depending on the particular instance variable settings. It is assumed that the axes is part of a bounding box and is orthogonal to one of the coordinate axes. To use this class, you typically specify two points defining the start and end points of the line (xyz definition using vtkCoordinate class), the axis type (X, Y or Z), the axis location in relation to the bounding box, the bounding box, the number of labels, and the data range (min,max). You can also control what parts of the axis are visible including the line, the tick marks, the labels, and the title. It is also possible to control gridlines, and specify on which 'side' the tickmarks are drawn (again with respect to the underlying assumed bounding box). You can also specify the label format (a printf style format).

This class decides how to locate the labels, and how to create reasonable tick marks and labels.

Labels follow the camera so as to be legible from any viewpoint.

The instance variables Point1 and Point2 are instances of vtkCoordinate. All calculations and references are in World Coordinates.

Thanks:
This class was written by: Hank Childs, Kathleen Bonnell, Amy Squillacote, Brad Whitlock, Eric Brugger, Claire Guilbaud, Nicolas Dolegieviez, Will Schroeder, Karthik Krishnan, Aashish Chaudhary, Philippe Pebay, David Gobbi, David Partyka, Utkarsh Ayachit David Cole, Francois Bertel, and Mark Olesen Part of this work was supported by CEA/DIF - Commissariat a l'Energie Atomique, Centre DAM Ile-De-France, BP12, F-91297 Arpajon, France.
See also
vtkActor vtkVectorText vtkPolyDataMapper vtkAxisActor2D vtkCoordinate
Online Examples:

Tests:
vtkAxisActor (Tests)

Definition at line 89 of file vtkAxisActor.h.

Member Typedef Documentation

◆ Superclass

Definition at line 92 of file vtkAxisActor.h.

Member Enumeration Documentation

◆ TickLocation

Enumerator
VTK_TICKS_INSIDE 
VTK_TICKS_OUTSIDE 
VTK_TICKS_BOTH 

Definition at line 205 of file vtkAxisActor.h.

◆ AlignLocation

Enumerator
VTK_ALIGN_TOP 
VTK_ALIGN_BOTTOM 
VTK_ALIGN_POINT1 
VTK_ALIGN_POINT2 

Definition at line 287 of file vtkAxisActor.h.

◆ AxisType

Enumerator
VTK_AXIS_TYPE_X 
VTK_AXIS_TYPE_Y 
VTK_AXIS_TYPE_Z 

Definition at line 445 of file vtkAxisActor.h.

◆ AxisPosition

Enumerator
VTK_AXIS_POS_MINMIN 
VTK_AXIS_POS_MINMAX 
VTK_AXIS_POS_MAXMAX 
VTK_AXIS_POS_MAXMIN 

Definition at line 464 of file vtkAxisActor.h.

Constructor & Destructor Documentation

◆ vtkAxisActor()

vtkAxisActor::vtkAxisActor ( )
protected

◆ ~vtkAxisActor()

vtkAxisActor::~vtkAxisActor ( )
overrideprotected

Member Function Documentation

◆ IsTypeOf()

static vtkTypeBool vtkAxisActor::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual vtkTypeBool vtkAxisActor::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkActor.

◆ SafeDownCast()

static vtkAxisActor* vtkAxisActor::SafeDownCast ( vtkObjectBase o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkAxisActor::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkActor.

◆ NewInstance()

vtkAxisActor* vtkAxisActor::NewInstance ( ) const

◆ PrintSelf()

void vtkAxisActor::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

◆ New()

static vtkAxisActor* vtkAxisActor::New ( )
static

Instantiate object.

◆ GetPoint1Coordinate()

virtual vtkCoordinate* vtkAxisActor::GetPoint1Coordinate ( )
virtual

Specify the position of the first point defining the axis.

◆ SetPoint1() [1/2]

virtual void vtkAxisActor::SetPoint1 ( double  x[3])
inlinevirtual

Specify the position of the first point defining the axis.

Definition at line 105 of file vtkAxisActor.h.

◆ SetPoint1() [2/2]

virtual void vtkAxisActor::SetPoint1 ( double  x,
double  y,
double  z 
)
virtual

Specify the position of the first point defining the axis.

◆ GetPoint1()

virtual double* vtkAxisActor::GetPoint1 ( )
virtual

Specify the position of the first point defining the axis.

◆ GetPoint2Coordinate()

virtual vtkCoordinate* vtkAxisActor::GetPoint2Coordinate ( )
virtual

Specify the position of the second point defining the axis.

◆ SetPoint2() [1/2]

virtual void vtkAxisActor::SetPoint2 ( double  x[3])
inlinevirtual

Specify the position of the second point defining the axis.

Definition at line 115 of file vtkAxisActor.h.

◆ SetPoint2() [2/2]

virtual void vtkAxisActor::SetPoint2 ( double  x,
double  y,
double  z 
)
virtual

Specify the position of the second point defining the axis.

◆ GetPoint2()

virtual double* vtkAxisActor::GetPoint2 ( )
virtual

Specify the position of the second point defining the axis.

◆ SetRange() [1/2]

virtual void vtkAxisActor::SetRange ( double  ,
double   
)
virtual

Specify the (min,max) axis range.

This will be used in the generation of labels, if labels are visible. Default: (0.0, 1.0).

◆ SetRange() [2/2]

void vtkAxisActor::SetRange ( double  [2])

Specify the (min,max) axis range.

This will be used in the generation of labels, if labels are visible. Default: (0.0, 1.0).

◆ GetRange() [1/2]

virtual double* vtkAxisActor::GetRange ( )
virtual

Specify the (min,max) axis range.

This will be used in the generation of labels, if labels are visible. Default: (0.0, 1.0).

◆ GetRange() [2/2]

virtual void vtkAxisActor::GetRange ( double  data[2])
virtual

Specify the (min,max) axis range.

This will be used in the generation of labels, if labels are visible. Default: (0.0, 1.0).

◆ SetBounds() [1/2]

void vtkAxisActor::SetBounds ( const double  bounds[6])

Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).

Default: (-1, 1, -1, 1, -1, 1).

◆ SetBounds() [2/2]

void vtkAxisActor::SetBounds ( double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
)

Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).

Default: (-1, 1, -1, 1, -1, 1).

◆ GetBounds() [1/2]

double* vtkAxisActor::GetBounds ( )
overridevirtual

Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).

Default: (-1, 1, -1, 1, -1, 1).

Implements vtkProp3D.

◆ GetBounds() [2/2]

void vtkAxisActor::GetBounds ( double  bounds[6])

Set or get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).

Default: (-1, 1, -1, 1, -1, 1).

◆ SetLabelFormat()

virtual void vtkAxisActor::SetLabelFormat ( const char *  )
virtual

Set/Get the format with which to print the labels on the axis.

◆ GetLabelFormat()

virtual char* vtkAxisActor::GetLabelFormat ( )
virtual

Set/Get the format with which to print the labels on the axis.

◆ SetUseTextActor3D()

virtual void vtkAxisActor::SetUseTextActor3D ( bool  )
virtual

Render text as polygons (vtkVectorText) or as sprites (vtkTextActor3D).

In 2D mode, the value is ignored and text is rendered as vtkTextActor. False(0) by default. See Also: GetUse2DMode(), SetUse2DMode

◆ GetUseTextActor3D()

virtual bool vtkAxisActor::GetUseTextActor3D ( )
virtual

Render text as polygons (vtkVectorText) or as sprites (vtkTextActor3D).

In 2D mode, the value is ignored and text is rendered as vtkTextActor. False(0) by default. See Also: GetUse2DMode(), SetUse2DMode

◆ SetMinorTicksVisible()

virtual void vtkAxisActor::SetMinorTicksVisible ( bool  )
virtual

Set/Get the flag that controls whether the minor ticks are visible.

Default: true.

◆ GetMinorTicksVisible()

virtual bool vtkAxisActor::GetMinorTicksVisible ( )
virtual

Set/Get the flag that controls whether the minor ticks are visible.

Default: true.

◆ MinorTicksVisibleOn()

virtual void vtkAxisActor::MinorTicksVisibleOn ( )
virtual

Set/Get the flag that controls whether the minor ticks are visible.

Default: true.

◆ MinorTicksVisibleOff()

virtual void vtkAxisActor::MinorTicksVisibleOff ( )
virtual

Set/Get the flag that controls whether the minor ticks are visible.

Default: true.

◆ SetTitle()

void vtkAxisActor::SetTitle ( const char *  t)

Set/Get the title of the axis actor.

◆ GetTitle()

virtual char* vtkAxisActor::GetTitle ( )
virtual

Set/Get the title of the axis actor.

◆ SetExponent()

void vtkAxisActor::SetExponent ( const char *  t)

Set/Get the common exponent of the labels values.

◆ GetExponent()

virtual char* vtkAxisActor::GetExponent ( )
virtual

Set/Get the common exponent of the labels values.

◆ SetMajorTickSize()

virtual void vtkAxisActor::SetMajorTickSize ( double  )
virtual

Set/Get the size of major tick marks.

Default: 1.0.

◆ GetMajorTickSize()

virtual double vtkAxisActor::GetMajorTickSize ( )
virtual

Set/Get the size of major tick marks.

Default: 1.0.

◆ SetMinorTickSize()

virtual void vtkAxisActor::SetMinorTickSize ( double  )
virtual

Set/Get the size of minor tick marks.

Default: 0.5.

◆ GetMinorTickSize()

virtual double vtkAxisActor::GetMinorTickSize ( )
virtual

Set/Get the size of minor tick marks.

Default: 0.5.

◆ SetTickLocation()

virtual void vtkAxisActor::SetTickLocation ( int  )
virtual

Set/Get the location of the ticks.

Inside: tick end toward positive direction of perpendicular axes. Outside: tick end toward negative direction of perpendicular axes. Default: VTK_TICKS_INSIDE.

◆ GetTickLocation()

virtual int vtkAxisActor::GetTickLocation ( )
virtual

Set/Get the location of the ticks.

Inside: tick end toward positive direction of perpendicular axes. Outside: tick end toward negative direction of perpendicular axes. Default: VTK_TICKS_INSIDE.

◆ SetTickLocationToInside()

void vtkAxisActor::SetTickLocationToInside ( )
inline

Definition at line 223 of file vtkAxisActor.h.

◆ SetTickLocationToOutside()

void vtkAxisActor::SetTickLocationToOutside ( )
inline

Definition at line 224 of file vtkAxisActor.h.

◆ SetTickLocationToBoth()

void vtkAxisActor::SetTickLocationToBoth ( )
inline

Definition at line 225 of file vtkAxisActor.h.

◆ SetAxisVisibility()

virtual void vtkAxisActor::SetAxisVisibility ( bool  )
virtual

Set/Get visibility of the axis line.

Default: true.

◆ GetAxisVisibility()

virtual bool vtkAxisActor::GetAxisVisibility ( )
virtual

Set/Get visibility of the axis line.

Default: true.

◆ AxisVisibilityOn()

virtual void vtkAxisActor::AxisVisibilityOn ( )
virtual

Set/Get visibility of the axis line.

Default: true.

◆ AxisVisibilityOff()

virtual void vtkAxisActor::AxisVisibilityOff ( )
virtual

Set/Get visibility of the axis line.

Default: true.

◆ SetTickVisibility()

virtual void vtkAxisActor::SetTickVisibility ( bool  )
virtual

Set/Get visibility of the axis major tick marks.

Default: true.

◆ GetTickVisibility()

virtual bool vtkAxisActor::GetTickVisibility ( )
virtual

Set/Get visibility of the axis major tick marks.

Default: true.

◆ TickVisibilityOn()

virtual void vtkAxisActor::TickVisibilityOn ( )
virtual

Set/Get visibility of the axis major tick marks.

Default: true.

◆ TickVisibilityOff()

virtual void vtkAxisActor::TickVisibilityOff ( )
virtual

Set/Get visibility of the axis major tick marks.

Default: true.

◆ SetLabelVisibility()

virtual void vtkAxisActor::SetLabelVisibility ( bool  )
virtual

Set/Get visibility of the axis labels.

Default: true.

◆ GetLabelVisibility()

virtual bool vtkAxisActor::GetLabelVisibility ( )
virtual

Set/Get visibility of the axis labels.

Default: true.

◆ LabelVisibilityOn()

virtual void vtkAxisActor::LabelVisibilityOn ( )
virtual

Set/Get visibility of the axis labels.

Default: true.

◆ LabelVisibilityOff()

virtual void vtkAxisActor::LabelVisibilityOff ( )
virtual

Set/Get visibility of the axis labels.

Default: true.

◆ SetTitleVisibility()

virtual void vtkAxisActor::SetTitleVisibility ( bool  )
virtual

Set/Get visibility of the axis title.

Default: true.

◆ GetTitleVisibility()

virtual bool vtkAxisActor::GetTitleVisibility ( )
virtual

Set/Get visibility of the axis title.

Default: true.

◆ TitleVisibilityOn()

virtual void vtkAxisActor::TitleVisibilityOn ( )
virtual

Set/Get visibility of the axis title.

Default: true.

◆ TitleVisibilityOff()

virtual void vtkAxisActor::TitleVisibilityOff ( )
virtual

Set/Get visibility of the axis title.

Default: true.

◆ SetExponentVisibility()

virtual void vtkAxisActor::SetExponentVisibility ( bool  )
virtual

Set/Get visibility of the axis detached exponent.

Default: false.

◆ GetExponentVisibility()

virtual bool vtkAxisActor::GetExponentVisibility ( )
virtual

Set/Get visibility of the axis detached exponent.

Default: false.

◆ ExponentVisibilityOn()

virtual void vtkAxisActor::ExponentVisibilityOn ( )
virtual

Set/Get visibility of the axis detached exponent.

Default: false.

◆ ExponentVisibilityOff()

virtual void vtkAxisActor::ExponentVisibilityOff ( )
virtual

Set/Get visibility of the axis detached exponent.

Default: false.

◆ SetLastMajorTickPointCorrection()

virtual void vtkAxisActor::SetLastMajorTickPointCorrection ( bool  )
virtual

Set/Get visibility of the axis detached exponent.

Default: false.

◆ GetLastMajorTickPointCorrection()

virtual bool vtkAxisActor::GetLastMajorTickPointCorrection ( )
virtual

Set/Get visibility of the axis detached exponent.

Default: false.

◆ LastMajorTickPointCorrectionOn()

virtual void vtkAxisActor::LastMajorTickPointCorrectionOn ( )
virtual

Set/Get visibility of the axis detached exponent.

Default: false.

◆ LastMajorTickPointCorrectionOff()

virtual void vtkAxisActor::LastMajorTickPointCorrectionOff ( )
virtual

Set/Get visibility of the axis detached exponent.

Default: false.

◆ SetTitleAlignLocation()

virtual void vtkAxisActor::SetTitleAlignLocation ( int  location)
virtual

Get/Set the alignment of the title related to the axis.

Possible Alignment: VTK_ALIGN_TOP, VTK_ALIGN_BOTTOM, VTK_ALIGN_POINT1, VTK_ALIGN_POINT2. Default: VTK_ALIGN_BOTTOM.

◆ GetTitleAlignLocation()

virtual int vtkAxisActor::GetTitleAlignLocation ( )
virtual

Get/Set the alignment of the title related to the axis.

Possible Alignment: VTK_ALIGN_TOP, VTK_ALIGN_BOTTOM, VTK_ALIGN_POINT1, VTK_ALIGN_POINT2. Default: VTK_ALIGN_BOTTOM.

◆ SetExponentLocation()

virtual void vtkAxisActor::SetExponentLocation ( int  location)
virtual

Get/Set the location of the Detached Exponent related to the axis.

Possible Location: VTK_ALIGN_TOP, VTK_ALIGN_BOTTOM, VTK_ALIGN_POINT1, VTK_ALIGN_POINT2. Default: VTK_ALIGN_POINT2.

◆ GetExponentLocation()

virtual int vtkAxisActor::GetExponentLocation ( )
virtual

Get/Set the location of the Detached Exponent related to the axis.

Possible Location: VTK_ALIGN_TOP, VTK_ALIGN_BOTTOM, VTK_ALIGN_POINT1, VTK_ALIGN_POINT2. Default: VTK_ALIGN_POINT2.

◆ SetTitleTextProperty()

virtual void vtkAxisActor::SetTitleTextProperty ( vtkTextProperty p)
virtual

Set/Get the axis title text property.

◆ GetTitleTextProperty()

vtkTextProperty* vtkAxisActor::GetTitleTextProperty ( )

Set/Get the axis title text property.

◆ SetLabelTextProperty()

virtual void vtkAxisActor::SetLabelTextProperty ( vtkTextProperty p)
virtual

Set/Get the axis labels text property.

◆ GetLabelTextProperty()

vtkTextProperty* vtkAxisActor::GetLabelTextProperty ( )

Set/Get the axis labels text property.

◆ SetAxisLinesProperty()

void vtkAxisActor::SetAxisLinesProperty ( vtkProperty )

Get/Set axis actor property (axis and its ticks) (kept for compatibility)

◆ GetAxisLinesProperty()

vtkProperty* vtkAxisActor::GetAxisLinesProperty ( )

Get/Set axis actor property (axis and its ticks) (kept for compatibility)

◆ SetAxisMainLineProperty()

void vtkAxisActor::SetAxisMainLineProperty ( vtkProperty )

Get/Set main line axis actor property.

◆ GetAxisMainLineProperty()

vtkProperty* vtkAxisActor::GetAxisMainLineProperty ( )

Get/Set main line axis actor property.

◆ SetAxisMajorTicksProperty()

void vtkAxisActor::SetAxisMajorTicksProperty ( vtkProperty )

Get/Set axis actor property (axis and its ticks)

◆ GetAxisMajorTicksProperty()

vtkProperty* vtkAxisActor::GetAxisMajorTicksProperty ( )

Get/Set axis actor property (axis and its ticks)

◆ SetAxisMinorTicksProperty()

void vtkAxisActor::SetAxisMinorTicksProperty ( vtkProperty )

Get/Set axis actor property (axis and its ticks)

◆ GetAxisMinorTicksProperty()

vtkProperty* vtkAxisActor::GetAxisMinorTicksProperty ( )

Get/Set axis actor property (axis and its ticks)

◆ SetGridlinesProperty()

void vtkAxisActor::SetGridlinesProperty ( vtkProperty )

Get/Set gridlines actor property (outer grid lines)

◆ GetGridlinesProperty()

vtkProperty* vtkAxisActor::GetGridlinesProperty ( )

Get/Set gridlines actor property (outer grid lines)

◆ SetInnerGridlinesProperty()

void vtkAxisActor::SetInnerGridlinesProperty ( vtkProperty )

Get/Set inner gridlines actor property.

◆ GetInnerGridlinesProperty()

vtkProperty* vtkAxisActor::GetInnerGridlinesProperty ( )

Get/Set inner gridlines actor property.

◆ SetGridpolysProperty()

void vtkAxisActor::SetGridpolysProperty ( vtkProperty )

Get/Set gridPolys actor property (grid quads)

◆ GetGridpolysProperty()

vtkProperty* vtkAxisActor::GetGridpolysProperty ( )

Get/Set gridPolys actor property (grid quads)

◆ SetDrawGridlines()

virtual void vtkAxisActor::SetDrawGridlines ( bool  )
virtual

Set/Get whether gridlines should be drawn.

Default: false.

◆ GetDrawGridlines()

virtual bool vtkAxisActor::GetDrawGridlines ( )
virtual

Set/Get whether gridlines should be drawn.

Default: false.

◆ DrawGridlinesOn()

virtual void vtkAxisActor::DrawGridlinesOn ( )
virtual

Set/Get whether gridlines should be drawn.

Default: false.

◆ DrawGridlinesOff()

virtual void vtkAxisActor::DrawGridlinesOff ( )
virtual

Set/Get whether gridlines should be drawn.

Default: false.

◆ SetDrawGridlinesOnly()

virtual void vtkAxisActor::SetDrawGridlinesOnly ( bool  )
virtual

Set/Get whether ONLY the gridlines should be drawn.

This will only draw GridLines and will skip any other part of the rendering such as Axis/Tick/Title/... Default: false.

◆ GetDrawGridlinesOnly()

virtual bool vtkAxisActor::GetDrawGridlinesOnly ( )
virtual

Set/Get whether ONLY the gridlines should be drawn.

This will only draw GridLines and will skip any other part of the rendering such as Axis/Tick/Title/... Default: false.

◆ DrawGridlinesOnlyOn()

virtual void vtkAxisActor::DrawGridlinesOnlyOn ( )
virtual

Set/Get whether ONLY the gridlines should be drawn.

This will only draw GridLines and will skip any other part of the rendering such as Axis/Tick/Title/... Default: false.

◆ DrawGridlinesOnlyOff()

virtual void vtkAxisActor::DrawGridlinesOnlyOff ( )
virtual

Set/Get whether ONLY the gridlines should be drawn.

This will only draw GridLines and will skip any other part of the rendering such as Axis/Tick/Title/... Default: false.

◆ SetDrawGridlinesLocation()

virtual void vtkAxisActor::SetDrawGridlinesLocation ( int  )
virtual

◆ GetDrawGridlinesLocation()

virtual int vtkAxisActor::GetDrawGridlinesLocation ( )
virtual

◆ SetDrawInnerGridlines()

virtual void vtkAxisActor::SetDrawInnerGridlines ( bool  )
virtual

Set/Get whether inner gridlines should be drawn.

Default: false.

◆ GetDrawInnerGridlines()

virtual bool vtkAxisActor::GetDrawInnerGridlines ( )
virtual

Set/Get whether inner gridlines should be drawn.

Default: false.

◆ DrawInnerGridlinesOn()

virtual void vtkAxisActor::DrawInnerGridlinesOn ( )
virtual

Set/Get whether inner gridlines should be drawn.

Default: false.

◆ DrawInnerGridlinesOff()

virtual void vtkAxisActor::DrawInnerGridlinesOff ( )
virtual

Set/Get whether inner gridlines should be drawn.

Default: false.

◆ SetGridlineXLength()

virtual void vtkAxisActor::SetGridlineXLength ( double  )
virtual

Set/Get the length to use when drawing gridlines.

Default: 1.0.

◆ GetGridlineXLength()

virtual double vtkAxisActor::GetGridlineXLength ( )
virtual

Set/Get the length to use when drawing gridlines.

Default: 1.0.

◆ SetGridlineYLength()

virtual void vtkAxisActor::SetGridlineYLength ( double  )
virtual

Set/Get the length to use when drawing gridlines.

Default: 1.0.

◆ GetGridlineYLength()

virtual double vtkAxisActor::GetGridlineYLength ( )
virtual

Set/Get the length to use when drawing gridlines.

Default: 1.0.

◆ SetGridlineZLength()

virtual void vtkAxisActor::SetGridlineZLength ( double  )
virtual

Set/Get the length to use when drawing gridlines.

Default: 1.0.

◆ GetGridlineZLength()

virtual double vtkAxisActor::GetGridlineZLength ( )
virtual

Set/Get the length to use when drawing gridlines.

Default: 1.0.

◆ SetDrawGridpolys()

virtual void vtkAxisActor::SetDrawGridpolys ( bool  )
virtual

Set/Get whether gridpolys should be drawn.

Default: false.

◆ GetDrawGridpolys()

virtual bool vtkAxisActor::GetDrawGridpolys ( )
virtual

Set/Get whether gridpolys should be drawn.

Default: false.

◆ DrawGridpolysOn()

virtual void vtkAxisActor::DrawGridpolysOn ( )
virtual

Set/Get whether gridpolys should be drawn.

Default: false.

◆ DrawGridpolysOff()

virtual void vtkAxisActor::DrawGridpolysOff ( )
virtual

Set/Get whether gridpolys should be drawn.

Default: false.

◆ SetAxisType()

virtual void vtkAxisActor::SetAxisType ( int  )
virtual

Set/Get the type of this axis.

Default: VTK_AXIS_TYPE_X.

◆ GetAxisType()

virtual int vtkAxisActor::GetAxisType ( )
virtual

Set/Get the type of this axis.

Default: VTK_AXIS_TYPE_X.

◆ SetAxisTypeToX()

void vtkAxisActor::SetAxisTypeToX ( )
inline

Set/Get the type of this axis.

Default: VTK_AXIS_TYPE_X.

Definition at line 459 of file vtkAxisActor.h.

◆ SetAxisTypeToY()

void vtkAxisActor::SetAxisTypeToY ( )
inline

Set/Get the type of this axis.

Default: VTK_AXIS_TYPE_X.

Definition at line 460 of file vtkAxisActor.h.

◆ SetAxisTypeToZ()

void vtkAxisActor::SetAxisTypeToZ ( )
inline

Set/Get the type of this axis.

Default: VTK_AXIS_TYPE_X.

Definition at line 461 of file vtkAxisActor.h.

◆ SetLog()

virtual void vtkAxisActor::SetLog ( bool  )
virtual

Set/Get The type of scale, enable logarithmic scale or linear by default.

Default: false.

◆ GetLog()

virtual bool vtkAxisActor::GetLog ( )
virtual

Set/Get The type of scale, enable logarithmic scale or linear by default.

Default: false.

◆ LogOn()

virtual void vtkAxisActor::LogOn ( )
virtual

Set/Get The type of scale, enable logarithmic scale or linear by default.

Default: false.

◆ LogOff()

virtual void vtkAxisActor::LogOff ( )
virtual

Set/Get The type of scale, enable logarithmic scale or linear by default.

Default: false.

◆ SetAxisPosition()

virtual void vtkAxisActor::SetAxisPosition ( int  )
virtual

Set/Get the position of this axis (in relation to an an assumed bounding box).

For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum. Default: VTK_AXIS_POS_MINMIN.

◆ GetAxisPosition()

virtual int vtkAxisActor::GetAxisPosition ( )
virtual

Set/Get the position of this axis (in relation to an an assumed bounding box).

For an x-type axis, MINMIN corresponds to the x-edge in the bounding box where Y values are minimum and Z values are minimum. For a y-type axis, MAXMIN corresponds to the y-edge where X values are maximum and Z values are minimum. Default: VTK_AXIS_POS_MINMIN.

◆ SetAxisPositionToMinMin()

void vtkAxisActor::SetAxisPositionToMinMin ( )
inline

Definition at line 495 of file vtkAxisActor.h.

◆ SetAxisPositionToMinMax()

void vtkAxisActor::SetAxisPositionToMinMax ( )
inline

Definition at line 496 of file vtkAxisActor.h.

◆ SetAxisPositionToMaxMax()

void vtkAxisActor::SetAxisPositionToMaxMax ( )
inline

Definition at line 497 of file vtkAxisActor.h.

◆ SetAxisPositionToMaxMin()

void vtkAxisActor::SetAxisPositionToMaxMin ( )
inline

Definition at line 498 of file vtkAxisActor.h.

◆ SetCamera()

virtual void vtkAxisActor::SetCamera ( vtkCamera )
virtual

Set/Get the camera for this axis.

The camera is used by the labels to 'follow' the camera and be legible from any viewpoint.

◆ GetCamera()

vtkCamera* vtkAxisActor::GetCamera ( )

Set/Get the camera for this axis.

The camera is used by the labels to 'follow' the camera and be legible from any viewpoint.

◆ RenderOpaqueGeometry()

int vtkAxisActor::RenderOpaqueGeometry ( vtkViewport viewport)
overridevirtual

Draw the axis.

Reimplemented from vtkProp.

◆ RenderTranslucentGeometry()

virtual int vtkAxisActor::RenderTranslucentGeometry ( vtkViewport viewport)
virtual

Draw the axis.

◆ RenderTranslucentPolygonalGeometry()

int vtkAxisActor::RenderTranslucentPolygonalGeometry ( vtkViewport viewport)
overridevirtual

Draw the axis.

Reimplemented from vtkProp.

◆ RenderOverlay()

int vtkAxisActor::RenderOverlay ( vtkViewport viewport)
overridevirtual

Draw the axis.

Reimplemented from vtkProp.

◆ HasTranslucentPolygonalGeometry()

vtkTypeBool vtkAxisActor::HasTranslucentPolygonalGeometry ( )
overridevirtual

Draw the axis.

Reimplemented from vtkProp.

◆ ReleaseGraphicsResources()

void vtkAxisActor::ReleaseGraphicsResources ( vtkWindow )
overridevirtual

Release any graphics resources that are being consumed by this actor.

The parameter window could be used to determine which graphic resources to release.

Reimplemented from vtkProp.

◆ ComputeMaxLabelLength()

double vtkAxisActor::ComputeMaxLabelLength ( const double  [3])

◆ ComputeTitleLength()

double vtkAxisActor::ComputeTitleLength ( const double  [3])

◆ SetLabelScale() [1/2]

void vtkAxisActor::SetLabelScale ( double  scale)

◆ SetLabelScale() [2/2]

void vtkAxisActor::SetLabelScale ( int  labelIndex,
double  scale 
)

◆ SetTitleScale()

void vtkAxisActor::SetTitleScale ( double  scale)

◆ SetMinorStart()

virtual void vtkAxisActor::SetMinorStart ( double  )
virtual

Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.

◆ GetMinorStart()

virtual double vtkAxisActor::GetMinorStart ( )
virtual

Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.

◆ GetMajorStart()

double vtkAxisActor::GetMajorStart ( int  axis)

Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.

◆ SetMajorStart()

void vtkAxisActor::SetMajorStart ( int  axis,
double  value 
)

Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.

◆ SetDeltaMinor()

virtual void vtkAxisActor::SetDeltaMinor ( double  )
virtual

Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.

◆ GetDeltaMinor()

virtual double vtkAxisActor::GetDeltaMinor ( )
virtual

Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.

◆ GetDeltaMajor()

double vtkAxisActor::GetDeltaMajor ( int  axis)

Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.

◆ SetDeltaMajor()

void vtkAxisActor::SetDeltaMajor ( int  axis,
double  value 
)

Set/Get the starting position for minor and major tick points, and the delta values that determine their spacing.

◆ SetMinorRangeStart()

virtual void vtkAxisActor::SetMinorRangeStart ( double  )
virtual

Set/Get the starting position for minor and major tick points on the range.

The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. Default: 0.0.

◆ GetMinorRangeStart()

virtual double vtkAxisActor::GetMinorRangeStart ( )
virtual

Set/Get the starting position for minor and major tick points on the range.

The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. Default: 0.0.

◆ SetMajorRangeStart()

virtual void vtkAxisActor::SetMajorRangeStart ( double  )
virtual

Set/Get the starting position for minor and major tick points on the range.

The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. Default: 0.0.

◆ GetMajorRangeStart()

virtual double vtkAxisActor::GetMajorRangeStart ( )
virtual

Set/Get the starting position for minor and major tick points on the range.

The range and the position need not be identical. ie the displayed values need not match the actual positions in 3D space. Default: 0.0.

◆ SetDeltaRangeMinor()

virtual void vtkAxisActor::SetDeltaRangeMinor ( double  )
virtual

Set/Get the delta range for minor and major tick points that determine their spacing.

Default: 1.0.

◆ GetDeltaRangeMinor()

virtual double vtkAxisActor::GetDeltaRangeMinor ( )
virtual

Set/Get the delta range for minor and major tick points that determine their spacing.

Default: 1.0.

◆ SetDeltaRangeMajor()

virtual void vtkAxisActor::SetDeltaRangeMajor ( double  )
virtual

Set/Get the delta range for minor and major tick points that determine their spacing.

Default: 1.0.

◆ GetDeltaRangeMajor()

virtual double vtkAxisActor::GetDeltaRangeMajor ( )
virtual

Set/Get the delta range for minor and major tick points that determine their spacing.

Default: 1.0.

◆ SetLabels()

void vtkAxisActor::SetLabels ( vtkStringArray labels)

◆ BuildAxis()

void vtkAxisActor::BuildAxis ( vtkViewport viewport,
bool   
)

◆ GetTitleActor()

virtual vtkAxisFollower* vtkAxisActor::GetTitleActor ( )
virtual

Get title actor and it is responsible for drawing title text.

◆ GetExponentActor()

virtual vtkAxisFollower* vtkAxisActor::GetExponentActor ( )
virtual

Get exponent follower actor.

◆ GetLabelActors()

vtkAxisFollower** vtkAxisActor::GetLabelActors ( )
inline

Get label actors responsigle for drawing label text.

Definition at line 595 of file vtkAxisActor.h.

◆ GetTitleProp3D()

virtual vtkProp3DAxisFollower* vtkAxisActor::GetTitleProp3D ( )
virtual

Get title actor and it is responsible for drawing title text.

◆ GetLabelProps3D()

vtkProp3DAxisFollower** vtkAxisActor::GetLabelProps3D ( )
inline

Get label actors responsigle for drawing label text.

Definition at line 608 of file vtkAxisActor.h.

◆ GetExponentProp3D()

virtual vtkProp3DAxisFollower* vtkAxisActor::GetExponentProp3D ( )
virtual

Get title actor and it is responsible for drawing title text.

◆ GetNumberOfLabelsBuilt()

virtual int vtkAxisActor::GetNumberOfLabelsBuilt ( )
virtual

Get total number of labels built.

Once built this count does not change.

◆ SetCalculateTitleOffset()

virtual void vtkAxisActor::SetCalculateTitleOffset ( bool  )
virtual

Set/Get flag whether to calculate title offset.

Default: false.

◆ GetCalculateTitleOffset()

virtual bool vtkAxisActor::GetCalculateTitleOffset ( )
virtual

Set/Get flag whether to calculate title offset.

Default: false.

◆ CalculateTitleOffsetOn()

virtual void vtkAxisActor::CalculateTitleOffsetOn ( )
virtual

Set/Get flag whether to calculate title offset.

Default: false.

◆ CalculateTitleOffsetOff()

virtual void vtkAxisActor::CalculateTitleOffsetOff ( )
virtual

Set/Get flag whether to calculate title offset.

Default: false.

◆ SetCalculateLabelOffset()

virtual void vtkAxisActor::SetCalculateLabelOffset ( bool  )
virtual

Set/Get flag whether to calculate label offset.

Default: false.

◆ GetCalculateLabelOffset()

virtual bool vtkAxisActor::GetCalculateLabelOffset ( )
virtual

Set/Get flag whether to calculate label offset.

Default: false.

◆ CalculateLabelOffsetOn()

virtual void vtkAxisActor::CalculateLabelOffsetOn ( )
virtual

Set/Get flag whether to calculate label offset.

Default: false.

◆ CalculateLabelOffsetOff()

virtual void vtkAxisActor::CalculateLabelOffsetOff ( )
virtual

Set/Get flag whether to calculate label offset.

Default: false.

◆ SetUse2DMode()

virtual void vtkAxisActor::SetUse2DMode ( bool  )
virtual

Set/Get the 2D mode.

Default: false.

◆ GetUse2DMode()

virtual bool vtkAxisActor::GetUse2DMode ( )
virtual

Set/Get the 2D mode.

Default: false.

◆ SetVerticalOffsetXTitle2D()

virtual void vtkAxisActor::SetVerticalOffsetXTitle2D ( double  )
virtual

Set/Get the 2D mode the vertical offset for X title in 2D mode.

Default: -40.0.

◆ GetVerticalOffsetXTitle2D()

virtual double vtkAxisActor::GetVerticalOffsetXTitle2D ( )
virtual

Set/Get the 2D mode the vertical offset for X title in 2D mode.

Default: -40.0.

◆ SetHorizontalOffsetYTitle2D()

virtual void vtkAxisActor::SetHorizontalOffsetYTitle2D ( double  )
virtual

Set/Get the 2D mode the horizontal offset for Y title in 2D mode.

Default: -50.0.

◆ GetHorizontalOffsetYTitle2D()

virtual double vtkAxisActor::GetHorizontalOffsetYTitle2D ( )
virtual

Set/Get the 2D mode the horizontal offset for Y title in 2D mode.

Default: -50.0.

◆ SetSaveTitlePosition()

virtual void vtkAxisActor::SetSaveTitlePosition ( int  )
virtual

Set/Get whether title position must be saved in 2D mode.

Default: 0.

◆ GetSaveTitlePosition()

virtual int vtkAxisActor::GetSaveTitlePosition ( )
virtual

Set/Get whether title position must be saved in 2D mode.

Default: 0.

◆ SetAxisBaseForX() [1/2]

virtual void vtkAxisActor::SetAxisBaseForX ( double  ,
double  ,
double   
)
virtual

Provide real vector for non aligned axis.

Default: (1.0, 0.0, 0.0).

◆ SetAxisBaseForX() [2/2]

virtual void vtkAxisActor::SetAxisBaseForX ( double  [3])
virtual

Provide real vector for non aligned axis.

Default: (1.0, 0.0, 0.0).

◆ GetAxisBaseForX() [1/3]

virtual double* vtkAxisActor::GetAxisBaseForX ( )
virtual

Provide real vector for non aligned axis.

Default: (1.0, 0.0, 0.0).

◆ GetAxisBaseForX() [2/3]

virtual void vtkAxisActor::GetAxisBaseForX ( double &  ,
double &  ,
double &   
)
virtual

Provide real vector for non aligned axis.

Default: (1.0, 0.0, 0.0).

◆ GetAxisBaseForX() [3/3]

virtual void vtkAxisActor::GetAxisBaseForX ( double  [3])
virtual

Provide real vector for non aligned axis.

Default: (1.0, 0.0, 0.0).

◆ SetAxisBaseForY() [1/2]

virtual void vtkAxisActor::SetAxisBaseForY ( double  ,
double  ,
double   
)
virtual

Provide real vector for non aligned axis.

Default: (0.0, 1.0, 0.0).

◆ SetAxisBaseForY() [2/2]

virtual void vtkAxisActor::SetAxisBaseForY ( double  [3])
virtual

Provide real vector for non aligned axis.

Default: (0.0, 1.0, 0.0).

◆ GetAxisBaseForY() [1/3]

virtual double* vtkAxisActor::GetAxisBaseForY ( )
virtual

Provide real vector for non aligned axis.

Default: (0.0, 1.0, 0.0).

◆ GetAxisBaseForY() [2/3]

virtual void vtkAxisActor::GetAxisBaseForY ( double &  ,
double &  ,
double &   
)
virtual

Provide real vector for non aligned axis.

Default: (0.0, 1.0, 0.0).

◆ GetAxisBaseForY() [3/3]

virtual void vtkAxisActor::GetAxisBaseForY ( double  [3])
virtual

Provide real vector for non aligned axis.

Default: (0.0, 1.0, 0.0).

◆ SetAxisBaseForZ() [1/2]

virtual void vtkAxisActor::SetAxisBaseForZ ( double  ,
double  ,
double   
)
virtual

Provide real vector for non aligned axis.

Default: (0.0, 0.0, 1.0).

◆ SetAxisBaseForZ() [2/2]

virtual void vtkAxisActor::SetAxisBaseForZ ( double  [3])
virtual

Provide real vector for non aligned axis.

Default: (0.0, 0.0, 1.0).

◆ GetAxisBaseForZ() [1/3]

virtual double* vtkAxisActor::GetAxisBaseForZ ( )
virtual

Provide real vector for non aligned axis.

Default: (0.0, 0.0, 1.0).

◆ GetAxisBaseForZ() [2/3]

virtual void vtkAxisActor::GetAxisBaseForZ ( double &  ,
double &  ,
double &   
)
virtual

Provide real vector for non aligned axis.

Default: (0.0, 0.0, 1.0).

◆ GetAxisBaseForZ() [3/3]

virtual void vtkAxisActor::GetAxisBaseForZ ( double  [3])
virtual

Provide real vector for non aligned axis.

Default: (0.0, 0.0, 1.0).

◆ SetAxisOnOrigin()

virtual void vtkAxisActor::SetAxisOnOrigin ( bool  )
virtual

Notify the axes that is not part of a cube anymore.

Default: false.

◆ GetAxisOnOrigin()

virtual bool vtkAxisActor::GetAxisOnOrigin ( )
virtual

Notify the axes that is not part of a cube anymore.

Default: false.

◆ SetScreenSize()

virtual void vtkAxisActor::SetScreenSize ( double  )
virtual

Set/Get size factor for text, used for offsets.

Default: 10.0.

◆ GetScreenSize()

virtual double vtkAxisActor::GetScreenSize ( )
virtual

Set/Get size factor for text, used for offsets.

Default: 10.0.

◆ SetLabelOffset()

virtual void vtkAxisActor::SetLabelOffset ( double  )
virtual

Set/Get the Y-offset used to position label.

Default: 30.0.

◆ GetLabelOffset()

virtual double vtkAxisActor::GetLabelOffset ( )
virtual

Set/Get the Y-offset used to position label.

Default: 30.0.

◆ SetExponentOffset()

virtual void vtkAxisActor::SetExponentOffset ( double  )
virtual

Set/Get the Y-offset used to position exponent.

Default: 20.0.

◆ GetExponentOffset()

virtual double vtkAxisActor::GetExponentOffset ( )
virtual

Set/Get the Y-offset used to position exponent.

Default: 20.0.

◆ SetTitleOffset() [1/3]

void vtkAxisActor::SetTitleOffset ( double  titleOffsetY)

Set/Get the 2D-offsets used to position title texts.

X-component is applied only when not center aligned Center aligned <=> VTK_ALIGN_TOP and VTK_ALIGN_BOTTOM Y-component is the same than other offsets. Default: (20.0, 20.0).

◆ GetTitleOffset() [1/2]

double vtkAxisActor::GetTitleOffset ( )

Set/Get the 2D-offsets used to position title texts.

X-component is applied only when not center aligned Center aligned <=> VTK_ALIGN_TOP and VTK_ALIGN_BOTTOM Y-component is the same than other offsets. Default: (20.0, 20.0).

◆ SetTitleOffset() [2/3]

virtual void vtkAxisActor::SetTitleOffset ( double  ,
double   
)
virtual

Set/Get the 2D-offsets used to position title texts.

X-component is applied only when not center aligned Center aligned <=> VTK_ALIGN_TOP and VTK_ALIGN_BOTTOM Y-component is the same than other offsets. Default: (20.0, 20.0).

◆ SetTitleOffset() [3/3]

void vtkAxisActor::SetTitleOffset ( double  [2])

Set/Get the 2D-offsets used to position title texts.

X-component is applied only when not center aligned Center aligned <=> VTK_ALIGN_TOP and VTK_ALIGN_BOTTOM Y-component is the same than other offsets. Default: (20.0, 20.0).

◆ GetTitleOffset() [2/2]

void vtkAxisActor::GetTitleOffset ( double &  titleOffsetX,
double &  titleOffsetY 
)

Set/Get the 2D-offsets used to position title texts.

X-component is applied only when not center aligned Center aligned <=> VTK_ALIGN_TOP and VTK_ALIGN_BOTTOM Y-component is the same than other offsets. Default: (20.0, 20.0).

Member Data Documentation

◆ Title

char* vtkAxisActor::Title = nullptr
protected

Definition at line 766 of file vtkAxisActor.h.

◆ Exponent

char* vtkAxisActor::Exponent = nullptr
protected

Definition at line 767 of file vtkAxisActor.h.

◆ LabelFormat

char* vtkAxisActor::LabelFormat = nullptr
protected

Definition at line 768 of file vtkAxisActor.h.

◆ Range

double vtkAxisActor::Range[2] = { 0.0, 1.0 }
protected

Definition at line 769 of file vtkAxisActor.h.

◆ LastRange

double vtkAxisActor::LastRange[2] = { -1.0, -1.0 }
protected

Definition at line 770 of file vtkAxisActor.h.

◆ UseTextActor3D

bool vtkAxisActor::UseTextActor3D = false
protected

Definition at line 771 of file vtkAxisActor.h.

◆ NumberOfLabelsBuilt

int vtkAxisActor::NumberOfLabelsBuilt = 0
protected

Definition at line 772 of file vtkAxisActor.h.

◆ MinorTicksVisible

bool vtkAxisActor::MinorTicksVisible = true
protected

Definition at line 773 of file vtkAxisActor.h.

◆ LastMinorTicksVisible

bool vtkAxisActor::LastMinorTicksVisible = true
protected

Definition at line 774 of file vtkAxisActor.h.

◆ TickLocation

The location of the ticks.

Inside: tick end toward positive direction of perpendicular axes. Outside: tick end toward negative direction of perpendicular axes.

Definition at line 781 of file vtkAxisActor.h.

◆ TitleAlignLocation

int vtkAxisActor::TitleAlignLocation = VTK_ALIGN_BOTTOM
protected

Hold the alignment property of the title related to the axis.

Possible Alignment: VTK_ALIGN_BOTTOM, VTK_ALIGN_TOP, VTK_ALIGN_POINT1, VTK_ALIGN_POINT2.

Definition at line 787 of file vtkAxisActor.h.

◆ ExponentLocation

int vtkAxisActor::ExponentLocation = VTK_ALIGN_POINT2
protected

Hold the alignment property of the exponent coming from the label values.

Possible Alignment: VTK_ALIGN_BOTTOM, VTK_ALIGN_TOP, VTK_ALIGN_POINT1, VTK_ALIGN_POINT2.

Definition at line 793 of file vtkAxisActor.h.

◆ DrawGridlines

bool vtkAxisActor::DrawGridlines = false
protected

Definition at line 795 of file vtkAxisActor.h.

◆ DrawGridlinesOnly

bool vtkAxisActor::DrawGridlinesOnly = false
protected

Definition at line 796 of file vtkAxisActor.h.

◆ LastDrawGridlines

bool vtkAxisActor::LastDrawGridlines = false
protected

Definition at line 797 of file vtkAxisActor.h.

◆ DrawGridlinesLocation

int vtkAxisActor::DrawGridlinesLocation = 0
protected

Definition at line 798 of file vtkAxisActor.h.

◆ LastDrawGridlinesLocation

int vtkAxisActor::LastDrawGridlinesLocation = 0
protected

Definition at line 799 of file vtkAxisActor.h.

◆ GridlineXLength

double vtkAxisActor::GridlineXLength = 1.0
protected

Definition at line 800 of file vtkAxisActor.h.

◆ GridlineYLength

double vtkAxisActor::GridlineYLength = 1.0
protected

Definition at line 801 of file vtkAxisActor.h.

◆ GridlineZLength

double vtkAxisActor::GridlineZLength = 1.0
protected

Definition at line 802 of file vtkAxisActor.h.

◆ DrawInnerGridlines

bool vtkAxisActor::DrawInnerGridlines = false
protected

Definition at line 804 of file vtkAxisActor.h.

◆ LastDrawInnerGridlines

bool vtkAxisActor::LastDrawInnerGridlines = false
protected

Definition at line 805 of file vtkAxisActor.h.

◆ DrawGridpolys

bool vtkAxisActor::DrawGridpolys = false
protected

Definition at line 807 of file vtkAxisActor.h.

◆ LastDrawGridpolys

bool vtkAxisActor::LastDrawGridpolys = false
protected

Definition at line 808 of file vtkAxisActor.h.

◆ AxisVisibility

bool vtkAxisActor::AxisVisibility = true
protected

Definition at line 810 of file vtkAxisActor.h.

◆ TickVisibility

bool vtkAxisActor::TickVisibility = true
protected

Definition at line 811 of file vtkAxisActor.h.

◆ LastTickVisibility

bool vtkAxisActor::LastTickVisibility = true
protected

Definition at line 812 of file vtkAxisActor.h.

◆ LabelVisibility

bool vtkAxisActor::LabelVisibility = true
protected

Definition at line 813 of file vtkAxisActor.h.

◆ TitleVisibility

bool vtkAxisActor::TitleVisibility = true
protected

Definition at line 814 of file vtkAxisActor.h.

◆ ExponentVisibility

bool vtkAxisActor::ExponentVisibility = false
protected

Definition at line 815 of file vtkAxisActor.h.

◆ LastMajorTickPointCorrection

bool vtkAxisActor::LastMajorTickPointCorrection = false
protected

Definition at line 816 of file vtkAxisActor.h.

◆ Log

bool vtkAxisActor::Log = false
protected

Definition at line 818 of file vtkAxisActor.h.

◆ AxisType

Definition at line 819 of file vtkAxisActor.h.

◆ AxisPosition

Definition at line 820 of file vtkAxisActor.h.

◆ AxisBaseForX

double vtkAxisActor::AxisBaseForX[3] = { 1.0, 0.0, 0.0 }
protected

Definition at line 823 of file vtkAxisActor.h.

◆ AxisBaseForY

double vtkAxisActor::AxisBaseForY[3] = { 0.0, 1.0, 0.0 }
protected

Definition at line 824 of file vtkAxisActor.h.

◆ AxisBaseForZ

double vtkAxisActor::AxisBaseForZ[3] = { 0.0, 0.0, 1.0 }
protected

Definition at line 825 of file vtkAxisActor.h.


The documentation for this class was generated from the following file: