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 int IsA (const char *type)
vtkPolarAxesActorNewInstance () const
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 (vtkObjectBase *o)
static vtkPolarAxesActorNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 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 Pebay, Kitware SAS 2011. 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 vtkAxisActor vtkPolarAxesActor
Examples:
vtkPolarAxesActor (Examples)
Tests:
vtkPolarAxesActor (Tests)

Definition at line 58 of file vtkPolarAxesActor.h.


Member Typedef Documentation

Reimplemented from vtkActor.

Definition at line 61 of file vtkPolarAxesActor.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkActor.

virtual vtkObjectBase* vtkPolarAxesActor::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkActor.

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.

Instantiate object with label format "6.3g" and the number of labels per axis set to 3.

Reimplemented from vtkActor.

Draw the polar axes

Reimplemented from vtkActor.

Draw the polar axes

Reimplemented from vtkActor.

Definition at line 71 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.

Gets/Sets the number of radial axes

Gets/Sets the number of radial axes

Gets/Sets the number of ticks and labels along polar axis NB: will be overriden if AutoSubdividePolarAxis is true

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

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

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.

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

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

Set/Get the maximum radius of the polar coordinates (in degrees).

Set/Get the minimum radial angle distinguishable from polar axis NB: This is used only when polar axis is visible Default: 0.5

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

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.

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.

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.

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.

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.

Enable and disable the use of view angle based LOD for titles and labels.

Set view angle LOD threshold [0.0 - 1.0] for titles and labels.

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.

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.

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.

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.

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.

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.

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.

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.

Set/Get the polar axis title text property.

Set/Get the polar axis title text property.

Set/Get the polar axis labels text property.

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.

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

Send attributes which are common to all axes, both polar and radial

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.

Prepare ticks on polar axis with respect to coordinate offset

Build polar axis labels and arcs with respect to specified pole.

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

Number of radial axes Default: VTK_DEFAULT_NUMBER_OF_RADIAL_AXES

Definition at line 328 of file vtkPolarAxesActor.h.

Number of polar arcs

Definition at line 331 of file vtkPolarAxesActor.h.

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

Definition at line 335 of file vtkPolarAxesActor.h.

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

Definition at line 338 of file vtkPolarAxesActor.h.

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

Definition at line 342 of file vtkPolarAxesActor.h.

Minimum polar angle Default: 0.

Definition at line 345 of file vtkPolarAxesActor.h.

Maximum polar angle Default: 90.

Definition at line 348 of file vtkPolarAxesActor.h.

Smallest radial angle distinguishable from polar axis

Definition at line 351 of file vtkPolarAxesActor.h.

Explicit actor bounds

Reimplemented from vtkProp3D.

Definition at line 354 of file vtkPolarAxesActor.h.

Structures for polar arcs

Definition at line 358 of file vtkPolarAxesActor.h.

Structures for polar arcs

Definition at line 359 of file vtkPolarAxesActor.h.

Structures for polar arcs

Definition at line 360 of file vtkPolarAxesActor.h.

Camera attached to the polar axes system

Definition at line 364 of file vtkPolarAxesActor.h.

Control variables for polar axis

Definition at line 367 of file vtkPolarAxesActor.h.

Control variables for non-polar radial axes

Definition at line 370 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 375 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 376 of file vtkPolarAxesActor.h.

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

Definition at line 380 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 384 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 388 of file vtkPolarAxesActor.h.

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

Definition at line 392 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 396 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 polar axis and its title, labels, ticks (major only)

Definition at line 402 of file vtkPolarAxesActor.h.

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

Definition at line 403 of file vtkPolarAxesActor.h.

Visibility of radial axes and their titles

Definition at line 408 of file vtkPolarAxesActor.h.

Visibility of radial axes and their titles

Definition at line 409 of file vtkPolarAxesActor.h.

Visibility of polar arcs

Definition at line 413 of file vtkPolarAxesActor.h.

Definition at line 415 of file vtkPolarAxesActor.h.

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.

General properties of polar axis

Definition at line 426 of file vtkPolarAxesActor.h.

General properties of radial axes

Definition at line 429 of file vtkPolarAxesActor.h.

Definition at line 431 of file vtkPolarAxesActor.h.

Title scale factor

Definition at line 434 of file vtkPolarAxesActor.h.

Label scale factor

Definition at line 437 of file vtkPolarAxesActor.h.

Label screen offset

Definition at line 440 of file vtkPolarAxesActor.h.

Text screen size

Definition at line 443 of file vtkPolarAxesActor.h.


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