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

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

#include <vtkHierarchicalGraphPipeline.h>

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

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkHierarchicalGraphPipelineNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkSelectionConvertSelection (vtkDataRepresentation *rep, vtkSelection *sel)
virtual void ApplyViewTheme (vtkViewTheme *theme)
void RegisterProgress (vtkRenderView *view)
virtual vtkActorGetActor ()
virtual vtkActor2DGetLabelActor ()
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 vtkTextPropertyGetLabelTextProperty ()
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 vtkObjectBaseNewInstanceInternal () 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
vtkPolyDataMapperMapper
vtkActorActor
vtkTextPropertyTextProperty
vtkEdgeCentersEdgeCenters
vtkDynamic2DLabelMapperLabelMapper
vtkActor2DLabelActor
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

Reimplemented from vtkObject.

Definition at line 53 of file vtkHierarchicalGraphPipeline.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

static int vtkHierarchicalGraphPipeline::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

virtual int vtkHierarchicalGraphPipeline::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 vtkObject.

Reimplemented from vtkObject.

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

Reimplemented from vtkObject.

Reimplemented from vtkObject.

void vtkHierarchicalGraphPipeline::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 vtkObject.

The actor associated with the hierarchical graph.

The actor associated with the hierarchical graph.

virtual void vtkHierarchicalGraphPipeline::SetBundlingStrength ( double  strength) [virtual]

The bundling strength for the bundled edges.

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.

The edge label visibility.

The edge label visibility.

The edge label visibility.

The edge label text property.

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.

Whether to color the edges by an array.

Whether to color the edges by an array.

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.

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.

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.

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

Register progress with a view.

virtual void vtkHierarchicalGraphPipeline::SetColorArrayNameInternal ( const char *  ) [protected, virtual]
virtual char* vtkHierarchicalGraphPipeline::GetColorArrayNameInternal ( ) [protected, virtual]
virtual void vtkHierarchicalGraphPipeline::SetLabelArrayNameInternal ( const char *  ) [protected, virtual]
virtual char* vtkHierarchicalGraphPipeline::GetLabelArrayNameInternal ( ) [protected, virtual]

Member Data Documentation

Definition at line 149 of file vtkHierarchicalGraphPipeline.h.

Definition at line 150 of file vtkHierarchicalGraphPipeline.h.

Definition at line 151 of file vtkHierarchicalGraphPipeline.h.

Definition at line 152 of file vtkHierarchicalGraphPipeline.h.

Definition at line 153 of file vtkHierarchicalGraphPipeline.h.

Definition at line 154 of file vtkHierarchicalGraphPipeline.h.

Definition at line 155 of file vtkHierarchicalGraphPipeline.h.

Definition at line 156 of file vtkHierarchicalGraphPipeline.h.

Definition at line 157 of file vtkHierarchicalGraphPipeline.h.

Definition at line 158 of file vtkHierarchicalGraphPipeline.h.

Definition at line 160 of file vtkHierarchicalGraphPipeline.h.

Definition at line 163 of file vtkHierarchicalGraphPipeline.h.

Definition at line 167 of file vtkHierarchicalGraphPipeline.h.


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