ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVAxesActor Class Reference

a 3D axes representation More...

#include <vtkPVAxesActor.h>

Inherits vtkProp3D.

Public Types

enum  { CYLINDER_SHAFT, LINE_SHAFT, USER_DEFINED_SHAFT }
 
enum  { CONE_TIP, SPHERE_TIP, USER_DEFINED_TIP }
 
typedef vtkProp3D Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void GetActors (vtkPropCollection *)
 For some exporters and other other operations we must be able to collect all the actors or volumes. More...
 
void ShallowCopy (vtkProp *prop)
 Shallow copy of an axes actor. More...
 
void ReleaseGraphicsResources (vtkWindow *)
 Release any graphics resources that are being consumed by this actor. More...
 
vtkMTimeType GetMTime ()
 Get the actors mtime plus consider its properties and texture if set. More...
 
virtual vtkMTimeType GetRedrawMTime ()
 Return the mtime of anything that would cause the rendered image to appear differently. More...
 
void SetShaftType (int type)
 Set the type of the shaft to a cylinder, line, or user defined geometry. More...
 
void SetShaftTypeToCylinder ()
 
void SetShaftTypeToLine ()
 
void SetShaftTypeToUserDefined ()
 
void SetTipType (int type)
 Set the type of the tip to a cone, sphere, or user defined geometry. More...
 
void SetTipTypeToCone ()
 
void SetTipTypeToSphere ()
 
void SetTipTypeToUserDefined ()
 
virtual int RenderOpaqueGeometry (vtkViewport *viewport)
 Support the standard render methods. More...
 
virtual int RenderTranslucentPolygonalGeometry (vtkViewport *viewport)
 Support the standard render methods. More...
 
virtual int HasTranslucentPolygonalGeometry ()
 Support the standard render methods. More...
 
void GetBounds (double bounds[6])
 Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). More...
 
double * GetBounds ()
 Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). More...
 
void SetTotalLength (float v[3])
 Set the total length of the axes in 3 dimensions. More...
 
void SetTotalLength (float x, float y, float z)
 Set the total length of the axes in 3 dimensions. More...
 
virtual float * GetTotalLength ()
 Set the total length of the axes in 3 dimensions. More...
 
virtual void GetTotalLength (float data[3])
 Set the total length of the axes in 3 dimensions. More...
 
void SetNormalizedShaftLength (float v[3])
 Set the normalized (0-1) length of the shaft. More...
 
void SetNormalizedShaftLength (float x, float y, float z)
 Set the normalized (0-1) length of the shaft. More...
 
virtual float * GetNormalizedShaftLength ()
 Set the normalized (0-1) length of the shaft. More...
 
virtual void GetNormalizedShaftLength (float data[3])
 Set the normalized (0-1) length of the shaft. More...
 
void SetNormalizedTipLength (float v[3])
 Set the normalized (0-1) length of the tip. More...
 
void SetNormalizedTipLength (float x, float y, float z)
 Set the normalized (0-1) length of the tip. More...
 
virtual float * GetNormalizedTipLength ()
 Set the normalized (0-1) length of the tip. More...
 
virtual void GetNormalizedTipLength (float data[3])
 Set the normalized (0-1) length of the tip. More...
 
virtual void SetConeResolution (int)
 Set/get the resolution of the pieces of the axes actor. More...
 
virtual int GetConeResolution ()
 Set/get the resolution of the pieces of the axes actor. More...
 
virtual void SetSphereResolution (int)
 Set/get the resolution of the pieces of the axes actor. More...
 
virtual int GetSphereResolution ()
 Set/get the resolution of the pieces of the axes actor. More...
 
virtual void SetCylinderResolution (int)
 Set/get the resolution of the pieces of the axes actor. More...
 
virtual int GetCylinderResolution ()
 Set/get the resolution of the pieces of the axes actor. More...
 
virtual void SetConeRadius (float)
 Set/get the radius of the pieces of the axes actor. More...
 
virtual float GetConeRadius ()
 Set/get the radius of the pieces of the axes actor. More...
 
virtual void SetSphereRadius (float)
 Set/get the radius of the pieces of the axes actor. More...
 
virtual float GetSphereRadius ()
 Set/get the radius of the pieces of the axes actor. More...
 
virtual void SetCylinderRadius (float)
 Set/get the radius of the pieces of the axes actor. More...
 
virtual float GetCylinderRadius ()
 Set/get the radius of the pieces of the axes actor. More...
 
virtual void SetXAxisLabelPosition (float)
 Set/get the positions of the axis labels. More...
 
virtual float GetXAxisLabelPosition ()
 Set/get the positions of the axis labels. More...
 
virtual void SetYAxisLabelPosition (float)
 Set/get the positions of the axis labels. More...
 
virtual float GetYAxisLabelPosition ()
 Set/get the positions of the axis labels. More...
 
virtual void SetZAxisLabelPosition (float)
 Set/get the positions of the axis labels. More...
 
virtual float GetZAxisLabelPosition ()
 Set/get the positions of the axis labels. More...
 
void SetUserDefinedTip (vtkPolyData *)
 Set the user defined tip polydata. More...
 
virtual vtkPolyData * GetUserDefinedTip ()
 Set the user defined tip polydata. More...
 
void SetUserDefinedShaft (vtkPolyData *)
 Set the user defined shaft polydata. More...
 
virtual vtkPolyData * GetUserDefinedShaft ()
 Set the user defined shaft polydata. More...
 
vtkProperty * GetXAxisTipProperty ()
 Get the tip properties. More...
 
vtkProperty * GetYAxisTipProperty ()
 Get the tip properties. More...
 
vtkProperty * GetZAxisTipProperty ()
 Get the tip properties. More...
 
vtkProperty * GetXAxisShaftProperty ()
 Get the shaft properties. More...
 
vtkProperty * GetYAxisShaftProperty ()
 Get the shaft properties. More...
 
vtkProperty * GetZAxisShaftProperty ()
 Get the shaft properties. More...
 
vtkProperty * GetXAxisLabelProperty ()
 Get the label properties. More...
 
vtkProperty * GetYAxisLabelProperty ()
 Get the label properties. More...
 
vtkProperty * GetZAxisLabelProperty ()
 Get the label properties. More...
 
virtual void SetXAxisLabelText (const char *)
 Set the label text. More...
 
virtual void SetYAxisLabelText (const char *)
 Set the label text. More...
 
virtual void SetZAxisLabelText (const char *)
 Set the label text. More...
 

Static Public Member Functions

static vtkPVAxesActorNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVAxesActorSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVAxesActor ()
 
 ~vtkPVAxesActor ()
 
void UpdateProps ()
 

Protected Attributes

vtkCylinderSource * CylinderSource
 
vtkLineSource * LineSource
 
vtkConeSource * ConeSource
 
vtkSphereSource * SphereSource
 
vtkActor * XAxisShaft
 
vtkActor * YAxisShaft
 
vtkActor * ZAxisShaft
 
vtkActor * XAxisTip
 
vtkActor * YAxisTip
 
vtkActor * ZAxisTip
 
float TotalLength [3]
 
float NormalizedShaftLength [3]
 
float NormalizedTipLength [3]
 
int ShaftType
 
int TipType
 
vtkPolyData * UserDefinedTip
 
vtkPolyData * UserDefinedShaft
 
char * XAxisLabelText
 
char * YAxisLabelText
 
char * ZAxisLabelText
 
vtkVectorText * XAxisVectorText
 
vtkVectorText * YAxisVectorText
 
vtkVectorText * ZAxisVectorText
 
vtkFollower * XAxisLabel
 
vtkFollower * YAxisLabel
 
vtkFollower * ZAxisLabel
 
int ConeResolution
 
int SphereResolution
 
int CylinderResolution
 
float ConeRadius
 
float SphereRadius
 
float CylinderRadius
 
float XAxisLabelPosition
 
float YAxisLabelPosition
 
float ZAxisLabelPosition
 

Detailed Description

a 3D axes representation

vtkPVAxesActor is used to represent 3D axes in the scene. The user can define the geometry to use for the shaft and the tip, and the user can set the text for the three axes. The text will follow the camera.

Definition at line 44 of file vtkPVAxesActor.h.

Member Typedef Documentation

◆ Superclass

typedef vtkProp3D vtkPVAxesActor::Superclass

Definition at line 48 of file vtkPVAxesActor.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
CYLINDER_SHAFT 
LINE_SHAFT 
USER_DEFINED_SHAFT 

Definition at line 233 of file vtkPVAxesActor.h.

◆ anonymous enum

anonymous enum
Enumerator
CONE_TIP 
SPHERE_TIP 
USER_DEFINED_TIP 

Definition at line 240 of file vtkPVAxesActor.h.

Constructor & Destructor Documentation

◆ vtkPVAxesActor()

vtkPVAxesActor::vtkPVAxesActor ( )
protected

◆ ~vtkPVAxesActor()

vtkPVAxesActor::~vtkPVAxesActor ( )
protected

Member Function Documentation

◆ New()

static vtkPVAxesActor* vtkPVAxesActor::New ( )
static

◆ GetClassName()

virtual const char* vtkPVAxesActor::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPVAxesActor::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVAxesActor::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkPVAxesActor* vtkPVAxesActor::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVAxesActor::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ GetActors()

virtual void vtkPVAxesActor::GetActors ( vtkPropCollection *  )
virtual

For some exporters and other other operations we must be able to collect all the actors or volumes.

These methods are used in that process.

◆ RenderOpaqueGeometry()

virtual int vtkPVAxesActor::RenderOpaqueGeometry ( vtkViewport *  viewport)
virtual

Support the standard render methods.

◆ RenderTranslucentPolygonalGeometry()

virtual int vtkPVAxesActor::RenderTranslucentPolygonalGeometry ( vtkViewport *  viewport)
virtual

Support the standard render methods.

◆ HasTranslucentPolygonalGeometry()

virtual int vtkPVAxesActor::HasTranslucentPolygonalGeometry ( )
virtual

Support the standard render methods.

◆ ShallowCopy()

void vtkPVAxesActor::ShallowCopy ( vtkProp *  prop)

Shallow copy of an axes actor.

Overloads the virtual vtkProp method.

◆ ReleaseGraphicsResources()

void vtkPVAxesActor::ReleaseGraphicsResources ( vtkWindow *  )

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

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

◆ GetBounds() [1/2]

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

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

(The method GetBounds(double bounds[6]) is available from the superclass.)

◆ GetBounds() [2/2]

double* vtkPVAxesActor::GetBounds ( )

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

(The method GetBounds(double bounds[6]) is available from the superclass.)

◆ GetMTime()

vtkMTimeType vtkPVAxesActor::GetMTime ( )

Get the actors mtime plus consider its properties and texture if set.

◆ GetRedrawMTime()

virtual vtkMTimeType vtkPVAxesActor::GetRedrawMTime ( )
virtual

Return the mtime of anything that would cause the rendered image to appear differently.

Usually this involves checking the mtime of the prop plus anything else it depends on such as properties, textures etc.

◆ SetTotalLength() [1/2]

void vtkPVAxesActor::SetTotalLength ( float  v[3])
inline

Set the total length of the axes in 3 dimensions.

Definition at line 105 of file vtkPVAxesActor.h.

◆ SetTotalLength() [2/2]

void vtkPVAxesActor::SetTotalLength ( float  x,
float  y,
float  z 
)

Set the total length of the axes in 3 dimensions.

◆ GetTotalLength() [1/2]

virtual float* vtkPVAxesActor::GetTotalLength ( )
virtual

Set the total length of the axes in 3 dimensions.

◆ GetTotalLength() [2/2]

virtual void vtkPVAxesActor::GetTotalLength ( float  data[3])
virtual

Set the total length of the axes in 3 dimensions.

◆ SetNormalizedShaftLength() [1/2]

void vtkPVAxesActor::SetNormalizedShaftLength ( float  v[3])
inline

Set the normalized (0-1) length of the shaft.

Definition at line 114 of file vtkPVAxesActor.h.

◆ SetNormalizedShaftLength() [2/2]

void vtkPVAxesActor::SetNormalizedShaftLength ( float  x,
float  y,
float  z 
)

Set the normalized (0-1) length of the shaft.

◆ GetNormalizedShaftLength() [1/2]

virtual float* vtkPVAxesActor::GetNormalizedShaftLength ( )
virtual

Set the normalized (0-1) length of the shaft.

◆ GetNormalizedShaftLength() [2/2]

virtual void vtkPVAxesActor::GetNormalizedShaftLength ( float  data[3])
virtual

Set the normalized (0-1) length of the shaft.

◆ SetNormalizedTipLength() [1/2]

void vtkPVAxesActor::SetNormalizedTipLength ( float  v[3])
inline

Set the normalized (0-1) length of the tip.

Definition at line 123 of file vtkPVAxesActor.h.

◆ SetNormalizedTipLength() [2/2]

void vtkPVAxesActor::SetNormalizedTipLength ( float  x,
float  y,
float  z 
)

Set the normalized (0-1) length of the tip.

◆ GetNormalizedTipLength() [1/2]

virtual float* vtkPVAxesActor::GetNormalizedTipLength ( )
virtual

Set the normalized (0-1) length of the tip.

◆ GetNormalizedTipLength() [2/2]

virtual void vtkPVAxesActor::GetNormalizedTipLength ( float  data[3])
virtual

Set the normalized (0-1) length of the tip.

◆ SetConeResolution()

virtual void vtkPVAxesActor::SetConeResolution ( int  )
virtual

Set/get the resolution of the pieces of the axes actor.

◆ GetConeResolution()

virtual int vtkPVAxesActor::GetConeResolution ( )
virtual

Set/get the resolution of the pieces of the axes actor.

◆ SetSphereResolution()

virtual void vtkPVAxesActor::SetSphereResolution ( int  )
virtual

Set/get the resolution of the pieces of the axes actor.

◆ GetSphereResolution()

virtual int vtkPVAxesActor::GetSphereResolution ( )
virtual

Set/get the resolution of the pieces of the axes actor.

◆ SetCylinderResolution()

virtual void vtkPVAxesActor::SetCylinderResolution ( int  )
virtual

Set/get the resolution of the pieces of the axes actor.

◆ GetCylinderResolution()

virtual int vtkPVAxesActor::GetCylinderResolution ( )
virtual

Set/get the resolution of the pieces of the axes actor.

◆ SetConeRadius()

virtual void vtkPVAxesActor::SetConeRadius ( float  )
virtual

Set/get the radius of the pieces of the axes actor.

◆ GetConeRadius()

virtual float vtkPVAxesActor::GetConeRadius ( )
virtual

Set/get the radius of the pieces of the axes actor.

◆ SetSphereRadius()

virtual void vtkPVAxesActor::SetSphereRadius ( float  )
virtual

Set/get the radius of the pieces of the axes actor.

◆ GetSphereRadius()

virtual float vtkPVAxesActor::GetSphereRadius ( )
virtual

Set/get the radius of the pieces of the axes actor.

◆ SetCylinderRadius()

virtual void vtkPVAxesActor::SetCylinderRadius ( float  )
virtual

Set/get the radius of the pieces of the axes actor.

◆ GetCylinderRadius()

virtual float vtkPVAxesActor::GetCylinderRadius ( )
virtual

Set/get the radius of the pieces of the axes actor.

◆ SetXAxisLabelPosition()

virtual void vtkPVAxesActor::SetXAxisLabelPosition ( float  )
virtual

Set/get the positions of the axis labels.

◆ GetXAxisLabelPosition()

virtual float vtkPVAxesActor::GetXAxisLabelPosition ( )
virtual

Set/get the positions of the axis labels.

◆ SetYAxisLabelPosition()

virtual void vtkPVAxesActor::SetYAxisLabelPosition ( float  )
virtual

Set/get the positions of the axis labels.

◆ GetYAxisLabelPosition()

virtual float vtkPVAxesActor::GetYAxisLabelPosition ( )
virtual

Set/get the positions of the axis labels.

◆ SetZAxisLabelPosition()

virtual void vtkPVAxesActor::SetZAxisLabelPosition ( float  )
virtual

Set/get the positions of the axis labels.

◆ GetZAxisLabelPosition()

virtual float vtkPVAxesActor::GetZAxisLabelPosition ( )
virtual

Set/get the positions of the axis labels.

◆ SetShaftType()

void vtkPVAxesActor::SetShaftType ( int  type)

Set the type of the shaft to a cylinder, line, or user defined geometry.

◆ SetShaftTypeToCylinder()

void vtkPVAxesActor::SetShaftTypeToCylinder ( )
inline

Definition at line 168 of file vtkPVAxesActor.h.

◆ SetShaftTypeToLine()

void vtkPVAxesActor::SetShaftTypeToLine ( )
inline

Definition at line 169 of file vtkPVAxesActor.h.

◆ SetShaftTypeToUserDefined()

void vtkPVAxesActor::SetShaftTypeToUserDefined ( )
inline

Definition at line 170 of file vtkPVAxesActor.h.

◆ SetTipType()

void vtkPVAxesActor::SetTipType ( int  type)

Set the type of the tip to a cone, sphere, or user defined geometry.

◆ SetTipTypeToCone()

void vtkPVAxesActor::SetTipTypeToCone ( )
inline

Definition at line 176 of file vtkPVAxesActor.h.

◆ SetTipTypeToSphere()

void vtkPVAxesActor::SetTipTypeToSphere ( )
inline

Definition at line 177 of file vtkPVAxesActor.h.

◆ SetTipTypeToUserDefined()

void vtkPVAxesActor::SetTipTypeToUserDefined ( )
inline

Definition at line 178 of file vtkPVAxesActor.h.

◆ SetUserDefinedTip()

void vtkPVAxesActor::SetUserDefinedTip ( vtkPolyData *  )

Set the user defined tip polydata.

◆ GetUserDefinedTip()

virtual vtkPolyData* vtkPVAxesActor::GetUserDefinedTip ( )
virtual

Set the user defined tip polydata.

◆ SetUserDefinedShaft()

void vtkPVAxesActor::SetUserDefinedShaft ( vtkPolyData *  )

Set the user defined shaft polydata.

◆ GetUserDefinedShaft()

virtual vtkPolyData* vtkPVAxesActor::GetUserDefinedShaft ( )
virtual

Set the user defined shaft polydata.

◆ GetXAxisTipProperty()

vtkProperty* vtkPVAxesActor::GetXAxisTipProperty ( )

Get the tip properties.

◆ GetYAxisTipProperty()

vtkProperty* vtkPVAxesActor::GetYAxisTipProperty ( )

Get the tip properties.

◆ GetZAxisTipProperty()

vtkProperty* vtkPVAxesActor::GetZAxisTipProperty ( )

Get the tip properties.

◆ GetXAxisShaftProperty()

vtkProperty* vtkPVAxesActor::GetXAxisShaftProperty ( )

Get the shaft properties.

◆ GetYAxisShaftProperty()

vtkProperty* vtkPVAxesActor::GetYAxisShaftProperty ( )

Get the shaft properties.

◆ GetZAxisShaftProperty()

vtkProperty* vtkPVAxesActor::GetZAxisShaftProperty ( )

Get the shaft properties.

◆ GetXAxisLabelProperty()

vtkProperty* vtkPVAxesActor::GetXAxisLabelProperty ( )

Get the label properties.

◆ GetYAxisLabelProperty()

vtkProperty* vtkPVAxesActor::GetYAxisLabelProperty ( )

Get the label properties.

◆ GetZAxisLabelProperty()

vtkProperty* vtkPVAxesActor::GetZAxisLabelProperty ( )

Get the label properties.

◆ SetXAxisLabelText()

virtual void vtkPVAxesActor::SetXAxisLabelText ( const char *  )
virtual

Set the label text.

◆ SetYAxisLabelText()

virtual void vtkPVAxesActor::SetYAxisLabelText ( const char *  )
virtual

Set the label text.

◆ SetZAxisLabelText()

virtual void vtkPVAxesActor::SetZAxisLabelText ( const char *  )
virtual

Set the label text.

◆ UpdateProps()

void vtkPVAxesActor::UpdateProps ( )
protected

Member Data Documentation

◆ CylinderSource

vtkCylinderSource* vtkPVAxesActor::CylinderSource
protected

Definition at line 251 of file vtkPVAxesActor.h.

◆ LineSource

vtkLineSource* vtkPVAxesActor::LineSource
protected

Definition at line 252 of file vtkPVAxesActor.h.

◆ ConeSource

vtkConeSource* vtkPVAxesActor::ConeSource
protected

Definition at line 253 of file vtkPVAxesActor.h.

◆ SphereSource

vtkSphereSource* vtkPVAxesActor::SphereSource
protected

Definition at line 254 of file vtkPVAxesActor.h.

◆ XAxisShaft

vtkActor* vtkPVAxesActor::XAxisShaft
protected

Definition at line 256 of file vtkPVAxesActor.h.

◆ YAxisShaft

vtkActor* vtkPVAxesActor::YAxisShaft
protected

Definition at line 257 of file vtkPVAxesActor.h.

◆ ZAxisShaft

vtkActor* vtkPVAxesActor::ZAxisShaft
protected

Definition at line 258 of file vtkPVAxesActor.h.

◆ XAxisTip

vtkActor* vtkPVAxesActor::XAxisTip
protected

Definition at line 260 of file vtkPVAxesActor.h.

◆ YAxisTip

vtkActor* vtkPVAxesActor::YAxisTip
protected

Definition at line 261 of file vtkPVAxesActor.h.

◆ ZAxisTip

vtkActor* vtkPVAxesActor::ZAxisTip
protected

Definition at line 262 of file vtkPVAxesActor.h.

◆ TotalLength

float vtkPVAxesActor::TotalLength[3]
protected

Definition at line 266 of file vtkPVAxesActor.h.

◆ NormalizedShaftLength

float vtkPVAxesActor::NormalizedShaftLength[3]
protected

Definition at line 267 of file vtkPVAxesActor.h.

◆ NormalizedTipLength

float vtkPVAxesActor::NormalizedTipLength[3]
protected

Definition at line 268 of file vtkPVAxesActor.h.

◆ ShaftType

int vtkPVAxesActor::ShaftType
protected

Definition at line 270 of file vtkPVAxesActor.h.

◆ TipType

int vtkPVAxesActor::TipType
protected

Definition at line 271 of file vtkPVAxesActor.h.

◆ UserDefinedTip

vtkPolyData* vtkPVAxesActor::UserDefinedTip
protected

Definition at line 273 of file vtkPVAxesActor.h.

◆ UserDefinedShaft

vtkPolyData* vtkPVAxesActor::UserDefinedShaft
protected

Definition at line 274 of file vtkPVAxesActor.h.

◆ XAxisLabelText

char* vtkPVAxesActor::XAxisLabelText
protected

Definition at line 276 of file vtkPVAxesActor.h.

◆ YAxisLabelText

char* vtkPVAxesActor::YAxisLabelText
protected

Definition at line 277 of file vtkPVAxesActor.h.

◆ ZAxisLabelText

char* vtkPVAxesActor::ZAxisLabelText
protected

Definition at line 278 of file vtkPVAxesActor.h.

◆ XAxisVectorText

vtkVectorText* vtkPVAxesActor::XAxisVectorText
protected

Definition at line 280 of file vtkPVAxesActor.h.

◆ YAxisVectorText

vtkVectorText* vtkPVAxesActor::YAxisVectorText
protected

Definition at line 281 of file vtkPVAxesActor.h.

◆ ZAxisVectorText

vtkVectorText* vtkPVAxesActor::ZAxisVectorText
protected

Definition at line 282 of file vtkPVAxesActor.h.

◆ XAxisLabel

vtkFollower* vtkPVAxesActor::XAxisLabel
protected

Definition at line 284 of file vtkPVAxesActor.h.

◆ YAxisLabel

vtkFollower* vtkPVAxesActor::YAxisLabel
protected

Definition at line 285 of file vtkPVAxesActor.h.

◆ ZAxisLabel

vtkFollower* vtkPVAxesActor::ZAxisLabel
protected

Definition at line 286 of file vtkPVAxesActor.h.

◆ ConeResolution

int vtkPVAxesActor::ConeResolution
protected

Definition at line 288 of file vtkPVAxesActor.h.

◆ SphereResolution

int vtkPVAxesActor::SphereResolution
protected

Definition at line 289 of file vtkPVAxesActor.h.

◆ CylinderResolution

int vtkPVAxesActor::CylinderResolution
protected

Definition at line 290 of file vtkPVAxesActor.h.

◆ ConeRadius

float vtkPVAxesActor::ConeRadius
protected

Definition at line 292 of file vtkPVAxesActor.h.

◆ SphereRadius

float vtkPVAxesActor::SphereRadius
protected

Definition at line 293 of file vtkPVAxesActor.h.

◆ CylinderRadius

float vtkPVAxesActor::CylinderRadius
protected

Definition at line 294 of file vtkPVAxesActor.h.

◆ XAxisLabelPosition

float vtkPVAxesActor::XAxisLabelPosition
protected

Definition at line 296 of file vtkPVAxesActor.h.

◆ YAxisLabelPosition

float vtkPVAxesActor::YAxisLabelPosition
protected

Definition at line 297 of file vtkPVAxesActor.h.

◆ ZAxisLabelPosition

float vtkPVAxesActor::ZAxisLabelPosition
protected

Definition at line 298 of file vtkPVAxesActor.h.


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