VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkHierarchicalGraphPipeline Class Reference

helper class for rendering graphs superimposed on a tree. More...

#include <vtkHierarchicalGraphPipeline.h>

Inherits vtkObject.

Collaboration diagram for vtkHierarchicalGraphPipeline:
[legend]

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkHierarchicalGraphPipelineNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual vtkSelection * ConvertSelection (vtkDataRepresentation *rep, vtkSelection *sel)
 
virtual void ApplyViewTheme (vtkViewTheme *theme)
 
void RegisterProgress (vtkRenderView *view)
 
virtual vtkActor * GetActor ()
 
virtual vtkActor2D * GetLabelActor ()
 
virtual void SetBundlingStrength (double strength)
 
virtual double GetBundlingStrength ()
 
virtual void SetLabelArrayName (const char *name)
 
virtual const char * GetLabelArrayName ()
 
virtual void SetLabelVisibility (bool vis)
 
virtual bool GetLabelVisibility ()
 
virtual void LabelVisibilityOn ()
 
virtual void LabelVisibilityOff ()
 
virtual void SetLabelTextProperty (vtkTextProperty *prop)
 
virtual vtkTextProperty * GetLabelTextProperty ()
 
virtual void SetColorArrayName (const char *name)
 
virtual const char * GetColorArrayName ()
 
virtual void SetColorEdgesByArray (bool vis)
 
virtual bool GetColorEdgesByArray ()
 
virtual void ColorEdgesByArrayOn ()
 
virtual void ColorEdgesByArrayOff ()
 
virtual void SetVisibility (bool vis)
 
virtual bool GetVisibility ()
 
virtual void VisibilityOn ()
 
virtual void VisibilityOff ()
 
virtual void PrepareInputConnections (vtkAlgorithmOutput *graphConn, vtkAlgorithmOutput *treeConn, vtkAlgorithmOutput *annConn)
 
virtual void SetHoverArrayName (const char *)
 
virtual char * GetHoverArrayName ()
 
virtual void SetSplineType (int type)
 
virtual int GetSplineType ()
 

Static Public Member Functions

static
vtkHierarchicalGraphPipeline
New ()
 
static int IsTypeOf (const char *type)
 
static
vtkHierarchicalGraphPipeline
SafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkHierarchicalGraphPipeline ()
 
 ~vtkHierarchicalGraphPipeline ()
 
virtual void SetColorArrayNameInternal (const char *)
 
virtual char * GetColorArrayNameInternal ()
 
virtual void SetLabelArrayNameInternal (const char *)
 
virtual char * GetLabelArrayNameInternal ()
 

Protected Attributes

vtkApplyColorsApplyColors
 
vtkGraphHierarchicalBundleEdgesBundle
 
vtkGraphToPolyDataGraphToPoly
 
vtkSplineGraphEdgesSpline
 
vtkPolyDataMapper * Mapper
 
vtkActor * Actor
 
vtkTextProperty * TextProperty
 
vtkEdgeCentersEdgeCenters
 
vtkDynamic2DLabelMapper * LabelMapper
 
vtkActor2D * LabelActor
 
char * HoverArrayName
 
char * ColorArrayNameInternal
 
char * LabelArrayNameInternal
 

Detailed Description

helper class for rendering graphs superimposed on a tree.

vtkHierarchicalGraphPipeline renders bundled edges that are meant to be viewed as an overlay on a tree. This class is not for general use, but is used in the internals of vtkRenderedHierarchyRepresentation and vtkRenderedTreeAreaRepresentation.

Definition at line 49 of file vtkHierarchicalGraphPipeline.h.

Member Typedef Documentation

Definition at line 53 of file vtkHierarchicalGraphPipeline.h.

Constructor & Destructor Documentation

vtkHierarchicalGraphPipeline::vtkHierarchicalGraphPipeline ( )
protected
vtkHierarchicalGraphPipeline::~vtkHierarchicalGraphPipeline ( )
protected

Member Function Documentation

static vtkHierarchicalGraphPipeline* vtkHierarchicalGraphPipeline::New ( )
static
static int vtkHierarchicalGraphPipeline::IsTypeOf ( const char *  type)
static
virtual int vtkHierarchicalGraphPipeline::IsA ( const char *  type)
virtual
static vtkHierarchicalGraphPipeline* vtkHierarchicalGraphPipeline::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkHierarchicalGraphPipeline::NewInstanceInternal ( ) const
protectedvirtual
vtkHierarchicalGraphPipeline* vtkHierarchicalGraphPipeline::NewInstance ( ) const
void vtkHierarchicalGraphPipeline::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual vtkActor* vtkHierarchicalGraphPipeline::GetActor ( )
virtual

The actor associated with the hierarchical graph.

virtual vtkActor2D* vtkHierarchicalGraphPipeline::GetLabelActor ( )
virtual

The actor associated with the hierarchical graph.

virtual void vtkHierarchicalGraphPipeline::SetBundlingStrength ( double  strength)
virtual

The bundling strength for the bundled edges.

virtual double vtkHierarchicalGraphPipeline::GetBundlingStrength ( )
virtual

The bundling strength for the bundled edges.

virtual void vtkHierarchicalGraphPipeline::SetLabelArrayName ( const char *  name)
virtual

The edge label array name.

virtual const char* vtkHierarchicalGraphPipeline::GetLabelArrayName ( )
virtual

The edge label array name.

virtual void vtkHierarchicalGraphPipeline::SetLabelVisibility ( bool  vis)
virtual

The edge label visibility.

virtual bool vtkHierarchicalGraphPipeline::GetLabelVisibility ( )
virtual

The edge label visibility.

virtual void vtkHierarchicalGraphPipeline::LabelVisibilityOn ( )
virtual

The edge label visibility.

virtual void vtkHierarchicalGraphPipeline::LabelVisibilityOff ( )
virtual

The edge label visibility.

virtual void vtkHierarchicalGraphPipeline::SetLabelTextProperty ( vtkTextProperty *  prop)
virtual

The edge label text property.

virtual vtkTextProperty* vtkHierarchicalGraphPipeline::GetLabelTextProperty ( )
virtual

The edge label text property.

virtual void vtkHierarchicalGraphPipeline::SetColorArrayName ( const char *  name)
virtual

The edge color array.

virtual const char* vtkHierarchicalGraphPipeline::GetColorArrayName ( )
virtual

The edge color array.

virtual void vtkHierarchicalGraphPipeline::SetColorEdgesByArray ( bool  vis)
virtual

Whether to color the edges by an array.

virtual bool vtkHierarchicalGraphPipeline::GetColorEdgesByArray ( )
virtual

Whether to color the edges by an array.

virtual void vtkHierarchicalGraphPipeline::ColorEdgesByArrayOn ( )
virtual

Whether to color the edges by an array.

virtual void vtkHierarchicalGraphPipeline::ColorEdgesByArrayOff ( )
virtual

Whether to color the edges by an array.

virtual void vtkHierarchicalGraphPipeline::SetVisibility ( bool  vis)
virtual

The visibility of this graph.

virtual bool vtkHierarchicalGraphPipeline::GetVisibility ( )
virtual

The visibility of this graph.

virtual void vtkHierarchicalGraphPipeline::VisibilityOn ( )
virtual

The visibility of this graph.

virtual void vtkHierarchicalGraphPipeline::VisibilityOff ( )
virtual

The visibility of this graph.

virtual vtkSelection* vtkHierarchicalGraphPipeline::ConvertSelection ( vtkDataRepresentation rep,
vtkSelection *  sel 
)
virtual

Returns a new selection relevant to this graph based on an input selection and the view that this graph is contained in.

virtual void vtkHierarchicalGraphPipeline::PrepareInputConnections ( vtkAlgorithmOutput *  graphConn,
vtkAlgorithmOutput *  treeConn,
vtkAlgorithmOutput *  annConn 
)
virtual

Sets the input connections for this graph. graphConn is the input graph connection. treeConn is the input tree connection. annConn is the annotation link connection.

virtual void vtkHierarchicalGraphPipeline::ApplyViewTheme ( vtkViewTheme theme)
virtual

Applies the view theme to this graph.

virtual void vtkHierarchicalGraphPipeline::SetHoverArrayName ( const char *  )
virtual

The array to use while hovering over an edge.

virtual char* vtkHierarchicalGraphPipeline::GetHoverArrayName ( )
virtual

The array to use while hovering over an edge.

virtual void vtkHierarchicalGraphPipeline::SetSplineType ( int  type)
virtual

The spline mode to use in vtkSplineGraphEdges. vtkSplineGraphEdges::CUSTOM uses a vtkCardinalSpline. vtkSplineGraphEdges::BSPLINE uses a b-spline. The default is BSPLINE.

virtual int vtkHierarchicalGraphPipeline::GetSplineType ( )
virtual

The spline mode to use in vtkSplineGraphEdges. vtkSplineGraphEdges::CUSTOM uses a vtkCardinalSpline. vtkSplineGraphEdges::BSPLINE uses a b-spline. The default is BSPLINE.

void vtkHierarchicalGraphPipeline::RegisterProgress ( vtkRenderView view)

Register progress with a view.

virtual void vtkHierarchicalGraphPipeline::SetColorArrayNameInternal ( const char *  )
protectedvirtual
virtual char* vtkHierarchicalGraphPipeline::GetColorArrayNameInternal ( )
protectedvirtual
virtual void vtkHierarchicalGraphPipeline::SetLabelArrayNameInternal ( const char *  )
protectedvirtual
virtual char* vtkHierarchicalGraphPipeline::GetLabelArrayNameInternal ( )
protectedvirtual

Member Data Documentation

vtkApplyColors* vtkHierarchicalGraphPipeline::ApplyColors
protected

Definition at line 149 of file vtkHierarchicalGraphPipeline.h.

vtkGraphHierarchicalBundleEdges* vtkHierarchicalGraphPipeline::Bundle
protected

Definition at line 150 of file vtkHierarchicalGraphPipeline.h.

vtkGraphToPolyData* vtkHierarchicalGraphPipeline::GraphToPoly
protected

Definition at line 151 of file vtkHierarchicalGraphPipeline.h.

vtkSplineGraphEdges* vtkHierarchicalGraphPipeline::Spline
protected

Definition at line 152 of file vtkHierarchicalGraphPipeline.h.

vtkPolyDataMapper* vtkHierarchicalGraphPipeline::Mapper
protected

Definition at line 153 of file vtkHierarchicalGraphPipeline.h.

vtkActor* vtkHierarchicalGraphPipeline::Actor
protected

Definition at line 154 of file vtkHierarchicalGraphPipeline.h.

vtkTextProperty* vtkHierarchicalGraphPipeline::TextProperty
protected

Definition at line 155 of file vtkHierarchicalGraphPipeline.h.

vtkEdgeCenters* vtkHierarchicalGraphPipeline::EdgeCenters
protected

Definition at line 156 of file vtkHierarchicalGraphPipeline.h.

vtkDynamic2DLabelMapper* vtkHierarchicalGraphPipeline::LabelMapper
protected

Definition at line 157 of file vtkHierarchicalGraphPipeline.h.

vtkActor2D* vtkHierarchicalGraphPipeline::LabelActor
protected

Definition at line 158 of file vtkHierarchicalGraphPipeline.h.

char* vtkHierarchicalGraphPipeline::HoverArrayName
protected

Definition at line 160 of file vtkHierarchicalGraphPipeline.h.

char* vtkHierarchicalGraphPipeline::ColorArrayNameInternal
protected

Definition at line 163 of file vtkHierarchicalGraphPipeline.h.

char* vtkHierarchicalGraphPipeline::LabelArrayNameInternal
protected

Definition at line 167 of file vtkHierarchicalGraphPipeline.h.


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