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

#include <vtkRenderedTreeAreaRepresentation.h>

Inheritance diagram for vtkRenderedTreeAreaRepresentation:
[legend]
Collaboration diagram for vtkRenderedTreeAreaRepresentation:
[legend]

Public Types

typedef vtkRenderedRepresentation Superclass
 
- Public Types inherited from vtkRenderedRepresentation
typedef vtkDataRepresentation Superclass
 
- Public Types inherited from vtkDataRepresentation
typedef vtkPassInputTypeAlgorithm Superclass
 
- Public Types inherited from vtkPassInputTypeAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
enum  DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION }
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkRenderedTreeAreaRepresentationNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetLabelRenderMode (int mode)
 
virtual void ApplyViewTheme (vtkViewTheme *theme)
 
virtual void SetAreaLabelArrayName (const char *name)
 
virtual const char * GetAreaLabelArrayName ()
 
virtual void SetAreaSizeArrayName (const char *name)
 
virtual const char * GetAreaSizeArrayName ()
 
virtual void SetAreaLabelPriorityArrayName (const char *name)
 
virtual const char * GetAreaLabelPriorityArrayName ()
 
virtual void SetGraphEdgeLabelArrayName (const char *name)
 
virtual void SetGraphEdgeLabelArrayName (const char *name, int idx)
 
virtual const char * GetGraphEdgeLabelArrayName ()
 
virtual const char * GetGraphEdgeLabelArrayName (int idx)
 
virtual void SetGraphEdgeLabelTextProperty (vtkTextProperty *tp)
 
virtual void SetGraphEdgeLabelTextProperty (vtkTextProperty *tp, int idx)
 
virtual vtkTextPropertyGetGraphEdgeLabelTextProperty ()
 
virtual vtkTextPropertyGetGraphEdgeLabelTextProperty (int idx)
 
virtual void SetAreaHoverArrayName (const char *)
 
virtual char * GetAreaHoverArrayName ()
 
virtual void SetAreaLabelVisibility (bool vis)
 
virtual bool GetAreaLabelVisibility ()
 
virtual void AreaLabelVisibilityOn ()
 
virtual void AreaLabelVisibilityOff ()
 
virtual void SetAreaLabelTextProperty (vtkTextProperty *tp)
 
virtual vtkTextPropertyGetAreaLabelTextProperty ()
 
virtual void SetGraphEdgeLabelVisibility (bool vis)
 
virtual void SetGraphEdgeLabelVisibility (bool vis, int idx)
 
virtual bool GetGraphEdgeLabelVisibility ()
 
virtual bool GetGraphEdgeLabelVisibility (int idx)
 
virtual void GraphEdgeLabelVisibilityOn ()
 
virtual void GraphEdgeLabelVisibilityOff ()
 
void SetAreaColorArrayName (const char *name)
 
const char * GetAreaColorArrayName ()
 
virtual void SetColorAreasByArray (bool vis)
 
virtual bool GetColorAreasByArray ()
 
virtual void ColorAreasByArrayOn ()
 
virtual void ColorAreasByArrayOff ()
 
virtual void SetGraphEdgeColorArrayName (const char *name)
 
virtual void SetGraphEdgeColorArrayName (const char *name, int idx)
 
virtual const char * GetGraphEdgeColorArrayName ()
 
virtual const char * GetGraphEdgeColorArrayName (int idx)
 
virtual void SetGraphEdgeColorToSplineFraction ()
 
virtual void SetGraphEdgeColorToSplineFraction (int idx)
 
virtual void SetColorGraphEdgesByArray (bool vis)
 
virtual void SetColorGraphEdgesByArray (bool vis, int idx)
 
virtual bool GetColorGraphEdgesByArray ()
 
virtual bool GetColorGraphEdgesByArray (int idx)
 
virtual void ColorGraphEdgesByArrayOn ()
 
virtual void ColorGraphEdgesByArrayOff ()
 
virtual void SetGraphHoverArrayName (const char *name)
 
virtual void SetGraphHoverArrayName (const char *name, int idx)
 
virtual const char * GetGraphHoverArrayName ()
 
virtual const char * GetGraphHoverArrayName (int idx)
 
virtual void SetShrinkPercentage (double value)
 
virtual double GetShrinkPercentage ()
 
virtual void SetGraphBundlingStrength (double strength)
 
virtual void SetGraphBundlingStrength (double strength, int idx)
 
virtual double GetGraphBundlingStrength ()
 
virtual double GetGraphBundlingStrength (int idx)
 
virtual void SetGraphSplineType (int type, int idx)
 
virtual int GetGraphSplineType (int idx)
 
virtual void SetAreaLayoutStrategy (vtkAreaLayoutStrategy *strategy)
 
virtual vtkAreaLayoutStrategyGetAreaLayoutStrategy ()
 
virtual void SetAreaToPolyData (vtkPolyDataAlgorithm *areaToPoly)
 
virtual vtkPolyDataAlgorithmGetAreaToPolyData ()
 
virtual void SetUseRectangularCoordinates (bool)
 
virtual bool GetUseRectangularCoordinates ()
 
virtual void UseRectangularCoordinatesOn ()
 
virtual void UseRectangularCoordinatesOff ()
 
virtual void SetAreaLabelMapper (vtkLabeledDataMapper *mapper)
 
virtual vtkLabeledDataMapperGetAreaLabelMapper ()
 
virtual void SetEdgeScalarBarVisibility (bool b)
 
virtual bool GetEdgeScalarBarVisibility ()
 
- Public Member Functions inherited from vtkRenderedRepresentation
vtkRenderedRepresentationNewInstance () const
 
virtual int GetLabelRenderMode ()
 
- Public Member Functions inherited from vtkDataRepresentation
vtkDataRepresentationNewInstance () const
 
virtual void ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme))
 
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 vtkAlgorithmOutputGetInternalOutputPort ()
 
virtual vtkAlgorithmOutputGetInternalOutputPort (int port)
 
virtual vtkAlgorithmOutputGetInternalOutputPort (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)
 
- 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 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])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
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 (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, 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 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)
 
void SetUpdateExtent (int extent[6])
 
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
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual unsigned long GetMTime ()
 
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 *)
 
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)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
template<class U , class T >
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)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static vtkRenderedTreeAreaRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderedTreeAreaRepresentationSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkRenderedRepresentation
static vtkRenderedRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderedRepresentationSafeDownCast (vtkObjectBase *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 int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkRenderedTreeAreaRepresentation ()
 
 ~vtkRenderedTreeAreaRepresentation ()
 
virtual vtkSelectionConvertSelection (vtkView *view, vtkSelection *sel)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual void PrepareForRendering (vtkRenderView *view)
 
bool ValidIndex (int idx)
 
void UpdateHoverHighlight (vtkView *view, int x, int y)
 
virtual vtkUnicodeString GetHoverTextInternal (vtkSelection *sel)
 
virtual void SetAreaSizeArrayNameInternal (const char *)
 
virtual char * GetAreaSizeArrayNameInternal ()
 
virtual void SetAreaColorArrayNameInternal (const char *)
 
virtual char * GetAreaColorArrayNameInternal ()
 
virtual void SetAreaLabelArrayNameInternal (const char *)
 
virtual char * GetAreaLabelArrayNameInternal ()
 
virtual void SetAreaLabelPriorityArrayNameInternal (const char *)
 
virtual char * GetAreaLabelPriorityArrayNameInternal ()
 
virtual void SetGraphEdgeColorArrayNameInternal (const char *)
 
virtual char * GetGraphEdgeColorArrayNameInternal ()
 
virtual char * GetAreaHoverTextInternal ()
 
virtual void SetAreaHoverTextInternal (const char *)
 
virtual bool AddToView (vtkView *view)
 
virtual bool RemoveFromView (vtkView *view)
 
- Protected Member Functions inherited from vtkRenderedRepresentation
 vtkRenderedRepresentation ()
 
 ~vtkRenderedRepresentation ()
 
vtkUnicodeString GetHoverText (vtkView *view, vtkProp *prop, vtkIdType cell)
 
void AddPropOnNextRender (vtkProp *p)
 
void RemovePropOnNextRender (vtkProp *p)
 
- Protected Member Functions inherited from vtkDataRepresentation
 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 RequestUpdateTime (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestUpdateTimeDependentInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
vtkDataObjectGetInput (int port)
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestUpdateExtent (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)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
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)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
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

Internals * Implementation
 
vtkSmartPointer< vtkWorldPointPickerPicker
 
vtkSmartPointer< vtkApplyColorsApplyColors
 
vtkSmartPointer< vtkTreeLevelsFilterTreeLevels
 
vtkSmartPointer< vtkVertexDegreeVertexDegree
 
vtkSmartPointer< vtkTreeFieldAggregatorTreeAggregation
 
vtkSmartPointer< vtkAreaLayoutAreaLayout
 
vtkSmartPointer< vtkPolyDataMapperAreaMapper
 
vtkSmartPointer< vtkActorAreaActor
 
vtkSmartPointer< vtkActor2DAreaLabelActor
 
vtkSmartPointer< vtkPolyDataHighlightData
 
vtkSmartPointer< vtkPolyDataMapperHighlightMapper
 
vtkSmartPointer< vtkActorHighlightActor
 
vtkPolyDataAlgorithmAreaToPolyData
 
vtkLabeledDataMapperAreaLabelMapper
 
vtkSmartPointer< vtkScalarBarWidgetEdgeScalarBar
 
vtkSmartPointer< vtkPointSetToLabelHierarchyAreaLabelHierarchy
 
vtkSmartPointer< vtkPolyDataEmptyPolyData
 
char * AreaSizeArrayNameInternal
 
char * AreaColorArrayNameInternal
 
char * AreaLabelArrayNameInternal
 
char * AreaLabelPriorityArrayNameInternal
 
char * GraphEdgeColorArrayNameInternal
 
char * AreaHoverTextInternal
 
char * AreaHoverArrayName
 
bool UseRectangularCoordinates
 
- Protected Attributes inherited from vtkRenderedRepresentation
Internals * Implementation
 
int LabelRenderMode
 
- 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
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

Examples:
vtkRenderedTreeAreaRepresentation (Examples)
Tests:
vtkRenderedTreeAreaRepresentation (Tests)

Definition at line 56 of file vtkRenderedTreeAreaRepresentation.h.

Member Typedef Documentation

Definition at line 60 of file vtkRenderedTreeAreaRepresentation.h.

Constructor & Destructor Documentation

vtkRenderedTreeAreaRepresentation::vtkRenderedTreeAreaRepresentation ( )
protected
vtkRenderedTreeAreaRepresentation::~vtkRenderedTreeAreaRepresentation ( )
protected

Member Function Documentation

static vtkRenderedTreeAreaRepresentation* vtkRenderedTreeAreaRepresentation::New ( )
static
static int vtkRenderedTreeAreaRepresentation::IsTypeOf ( const char *  type)
static
virtual int vtkRenderedTreeAreaRepresentation::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 vtkRenderedRepresentation.

static vtkRenderedTreeAreaRepresentation* vtkRenderedTreeAreaRepresentation::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkRenderedTreeAreaRepresentation::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkRenderedRepresentation.

vtkRenderedTreeAreaRepresentation* vtkRenderedTreeAreaRepresentation::NewInstance ( ) const
void vtkRenderedTreeAreaRepresentation::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 vtkRenderedRepresentation.

virtual void vtkRenderedTreeAreaRepresentation::SetLabelRenderMode ( int  mode)
virtual

Set the label render mode. QT - Use vtkQtTreeRingLabeler with fitted labeling and unicode support. Requires VTK_USE_QT to be on. FREETYPE

  • Use standard freetype text rendering.

Reimplemented from vtkRenderedRepresentation.

virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelArrayName ( const char *  name)
virtual

The array to use for area labeling. Default is "label".

virtual const char* vtkRenderedTreeAreaRepresentation::GetAreaLabelArrayName ( )
virtual

The array to use for area labeling. Default is "label".

virtual void vtkRenderedTreeAreaRepresentation::SetAreaSizeArrayName ( const char *  name)
virtual

The array to use for area sizes. Default is "size".

virtual const char* vtkRenderedTreeAreaRepresentation::GetAreaSizeArrayName ( )
virtual

The array to use for area sizes. Default is "size".

virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelPriorityArrayName ( const char *  name)
virtual

The array to use for area labeling priority. Default is "GraphVertexDegree".

virtual const char* vtkRenderedTreeAreaRepresentation::GetAreaLabelPriorityArrayName ( )
virtual

The array to use for area labeling priority. Default is "GraphVertexDegree".

virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelArrayName ( const char *  name)
inlinevirtual

The array to use for edge labeling. Default is "label".

Definition at line 89 of file vtkRenderedTreeAreaRepresentation.h.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelArrayName ( const char *  name,
int  idx 
)
virtual

The array to use for edge labeling. Default is "label".

virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelArrayName ( )
inlinevirtual

The array to use for edge labeling. Default is "label".

Definition at line 92 of file vtkRenderedTreeAreaRepresentation.h.

virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelArrayName ( int  idx)
virtual

The array to use for edge labeling. Default is "label".

virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelTextProperty ( vtkTextProperty tp)
inlinevirtual

The text property for the graph edge labels.

Definition at line 99 of file vtkRenderedTreeAreaRepresentation.h.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelTextProperty ( vtkTextProperty tp,
int  idx 
)
virtual

The text property for the graph edge labels.

virtual vtkTextProperty* vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelTextProperty ( )
inlinevirtual

The text property for the graph edge labels.

Definition at line 102 of file vtkRenderedTreeAreaRepresentation.h.

virtual vtkTextProperty* vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelTextProperty ( int  idx)
virtual

The text property for the graph edge labels.

virtual void vtkRenderedTreeAreaRepresentation::SetAreaHoverArrayName ( const char *  )
virtual

The name of the array whose value appears when the mouse hovers over a rectangle in the treemap.

virtual char* vtkRenderedTreeAreaRepresentation::GetAreaHoverArrayName ( )
virtual

The name of the array whose value appears when the mouse hovers over a rectangle in the treemap.

virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelVisibility ( bool  vis)
virtual

Whether to show area labels. Default is off.

virtual bool vtkRenderedTreeAreaRepresentation::GetAreaLabelVisibility ( )
virtual

Whether to show area labels. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::AreaLabelVisibilityOn ( )
virtual

Whether to show area labels. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::AreaLabelVisibilityOff ( )
virtual

Whether to show area labels. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelTextProperty ( vtkTextProperty tp)
virtual

The text property for the area labels.

virtual vtkTextProperty* vtkRenderedTreeAreaRepresentation::GetAreaLabelTextProperty ( )
virtual

The text property for the area labels.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelVisibility ( bool  vis)
inlinevirtual

Whether to show edge labels. Default is off.

Definition at line 129 of file vtkRenderedTreeAreaRepresentation.h.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelVisibility ( bool  vis,
int  idx 
)
virtual

Whether to show edge labels. Default is off.

virtual bool vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelVisibility ( )
inlinevirtual

Whether to show edge labels. Default is off.

Definition at line 132 of file vtkRenderedTreeAreaRepresentation.h.

virtual bool vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelVisibility ( int  idx)
virtual

Whether to show edge labels. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::GraphEdgeLabelVisibilityOn ( )
virtual

Whether to show edge labels. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::GraphEdgeLabelVisibilityOff ( )
virtual

Whether to show edge labels. Default is off.

void vtkRenderedTreeAreaRepresentation::SetAreaColorArrayName ( const char *  name)

The array to use for coloring vertices. Default is "color".

const char* vtkRenderedTreeAreaRepresentation::GetAreaColorArrayName ( )

The array to use for coloring vertices. Default is "color".

virtual void vtkRenderedTreeAreaRepresentation::SetColorAreasByArray ( bool  vis)
virtual

Whether to color vertices. Default is off.

virtual bool vtkRenderedTreeAreaRepresentation::GetColorAreasByArray ( )
virtual

Whether to color vertices. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::ColorAreasByArrayOn ( )
virtual

Whether to color vertices. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::ColorAreasByArrayOff ( )
virtual

Whether to color vertices. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeColorArrayName ( const char *  name)
inlinevirtual

The array to use for coloring edges. Default is "color".

Definition at line 153 of file vtkRenderedTreeAreaRepresentation.h.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeColorArrayName ( const char *  name,
int  idx 
)
virtual

The array to use for coloring edges. Default is "color".

virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphEdgeColorArrayName ( )
inlinevirtual

The array to use for coloring edges. Default is "color".

Definition at line 156 of file vtkRenderedTreeAreaRepresentation.h.

virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphEdgeColorArrayName ( int  idx)
virtual

The array to use for coloring edges. Default is "color".

virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeColorToSplineFraction ( )
inlinevirtual

Set the color to be the spline fraction

Definition at line 163 of file vtkRenderedTreeAreaRepresentation.h.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeColorToSplineFraction ( int  idx)
virtual

Set the color to be the spline fraction

virtual void vtkRenderedTreeAreaRepresentation::SetColorGraphEdgesByArray ( bool  vis)
inlinevirtual

Whether to color edges. Default is off.

Definition at line 170 of file vtkRenderedTreeAreaRepresentation.h.

virtual void vtkRenderedTreeAreaRepresentation::SetColorGraphEdgesByArray ( bool  vis,
int  idx 
)
virtual

Whether to color edges. Default is off.

virtual bool vtkRenderedTreeAreaRepresentation::GetColorGraphEdgesByArray ( )
inlinevirtual

Whether to color edges. Default is off.

Definition at line 173 of file vtkRenderedTreeAreaRepresentation.h.

virtual bool vtkRenderedTreeAreaRepresentation::GetColorGraphEdgesByArray ( int  idx)
virtual

Whether to color edges. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::ColorGraphEdgesByArrayOn ( )
virtual

Whether to color edges. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::ColorGraphEdgesByArrayOff ( )
virtual

Whether to color edges. Default is off.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphHoverArrayName ( const char *  name)
inlinevirtual

The name of the array whose value appears when the mouse hovers over a graph edge.

Definition at line 182 of file vtkRenderedTreeAreaRepresentation.h.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphHoverArrayName ( const char *  name,
int  idx 
)
virtual

The name of the array whose value appears when the mouse hovers over a graph edge.

virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphHoverArrayName ( )
inlinevirtual

The name of the array whose value appears when the mouse hovers over a graph edge.

Definition at line 185 of file vtkRenderedTreeAreaRepresentation.h.

virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphHoverArrayName ( int  idx)
virtual

The name of the array whose value appears when the mouse hovers over a graph edge.

virtual void vtkRenderedTreeAreaRepresentation::SetShrinkPercentage ( double  value)
virtual

Set the region shrink percentage between 0.0 and 1.0.

virtual double vtkRenderedTreeAreaRepresentation::GetShrinkPercentage ( )
virtual

Set the region shrink percentage between 0.0 and 1.0.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphBundlingStrength ( double  strength)
inlinevirtual

Set the bundling strength.

Definition at line 198 of file vtkRenderedTreeAreaRepresentation.h.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphBundlingStrength ( double  strength,
int  idx 
)
virtual

Set the bundling strength.

virtual double vtkRenderedTreeAreaRepresentation::GetGraphBundlingStrength ( )
inlinevirtual

Set the bundling strength.

Definition at line 201 of file vtkRenderedTreeAreaRepresentation.h.

virtual double vtkRenderedTreeAreaRepresentation::GetGraphBundlingStrength ( int  idx)
virtual

Set the bundling strength.

virtual void vtkRenderedTreeAreaRepresentation::SetGraphSplineType ( int  type,
int  idx 
)
virtual

Sets the spline type for the graph edges. vtkSplineGraphEdges::CUSTOM uses a vtkCardinalSpline. vtkSplineGraphEdges::BSPLINE uses a b-spline. The default is BSPLINE.

virtual int vtkRenderedTreeAreaRepresentation::GetGraphSplineType ( int  idx)
virtual

Sets the spline type for the graph edges. vtkSplineGraphEdges::CUSTOM uses a vtkCardinalSpline. vtkSplineGraphEdges::BSPLINE uses a b-spline. The default is BSPLINE.

virtual void vtkRenderedTreeAreaRepresentation::SetAreaLayoutStrategy ( vtkAreaLayoutStrategy strategy)
virtual

The layout strategy for producing spatial regions for the tree.

virtual vtkAreaLayoutStrategy* vtkRenderedTreeAreaRepresentation::GetAreaLayoutStrategy ( )
virtual

The layout strategy for producing spatial regions for the tree.

virtual void vtkRenderedTreeAreaRepresentation::SetAreaToPolyData ( vtkPolyDataAlgorithm areaToPoly)
virtual

The filter for converting areas to polydata. This may e.g. be vtkTreeMapToPolyData or vtkTreeRingToPolyData. The filter must take a vtkTree as input and produce vtkPolyData.

virtual vtkPolyDataAlgorithm* vtkRenderedTreeAreaRepresentation::GetAreaToPolyData ( )
virtual

The filter for converting areas to polydata. This may e.g. be vtkTreeMapToPolyData or vtkTreeRingToPolyData. The filter must take a vtkTree as input and produce vtkPolyData.

virtual void vtkRenderedTreeAreaRepresentation::SetUseRectangularCoordinates ( bool  )
virtual

Whether the area represents radial or rectangular coordinates.

virtual bool vtkRenderedTreeAreaRepresentation::GetUseRectangularCoordinates ( )
virtual

Whether the area represents radial or rectangular coordinates.

virtual void vtkRenderedTreeAreaRepresentation::UseRectangularCoordinatesOn ( )
virtual

Whether the area represents radial or rectangular coordinates.

virtual void vtkRenderedTreeAreaRepresentation::UseRectangularCoordinatesOff ( )
virtual

Whether the area represents radial or rectangular coordinates.

virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelMapper ( vtkLabeledDataMapper mapper)
virtual

The mapper for rendering labels on areas. This may e.g. be vtkDynamic2DLabelMapper or vtkTreeMapLabelMapper.

virtual vtkLabeledDataMapper* vtkRenderedTreeAreaRepresentation::GetAreaLabelMapper ( )
virtual

The mapper for rendering labels on areas. This may e.g. be vtkDynamic2DLabelMapper or vtkTreeMapLabelMapper.

virtual void vtkRenderedTreeAreaRepresentation::ApplyViewTheme ( vtkViewTheme theme)
virtual

Apply the theme to this view.

virtual void vtkRenderedTreeAreaRepresentation::SetEdgeScalarBarVisibility ( bool  b)
virtual

Visibility of scalar bar actor for edges.

virtual bool vtkRenderedTreeAreaRepresentation::GetEdgeScalarBarVisibility ( )
virtual

Visibility of scalar bar actor for edges.

virtual bool vtkRenderedTreeAreaRepresentation::AddToView ( vtkView view)
protectedvirtual

Called by the view to add/remove this representation.

virtual bool vtkRenderedTreeAreaRepresentation::RemoveFromView ( vtkView view)
protectedvirtual

Called by the view to add/remove this representation.

virtual vtkSelection* vtkRenderedTreeAreaRepresentation::ConvertSelection ( vtkView view,
vtkSelection selection 
)
protectedvirtual

Convert the selection to a type appropriate for sharing with other representations through vtkAnnotationLink, possibly using the view. For the superclass, we just return the same selection. Subclasses may do something more fancy, like convert the selection from a frustrum to a list of pedigree ids. If the selection cannot be applied to this representation, return NULL.

Reimplemented from vtkDataRepresentation.

virtual int vtkRenderedTreeAreaRepresentation::FillInputPortInformation ( int  port,
vtkInformation info 
)
protectedvirtual

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkPassInputTypeAlgorithm.

virtual int vtkRenderedTreeAreaRepresentation::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
protectedvirtual

Subclasses should override this to connect inputs to the internal pipeline as necessary. Since most representations are "meta-filters" (i.e. filters containing other filters), you should create shallow copies of your input before connecting to the internal pipeline. The convenience method GetInternalOutputPort will create a cached shallow copy of a specified input for you. The related helper functions GetInternalAnnotationOutputPort, GetInternalSelectionOutputPort should be used to obtain a selection or annotation port whose selections are localized for a particular input data object.

Reimplemented from vtkDataRepresentation.

virtual void vtkRenderedTreeAreaRepresentation::PrepareForRendering ( vtkRenderView view)
protectedvirtual

The view will call this method before every render. Representations may add their own pre-render logic here.

Reimplemented from vtkRenderedRepresentation.

bool vtkRenderedTreeAreaRepresentation::ValidIndex ( int  idx)
protected
void vtkRenderedTreeAreaRepresentation::UpdateHoverHighlight ( vtkView view,
int  x,
int  y 
)
protected
virtual vtkUnicodeString vtkRenderedTreeAreaRepresentation::GetHoverTextInternal ( vtkSelection )
protectedvirtual

Subclasses may override this method to generate the hover text.

Reimplemented from vtkRenderedRepresentation.

virtual void vtkRenderedTreeAreaRepresentation::SetAreaSizeArrayNameInternal ( const char *  )
protectedvirtual
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaSizeArrayNameInternal ( )
protectedvirtual
virtual void vtkRenderedTreeAreaRepresentation::SetAreaColorArrayNameInternal ( const char *  )
protectedvirtual
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaColorArrayNameInternal ( )
protectedvirtual
virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelArrayNameInternal ( const char *  )
protectedvirtual
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaLabelArrayNameInternal ( )
protectedvirtual
virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelPriorityArrayNameInternal ( const char *  )
protectedvirtual
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaLabelPriorityArrayNameInternal ( )
protectedvirtual
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeColorArrayNameInternal ( const char *  )
protectedvirtual
virtual char* vtkRenderedTreeAreaRepresentation::GetGraphEdgeColorArrayNameInternal ( )
protectedvirtual
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaHoverTextInternal ( )
protectedvirtual
virtual void vtkRenderedTreeAreaRepresentation::SetAreaHoverTextInternal ( const char *  )
protectedvirtual

Member Data Documentation

Internals* vtkRenderedTreeAreaRepresentation::Implementation
protected

Definition at line 279 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkWorldPointPicker> vtkRenderedTreeAreaRepresentation::Picker
protected

Definition at line 284 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkApplyColors> vtkRenderedTreeAreaRepresentation::ApplyColors
protected

Definition at line 285 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkTreeLevelsFilter> vtkRenderedTreeAreaRepresentation::TreeLevels
protected

Definition at line 286 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkVertexDegree> vtkRenderedTreeAreaRepresentation::VertexDegree
protected

Definition at line 287 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkTreeFieldAggregator> vtkRenderedTreeAreaRepresentation::TreeAggregation
protected

Definition at line 288 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkAreaLayout> vtkRenderedTreeAreaRepresentation::AreaLayout
protected

Definition at line 289 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkPolyDataMapper> vtkRenderedTreeAreaRepresentation::AreaMapper
protected

Definition at line 290 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkActor> vtkRenderedTreeAreaRepresentation::AreaActor
protected

Definition at line 291 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkActor2D> vtkRenderedTreeAreaRepresentation::AreaLabelActor
protected

Definition at line 292 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkPolyData> vtkRenderedTreeAreaRepresentation::HighlightData
protected

Definition at line 293 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkPolyDataMapper> vtkRenderedTreeAreaRepresentation::HighlightMapper
protected

Definition at line 294 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkActor> vtkRenderedTreeAreaRepresentation::HighlightActor
protected

Definition at line 295 of file vtkRenderedTreeAreaRepresentation.h.

vtkPolyDataAlgorithm* vtkRenderedTreeAreaRepresentation::AreaToPolyData
protected

Definition at line 296 of file vtkRenderedTreeAreaRepresentation.h.

vtkLabeledDataMapper* vtkRenderedTreeAreaRepresentation::AreaLabelMapper
protected

Definition at line 297 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkScalarBarWidget> vtkRenderedTreeAreaRepresentation::EdgeScalarBar
protected

Definition at line 298 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkPointSetToLabelHierarchy> vtkRenderedTreeAreaRepresentation::AreaLabelHierarchy
protected

Definition at line 299 of file vtkRenderedTreeAreaRepresentation.h.

vtkSmartPointer<vtkPolyData> vtkRenderedTreeAreaRepresentation::EmptyPolyData
protected

Definition at line 300 of file vtkRenderedTreeAreaRepresentation.h.

char* vtkRenderedTreeAreaRepresentation::AreaSizeArrayNameInternal
protected

Definition at line 304 of file vtkRenderedTreeAreaRepresentation.h.

char* vtkRenderedTreeAreaRepresentation::AreaColorArrayNameInternal
protected

Definition at line 307 of file vtkRenderedTreeAreaRepresentation.h.

char* vtkRenderedTreeAreaRepresentation::AreaLabelArrayNameInternal
protected

Definition at line 310 of file vtkRenderedTreeAreaRepresentation.h.

char* vtkRenderedTreeAreaRepresentation::AreaLabelPriorityArrayNameInternal
protected

Definition at line 313 of file vtkRenderedTreeAreaRepresentation.h.

char* vtkRenderedTreeAreaRepresentation::GraphEdgeColorArrayNameInternal
protected

Definition at line 316 of file vtkRenderedTreeAreaRepresentation.h.

char* vtkRenderedTreeAreaRepresentation::AreaHoverTextInternal
protected

Definition at line 319 of file vtkRenderedTreeAreaRepresentation.h.

char* vtkRenderedTreeAreaRepresentation::AreaHoverArrayName
protected

Definition at line 321 of file vtkRenderedTreeAreaRepresentation.h.

bool vtkRenderedTreeAreaRepresentation::UseRectangularCoordinates
protected

Definition at line 323 of file vtkRenderedTreeAreaRepresentation.h.


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