VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPolarAxesActor Class Reference

create an actor of a polar axes - More...

#include <vtkPolarAxesActor.h>

Inheritance diagram for vtkPolarAxesActor:
Inheritance graph
[legend]
Collaboration diagram for vtkPolarAxesActor:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkActor Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void ReleaseGraphicsResources (vtkWindow *)
virtual int RenderOpaqueGeometry (vtkViewport *)
virtual int RenderTranslucentPolygonalGeometry (vtkViewport *)
virtual void SetPole (double[3])
virtual void SetPole (double, double, double)
virtual doubleGetPole ()
virtual void GetPole (double &, double &, double &)
virtual void GetPole (double[3])
virtual void SetNumberOfRadialAxes (vtkIdType)
virtual vtkIdType GetNumberOfRadialAxes ()
virtual void SetNumberOfPolarAxisTicks (vtkIdType)
virtual vtkIdType GetNumberOfPolarAxisTicks ()
virtual void SetAutoSubdividePolarAxis (bool)
virtual bool GetAutoSubdividePolarAxis ()
virtual void AutoSubdividePolarAxisOn ()
virtual void AutoSubdividePolarAxisOff ()
virtual void SetMaximumRadius (double)
virtual double GetMaximumRadius ()
virtual void SetAutoScaleRadius (bool)
virtual bool GetAutoScaleRadius ()
virtual void SetMinimumAngle (double)
virtual double GetMinimumAngle ()
virtual void SetMaximumAngle (double)
virtual double GetMaximumAngle ()
virtual void SetSmallestVisiblePolarAngle (double)
virtual double GetSmallestVisiblePolarAngle ()
virtual void SetRadialUnits (bool)
virtual bool GetRadialUnits ()
void SetScreenSize (double screenSize)
virtual double GetScreenSize ()
virtual void SetCamera (vtkCamera *)
virtual vtkCameraGetCamera ()
virtual void SetPolarAxisTitle (const char *)
virtual char * GetPolarAxisTitle ()
virtual void SetPolarLabelFormat (const char *)
virtual char * GetPolarLabelFormat ()
virtual void SetEnableDistanceLOD (int)
virtual int GetEnableDistanceLOD ()
virtual void SetDistanceLODThreshold (double)
virtual double GetDistanceLODThreshold ()
virtual void SetEnableViewAngleLOD (int)
virtual int GetEnableViewAngleLOD ()
virtual void SetViewAngleLODThreshold (double)
virtual double GetViewAngleLODThreshold ()
virtual void SetPolarAxisVisibility (int)
virtual int GetPolarAxisVisibility ()
virtual void PolarAxisVisibilityOn ()
virtual void PolarAxisVisibilityOff ()
virtual void SetPolarTitleVisibility (int)
virtual int GetPolarTitleVisibility ()
virtual void PolarTitleVisibilityOn ()
virtual void PolarTitleVisibilityOff ()
virtual void SetPolarLabelVisibility (int)
virtual int GetPolarLabelVisibility ()
virtual void PolarLabelVisibilityOn ()
virtual void PolarLabelVisibilityOff ()
virtual void SetPolarTickVisibility (int)
virtual int GetPolarTickVisibility ()
virtual void PolarTickVisibilityOn ()
virtual void PolarTickVisibilityOff ()
virtual void SetRadialAxesVisibility (int)
virtual int GetRadialAxesVisibility ()
virtual void RadialAxesVisibilityOn ()
virtual void RadialAxesVisibilityOff ()
virtual void SetRadialTitleVisibility (int)
virtual int GetRadialTitleVisibility ()
virtual void RadialTitleVisibilityOn ()
virtual void RadialTitleVisibilityOff ()
virtual void SetPolarArcsVisibility (int)
virtual int GetPolarArcsVisibility ()
virtual void PolarArcsVisibilityOn ()
virtual void PolarArcsVisibilityOff ()
virtual void SetPolarAxisTitleTextProperty (vtkTextProperty *p)
virtual vtkTextPropertyGetPolarAxisTitleTextProperty ()
virtual void SetPolarAxisLabelTextProperty (vtkTextProperty *p)
virtual vtkTextPropertyGetPolarAxisLabelTextProperty ()
virtual void SetPolarAxisProperty (vtkProperty *)
vtkPropertyGetPolarAxisProperty ()
virtual void SetRadialAxesProperty (vtkProperty *)
vtkPropertyGetRadialAxesProperty ()
virtual void SetPolarArcsProperty (vtkProperty *)
vtkPropertyGetPolarArcsProperty ()
virtual void SetBounds (double, double, double, double, double, double)
virtual void SetBounds (double[6])
doubleGetBounds ()
void GetBounds (double &xmin, double &xmax, double &ymin, double &ymax, double &zmin, double &zmax)
void GetBounds (double bounds[6])

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPolarAxesActorSafeDownCast (vtkObject *o)
static vtkPolarAxesActorNew ()

Protected Member Functions

 vtkPolarAxesActor ()
 ~vtkPolarAxesActor ()
void BuildAxes (vtkViewport *)
void CalculateBounds ()
void SetCommonAxisAttributes (vtkAxisActor *)
void CreateRadialAxes ()
void BuildRadialAxes ()
void BuildPolarAxisTicks (double)
void BuildPolarAxisLabelsArcs ()
void AutoScale (vtkViewport *viewport)
double FFix (double)
double FSign (double, double)

Protected Attributes

double Pole [3]
int NumberOfRadialAxes
int NumberOfPolarAxisTicks
bool AutoSubdividePolarAxis
double MaximumRadius
bool AutoScaleRadius
double MinimumAngle
double MaximumAngle
double SmallestVisiblePolarAngle
double Bounds [6]
vtkCameraCamera
vtkAxisActorPolarAxis
vtkAxisActor ** RadialAxes
bool RadialUnits
int EnableDistanceLOD
double DistanceLODThreshold
int EnableViewAngleLOD
double ViewAngleLODThreshold
int PolarArcsVisibility
int RenderCount
int RenderSomething
vtkPropertyPolarAxisProperty
vtkPropertyRadialAxesProperty
vtkTimeStamp BuildTime
double TitleScale
double LabelScale
double LabelScreenOffset
double ScreenSize
vtkPolyDataPolarArcs
vtkPolyDataMapperPolarArcsMapper
vtkActorPolarArcsActor
char * PolarAxisTitle
char * PolarLabelFormat
int PolarAxisVisibility
int PolarTitleVisibility
int PolarLabelVisibility
int PolarTickVisibility
int RadialAxesVisibility
int RadialTitleVisibility
vtkTextPropertyPolarAxisTitleTextProperty
vtkTextPropertyPolarAxisLabelTextProperty

Detailed Description

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.

Thanks:
This class was written by: Philippe Pébay, Kitware SAS 2011.
See also:
vtkActor vtkAxisActor vtkPolarAxesActor
Examples:
vtkPolarAxesActor (Examples)
Tests:
vtkPolarAxesActor (Tests)

Definition at line 56 of file vtkPolarAxesActor.h.


Member Typedef Documentation

Reimplemented from vtkActor.

Definition at line 59 of file vtkPolarAxesActor.h.


Constructor & Destructor Documentation

vtkPolarAxesActor::vtkPolarAxesActor ( ) [protected]
vtkPolarAxesActor::~vtkPolarAxesActor ( ) [protected]

Member Function Documentation

virtual const char* vtkPolarAxesActor::GetClassName ( ) [virtual]

Reimplemented from vtkActor.

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 ( vtkObject o) [static]

Reimplemented from vtkActor.

void vtkPolarAxesActor::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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 vtkActor.

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]

Draw the polar axes

Reimplemented from vtkActor.

Definition at line 69 of file vtkPolarAxesActor.h.

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.

vtkProperty* vtkPolarAxesActor::GetPolarAxisProperty ( )

Get/Set polar axis actor properties.

virtual void vtkPolarAxesActor::SetRadialAxesProperty ( vtkProperty ) [virtual]

Get/Set radial axes actors properties.

vtkProperty* vtkPolarAxesActor::GetRadialAxesProperty ( )

Get/Set radial axes actors properties.

virtual void vtkPolarAxesActor::SetPolarArcsProperty ( vtkProperty ) [virtual]

Get/Set polar arcs actors property

vtkProperty* vtkPolarAxesActor::GetPolarArcsProperty ( )

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.


Member Data Documentation

Coordinates of the pole Default: (0,0,0).

Definition at line 323 of file vtkPolarAxesActor.h.

Number of radial axes Default: VTK_DEFAULT_NUMBER_OF_RADIAL_AXES

Definition at line 326 of file vtkPolarAxesActor.h.

Number of polar arcs

Definition at line 329 of file vtkPolarAxesActor.h.

Whether the number of polar axis ticks and arcs should be automatically calculated Default: TRUE

Definition at line 333 of file vtkPolarAxesActor.h.

Maximum polar radius (minimum is always 0) Default: 1

Definition at line 336 of file vtkPolarAxesActor.h.

Auto-scale polar radius (with respect to average length scale of x-y bounding box)

Definition at line 340 of file vtkPolarAxesActor.h.

Minimum polar angle Default: 0.

Definition at line 343 of file vtkPolarAxesActor.h.

Maximum polar angle Default: 90.

Definition at line 346 of file vtkPolarAxesActor.h.

Smallest radial angle distinguishable from polar axis

Definition at line 349 of file vtkPolarAxesActor.h.

Explicit actor bounds

Reimplemented from vtkProp3D.

Definition at line 352 of file vtkPolarAxesActor.h.

Structures for polar arcs

Definition at line 356 of file vtkPolarAxesActor.h.

Structures for polar arcs

Definition at line 357 of file vtkPolarAxesActor.h.

Structures for polar arcs

Definition at line 358 of file vtkPolarAxesActor.h.

Camera attached to the polar axes system

Definition at line 362 of file vtkPolarAxesActor.h.

Control variables for polar axis

Definition at line 365 of file vtkPolarAxesActor.h.

Control variables for non-polar radial axes

Definition at line 368 of file vtkPolarAxesActor.h.

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 373 of file vtkPolarAxesActor.h.

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 374 of file vtkPolarAxesActor.h.

Display angle units (degrees) to label radial axes Default is true

Definition at line 378 of file vtkPolarAxesActor.h.

If enabled the actor will not be visible at a certain distance from the camera. Default is true

Definition at line 382 of file vtkPolarAxesActor.h.

Default is 0.80 This determines at what fraction of camera far clip range, actor is not visible.

Definition at line 386 of file vtkPolarAxesActor.h.

If enabled the actor will not be visible at a certain view angle. Default is true.

Definition at line 390 of file vtkPolarAxesActor.h.

This determines at what view angle to geometry will make the geometry not visibile. Default is 0.3.

Definition at line 394 of file vtkPolarAxesActor.h.

Visibility of polar axis and its title, labels, ticks (major only)

Definition at line 398 of file vtkPolarAxesActor.h.

Visibility of polar axis and its title, labels, ticks (major only)

Definition at line 399 of file vtkPolarAxesActor.h.

Visibility of polar axis and its title, labels, ticks (major only)

Definition at line 400 of file vtkPolarAxesActor.h.

Visibility of polar axis and its title, labels, ticks (major only)

Definition at line 401 of file vtkPolarAxesActor.h.

Visibility of radial axes and their titles

Definition at line 406 of file vtkPolarAxesActor.h.

Visibility of radial axes and their titles

Definition at line 407 of file vtkPolarAxesActor.h.

Visibility of polar arcs

Definition at line 411 of file vtkPolarAxesActor.h.

Definition at line 413 of file vtkPolarAxesActor.h.

Definition at line 415 of file vtkPolarAxesActor.h.

Text properties of polar axis title and labels

Definition at line 419 of file vtkPolarAxesActor.h.

Text properties of polar axis title and labels

Definition at line 420 of file vtkPolarAxesActor.h.

General properties of polar axis

Definition at line 424 of file vtkPolarAxesActor.h.

General properties of radial axes

Definition at line 427 of file vtkPolarAxesActor.h.

Definition at line 429 of file vtkPolarAxesActor.h.

Title scale factor

Definition at line 432 of file vtkPolarAxesActor.h.

Label scale factor

Definition at line 435 of file vtkPolarAxesActor.h.

Label screen offset

Definition at line 438 of file vtkPolarAxesActor.h.

Text screen size

Definition at line 441 of file vtkPolarAxesActor.h.


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