#include <vtkPVAxesActor.h>

| vtkPVAxesActor::vtkPVAxesActor | ( | ) | [protected] |
References CONE_TIP, ConeRadius, ConeResolution, ConeSource, CylinderRadius, CylinderResolution, CylinderSource, LINE_SHAFT, LineSource, New(), NormalizedShaftLength, NormalizedTipLength, ShaftType, SphereRadius, SphereResolution, SphereSource, TipType, TotalLength, UpdateProps(), UserDefinedShaft, UserDefinedTip, XAxisLabel, XAxisLabelPosition, XAxisLabelText, XAxisShaft, XAxisTip, XAxisVectorText, YAxisLabel, YAxisLabelPosition, YAxisLabelText, YAxisShaft, YAxisTip, YAxisVectorText, ZAxisLabel, ZAxisLabelPosition, ZAxisLabelText, ZAxisShaft, ZAxisTip, and ZAxisVectorText.
| vtkPVAxesActor::~vtkPVAxesActor | ( | ) | [protected] |
| vtkPVAxesActor.vtkPVAxesActor | ( | const vtkPVAxesActor & | ) | [private] |
| static vtkPVAxesActor* vtkPVAxesActor.New | ( | ) | [static] |
| vtkPVAxesActor.vtkTypeRevisionMacro | ( | vtkPVAxesActor | , |
| vtkProp3D | |||
| ) |
| void vtkPVAxesActor::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
References ConeRadius, ConeResolution, CylinderRadius, CylinderResolution, NormalizedShaftLength, NormalizedTipLength, SphereRadius, SphereResolution, TotalLength, UserDefinedShaft, UserDefinedTip, XAxisLabelPosition, XAxisLabelText, YAxisLabelPosition, YAxisLabelText, ZAxisLabelPosition, and ZAxisLabelText.
| void vtkPVAxesActor::GetActors | ( | vtkPropCollection * | ac | ) | [virtual] |
References XAxisLabel, XAxisShaft, XAxisTip, YAxisLabel, YAxisShaft, YAxisTip, ZAxisLabel, ZAxisShaft, and ZAxisTip.
| int vtkPVAxesActor::RenderOpaqueGeometry | ( | vtkViewport * | viewport | ) | [virtual] |
References examplevtk1.ren, UpdateProps(), XAxisLabel, XAxisShaft, XAxisTip, YAxisLabel, YAxisShaft, YAxisTip, ZAxisLabel, ZAxisShaft, and ZAxisTip.
| int vtkPVAxesActor::RenderTranslucentGeometry | ( | vtkViewport * | viewport | ) | [virtual] |
References UpdateProps(), XAxisLabel, XAxisShaft, XAxisTip, YAxisLabel, YAxisShaft, YAxisTip, ZAxisLabel, ZAxisShaft, and ZAxisTip.
| void vtkPVAxesActor::ShallowCopy | ( | vtkProp * | prop | ) |
References test_table.a.
| void vtkPVAxesActor::ReleaseGraphicsResources | ( | vtkWindow * | win | ) |
References XAxisLabel, XAxisShaft, XAxisTip, YAxisLabel, YAxisShaft, YAxisTip, ZAxisLabel, ZAxisShaft, and ZAxisTip.
| void vtkPVAxesActor::GetBounds | ( | double | bounds[6] | ) |
References GetBounds().
| double * vtkPVAxesActor::GetBounds | ( | ) |
References XAxisShaft, XAxisTip, YAxisShaft, YAxisTip, ZAxisShaft, and ZAxisTip.
| unsigned long int vtkPVAxesActor::GetMTime | ( | ) |
| unsigned long int vtkPVAxesActor::GetRedrawMTime | ( | ) | [virtual] |
References GetMTime().
| void vtkPVAxesActor.SetTotalLength | ( | float | v[3] | ) |
References SetTotalLength().
| void vtkPVAxesActor::SetTotalLength | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
References TotalLength, and UpdateProps().
| vtkPVAxesActor.vtkGetVectorMacro | ( | TotalLength | , |
| float | , | ||
| 3 | |||
| ) |
| void vtkPVAxesActor.SetNormalizedShaftLength | ( | float | v[3] | ) |
References SetNormalizedShaftLength().
| void vtkPVAxesActor::SetNormalizedShaftLength | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
References NormalizedShaftLength, and UpdateProps().
| vtkPVAxesActor.vtkGetVectorMacro | ( | NormalizedShaftLength | , |
| float | , | ||
| 3 | |||
| ) |
| void vtkPVAxesActor.SetNormalizedTipLength | ( | float | v[3] | ) |
References SetNormalizedTipLength().
| void vtkPVAxesActor::SetNormalizedTipLength | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
References NormalizedTipLength, and UpdateProps().
| vtkPVAxesActor.vtkGetVectorMacro | ( | NormalizedTipLength | , |
| float | , | ||
| 3 | |||
| ) |
| vtkPVAxesActor.vtkSetClampMacro | ( | ConeResolution | , |
| int | , | ||
| 3 | , | ||
| 128 | |||
| ) |
| vtkPVAxesActor.vtkGetMacro | ( | ConeResolution | , |
| int | |||
| ) |
| vtkPVAxesActor.vtkSetClampMacro | ( | SphereResolution | , |
| int | , | ||
| 3 | , | ||
| 128 | |||
| ) |
| vtkPVAxesActor.vtkGetMacro | ( | SphereResolution | , |
| int | |||
| ) |
| vtkPVAxesActor.vtkSetClampMacro | ( | CylinderResolution | , |
| int | , | ||
| 3 | , | ||
| 128 | |||
| ) |
| vtkPVAxesActor.vtkGetMacro | ( | CylinderResolution | , |
| int | |||
| ) |
| vtkPVAxesActor.vtkSetClampMacro | ( | ConeRadius | , |
| float | , | ||
| 0 | , | ||
| VTK_LARGE_FLOAT | |||
| ) |
| vtkPVAxesActor.vtkGetMacro | ( | ConeRadius | , |
| float | |||
| ) |
| vtkPVAxesActor.vtkSetClampMacro | ( | SphereRadius | , |
| float | , | ||
| 0 | , | ||
| VTK_LARGE_FLOAT | |||
| ) |
| vtkPVAxesActor.vtkGetMacro | ( | SphereRadius | , |
| float | |||
| ) |
| vtkPVAxesActor.vtkSetClampMacro | ( | CylinderRadius | , |
| float | , | ||
| 0 | , | ||
| VTK_LARGE_FLOAT | |||
| ) |
| vtkPVAxesActor.vtkGetMacro | ( | CylinderRadius | , |
| float | |||
| ) |
| vtkPVAxesActor.vtkSetClampMacro | ( | XAxisLabelPosition | , |
| float | , | ||
| 0 | , | ||
| 1 | |||
| ) |
| vtkPVAxesActor.vtkGetMacro | ( | XAxisLabelPosition | , |
| float | |||
| ) |
| vtkPVAxesActor.vtkSetClampMacro | ( | YAxisLabelPosition | , |
| float | , | ||
| 0 | , | ||
| 1 | |||
| ) |
| vtkPVAxesActor.vtkGetMacro | ( | YAxisLabelPosition | , |
| float | |||
| ) |
| vtkPVAxesActor.vtkSetClampMacro | ( | ZAxisLabelPosition | , |
| float | , | ||
| 0 | , | ||
| 1 | |||
| ) |
| vtkPVAxesActor.vtkGetMacro | ( | ZAxisLabelPosition | , |
| float | |||
| ) |
| void vtkPVAxesActor::SetShaftType | ( | int | type | ) |
References ShaftType, and UpdateProps().
| void vtkPVAxesActor.SetShaftTypeToCylinder | ( | ) |
References CYLINDER_SHAFT.
| void vtkPVAxesActor.SetShaftTypeToLine | ( | ) |
References LINE_SHAFT.
| void vtkPVAxesActor.SetShaftTypeToUserDefined | ( | ) |
References USER_DEFINED_SHAFT.
| void vtkPVAxesActor::SetTipType | ( | int | type | ) |
References TipType, and UpdateProps().
| void vtkPVAxesActor.SetTipTypeToCone | ( | ) |
References CONE_TIP.
| void vtkPVAxesActor.SetTipTypeToSphere | ( | ) |
References SPHERE_TIP.
| void vtkPVAxesActor.SetTipTypeToUserDefined | ( | ) |
References USER_DEFINED_TIP.
| void vtkPVAxesActor.SetUserDefinedTip | ( | vtkPolyData * | ) |
| vtkPVAxesActor.vtkGetObjectMacro | ( | UserDefinedTip | , |
| vtkPolyData | |||
| ) |
| void vtkPVAxesActor.SetUserDefinedShaft | ( | vtkPolyData * | ) |
| vtkPVAxesActor.vtkGetObjectMacro | ( | UserDefinedShaft | , |
| vtkPolyData | |||
| ) |
| vtkProperty * vtkPVAxesActor::GetXAxisTipProperty | ( | ) |
References XAxisTip.
| vtkProperty * vtkPVAxesActor::GetYAxisTipProperty | ( | ) |
References YAxisTip.
| vtkProperty * vtkPVAxesActor::GetZAxisTipProperty | ( | ) |
References ZAxisTip.
| vtkProperty * vtkPVAxesActor::GetXAxisShaftProperty | ( | ) |
References XAxisShaft.
| vtkProperty * vtkPVAxesActor::GetYAxisShaftProperty | ( | ) |
References YAxisShaft.
| vtkProperty * vtkPVAxesActor::GetZAxisShaftProperty | ( | ) |
References ZAxisShaft.
| vtkProperty * vtkPVAxesActor::GetXAxisLabelProperty | ( | ) |
References XAxisLabel.
| vtkProperty * vtkPVAxesActor::GetYAxisLabelProperty | ( | ) |
References YAxisLabel.
| vtkProperty * vtkPVAxesActor::GetZAxisLabelProperty | ( | ) |
References ZAxisLabel.
| vtkPVAxesActor.vtkSetStringMacro | ( | XAxisLabelText | ) |
| vtkPVAxesActor.vtkSetStringMacro | ( | YAxisLabelText | ) |
| vtkPVAxesActor.vtkSetStringMacro | ( | ZAxisLabelText | ) |
| void vtkPVAxesActor::AddToRender | ( | vtkRenderer * | theRenderer | ) |
References XAxisLabel, YAxisLabel, and ZAxisLabel.
| void vtkPVAxesActor::UpdateProps | ( | ) | [protected] |
References CONE_TIP, ConeRadius, ConeResolution, ConeSource, CYLINDER_SHAFT, CylinderRadius, CylinderResolution, CylinderSource, LINE_SHAFT, LineSource, New(), NormalizedShaftLength, NormalizedTipLength, ShaftType, SPHERE_TIP, SphereRadius, SphereResolution, SphereSource, TipType, TotalLength, USER_DEFINED_SHAFT, USER_DEFINED_TIP, UserDefinedShaft, UserDefinedTip, XAxisLabel, XAxisLabelPosition, XAxisLabelText, XAxisShaft, XAxisTip, XAxisVectorText, YAxisLabel, YAxisLabelPosition, YAxisLabelText, YAxisShaft, YAxisTip, YAxisVectorText, ZAxisLabel, ZAxisLabelPosition, ZAxisLabelText, ZAxisShaft, ZAxisTip, and ZAxisVectorText.
| void vtkPVAxesActor.operator= | ( | const vtkPVAxesActor & | ) | [private] |
vtkCylinderSource* vtkPVAxesActor.CylinderSource [protected] |
vtkLineSource* vtkPVAxesActor.LineSource [protected] |
vtkConeSource* vtkPVAxesActor.ConeSource [protected] |
vtkSphereSource* vtkPVAxesActor.SphereSource [protected] |
vtkActor* vtkPVAxesActor.XAxisShaft [protected] |
vtkActor* vtkPVAxesActor.YAxisShaft [protected] |
vtkActor* vtkPVAxesActor.ZAxisShaft [protected] |
vtkActor* vtkPVAxesActor.XAxisTip [protected] |
vtkActor* vtkPVAxesActor.YAxisTip [protected] |
vtkActor* vtkPVAxesActor.ZAxisTip [protected] |
float vtkPVAxesActor.TotalLength[3] [protected] |
float vtkPVAxesActor.NormalizedShaftLength[3] [protected] |
float vtkPVAxesActor.NormalizedTipLength[3] [protected] |
int vtkPVAxesActor.ShaftType [protected] |
int vtkPVAxesActor.TipType [protected] |
vtkPolyData* vtkPVAxesActor.UserDefinedTip [protected] |
vtkPolyData* vtkPVAxesActor.UserDefinedShaft [protected] |
char* vtkPVAxesActor.XAxisLabelText [protected] |
char* vtkPVAxesActor.YAxisLabelText [protected] |
char* vtkPVAxesActor.ZAxisLabelText [protected] |
vtkVectorText* vtkPVAxesActor.XAxisVectorText [protected] |
vtkVectorText* vtkPVAxesActor.YAxisVectorText [protected] |
vtkVectorText* vtkPVAxesActor.ZAxisVectorText [protected] |
vtkFollower* vtkPVAxesActor.XAxisLabel [protected] |
vtkFollower* vtkPVAxesActor.YAxisLabel [protected] |
vtkFollower* vtkPVAxesActor.ZAxisLabel [protected] |
int vtkPVAxesActor.ConeResolution [protected] |
int vtkPVAxesActor.SphereResolution [protected] |
int vtkPVAxesActor.CylinderResolution [protected] |
float vtkPVAxesActor.ConeRadius [protected] |
float vtkPVAxesActor.SphereRadius [protected] |
float vtkPVAxesActor.CylinderRadius [protected] |
float vtkPVAxesActor.XAxisLabelPosition [protected] |
float vtkPVAxesActor.YAxisLabelPosition [protected] |
float vtkPVAxesActor.ZAxisLabelPosition [protected] |