VTK
|
create an actor of a polar axes - More...
#include <vtkPolarAxesActor.h>
create an actor of a polar axes -
$Date$ $Revision$
vtkPolarAxesActor is a composite actor that draws polar axes in a specified plane for a give pole. Currently the plane has to be the xy plane.
Definition at line 58 of file vtkPolarAxesActor.h.
Reimplemented from vtkActor.
Definition at line 61 of file vtkPolarAxesActor.h.
vtkPolarAxesActor::vtkPolarAxesActor | ( | ) | [protected] |
vtkPolarAxesActor::~vtkPolarAxesActor | ( | ) | [protected] |
static int vtkPolarAxesActor::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type 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.
virtual int vtkPolarAxesActor::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.
static vtkPolarAxesActor* vtkPolarAxesActor::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkActor.
virtual vtkObjectBase* vtkPolarAxesActor::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkActor.
vtkPolarAxesActor* vtkPolarAxesActor::NewInstance | ( | ) | const |
Reimplemented from vtkActor.
void vtkPolarAxesActor::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
static vtkPolarAxesActor* vtkPolarAxesActor::New | ( | ) | [static] |
Instantiate object with label format "6.3g" and the number of labels per axis set to 3.
Reimplemented from vtkActor.
virtual int vtkPolarAxesActor::RenderOpaqueGeometry | ( | vtkViewport * | ) | [virtual] |
Draw the polar axes
Reimplemented from vtkActor.
virtual int vtkPolarAxesActor::RenderTranslucentPolygonalGeometry | ( | vtkViewport * | ) | [inline, virtual] |
virtual void vtkPolarAxesActor::SetPole | ( | double | [3] | ) | [virtual] |
Explicitly specify the coordinate of the pole.
virtual void vtkPolarAxesActor::SetPole | ( | double | , |
double | , | ||
double | |||
) | [virtual] |
Explicitly specify the coordinate of the pole.
virtual double* vtkPolarAxesActor::GetPole | ( | ) | [virtual] |
Explicitly specify the coordinate of the pole.
virtual void vtkPolarAxesActor::GetPole | ( | double & | , |
double & | , | ||
double & | |||
) | [virtual] |
Explicitly specify the coordinate of the pole.
virtual void vtkPolarAxesActor::GetPole | ( | double | [3] | ) | [virtual] |
Explicitly specify the coordinate of the pole.
virtual void vtkPolarAxesActor::SetNumberOfRadialAxes | ( | vtkIdType | ) | [virtual] |
Gets/Sets the number of radial axes
virtual vtkIdType vtkPolarAxesActor::GetNumberOfRadialAxes | ( | ) | [virtual] |
Gets/Sets the number of radial axes
virtual void vtkPolarAxesActor::SetNumberOfPolarAxisTicks | ( | vtkIdType | ) | [virtual] |
Gets/Sets the number of ticks and labels along polar axis NB: will be overriden if AutoSubdividePolarAxis is true
virtual vtkIdType vtkPolarAxesActor::GetNumberOfPolarAxisTicks | ( | ) | [virtual] |
Gets/Sets the number of ticks and labels along polar axis NB: will be overriden if AutoSubdividePolarAxis is true
virtual void vtkPolarAxesActor::SetAutoSubdividePolarAxis | ( | bool | ) | [virtual] |
Set/Get whether the number of polar axis ticks and arcs should be automatically calculated Default: true
virtual bool vtkPolarAxesActor::GetAutoSubdividePolarAxis | ( | ) | [virtual] |
Set/Get whether the number of polar axis ticks and arcs should be automatically calculated Default: true
virtual void vtkPolarAxesActor::AutoSubdividePolarAxisOn | ( | ) | [virtual] |
Set/Get whether the number of polar axis ticks and arcs should be automatically calculated Default: true
virtual void vtkPolarAxesActor::AutoSubdividePolarAxisOff | ( | ) | [virtual] |
Set/Get whether the number of polar axis ticks and arcs should be automatically calculated Default: true
virtual void vtkPolarAxesActor::SetMaximumRadius | ( | double | ) | [virtual] |
Set/Get the maximum radius of the polar coordinates.
virtual double vtkPolarAxesActor::GetMaximumRadius | ( | ) | [virtual] |
Set/Get the maximum radius of the polar coordinates.
virtual void vtkPolarAxesActor::SetAutoScaleRadius | ( | bool | ) | [virtual] |
Turn on and off the auto-scaling of the maximum radius. Default: false
virtual bool vtkPolarAxesActor::GetAutoScaleRadius | ( | ) | [virtual] |
Turn on and off the auto-scaling of the maximum radius. Default: false
virtual void vtkPolarAxesActor::SetMinimumAngle | ( | double | ) | [virtual] |
Set/Get the minimum radius of the polar coordinates (in degrees).
virtual double vtkPolarAxesActor::GetMinimumAngle | ( | ) | [virtual] |
Set/Get the minimum radius of the polar coordinates (in degrees).
virtual void vtkPolarAxesActor::SetMaximumAngle | ( | double | ) | [virtual] |
Set/Get the maximum radius of the polar coordinates (in degrees).
virtual double vtkPolarAxesActor::GetMaximumAngle | ( | ) | [virtual] |
Set/Get the maximum radius of the polar coordinates (in degrees).
virtual void vtkPolarAxesActor::SetSmallestVisiblePolarAngle | ( | double | ) | [virtual] |
Set/Get the minimum radial angle distinguishable from polar axis NB: This is used only when polar axis is visible Default: 0.5
virtual double vtkPolarAxesActor::GetSmallestVisiblePolarAngle | ( | ) | [virtual] |
Set/Get the minimum radial angle distinguishable from polar axis NB: This is used only when polar axis is visible Default: 0.5
virtual void vtkPolarAxesActor::SetRadialUnits | ( | bool | ) | [virtual] |
Default: true
virtual bool vtkPolarAxesActor::GetRadialUnits | ( | ) | [virtual] |
Default: true
void vtkPolarAxesActor::SetScreenSize | ( | double | screenSize | ) |
Explicitly specify the screen size of title and label text. ScreenSize detemines the size of the text in terms of screen pixels. Default: 10.0.
virtual double vtkPolarAxesActor::GetScreenSize | ( | ) | [virtual] |
Explicitly specify the screen size of title and label text. ScreenSize detemines the size of the text in terms of screen pixels. Default: 10.0.
virtual void vtkPolarAxesActor::SetCamera | ( | vtkCamera * | ) | [virtual] |
Set/Get the camera to perform scaling and translation of the vtkPolarAxesActor.
virtual vtkCamera* vtkPolarAxesActor::GetCamera | ( | ) | [virtual] |
Set/Get the camera to perform scaling and translation of the vtkPolarAxesActor.
virtual void vtkPolarAxesActor::SetPolarAxisTitle | ( | const char * | ) | [virtual] |
Set/Get the labels for the polar axis. Default: "Radial Distance".
virtual char* vtkPolarAxesActor::GetPolarAxisTitle | ( | ) | [virtual] |
Set/Get the labels for the polar axis. Default: "Radial Distance".
virtual void vtkPolarAxesActor::SetPolarLabelFormat | ( | const char * | ) | [virtual] |
Set/Get the format with which to print the polar axis labels.
virtual char* vtkPolarAxesActor::GetPolarLabelFormat | ( | ) | [virtual] |
Set/Get the format with which to print the polar axis labels.
void vtkPolarAxesActor::ReleaseGraphicsResources | ( | vtkWindow * | ) | [virtual] |
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 vtkActor.
virtual void vtkPolarAxesActor::SetEnableDistanceLOD | ( | int | ) | [virtual] |
Enable and disable the use of distance based LOD for titles and labels.
virtual int vtkPolarAxesActor::GetEnableDistanceLOD | ( | ) | [virtual] |
Enable and disable the use of distance based LOD for titles and labels.
virtual void vtkPolarAxesActor::SetDistanceLODThreshold | ( | double | ) | [virtual] |
Set distance LOD threshold [0.0 - 1.0] for titles and labels.
virtual double vtkPolarAxesActor::GetDistanceLODThreshold | ( | ) | [virtual] |
Set distance LOD threshold [0.0 - 1.0] for titles and labels.
virtual void vtkPolarAxesActor::SetEnableViewAngleLOD | ( | int | ) | [virtual] |
Enable and disable the use of view angle based LOD for titles and labels.
virtual int vtkPolarAxesActor::GetEnableViewAngleLOD | ( | ) | [virtual] |
Enable and disable the use of view angle based LOD for titles and labels.
virtual void vtkPolarAxesActor::SetViewAngleLODThreshold | ( | double | ) | [virtual] |
Set view angle LOD threshold [0.0 - 1.0] for titles and labels.
virtual double vtkPolarAxesActor::GetViewAngleLODThreshold | ( | ) | [virtual] |
Set view angle LOD threshold [0.0 - 1.0] for titles and labels.
virtual void vtkPolarAxesActor::SetPolarAxisVisibility | ( | int | ) | [virtual] |
Turn on and off the visibility of the polar axis.
virtual int vtkPolarAxesActor::GetPolarAxisVisibility | ( | ) | [virtual] |
Turn on and off the visibility of the polar axis.
virtual void vtkPolarAxesActor::PolarAxisVisibilityOn | ( | ) | [virtual] |
Turn on and off the visibility of the polar axis.
virtual void vtkPolarAxesActor::PolarAxisVisibilityOff | ( | ) | [virtual] |
Turn on and off the visibility of the polar axis.
virtual void vtkPolarAxesActor::SetPolarTitleVisibility | ( | int | ) | [virtual] |
Turn on and off the visibility of titles for polar axis.
virtual int vtkPolarAxesActor::GetPolarTitleVisibility | ( | ) | [virtual] |
Turn on and off the visibility of titles for polar axis.
virtual void vtkPolarAxesActor::PolarTitleVisibilityOn | ( | ) | [virtual] |
Turn on and off the visibility of titles for polar axis.
virtual void vtkPolarAxesActor::PolarTitleVisibilityOff | ( | ) | [virtual] |
Turn on and off the visibility of titles for polar axis.
virtual void vtkPolarAxesActor::SetPolarLabelVisibility | ( | int | ) | [virtual] |
Turn on and off the visibility of labels for polar axis.
virtual int vtkPolarAxesActor::GetPolarLabelVisibility | ( | ) | [virtual] |
Turn on and off the visibility of labels for polar axis.
virtual void vtkPolarAxesActor::PolarLabelVisibilityOn | ( | ) | [virtual] |
Turn on and off the visibility of labels for polar axis.
virtual void vtkPolarAxesActor::PolarLabelVisibilityOff | ( | ) | [virtual] |
Turn on and off the visibility of labels for polar axis.
virtual void vtkPolarAxesActor::SetPolarTickVisibility | ( | int | ) | [virtual] |
Turn on and off the visibility of ticks for polar axis.
virtual int vtkPolarAxesActor::GetPolarTickVisibility | ( | ) | [virtual] |
Turn on and off the visibility of ticks for polar axis.
virtual void vtkPolarAxesActor::PolarTickVisibilityOn | ( | ) | [virtual] |
Turn on and off the visibility of ticks for polar axis.
virtual void vtkPolarAxesActor::PolarTickVisibilityOff | ( | ) | [virtual] |
Turn on and off the visibility of ticks for polar axis.
virtual void vtkPolarAxesActor::SetRadialAxesVisibility | ( | int | ) | [virtual] |
Turn on and off the visibility of non-polar radial axes.
virtual int vtkPolarAxesActor::GetRadialAxesVisibility | ( | ) | [virtual] |
Turn on and off the visibility of non-polar radial axes.
virtual void vtkPolarAxesActor::RadialAxesVisibilityOn | ( | ) | [virtual] |
Turn on and off the visibility of non-polar radial axes.
virtual void vtkPolarAxesActor::RadialAxesVisibilityOff | ( | ) | [virtual] |
Turn on and off the visibility of non-polar radial axes.
virtual void vtkPolarAxesActor::SetRadialTitleVisibility | ( | int | ) | [virtual] |
Turn on and off the visibility of titles for non-polar radial axes.
virtual int vtkPolarAxesActor::GetRadialTitleVisibility | ( | ) | [virtual] |
Turn on and off the visibility of titles for non-polar radial axes.
virtual void vtkPolarAxesActor::RadialTitleVisibilityOn | ( | ) | [virtual] |
Turn on and off the visibility of titles for non-polar radial axes.
virtual void vtkPolarAxesActor::RadialTitleVisibilityOff | ( | ) | [virtual] |
Turn on and off the visibility of titles for non-polar radial axes.
virtual void vtkPolarAxesActor::SetPolarArcsVisibility | ( | int | ) | [virtual] |
Turn on and off the visibility of arcs for polar axis.
virtual int vtkPolarAxesActor::GetPolarArcsVisibility | ( | ) | [virtual] |
Turn on and off the visibility of arcs for polar axis.
virtual void vtkPolarAxesActor::PolarArcsVisibilityOn | ( | ) | [virtual] |
Turn on and off the visibility of arcs for polar axis.
virtual void vtkPolarAxesActor::PolarArcsVisibilityOff | ( | ) | [virtual] |
Turn on and off the visibility of arcs for polar axis.
virtual void vtkPolarAxesActor::SetPolarAxisTitleTextProperty | ( | vtkTextProperty * | p | ) | [virtual] |
Set/Get the polar axis title text property.
virtual vtkTextProperty* vtkPolarAxesActor::GetPolarAxisTitleTextProperty | ( | ) | [virtual] |
Set/Get the polar axis title text property.
virtual void vtkPolarAxesActor::SetPolarAxisLabelTextProperty | ( | vtkTextProperty * | p | ) | [virtual] |
Set/Get the polar axis labels text property.
virtual vtkTextProperty* vtkPolarAxesActor::GetPolarAxisLabelTextProperty | ( | ) | [virtual] |
Set/Get the polar axis labels text property.
virtual void vtkPolarAxesActor::SetPolarAxisProperty | ( | vtkProperty * | ) | [virtual] |
Get/Set polar axis actor properties.
Get/Set polar axis actor properties.
virtual void vtkPolarAxesActor::SetRadialAxesProperty | ( | vtkProperty * | ) | [virtual] |
Get/Set radial axes actors properties.
Get/Set radial axes actors properties.
virtual void vtkPolarAxesActor::SetPolarArcsProperty | ( | vtkProperty * | ) | [virtual] |
Get/Set polar arcs actors property
Get/Set polar arcs actors property
virtual void vtkPolarAxesActor::SetBounds | ( | double | , |
double | , | ||
double | , | ||
double | , | ||
double | , | ||
double | |||
) | [virtual] |
Explicitly specify the region in space around which to draw the bounds. The bounds are used only when no Input or Prop is specified. The bounds are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.
virtual void vtkPolarAxesActor::SetBounds | ( | double | [6] | ) | [virtual] |
Explicitly specify the region in space around which to draw the bounds. The bounds are used only when no Input or Prop is specified. The bounds are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.
double* vtkPolarAxesActor::GetBounds | ( | ) | [virtual] |
Explicitly specify the region in space around which to draw the bounds. The bounds are used only when no Input or Prop is specified. The bounds are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.
Reimplemented from vtkActor.
void vtkPolarAxesActor::GetBounds | ( | double & | xmin, |
double & | xmax, | ||
double & | ymin, | ||
double & | ymax, | ||
double & | zmin, | ||
double & | zmax | ||
) |
Explicitly specify the region in space around which to draw the bounds. The bounds are used only when no Input or Prop is specified. The bounds are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.
void vtkPolarAxesActor::GetBounds | ( | double | bounds[6] | ) |
Explicitly specify the region in space around which to draw the bounds. The bounds are used only when no Input or Prop is specified. The bounds are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.
Reimplemented from vtkActor.
void vtkPolarAxesActor::BuildAxes | ( | vtkViewport * | ) | [protected] |
Build the axes. Determine coordinates, position, etc.
void vtkPolarAxesActor::CalculateBounds | ( | ) | [protected] |
Calculate bounds based on maximum radius and angular sector
void vtkPolarAxesActor::SetCommonAxisAttributes | ( | vtkAxisActor * | ) | [protected] |
Send attributes which are common to all axes, both polar and radial
void vtkPolarAxesActor::CreateRadialAxes | ( | ) | [protected] |
Create requested number of type X axes and set followers
void vtkPolarAxesActor::BuildRadialAxes | ( | ) | [protected] |
Build requested number of radial axes with respect to specified pole.
void vtkPolarAxesActor::BuildPolarAxisTicks | ( | double | ) | [protected] |
Prepare ticks on polar axis with respect to coordinate offset
void vtkPolarAxesActor::BuildPolarAxisLabelsArcs | ( | ) | [protected] |
Build polar axis labels and arcs with respect to specified pole.
double vtkPolarAxesActor::FFix | ( | double | ) | [protected] |
Convenience methods
double vtkPolarAxesActor::FSign | ( | double | , |
double | |||
) | [protected] |
Convenience methods
void vtkPolarAxesActor::AutoScale | ( | vtkViewport * | viewport | ) | [protected] |
Automatically rescale titles and labels NB: Current implementation only for perspective projections.
double vtkPolarAxesActor::Pole[3] [protected] |
Coordinates of the pole Default: (0,0,0).
Definition at line 325 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::NumberOfRadialAxes [protected] |
Number of radial axes Default: VTK_DEFAULT_NUMBER_OF_RADIAL_AXES
Definition at line 328 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::NumberOfPolarAxisTicks [protected] |
Number of polar arcs
Definition at line 331 of file vtkPolarAxesActor.h.
bool vtkPolarAxesActor::AutoSubdividePolarAxis [protected] |
Whether the number of polar axis ticks and arcs should be automatically calculated Default: TRUE
Definition at line 335 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::MaximumRadius [protected] |
Maximum polar radius (minimum is always 0) Default: 1
Definition at line 338 of file vtkPolarAxesActor.h.
bool vtkPolarAxesActor::AutoScaleRadius [protected] |
Auto-scale polar radius (with respect to average length scale of x-y bounding box)
Definition at line 342 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::MinimumAngle [protected] |
Minimum polar angle Default: 0.
Definition at line 345 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::MaximumAngle [protected] |
Maximum polar angle Default: 90.
Definition at line 348 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::SmallestVisiblePolarAngle [protected] |
Smallest radial angle distinguishable from polar axis
Definition at line 351 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::Bounds[6] [protected] |
Explicit actor bounds
Reimplemented from vtkProp3D.
Definition at line 354 of file vtkPolarAxesActor.h.
vtkPolyData* vtkPolarAxesActor::PolarArcs [protected] |
Structures for polar arcs
Definition at line 358 of file vtkPolarAxesActor.h.
vtkPolyDataMapper* vtkPolarAxesActor::PolarArcsMapper [protected] |
Structures for polar arcs
Definition at line 359 of file vtkPolarAxesActor.h.
vtkActor* vtkPolarAxesActor::PolarArcsActor [protected] |
Structures for polar arcs
Definition at line 360 of file vtkPolarAxesActor.h.
vtkCamera* vtkPolarAxesActor::Camera [protected] |
Camera attached to the polar axes system
Definition at line 364 of file vtkPolarAxesActor.h.
vtkAxisActor* vtkPolarAxesActor::PolarAxis [protected] |
Control variables for polar axis
Definition at line 367 of file vtkPolarAxesActor.h.
vtkAxisActor** vtkPolarAxesActor::RadialAxes [protected] |
Control variables for non-polar radial axes
Definition at line 370 of file vtkPolarAxesActor.h.
char* vtkPolarAxesActor::PolarAxisTitle [protected] |
Title to be used for the polar axis NB: Non-polar radial axes use the polar angle as title and have no labels
Definition at line 375 of file vtkPolarAxesActor.h.
char* vtkPolarAxesActor::PolarLabelFormat [protected] |
Title to be used for the polar axis NB: Non-polar radial axes use the polar angle as title and have no labels
Definition at line 376 of file vtkPolarAxesActor.h.
bool vtkPolarAxesActor::RadialUnits [protected] |
Display angle units (degrees) to label radial axes Default is true
Definition at line 380 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::EnableDistanceLOD [protected] |
If enabled the actor will not be visible at a certain distance from the camera. Default is true
Definition at line 384 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::DistanceLODThreshold [protected] |
Default is 0.80 This determines at what fraction of camera far clip range, actor is not visible.
Definition at line 388 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::EnableViewAngleLOD [protected] |
If enabled the actor will not be visible at a certain view angle. Default is true.
Definition at line 392 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::ViewAngleLODThreshold [protected] |
This determines at what view angle to geometry will make the geometry not visibile. Default is 0.3.
Definition at line 396 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::PolarAxisVisibility [protected] |
Visibility of polar axis and its title, labels, ticks (major only)
Definition at line 400 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::PolarTitleVisibility [protected] |
Visibility of polar axis and its title, labels, ticks (major only)
Definition at line 401 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::PolarLabelVisibility [protected] |
Visibility of polar axis and its title, labels, ticks (major only)
Definition at line 402 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::PolarTickVisibility [protected] |
Visibility of polar axis and its title, labels, ticks (major only)
Definition at line 403 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::RadialAxesVisibility [protected] |
Visibility of radial axes and their titles
Definition at line 408 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::RadialTitleVisibility [protected] |
Visibility of radial axes and their titles
Definition at line 409 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::PolarArcsVisibility [protected] |
Visibility of polar arcs
Definition at line 413 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::RenderCount [protected] |
Definition at line 415 of file vtkPolarAxesActor.h.
int vtkPolarAxesActor::RenderSomething [protected] |
Definition at line 417 of file vtkPolarAxesActor.h.
Text properties of polar axis title and labels
Definition at line 421 of file vtkPolarAxesActor.h.
Text properties of polar axis title and labels
Definition at line 422 of file vtkPolarAxesActor.h.
vtkProperty* vtkPolarAxesActor::PolarAxisProperty [protected] |
General properties of polar axis
Definition at line 426 of file vtkPolarAxesActor.h.
vtkProperty* vtkPolarAxesActor::RadialAxesProperty [protected] |
General properties of radial axes
Definition at line 429 of file vtkPolarAxesActor.h.
vtkTimeStamp vtkPolarAxesActor::BuildTime [protected] |
Definition at line 431 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::TitleScale [protected] |
Title scale factor
Definition at line 434 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::LabelScale [protected] |
Label scale factor
Definition at line 437 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::LabelScreenOffset [protected] |
Label screen offset
Definition at line 440 of file vtkPolarAxesActor.h.
double vtkPolarAxesActor::ScreenSize [protected] |
Text screen size
Definition at line 443 of file vtkPolarAxesActor.h.