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

representation for a polar-axes. More...

#include <vtkPolarAxesRepresentation.h>

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

Public Types

typedef vtkPVDataRepresentation Superclass
 
- Public Types inherited from vtkPVDataRepresentation
enum  { SkippedUpdateDataEvent = vtkCommand::UserEvent + 91, UpdateTimeChangedEvent }
 
typedef vtkDataRepresentation Superclass
 
- Public Types inherited from vtkDataRepresentation
typedef vtkPassInputTypeAlgorithm Superclass
 
- Public Types inherited from vtkPassInputTypeAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
enum  DesiredOutputPrecision
 
enum  DesiredOutputPrecision
 
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual doubleGetDataBounds ()
 Get the bounds of the data. More...
 
virtual void GetDataBounds (double &, double &, double &, double &, double &, double &)
 
virtual void GetDataBounds (double [6])
 
void MarkModified () override
 This needs to be called on all instances of vtkPolarAxesRepresentation when the input is modified. More...
 
int ProcessViewRequest (vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo) override
 vtkAlgorithm::ProcessRequest() equivalent for rendering passes. More...
 
void SetVisibility (bool visible) override
 Set visibility of the representation. More...
 
virtual void SetParentVisibility (bool visible)
 Set (forward) visibility of the parent (composite) representation. More...
 
virtual void SetPosition (double, double, double)
 Get/Set the Position to transform the data bounds. More...
 
virtual void SetPosition (double [3])
 Get/Set the Position to transform the data bounds. More...
 
virtual doubleGetPosition ()
 Get/Set the Position to transform the data bounds. More...
 
virtual void GetPosition (double &, double &, double &)
 Get/Set the Position to transform the data bounds. More...
 
virtual void GetPosition (double [3])
 Get/Set the Position to transform the data bounds. More...
 
virtual void SetOrientation (double, double, double)
 Get/Set the Orientation to transform the data bounds. More...
 
virtual void SetOrientation (double [3])
 Get/Set the Orientation to transform the data bounds. More...
 
virtual doubleGetOrientation ()
 Get/Set the Orientation to transform the data bounds. More...
 
virtual void GetOrientation (double &, double &, double &)
 Get/Set the Orientation to transform the data bounds. More...
 
virtual void GetOrientation (double [3])
 Get/Set the Orientation to transform the data bounds. More...
 
virtual void SetScale (double, double, double)
 Get/Set the Scale to transform the data bounds. More...
 
virtual void SetScale (double [3])
 Get/Set the Scale to transform the data bounds. More...
 
virtual doubleGetScale ()
 Get/Set the Scale to transform the data bounds. More...
 
virtual void GetScale (double &, double &, double &)
 Get/Set the Scale to transform the data bounds. More...
 
virtual void GetScale (double [3])
 Get/Set the Scale to transform the data bounds. More...
 
virtual void SetCustomBounds (double, double, double, double, double, double)
 Get/Set custom bounds to use. More...
 
virtual void SetCustomBounds (double [6])
 Get/Set custom bounds to use. More...
 
virtual doubleGetCustomBounds ()
 Get/Set custom bounds to use. More...
 
virtual void GetCustomBounds (double &, double &, double &, double &, double &, double &)
 Get/Set custom bounds to use. More...
 
virtual void GetCustomBounds (double [6])
 Get/Set custom bounds to use. More...
 
virtual void SetEnableCustomBounds (int, int, int)
 Get/Set whether to use custom bounds for a particular dimension. More...
 
virtual void SetEnableCustomBounds (int [3])
 Get/Set whether to use custom bounds for a particular dimension. More...
 
virtual intGetEnableCustomBounds ()
 Get/Set whether to use custom bounds for a particular dimension. More...
 
virtual void GetEnableCustomBounds (int &, int &, int &)
 Get/Set whether to use custom bounds for a particular dimension. More...
 
virtual void GetEnableCustomBounds (int [3])
 Get/Set whether to use custom bounds for a particular dimension. More...
 
virtual void SetEnableCustomRange (bool)
 Get/Set the use of a custom range. More...
 
virtual bool GetEnableCustomRange ()
 Get/Set the use of a custom range. More...
 
virtual void SetCustomRange (double, double)
 Get/Set custom range to use. More...
 
void SetCustomRange (double [2])
 Get/Set custom range to use. More...
 
virtual doubleGetCustomRange ()
 Get/Set custom range to use. More...
 
virtual void GetCustomRange (double &, double &)
 Get/Set custom range to use. More...
 
virtual void GetCustomRange (double [2])
 Get/Set custom range to use. More...
 
virtual void SetEnableAutoPole (bool)
 Get/Set the use of automatically placed pole (origin of the axes). More...
 
virtual bool GetEnableAutoPole ()
 Get/Set the use of automatically placed pole (origin of the axes). More...
 
virtual void SetEnableCustomAngle (bool)
 Get/Set the use of custom min/max angles. More...
 
virtual bool GetEnableCustomAngle ()
 Get/Set the use of custom min/max angles. More...
 
virtual void SetMinAngle (double)
 Get/Set the custom min/max angles when EnableCustomAngle is On. More...
 
virtual double GetMinAngle ()
 Get/Set the custom min/max angles when EnableCustomAngle is On. More...
 
virtual void SetMaxAngle (double)
 Get/Set the custom min/max angles when EnableCustomAngle is On. More...
 
virtual double GetMaxAngle ()
 Get/Set the custom min/max angles when EnableCustomAngle is On. More...
 
virtual void SetEnableCustomRadius (bool enabled)
 Get/Set the use of custom min radius. More...
 
virtual bool GetEnableCustomRadius ()
 Get/Set the use of custom min radius. More...
 
void SetEnableCustomMinRadius (bool enabled)
 Get/Set the use of custom min radius. More...
 
virtual double GetEnableCustomMinRadius ()
 Get/Set the use of custom min radius. More...
 
virtual void SetMinRadius (double)
 Get/Set the custom min radius when EnableCustomMinRadius is On. More...
 
virtual double GetMinRadius ()
 Get/Set the custom min radius when EnableCustomMinRadius is On. More...
 
virtual void SetEnableCustomMaxRadius (bool)
 Get/Set the use of custom min radius. More...
 
virtual bool GetEnableCustomMaxRadius ()
 Get/Set the use of custom min radius. More...
 
virtual void SetMaxRadius (double)
 Get/Set the custom min radius when EnableCustomMaxRadius is On. More...
 
virtual double GetMaxRadius ()
 Get/Set the custom min radius when EnableCustomMaxRadius is On. More...
 
virtual bool GetEnableOverallColor ()
 Set the actor color. More...
 
virtual void SetEnableOverallColor (bool enable)
 Set the actor color. More...
 
virtual void SetOverallColor (double r, double g, double b)
 Set the actor color. More...
 
virtual void SetPolarAxisColor (double r, double g, double b)
 Set the actor color. More...
 
virtual void SetPolarArcsColor (double r, double g, double b)
 Set the actor color. More...
 
virtual void SetSecondaryPolarArcsColor (double r, double g, double b)
 Set the actor color. More...
 
virtual void SetSecondaryRadialAxesColor (double r, double g, double b)
 Set the actor color. More...
 
virtual void SetLastRadialAxisColor (double r, double g, double b)
 Set the actor color. More...
 
virtual void SetPolarAxisTitleTextProperty (vtkTextProperty *prop)
 Set the actor color. More...
 
virtual void SetPolarAxisLabelTextProperty (vtkTextProperty *prop)
 Set the actor color. More...
 
virtual void SetLastRadialAxisTextProperty (vtkTextProperty *prop)
 Set the actor color. More...
 
virtual void SetSecondaryRadialAxesTextProperty (vtkTextProperty *prop)
 Set the actor color. More...
 
virtual void SetLog (bool active)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetNumberOfRadialAxes (vtkIdType val)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetNumberOfPolarAxes (vtkIdType val)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetNumberOfPolarAxisTicks (int val)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetAutoSubdividePolarAxis (bool active)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetDeltaAngleRadialAxes (double angle)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetDeltaRangePolarAxes (double range)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetSmallestVisiblePolarAngle (double angle)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetTickLocation (int location)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetRadialUnits (bool use)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetScreenSize (double size)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarAxisTitle (const char *title)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarLabelFormat (const char *format)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetExponentLocation (int location)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetRadialAngleFormat (const char *format)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetEnableDistanceLOD (int enable)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetDistanceLODThreshold (double val)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetEnableViewAngleLOD (int enable)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetViewAngleLODThreshold (double val)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarAxisVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetDrawRadialGridlines (int draw)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetDrawPolarArcsGridlines (int draw)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarTitleVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetRadialAxisTitleLocation (int location)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarAxisTitleLocation (int location)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetRadialTitleOffset (double offsetX, double offsetY)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarTitleOffset (double offsetX, double offsetY)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarLabelOffset (double offsetY)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarExponentOffset (double offsetY)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarLabelVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetArcTicksOriginToPolarAxis (int use)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetRadialAxesOriginToPolarAxis (int use)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarTickVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetAxisTickVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetAxisMinorTickVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetAxisTickMatchesPolarAxes (int enable)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetArcTickVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetArcMinorTickVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetArcTickMatchesRadialAxes (int enable)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetTickRatioRadiusSize (double ratio)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetArcMajorTickSize (double size)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarAxisMajorTickSize (double size)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetLastRadialAxisMajorTickSize (double size)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarAxisTickRatioSize (double size)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetLastAxisTickRatioSize (double size)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetArcTickRatioSize (double size)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarAxisMajorTickThickness (double thickness)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetLastRadialAxisMajorTickThickness (double thickness)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetArcMajorTickThickness (double thickness)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarAxisTickRatioThickness (double thickness)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetLastAxisTickRatioThickness (double thickness)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetArcTickRatioThickness (double thickness)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetDeltaAngleMajor (double delta)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetDeltaAngleMinor (double delta)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetRadialAxesVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetRadialTitleVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarArcsVisibility (int visible)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetUse2DMode (int use)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetRatio (double ratio)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetPolarArcResolutionPerDegree (double resolution)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetDeltaRangeMinor (double delta)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetDeltaRangeMajor (double delta)
 Forwarded to internal vtkPolarAxesActor. More...
 
virtual void SetRendererType (int)
 Set the renderer to use. More...
 
virtual int GetRendererType ()
 Set the renderer to use. More...
 
- Public Member Functions inherited from vtkPVDataRepresentation
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual unsigned int Initialize (unsigned int minIdAvailable, unsigned int maxIdAvailable)
 Initialize the representation with an identifier range so each internal representation can own a unique ID. More...
 
unsigned int GetUniqueIdentifier ()
 Return 0 if the Initialize() method was not called otherwise a unique ID that will be shared across the processes for that same object. More...
 
virtual bool GetVisibility ()
 
virtual vtkDataObjectGetRenderedDataObject (int vtkNotUsed(port))
 Returns the data object that is rendered from the given input port. More...
 
double GetCacheKey () const
 Returns the cache-key the representation is currently using. More...
 
vtkAlgorithmOutputGetInternalOutputPort () override
 Retrieves an output port for the input data object at the specified port and connection index. More...
 
vtkAlgorithmOutputGetInternalOutputPort (int port) override
 
vtkAlgorithmOutputGetInternalOutputPort (int port, int conn) override
 
vtkViewGetView () const
 Provides access to the view. More...
 
vtkMTimeType GetPipelineDataTime ()
 Returns the timestamp when RequestData was executed on the representation. More...
 
bool GetNeedsUpdate ()
 Returns true if the representation needs an update. More...
 
virtual void SetArrayIdNames (const char *vtkNotUsed(pointArray), const char *vtkNotUsed(cellArray))
 Specify the array names used for the selection. More...
 
virtual void SetUpdateTime (double time)
 Set the update time. More...
 
virtual double GetUpdateTime ()
 Set the update time. More...
 
virtual bool GetUpdateTimeValid ()
 Get whether the UpdateTime is valid. More...
 
void ResetUpdateTime ()
 Get whether the UpdateTime is valid. More...
 
virtual void SetForcedCacheKey (double val)
 Generally, caching is within the purview of the vtkPVView (and subclasses). More...
 
virtual void SetForceUseCache (bool val)
 Generally, caching is within the purview of the vtkPVView (and subclasses). More...
 
virtual double GetForcedCacheKey ()
 Generally, caching is within the purview of the vtkPVView (and subclasses). More...
 
virtual bool GetForceUseCache ()
 Generally, caching is within the purview of the vtkPVView (and subclasses). More...
 
bool AddToView (vtkView *view) override
 Making these methods public. More...
 
bool RemoveFromView (vtkView *view) override
 Making these methods public. More...
 
virtual void SetLogName (const std::string &name)
 This is solely intended to simplify debugging and use for any other purpose is vehemently discouraged. More...
 
const std::stringGetLogName () const
 This is solely intended to simplify debugging and use for any other purpose is vehemently discouraged. More...
 
virtual bool GetHasTemporalPipeline ()
 This flag indicates if the representation is for a temporal pipeline. More...
 
virtual void SetHasTemporalPipeline (bool)
 This flag indicates if the representation is for a temporal pipeline. More...
 
void SetInputConnection (int port, vtkAlgorithmOutput *input) override
 Overridden to ensure that MarkModified is called. More...
 
void AddInputConnection (int port, vtkAlgorithmOutput *input) override
 Overridden to ensure that MarkModified is called. More...
 
- Public Member Functions inherited from vtkDataRepresentation
vtkDataRepresentationNewInstance () const
 
virtual void ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme))
 
virtual vtkSelectionConvertSelection (vtkView *view, vtkSelection *selection)
 
vtkAlgorithmOutputGetInputConnection (int port=0, int index=0)
 
vtkAnnotationLinkGetAnnotationLink ()
 
void SetAnnotationLink (vtkAnnotationLink *link)
 
void Select (vtkView *view, vtkSelection *selection)
 
void Select (vtkView *view, vtkSelection *selection, bool extend)
 
void Annotate (vtkView *view, vtkAnnotationLayers *annotations)
 
void Annotate (vtkView *view, vtkAnnotationLayers *annotations, bool extend)
 
virtual void SetSelectable (bool)
 
virtual bool GetSelectable ()
 
virtual void SelectableOn ()
 
virtual void SelectableOff ()
 
void UpdateSelection (vtkSelection *selection)
 
void UpdateSelection (vtkSelection *selection, bool extend)
 
void UpdateAnnotations (vtkAnnotationLayers *annotations)
 
void UpdateAnnotations (vtkAnnotationLayers *annotations, bool extend)
 
virtual vtkAlgorithmOutputGetInternalAnnotationOutputPort ()
 
virtual vtkAlgorithmOutputGetInternalAnnotationOutputPort (int port)
 
virtual vtkAlgorithmOutputGetInternalAnnotationOutputPort (int port, int conn)
 
virtual vtkAlgorithmOutputGetInternalSelectionOutputPort ()
 
virtual vtkAlgorithmOutputGetInternalSelectionOutputPort (int port)
 
virtual vtkAlgorithmOutputGetInternalSelectionOutputPort (int port, int conn)
 
virtual void SetSelectionType (int)
 
virtual int GetSelectionType ()
 
virtual void SetSelectionArrayNames (vtkStringArray *names)
 
virtual vtkStringArrayGetSelectionArrayNames ()
 
virtual void SetSelectionArrayName (const char *name)
 
virtual const char * GetSelectionArrayName ()
 
vtkAlgorithmOutputGetInputConnection (int port=0, int index=0)
 
vtkAnnotationLinkGetAnnotationLink ()
 
void SetAnnotationLink (vtkAnnotationLink *link)
 
void Select (vtkView *view, vtkSelection *selection)
 
void Select (vtkView *view, vtkSelection *selection, bool extend)
 
void Annotate (vtkView *view, vtkAnnotationLayers *annotations)
 
void Annotate (vtkView *view, vtkAnnotationLayers *annotations, bool extend)
 
virtual void SetSelectable (bool)
 
virtual bool GetSelectable ()
 
virtual void SelectableOn ()
 
virtual void SelectableOff ()
 
void UpdateSelection (vtkSelection *selection)
 
void UpdateSelection (vtkSelection *selection, bool extend)
 
void UpdateAnnotations (vtkAnnotationLayers *annotations)
 
void UpdateAnnotations (vtkAnnotationLayers *annotations, bool extend)
 
virtual vtkAlgorithmOutputGetInternalAnnotationOutputPort ()
 
virtual vtkAlgorithmOutputGetInternalAnnotationOutputPort (int port)
 
virtual vtkAlgorithmOutputGetInternalAnnotationOutputPort (int port, int conn)
 
virtual vtkAlgorithmOutputGetInternalSelectionOutputPort ()
 
virtual vtkAlgorithmOutputGetInternalSelectionOutputPort (int port)
 
virtual vtkAlgorithmOutputGetInternalSelectionOutputPort (int port, int conn)
 
virtual void SetSelectionType (int)
 
virtual int GetSelectionType ()
 
virtual void SetSelectionArrayNames (vtkStringArray *names)
 
virtual vtkStringArrayGetSelectionArrayNames ()
 
virtual void SetSelectionArrayName (const char *name)
 
virtual const char * GetSelectionArrayName ()
 
- Public Member Functions inherited from vtkPassInputTypeAlgorithm
vtkPassInputTypeAlgorithmNewInstance () const
 
vtkPolyDataGetPolyDataOutput ()
 
vtkStructuredPointsGetStructuredPointsOutput ()
 
vtkImageDataGetImageDataOutput ()
 
vtkStructuredGridGetStructuredGridOutput ()
 
vtkUnstructuredGridGetUnstructuredGridOutput ()
 
vtkRectilinearGridGetRectilinearGridOutput ()
 
vtkTableGetTableOutput ()
 
vtkGraphGetGraphOutput ()
 
vtkDataObjectGetInput ()
 
vtkDataObjectGetOutput ()
 
vtkDataObjectGetOutput (int)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
void AddInputData (vtkDataObject *)
 
void AddInputData (int, vtkDataObject *)
 
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
vtkDataObjectGetOutput ()
 
vtkDataObjectGetOutput (int)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
void AddInputData (vtkDataObject *)
 
void AddInputData (int, vtkDataObject *)
 
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual int Update (int port, vtkInformationVector *requests)
 
virtual int Update (vtkInformation *requests)
 
virtual int UpdateExtent (const int extents[6])
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
void SetUpdateExtent (int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
void Register (vtkObjectBase *o) VTK_OVERRIDE
 
void UnRegister (vtkObjectBase *o) VTK_OVERRIDE
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual int UpdatePiece (int piece, int numPieces, int ghostLevels, const int extents[6]=0)
 
virtual int UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=0)
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
void Register (vtkObjectBase *o) VTK_OVERRIDE
 
void UnRegister (vtkObjectBase *o) VTK_OVERRIDE
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual int UpdatePiece (int piece, int numPieces, int ghostLevels, const int extents[6]=0)
 
virtual int UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=0)
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual vtkMTimeType GetMTime ()
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 

Static Public Member Functions

static vtkPolarAxesRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPolarAxesRepresentationSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVDataRepresentation
static int IsTypeOf (const char *type)
 
static vtkPVDataRepresentationSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkDataRepresentation
static vtkDataRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkDataRepresentationSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkPassInputTypeAlgorithm
static vtkPassInputTypeAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPassInputTypeAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 
static vtkObjectBaseNew ()
 

Protected Member Functions

 vtkPolarAxesRepresentation ()
 
 ~vtkPolarAxesRepresentation () override
 
int FillInputPortInformation (int port, vtkInformation *info) override
 
int RequestData (vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *) override
 
virtual void InitializeDataBoundsFromData (vtkDataObject *data)
 
virtual void UpdateBounds ()
 
bool AddToView (vtkView *view) override
 Adds the representation to the view. More...
 
bool RemoveFromView (vtkView *view) override
 Removes the representation to the view. More...
 
- Protected Member Functions inherited from vtkPVDataRepresentation
 vtkPVDataRepresentation ()
 
 ~vtkPVDataRepresentation () override
 
vtkExecutiveCreateDefaultExecutive () override
 Create a default executive. More...
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 Overridden to invoke vtkCommand::UpdateDataEvent. More...
 
int RequestUpdateExtent (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
 
int RequestUpdateTime (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
- Protected Member Functions inherited from vtkDataRepresentation
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkDataRepresentation ()
 
 ~vtkDataRepresentation ()
 
virtual void ProcessEvents (vtkObject *caller, unsigned long eventId, void *callData)
 
virtual bool AddToView (vtkView *vtkNotUsed(view))
 
virtual bool RemoveFromView (vtkView *vtkNotUsed(view))
 
virtual vtkAnnotationLayersConvertAnnotations (vtkView *view, vtkAnnotationLayers *annotations)
 
vtkTrivialProducerGetInternalInput (int port, int conn)
 
void SetInternalInput (int port, int conn, vtkTrivialProducer *producer)
 
virtual void SetAnnotationLinkInternal (vtkAnnotationLink *link)
 
- Protected Member Functions inherited from vtkPassInputTypeAlgorithm
 vtkPassInputTypeAlgorithm ()
 
 ~vtkPassInputTypeAlgorithm ()
 
virtual int RequestUpdateTimeDependentInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
vtkDataObjectGetInput (int port)
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
void ReportReferences (vtkGarbageCollector *) VTK_OVERRIDE
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetErrorCode (unsigned long)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkNew< vtkPolyDataOutlineGeometry
 
vtkNew< vtkPolarAxesActorPolarAxesActor
 
vtkWeakPointer< vtkPVRenderViewRenderView
 
double Position [3] = { 0.0 }
 
double Scale [3] = { 1.0 }
 
double Orientation [3] = { 0.0 }
 
double CustomBounds [6] = { 0.0, 1.0, 0.0, 1.0, 0.0, 1.0 }
 
int EnableCustomBounds [3] = { 0 }
 
double CustomRange [2] = { 0.0, 1.0 }
 
bool EnableCustomRange = false
 
bool EnableAutoPole = true
 
bool EnableCustomAngle = true
 
double MinAngle = 0.0
 
double MaxAngle = 90.0
 
bool EnableCustomRadius = true
 
double MinRadius = 0.0
 
bool EnableOverallColor = true
 
double OverallColor [3] = { 1.0 }
 
double PolarAxisColor [3] = { 1.0 }
 
double PolarArcsColor [3] = { 1.0 }
 
double SecondaryPolarArcsColor [3] = { 1.0 }
 
double SecondaryRadialAxesColor [3] = { 1.0 }
 
double LastRadialAxisColor [3] = { 1.0 }
 
double DataBounds [6] = { 0.0 }
 
int RendererType = vtkPVRenderView::DEFAULT_RENDERER
 
bool ParentVisibility = true
 
vtkTimeStamp DataBoundsTime
 
- Protected Attributes inherited from vtkPVDataRepresentation
double UpdateTime
 
bool UpdateTimeValid
 
unsigned int UniqueIdentifier
 
- Protected Attributes inherited from vtkDataRepresentation
bool Selectable
 
int SelectionType
 
vtkStringArraySelectionArrayNames
 
CommandObserver
 
vtkAnnotationLinkAnnotationLinkInternal
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
 SINGLE_PRECISION
 
 DOUBLE_PRECISION
 
 DEFAULT_PRECISION
 
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

representation for a polar-axes.

vtkPolarAxesRepresentation is a representation for the Polar-Axes that shows a bounding box with labels around any input dataset.

Definition at line 25 of file vtkPolarAxesRepresentation.h.

Member Typedef Documentation

◆ Superclass

Definition at line 29 of file vtkPolarAxesRepresentation.h.

Constructor & Destructor Documentation

◆ vtkPolarAxesRepresentation()

vtkPolarAxesRepresentation::vtkPolarAxesRepresentation ( )
protected

◆ ~vtkPolarAxesRepresentation()

vtkPolarAxesRepresentation::~vtkPolarAxesRepresentation ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkPolarAxesRepresentation* vtkPolarAxesRepresentation::New ( )
static

◆ GetClassName()

virtual const char* vtkPolarAxesRepresentation::GetClassName ( )
virtual

Reimplemented from vtkPVDataRepresentation.

◆ IsTypeOf()

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

◆ IsA()

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

Reimplemented from vtkPVDataRepresentation.

◆ SafeDownCast()

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

◆ PrintSelf()

void vtkPolarAxesRepresentation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Reimplemented from vtkDataRepresentation.

◆ SetPosition() [1/2]

virtual void vtkPolarAxesRepresentation::SetPosition ( double  ,
double  ,
double   
)
virtual

Get/Set the Position to transform the data bounds.

◆ SetPosition() [2/2]

virtual void vtkPolarAxesRepresentation::SetPosition ( double  [3])
virtual

Get/Set the Position to transform the data bounds.

◆ GetPosition() [1/3]

virtual double* vtkPolarAxesRepresentation::GetPosition ( )
virtual

Get/Set the Position to transform the data bounds.

◆ GetPosition() [2/3]

virtual void vtkPolarAxesRepresentation::GetPosition ( double ,
double ,
double  
)
virtual

Get/Set the Position to transform the data bounds.

◆ GetPosition() [3/3]

virtual void vtkPolarAxesRepresentation::GetPosition ( double  [3])
virtual

Get/Set the Position to transform the data bounds.

◆ SetOrientation() [1/2]

virtual void vtkPolarAxesRepresentation::SetOrientation ( double  ,
double  ,
double   
)
virtual

Get/Set the Orientation to transform the data bounds.

◆ SetOrientation() [2/2]

virtual void vtkPolarAxesRepresentation::SetOrientation ( double  [3])
virtual

Get/Set the Orientation to transform the data bounds.

◆ GetOrientation() [1/3]

virtual double* vtkPolarAxesRepresentation::GetOrientation ( )
virtual

Get/Set the Orientation to transform the data bounds.

◆ GetOrientation() [2/3]

virtual void vtkPolarAxesRepresentation::GetOrientation ( double ,
double ,
double  
)
virtual

Get/Set the Orientation to transform the data bounds.

◆ GetOrientation() [3/3]

virtual void vtkPolarAxesRepresentation::GetOrientation ( double  [3])
virtual

Get/Set the Orientation to transform the data bounds.

◆ SetScale() [1/2]

virtual void vtkPolarAxesRepresentation::SetScale ( double  ,
double  ,
double   
)
virtual

Get/Set the Scale to transform the data bounds.

◆ SetScale() [2/2]

virtual void vtkPolarAxesRepresentation::SetScale ( double  [3])
virtual

Get/Set the Scale to transform the data bounds.

◆ GetScale() [1/3]

virtual double* vtkPolarAxesRepresentation::GetScale ( )
virtual

Get/Set the Scale to transform the data bounds.

◆ GetScale() [2/3]

virtual void vtkPolarAxesRepresentation::GetScale ( double ,
double ,
double  
)
virtual

Get/Set the Scale to transform the data bounds.

◆ GetScale() [3/3]

virtual void vtkPolarAxesRepresentation::GetScale ( double  [3])
virtual

Get/Set the Scale to transform the data bounds.

◆ GetDataBounds() [1/3]

virtual double* vtkPolarAxesRepresentation::GetDataBounds ( )
virtual

Get the bounds of the data.

◆ GetDataBounds() [2/3]

virtual void vtkPolarAxesRepresentation::GetDataBounds ( double ,
double ,
double ,
double ,
double ,
double  
)
virtual

◆ GetDataBounds() [3/3]

virtual void vtkPolarAxesRepresentation::GetDataBounds ( double  [6])
virtual

◆ SetCustomBounds() [1/2]

virtual void vtkPolarAxesRepresentation::SetCustomBounds ( double  ,
double  ,
double  ,
double  ,
double  ,
double   
)
virtual

Get/Set custom bounds to use.

When corresponding CustomBoundsActive is true, the data bounds will be ignored for that direction and CustomBounds will be used instead.

◆ SetCustomBounds() [2/2]

virtual void vtkPolarAxesRepresentation::SetCustomBounds ( double  [6])
virtual

Get/Set custom bounds to use.

When corresponding CustomBoundsActive is true, the data bounds will be ignored for that direction and CustomBounds will be used instead.

◆ GetCustomBounds() [1/3]

virtual double* vtkPolarAxesRepresentation::GetCustomBounds ( )
virtual

Get/Set custom bounds to use.

When corresponding CustomBoundsActive is true, the data bounds will be ignored for that direction and CustomBounds will be used instead.

◆ GetCustomBounds() [2/3]

virtual void vtkPolarAxesRepresentation::GetCustomBounds ( double ,
double ,
double ,
double ,
double ,
double  
)
virtual

Get/Set custom bounds to use.

When corresponding CustomBoundsActive is true, the data bounds will be ignored for that direction and CustomBounds will be used instead.

◆ GetCustomBounds() [3/3]

virtual void vtkPolarAxesRepresentation::GetCustomBounds ( double  [6])
virtual

Get/Set custom bounds to use.

When corresponding CustomBoundsActive is true, the data bounds will be ignored for that direction and CustomBounds will be used instead.

◆ SetEnableCustomBounds() [1/2]

virtual void vtkPolarAxesRepresentation::SetEnableCustomBounds ( int  ,
int  ,
int   
)
virtual

Get/Set whether to use custom bounds for a particular dimension.

◆ SetEnableCustomBounds() [2/2]

virtual void vtkPolarAxesRepresentation::SetEnableCustomBounds ( int  [3])
virtual

Get/Set whether to use custom bounds for a particular dimension.

◆ GetEnableCustomBounds() [1/3]

virtual int* vtkPolarAxesRepresentation::GetEnableCustomBounds ( )
virtual

Get/Set whether to use custom bounds for a particular dimension.

◆ GetEnableCustomBounds() [2/3]

virtual void vtkPolarAxesRepresentation::GetEnableCustomBounds ( int ,
int ,
int  
)
virtual

Get/Set whether to use custom bounds for a particular dimension.

◆ GetEnableCustomBounds() [3/3]

virtual void vtkPolarAxesRepresentation::GetEnableCustomBounds ( int  [3])
virtual

Get/Set whether to use custom bounds for a particular dimension.

◆ SetEnableCustomRange()

virtual void vtkPolarAxesRepresentation::SetEnableCustomRange ( bool  )
virtual

Get/Set the use of a custom range.

◆ GetEnableCustomRange()

virtual bool vtkPolarAxesRepresentation::GetEnableCustomRange ( )
virtual

Get/Set the use of a custom range.

◆ SetCustomRange() [1/2]

virtual void vtkPolarAxesRepresentation::SetCustomRange ( double  ,
double   
)
virtual

Get/Set custom range to use.

The data bounds will be ignored for that direction and CustomRange will be used instead.

◆ SetCustomRange() [2/2]

void vtkPolarAxesRepresentation::SetCustomRange ( double  [2])

Get/Set custom range to use.

The data bounds will be ignored for that direction and CustomRange will be used instead.

◆ GetCustomRange() [1/3]

virtual double* vtkPolarAxesRepresentation::GetCustomRange ( )
virtual

Get/Set custom range to use.

The data bounds will be ignored for that direction and CustomRange will be used instead.

◆ GetCustomRange() [2/3]

virtual void vtkPolarAxesRepresentation::GetCustomRange ( double ,
double  
)
virtual

Get/Set custom range to use.

The data bounds will be ignored for that direction and CustomRange will be used instead.

◆ GetCustomRange() [3/3]

virtual void vtkPolarAxesRepresentation::GetCustomRange ( double  [2])
virtual

Get/Set custom range to use.

The data bounds will be ignored for that direction and CustomRange will be used instead.

◆ SetEnableAutoPole()

virtual void vtkPolarAxesRepresentation::SetEnableAutoPole ( bool  )
virtual

Get/Set the use of automatically placed pole (origin of the axes).

If on, pole is placed at the center of the bounding box.

◆ GetEnableAutoPole()

virtual bool vtkPolarAxesRepresentation::GetEnableAutoPole ( )
virtual

Get/Set the use of automatically placed pole (origin of the axes).

If on, pole is placed at the center of the bounding box.

◆ SetEnableCustomAngle()

virtual void vtkPolarAxesRepresentation::SetEnableCustomAngle ( bool  )
virtual

Get/Set the use of custom min/max angles.

If off, min/max angles are computed relatively to pole position.

◆ GetEnableCustomAngle()

virtual bool vtkPolarAxesRepresentation::GetEnableCustomAngle ( )
virtual

Get/Set the use of custom min/max angles.

If off, min/max angles are computed relatively to pole position.

◆ SetMinAngle()

virtual void vtkPolarAxesRepresentation::SetMinAngle ( double  )
virtual

Get/Set the custom min/max angles when EnableCustomAngle is On.

◆ GetMinAngle()

virtual double vtkPolarAxesRepresentation::GetMinAngle ( )
virtual

Get/Set the custom min/max angles when EnableCustomAngle is On.

◆ SetMaxAngle()

virtual void vtkPolarAxesRepresentation::SetMaxAngle ( double  )
virtual

Get/Set the custom min/max angles when EnableCustomAngle is On.

◆ GetMaxAngle()

virtual double vtkPolarAxesRepresentation::GetMaxAngle ( )
virtual

Get/Set the custom min/max angles when EnableCustomAngle is On.

◆ SetEnableCustomRadius()

virtual void vtkPolarAxesRepresentation::SetEnableCustomRadius ( bool  enabled)
virtual

Get/Set the use of custom min radius.

If off, min radius is computed relatively to pole position.

◆ GetEnableCustomRadius()

virtual bool vtkPolarAxesRepresentation::GetEnableCustomRadius ( )
virtual

Get/Set the use of custom min radius.

If off, min radius is computed relatively to pole position.

◆ SetEnableCustomMinRadius()

void vtkPolarAxesRepresentation::SetEnableCustomMinRadius ( bool  enabled)

Get/Set the use of custom min radius.

If off, min radius is computed relatively to pole position.

◆ GetEnableCustomMinRadius()

virtual double vtkPolarAxesRepresentation::GetEnableCustomMinRadius ( )
virtual

Get/Set the use of custom min radius.

If off, min radius is computed relatively to pole position.

◆ SetMinRadius()

virtual void vtkPolarAxesRepresentation::SetMinRadius ( double  )
virtual

Get/Set the custom min radius when EnableCustomMinRadius is On.

Default to 0.

◆ GetMinRadius()

virtual double vtkPolarAxesRepresentation::GetMinRadius ( )
virtual

Get/Set the custom min radius when EnableCustomMinRadius is On.

Default to 0.

◆ SetEnableCustomMaxRadius()

virtual void vtkPolarAxesRepresentation::SetEnableCustomMaxRadius ( bool  )
virtual

Get/Set the use of custom min radius.

If off, max radius is computed relatively to pole position.

◆ GetEnableCustomMaxRadius()

virtual bool vtkPolarAxesRepresentation::GetEnableCustomMaxRadius ( )
virtual

Get/Set the use of custom min radius.

If off, max radius is computed relatively to pole position.

◆ SetMaxRadius()

virtual void vtkPolarAxesRepresentation::SetMaxRadius ( double  )
virtual

Get/Set the custom min radius when EnableCustomMaxRadius is On.

Default to 1.

◆ GetMaxRadius()

virtual double vtkPolarAxesRepresentation::GetMaxRadius ( )
virtual

Get/Set the custom min radius when EnableCustomMaxRadius is On.

Default to 1.

◆ GetEnableOverallColor()

virtual bool vtkPolarAxesRepresentation::GetEnableOverallColor ( )
virtual

Set the actor color.

◆ SetEnableOverallColor()

virtual void vtkPolarAxesRepresentation::SetEnableOverallColor ( bool  enable)
virtual

Set the actor color.

◆ SetOverallColor()

virtual void vtkPolarAxesRepresentation::SetOverallColor ( double  r,
double  g,
double  b 
)
virtual

Set the actor color.

◆ SetPolarAxisColor()

virtual void vtkPolarAxesRepresentation::SetPolarAxisColor ( double  r,
double  g,
double  b 
)
virtual

Set the actor color.

◆ SetPolarArcsColor()

virtual void vtkPolarAxesRepresentation::SetPolarArcsColor ( double  r,
double  g,
double  b 
)
virtual

Set the actor color.

◆ SetSecondaryPolarArcsColor()

virtual void vtkPolarAxesRepresentation::SetSecondaryPolarArcsColor ( double  r,
double  g,
double  b 
)
virtual

Set the actor color.

◆ SetSecondaryRadialAxesColor()

virtual void vtkPolarAxesRepresentation::SetSecondaryRadialAxesColor ( double  r,
double  g,
double  b 
)
virtual

Set the actor color.

◆ SetLastRadialAxisColor()

virtual void vtkPolarAxesRepresentation::SetLastRadialAxisColor ( double  r,
double  g,
double  b 
)
virtual

Set the actor color.

◆ SetPolarAxisTitleTextProperty()

virtual void vtkPolarAxesRepresentation::SetPolarAxisTitleTextProperty ( vtkTextProperty prop)
virtual

Set the actor color.

◆ SetPolarAxisLabelTextProperty()

virtual void vtkPolarAxesRepresentation::SetPolarAxisLabelTextProperty ( vtkTextProperty prop)
virtual

Set the actor color.

◆ SetLastRadialAxisTextProperty()

virtual void vtkPolarAxesRepresentation::SetLastRadialAxisTextProperty ( vtkTextProperty prop)
virtual

Set the actor color.

◆ SetSecondaryRadialAxesTextProperty()

virtual void vtkPolarAxesRepresentation::SetSecondaryRadialAxesTextProperty ( vtkTextProperty prop)
virtual

Set the actor color.

◆ MarkModified()

void vtkPolarAxesRepresentation::MarkModified ( )
inlineoverridevirtual

This needs to be called on all instances of vtkPolarAxesRepresentation when the input is modified.

Reimplemented from vtkPVDataRepresentation.

Definition at line 187 of file vtkPolarAxesRepresentation.h.

◆ ProcessViewRequest()

int vtkPolarAxesRepresentation::ProcessViewRequest ( vtkInformationRequestKey request_type,
vtkInformation inInfo,
vtkInformation outInfo 
)
overridevirtual

vtkAlgorithm::ProcessRequest() equivalent for rendering passes.

This is typically called by the vtkView to request meta-data from the representations or ask them to perform certain tasks e.g. PrepareForRendering

Reimplemented from vtkPVDataRepresentation.

◆ SetVisibility()

void vtkPolarAxesRepresentation::SetVisibility ( bool  visible)
overridevirtual

Set visibility of the representation.

Reimplemented from vtkPVDataRepresentation.

◆ SetParentVisibility()

virtual void vtkPolarAxesRepresentation::SetParentVisibility ( bool  visible)
virtual

Set (forward) visibility of the parent (composite) representation.

◆ SetLog()

virtual void vtkPolarAxesRepresentation::SetLog ( bool  active)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetNumberOfRadialAxes()

virtual void vtkPolarAxesRepresentation::SetNumberOfRadialAxes ( vtkIdType  val)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetNumberOfPolarAxes()

virtual void vtkPolarAxesRepresentation::SetNumberOfPolarAxes ( vtkIdType  val)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetNumberOfPolarAxisTicks()

virtual void vtkPolarAxesRepresentation::SetNumberOfPolarAxisTicks ( int  val)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetAutoSubdividePolarAxis()

virtual void vtkPolarAxesRepresentation::SetAutoSubdividePolarAxis ( bool  active)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetDeltaAngleRadialAxes()

virtual void vtkPolarAxesRepresentation::SetDeltaAngleRadialAxes ( double  angle)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetDeltaRangePolarAxes()

virtual void vtkPolarAxesRepresentation::SetDeltaRangePolarAxes ( double  range)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetSmallestVisiblePolarAngle()

virtual void vtkPolarAxesRepresentation::SetSmallestVisiblePolarAngle ( double  angle)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetTickLocation()

virtual void vtkPolarAxesRepresentation::SetTickLocation ( int  location)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetRadialUnits()

virtual void vtkPolarAxesRepresentation::SetRadialUnits ( bool  use)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetScreenSize()

virtual void vtkPolarAxesRepresentation::SetScreenSize ( double  size)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarAxisTitle()

virtual void vtkPolarAxesRepresentation::SetPolarAxisTitle ( const char *  title)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarLabelFormat()

virtual void vtkPolarAxesRepresentation::SetPolarLabelFormat ( const char *  format)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetExponentLocation()

virtual void vtkPolarAxesRepresentation::SetExponentLocation ( int  location)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetRadialAngleFormat()

virtual void vtkPolarAxesRepresentation::SetRadialAngleFormat ( const char *  format)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetEnableDistanceLOD()

virtual void vtkPolarAxesRepresentation::SetEnableDistanceLOD ( int  enable)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetDistanceLODThreshold()

virtual void vtkPolarAxesRepresentation::SetDistanceLODThreshold ( double  val)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetEnableViewAngleLOD()

virtual void vtkPolarAxesRepresentation::SetEnableViewAngleLOD ( int  enable)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetViewAngleLODThreshold()

virtual void vtkPolarAxesRepresentation::SetViewAngleLODThreshold ( double  val)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarAxisVisibility()

virtual void vtkPolarAxesRepresentation::SetPolarAxisVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetDrawRadialGridlines()

virtual void vtkPolarAxesRepresentation::SetDrawRadialGridlines ( int  draw)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetDrawPolarArcsGridlines()

virtual void vtkPolarAxesRepresentation::SetDrawPolarArcsGridlines ( int  draw)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarTitleVisibility()

virtual void vtkPolarAxesRepresentation::SetPolarTitleVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetRadialAxisTitleLocation()

virtual void vtkPolarAxesRepresentation::SetRadialAxisTitleLocation ( int  location)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarAxisTitleLocation()

virtual void vtkPolarAxesRepresentation::SetPolarAxisTitleLocation ( int  location)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetRadialTitleOffset()

virtual void vtkPolarAxesRepresentation::SetRadialTitleOffset ( double  offsetX,
double  offsetY 
)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarTitleOffset()

virtual void vtkPolarAxesRepresentation::SetPolarTitleOffset ( double  offsetX,
double  offsetY 
)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarLabelOffset()

virtual void vtkPolarAxesRepresentation::SetPolarLabelOffset ( double  offsetY)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarExponentOffset()

virtual void vtkPolarAxesRepresentation::SetPolarExponentOffset ( double  offsetY)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarLabelVisibility()

virtual void vtkPolarAxesRepresentation::SetPolarLabelVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetArcTicksOriginToPolarAxis()

virtual void vtkPolarAxesRepresentation::SetArcTicksOriginToPolarAxis ( int  use)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetRadialAxesOriginToPolarAxis()

virtual void vtkPolarAxesRepresentation::SetRadialAxesOriginToPolarAxis ( int  use)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarTickVisibility()

virtual void vtkPolarAxesRepresentation::SetPolarTickVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetAxisTickVisibility()

virtual void vtkPolarAxesRepresentation::SetAxisTickVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetAxisMinorTickVisibility()

virtual void vtkPolarAxesRepresentation::SetAxisMinorTickVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetAxisTickMatchesPolarAxes()

virtual void vtkPolarAxesRepresentation::SetAxisTickMatchesPolarAxes ( int  enable)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetArcTickVisibility()

virtual void vtkPolarAxesRepresentation::SetArcTickVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetArcMinorTickVisibility()

virtual void vtkPolarAxesRepresentation::SetArcMinorTickVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetArcTickMatchesRadialAxes()

virtual void vtkPolarAxesRepresentation::SetArcTickMatchesRadialAxes ( int  enable)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetTickRatioRadiusSize()

virtual void vtkPolarAxesRepresentation::SetTickRatioRadiusSize ( double  ratio)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetArcMajorTickSize()

virtual void vtkPolarAxesRepresentation::SetArcMajorTickSize ( double  size)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarAxisMajorTickSize()

virtual void vtkPolarAxesRepresentation::SetPolarAxisMajorTickSize ( double  size)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetLastRadialAxisMajorTickSize()

virtual void vtkPolarAxesRepresentation::SetLastRadialAxisMajorTickSize ( double  size)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarAxisTickRatioSize()

virtual void vtkPolarAxesRepresentation::SetPolarAxisTickRatioSize ( double  size)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetLastAxisTickRatioSize()

virtual void vtkPolarAxesRepresentation::SetLastAxisTickRatioSize ( double  size)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetArcTickRatioSize()

virtual void vtkPolarAxesRepresentation::SetArcTickRatioSize ( double  size)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarAxisMajorTickThickness()

virtual void vtkPolarAxesRepresentation::SetPolarAxisMajorTickThickness ( double  thickness)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetLastRadialAxisMajorTickThickness()

virtual void vtkPolarAxesRepresentation::SetLastRadialAxisMajorTickThickness ( double  thickness)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetArcMajorTickThickness()

virtual void vtkPolarAxesRepresentation::SetArcMajorTickThickness ( double  thickness)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarAxisTickRatioThickness()

virtual void vtkPolarAxesRepresentation::SetPolarAxisTickRatioThickness ( double  thickness)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetLastAxisTickRatioThickness()

virtual void vtkPolarAxesRepresentation::SetLastAxisTickRatioThickness ( double  thickness)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetArcTickRatioThickness()

virtual void vtkPolarAxesRepresentation::SetArcTickRatioThickness ( double  thickness)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetDeltaAngleMajor()

virtual void vtkPolarAxesRepresentation::SetDeltaAngleMajor ( double  delta)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetDeltaAngleMinor()

virtual void vtkPolarAxesRepresentation::SetDeltaAngleMinor ( double  delta)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetRadialAxesVisibility()

virtual void vtkPolarAxesRepresentation::SetRadialAxesVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetRadialTitleVisibility()

virtual void vtkPolarAxesRepresentation::SetRadialTitleVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarArcsVisibility()

virtual void vtkPolarAxesRepresentation::SetPolarArcsVisibility ( int  visible)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetUse2DMode()

virtual void vtkPolarAxesRepresentation::SetUse2DMode ( int  use)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetRatio()

virtual void vtkPolarAxesRepresentation::SetRatio ( double  ratio)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetPolarArcResolutionPerDegree()

virtual void vtkPolarAxesRepresentation::SetPolarArcResolutionPerDegree ( double  resolution)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetDeltaRangeMinor()

virtual void vtkPolarAxesRepresentation::SetDeltaRangeMinor ( double  delta)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetDeltaRangeMajor()

virtual void vtkPolarAxesRepresentation::SetDeltaRangeMajor ( double  delta)
virtual

Forwarded to internal vtkPolarAxesActor.

◆ SetRendererType()

virtual void vtkPolarAxesRepresentation::SetRendererType ( int  )
virtual

Set the renderer to use.

Default is to use the vtkPVRenderView::DEFAULT_RENDERER.

◆ GetRendererType()

virtual int vtkPolarAxesRepresentation::GetRendererType ( )
virtual

Set the renderer to use.

Default is to use the vtkPVRenderView::DEFAULT_RENDERER.

◆ FillInputPortInformation()

int vtkPolarAxesRepresentation::FillInputPortInformation ( int  port,
vtkInformation info 
)
overrideprotectedvirtual

Reimplemented from vtkPassInputTypeAlgorithm.

◆ RequestData()

int vtkPolarAxesRepresentation::RequestData ( vtkInformation ,
vtkInformationVector **  inputVector,
vtkInformationVector  
)
overrideprotectedvirtual

Reimplemented from vtkDataRepresentation.

◆ InitializeDataBoundsFromData()

virtual void vtkPolarAxesRepresentation::InitializeDataBoundsFromData ( vtkDataObject data)
protectedvirtual

◆ UpdateBounds()

virtual void vtkPolarAxesRepresentation::UpdateBounds ( )
protectedvirtual

◆ AddToView()

bool vtkPolarAxesRepresentation::AddToView ( vtkView view)
overrideprotected

Adds the representation to the view.

This is called from vtkView::AddRepresentation(). Returns true if the addition succeeds.

Subclasses should override this method.

◆ RemoveFromView()

bool vtkPolarAxesRepresentation::RemoveFromView ( vtkView view)
overrideprotected

Removes the representation to the view.

This is called from vtkView::RemoveRepresentation(). Returns true if the removal succeeds.

Subclasses should override this method.

Member Data Documentation

◆ OutlineGeometry

vtkNew<vtkPolyData> vtkPolarAxesRepresentation::OutlineGeometry
protected

Definition at line 313 of file vtkPolarAxesRepresentation.h.

◆ PolarAxesActor

vtkNew<vtkPolarAxesActor> vtkPolarAxesRepresentation::PolarAxesActor
protected

Definition at line 314 of file vtkPolarAxesRepresentation.h.

◆ RenderView

vtkWeakPointer<vtkPVRenderView> vtkPolarAxesRepresentation::RenderView
protected

Definition at line 315 of file vtkPolarAxesRepresentation.h.

◆ Position

double vtkPolarAxesRepresentation::Position[3] = { 0.0 }
protected

Definition at line 316 of file vtkPolarAxesRepresentation.h.

◆ Scale

double vtkPolarAxesRepresentation::Scale[3] = { 1.0 }
protected

Definition at line 317 of file vtkPolarAxesRepresentation.h.

◆ Orientation

double vtkPolarAxesRepresentation::Orientation[3] = { 0.0 }
protected

Definition at line 318 of file vtkPolarAxesRepresentation.h.

◆ CustomBounds

double vtkPolarAxesRepresentation::CustomBounds[6] = { 0.0, 1.0, 0.0, 1.0, 0.0, 1.0 }
protected

Definition at line 319 of file vtkPolarAxesRepresentation.h.

◆ EnableCustomBounds

int vtkPolarAxesRepresentation::EnableCustomBounds[3] = { 0 }
protected

Definition at line 320 of file vtkPolarAxesRepresentation.h.

◆ CustomRange

double vtkPolarAxesRepresentation::CustomRange[2] = { 0.0, 1.0 }
protected

Definition at line 321 of file vtkPolarAxesRepresentation.h.

◆ EnableCustomRange

bool vtkPolarAxesRepresentation::EnableCustomRange = false
protected

Definition at line 322 of file vtkPolarAxesRepresentation.h.

◆ EnableAutoPole

bool vtkPolarAxesRepresentation::EnableAutoPole = true
protected

Definition at line 323 of file vtkPolarAxesRepresentation.h.

◆ EnableCustomAngle

bool vtkPolarAxesRepresentation::EnableCustomAngle = true
protected

Definition at line 324 of file vtkPolarAxesRepresentation.h.

◆ MinAngle

double vtkPolarAxesRepresentation::MinAngle = 0.0
protected

Definition at line 325 of file vtkPolarAxesRepresentation.h.

◆ MaxAngle

double vtkPolarAxesRepresentation::MaxAngle = 90.0
protected

Definition at line 326 of file vtkPolarAxesRepresentation.h.

◆ EnableCustomRadius

bool vtkPolarAxesRepresentation::EnableCustomRadius = true
protected

Definition at line 328 of file vtkPolarAxesRepresentation.h.

◆ MinRadius

double vtkPolarAxesRepresentation::MinRadius = 0.0
protected

Definition at line 329 of file vtkPolarAxesRepresentation.h.

◆ EnableOverallColor

bool vtkPolarAxesRepresentation::EnableOverallColor = true
protected

Definition at line 330 of file vtkPolarAxesRepresentation.h.

◆ OverallColor

double vtkPolarAxesRepresentation::OverallColor[3] = { 1.0 }
protected

Definition at line 331 of file vtkPolarAxesRepresentation.h.

◆ PolarAxisColor

double vtkPolarAxesRepresentation::PolarAxisColor[3] = { 1.0 }
protected

Definition at line 332 of file vtkPolarAxesRepresentation.h.

◆ PolarArcsColor

double vtkPolarAxesRepresentation::PolarArcsColor[3] = { 1.0 }
protected

Definition at line 333 of file vtkPolarAxesRepresentation.h.

◆ SecondaryPolarArcsColor

double vtkPolarAxesRepresentation::SecondaryPolarArcsColor[3] = { 1.0 }
protected

Definition at line 334 of file vtkPolarAxesRepresentation.h.

◆ SecondaryRadialAxesColor

double vtkPolarAxesRepresentation::SecondaryRadialAxesColor[3] = { 1.0 }
protected

Definition at line 335 of file vtkPolarAxesRepresentation.h.

◆ LastRadialAxisColor

double vtkPolarAxesRepresentation::LastRadialAxisColor[3] = { 1.0 }
protected

Definition at line 336 of file vtkPolarAxesRepresentation.h.

◆ DataBounds

double vtkPolarAxesRepresentation::DataBounds[6] = { 0.0 }
protected

Definition at line 337 of file vtkPolarAxesRepresentation.h.

◆ RendererType

int vtkPolarAxesRepresentation::RendererType = vtkPVRenderView::DEFAULT_RENDERER
protected

Definition at line 338 of file vtkPolarAxesRepresentation.h.

◆ ParentVisibility

bool vtkPolarAxesRepresentation::ParentVisibility = true
protected

Definition at line 339 of file vtkPolarAxesRepresentation.h.

◆ DataBoundsTime

vtkTimeStamp vtkPolarAxesRepresentation::DataBoundsTime
protected

Definition at line 340 of file vtkPolarAxesRepresentation.h.


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