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 | List of all members
vtkHierarchicalGraphView Class Reference

Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display. Currently, this means displaying the hierarchy using a tree layout, then rendering the graph vertices as leaves of the tree with curved graph edges between leaves. More...

#include <vtkHierarchicalGraphView.h>

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

Public Types

typedef vtkGraphLayoutView Superclass
 
- Public Types inherited from vtkGraphLayoutView
typedef vtkRenderView Superclass
 
- Public Types inherited from vtkRenderView
enum  { INTERACTION_MODE_2D, INTERACTION_MODE_3D, INTERACTION_MODE_UNKNOWN }
 
enum  { SURFACE = 0, FRUSTUM = 1 }
 
enum  { NO_OVERLAP, ALL }
 
enum  { FREETYPE, QT }
 
typedef vtkRenderViewBase Superclass
 
- Public Types inherited from vtkRenderViewBase
typedef vtkView Superclass
 
- Public Types inherited from vtkView
typedef vtkObject Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkHierarchicalGraphViewNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetGraphEdgeColorToSplineFraction ()
 
vtkDataRepresentationSetHierarchyFromInputConnection (vtkAlgorithmOutput *conn)
 
vtkDataRepresentationSetHierarchyFromInput (vtkDataObject *input)
 
vtkDataRepresentationSetGraphFromInputConnection (vtkAlgorithmOutput *conn)
 
vtkDataRepresentationSetGraphFromInput (vtkDataObject *input)
 
virtual void SetGraphEdgeLabelArrayName (const char *name)
 
virtual const char * GetGraphEdgeLabelArrayName ()
 
virtual void SetGraphEdgeLabelVisibility (bool vis)
 
virtual bool GetGraphEdgeLabelVisibility ()
 
virtual void GraphEdgeLabelVisibilityOn ()
 
virtual void GraphEdgeLabelVisibilityOff ()
 
virtual void SetGraphEdgeColorArrayName (const char *name)
 
virtual const char * GetGraphEdgeColorArrayName ()
 
virtual void SetColorGraphEdgesByArray (bool vis)
 
virtual bool GetColorGraphEdgesByArray ()
 
virtual void ColorGraphEdgesByArrayOn ()
 
virtual void ColorGraphEdgesByArrayOff ()
 
virtual void SetBundlingStrength (double strength)
 
virtual double GetBundlingStrength ()
 
virtual void SetGraphVisibility (bool b)
 
virtual bool GetGraphVisibility ()
 
virtual void GraphVisibilityOn ()
 
virtual void GraphVisibilityOff ()
 
virtual void SetGraphEdgeLabelFontSize (const int size)
 
virtual int GetGraphEdgeLabelFontSize ()
 
- Public Member Functions inherited from vtkGraphLayoutView
vtkGraphLayoutViewNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void AddIconType (char *type, int index)
 
void ClearIconTypes ()
 
void SetIconAlignment (int alignment)
 
void ZoomToSelection ()
 
virtual int IsLayoutComplete ()
 
virtual void UpdateLayout ()
 
void SetVertexLabelArrayName (const char *name)
 
const char * GetVertexLabelArrayName ()
 
void SetEdgeLabelArrayName (const char *name)
 
const char * GetEdgeLabelArrayName ()
 
void SetVertexLabelVisibility (bool vis)
 
bool GetVertexLabelVisibility ()
 
virtual void VertexLabelVisibilityOn ()
 
virtual void VertexLabelVisibilityOff ()
 
void SetHideVertexLabelsOnInteraction (bool vis)
 
bool GetHideVertexLabelsOnInteraction ()
 
virtual void HideVertexLabelsOnInteractionOn ()
 
virtual void HideVertexLabelsOnInteractionOff ()
 
void SetEdgeVisibility (bool vis)
 
bool GetEdgeVisibility ()
 
virtual void EdgeVisibilityOn ()
 
virtual void EdgeVisibilityOff ()
 
void SetEdgeLabelVisibility (bool vis)
 
bool GetEdgeLabelVisibility ()
 
virtual void EdgeLabelVisibilityOn ()
 
virtual void EdgeLabelVisibilityOff ()
 
void SetHideEdgeLabelsOnInteraction (bool vis)
 
bool GetHideEdgeLabelsOnInteraction ()
 
virtual void HideEdgeLabelsOnInteractionOn ()
 
virtual void HideEdgeLabelsOnInteractionOff ()
 
void SetVertexColorArrayName (const char *name)
 
const char * GetVertexColorArrayName ()
 
void SetColorVertices (bool vis)
 
bool GetColorVertices ()
 
virtual void ColorVerticesOn ()
 
virtual void ColorVerticesOff ()
 
void SetEdgeColorArrayName (const char *name)
 
const char * GetEdgeColorArrayName ()
 
void SetColorEdges (bool vis)
 
bool GetColorEdges ()
 
virtual void ColorEdgesOn ()
 
virtual void ColorEdgesOff ()
 
void SetEdgeSelection (bool vis)
 
bool GetEdgeSelection ()
 
virtual void EdgeSelectionOn ()
 
virtual void EdgeSelectionOff ()
 
void SetEnabledEdgesArrayName (const char *name)
 
const char * GetEnabledEdgesArrayName ()
 
void SetEnableEdgesByArray (bool vis)
 
int GetEnableEdgesByArray ()
 
void SetEnabledVerticesArrayName (const char *name)
 
const char * GetEnabledVerticesArrayName ()
 
void SetEnableVerticesByArray (bool vis)
 
int GetEnableVerticesByArray ()
 
void SetScalingArrayName (const char *name)
 
const char * GetScalingArrayName ()
 
void SetScaledGlyphs (bool arg)
 
bool GetScaledGlyphs ()
 
virtual void ScaledGlyphsOn ()
 
virtual void ScaledGlyphsOff ()
 
void SetLayoutStrategy (const char *name)
 
void SetLayoutStrategyToRandom ()
 
void SetLayoutStrategyToForceDirected ()
 
void SetLayoutStrategyToSimple2D ()
 
void SetLayoutStrategyToClustering2D ()
 
void SetLayoutStrategyToCommunity2D ()
 
void SetLayoutStrategyToFast2D ()
 
void SetLayoutStrategyToPassThrough ()
 
void SetLayoutStrategyToCircular ()
 
void SetLayoutStrategyToTree ()
 
void SetLayoutStrategyToCosmicTree ()
 
void SetLayoutStrategyToCone ()
 
void SetLayoutStrategyToSpanTree ()
 
const char * GetLayoutStrategyName ()
 
vtkGraphLayoutStrategyGetLayoutStrategy ()
 
void SetLayoutStrategy (vtkGraphLayoutStrategy *s)
 
void SetEdgeLayoutStrategy (const char *name)
 
void SetEdgeLayoutStrategyToArcParallel ()
 
void SetEdgeLayoutStrategyToPassThrough ()
 
const char * GetEdgeLayoutStrategyName ()
 
vtkEdgeLayoutStrategyGetEdgeLayoutStrategy ()
 
void SetEdgeLayoutStrategy (vtkEdgeLayoutStrategy *s)
 
void SetIconVisibility (bool b)
 
bool GetIconVisibility ()
 
virtual void IconVisibilityOn ()
 
virtual void IconVisibilityOff ()
 
void SetIconArrayName (const char *name)
 
const char * GetIconArrayName ()
 
void SetGlyphType (int type)
 
int GetGlyphType ()
 
virtual void SetVertexLabelFontSize (const int size)
 
virtual int GetVertexLabelFontSize ()
 
virtual void SetEdgeLabelFontSize (const int size)
 
virtual int GetEdgeLabelFontSize ()
 
void SetEdgeScalarBarVisibility (bool vis)
 
bool GetEdgeScalarBarVisibility ()
 
void SetVertexScalarBarVisibility (bool vis)
 
bool GetVertexScalarBarVisibility ()
 
- Public Member Functions inherited from vtkRenderView
vtkRenderViewNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInteractor (vtkRenderWindowInteractor *interactor)
 
virtual void SetInteractorStyle (vtkInteractorObserver *style)
 
virtual vtkInteractorObserver * GetInteractorStyle ()
 
virtual void SetRenderWindow (vtkRenderWindow *win)
 
void SetInteractionMode (int mode)
 
virtual int GetInteractionMode ()
 
virtual void Render ()
 
virtual void ApplyViewTheme (vtkViewTheme *theme)
 
virtual void AddLabels (vtkAlgorithmOutput *conn)
 
virtual void RemoveLabels (vtkAlgorithmOutput *conn)
 
virtual void SetInteractionModeTo2D ()
 
virtual void SetInteractionModeTo3D ()
 
virtual void SetTransform (vtkAbstractTransform *transform)
 
virtual vtkAbstractTransform * GetTransform ()
 
virtual void SetDisplayHoverText (bool b)
 
virtual bool GetDisplayHoverText ()
 
virtual void DisplayHoverTextOn ()
 
virtual void DisplayHoverTextOff ()
 
virtual void SetSelectionMode (int)
 
virtual int GetSelectionMode ()
 
void SetSelectionModeToSurface ()
 
void SetSelectionModeToFrustum ()
 
virtual void SetIconTexture (vtkTexture *texture)
 
virtual vtkTexture * GetIconTexture ()
 
virtual void SetIconSize (int, int)
 
void SetIconSize (int[2])
 
virtual int * GetIconSize ()
 
virtual void GetIconSize (int &, int &)
 
virtual void GetIconSize (int[2])
 
virtual void SetDisplaySize (int, int)
 
void SetDisplaySize (int[2])
 
int * GetDisplaySize ()
 
void GetDisplaySize (int &dsx, int &dsy)
 
virtual void SetLabelPlacementMode (int mode)
 
virtual int GetLabelPlacementMode ()
 
virtual void SetLabelPlacementModeToNoOverlap ()
 
virtual void SetLabelPlacementModeToAll ()
 
virtual void SetLabelRenderMode (int mode)
 
virtual int GetLabelRenderMode ()
 
virtual void SetLabelRenderModeToFreetype ()
 
virtual void SetLabelRenderModeToQt ()
 
void SetRenderOnMouseMove (bool b)
 
virtual bool GetRenderOnMouseMove ()
 
virtual void RenderOnMouseMoveOn ()
 
virtual void RenderOnMouseMoveOff ()
 
- Public Member Functions inherited from vtkRenderViewBase
vtkRenderViewBaseNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual vtkRenderer * GetRenderer ()
 
virtual void SetRenderer (vtkRenderer *ren)
 
virtual vtkRenderWindow * GetRenderWindow ()
 
virtual void ResetCamera ()
 
virtual void ResetCameraClippingRange ()
 
virtual vtkRenderWindowInteractor * GetInteractor ()
 
- Public Member Functions inherited from vtkView
vtkViewNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void AddRepresentation (vtkDataRepresentation *rep)
 
void SetRepresentation (vtkDataRepresentation *rep)
 
vtkDataRepresentationAddRepresentationFromInputConnection (vtkAlgorithmOutput *conn)
 
vtkDataRepresentationSetRepresentationFromInputConnection (vtkAlgorithmOutput *conn)
 
vtkDataRepresentationAddRepresentationFromInput (vtkDataObject *input)
 
vtkDataRepresentationSetRepresentationFromInput (vtkDataObject *input)
 
void RemoveRepresentation (vtkDataRepresentation *rep)
 
void RemoveRepresentation (vtkAlgorithmOutput *rep)
 
void RemoveAllRepresentations ()
 
int GetNumberOfRepresentations ()
 
vtkDataRepresentationGetRepresentation (int index=0)
 
bool IsRepresentationPresent (vtkDataRepresentation *rep)
 
virtual void Update ()
 
virtual void ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme))
 
vtkCommand * GetObserver ()
 
void RegisterProgress (vtkObject *algorithm, const char *message=NULL)
 
void UnRegisterProgress (vtkObject *algorithm)
 

Static Public Member Functions

static vtkHierarchicalGraphViewNew ()
 
static int IsTypeOf (const char *type)
 
static vtkHierarchicalGraphViewSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkGraphLayoutView
static vtkGraphLayoutViewNew ()
 
static int IsTypeOf (const char *type)
 
static vtkGraphLayoutViewSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkRenderView
static vtkRenderViewNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderViewSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkRenderViewBase
static vtkRenderViewBaseNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderViewBaseSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkView
static vtkViewNew ()
 
static int IsTypeOf (const char *type)
 
static vtkViewSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkHierarchicalGraphView ()
 
 ~vtkHierarchicalGraphView ()
 
virtual vtkDataRepresentationCreateDefaultRepresentation (vtkAlgorithmOutput *conn)
 
virtual
vtkRenderedGraphRepresentation
GetGraphRepresentation ()
 
virtual
vtkRenderedHierarchyRepresentation
GetHierarchyRepresentation ()
 
- Protected Member Functions inherited from vtkGraphLayoutView
 vtkGraphLayoutView ()
 
 ~vtkGraphLayoutView ()
 
virtual void ProcessEvents (vtkObject *caller, unsigned long eventId, void *callData)
 
- Protected Member Functions inherited from vtkRenderView
virtual void PrepareForRendering ()
 
virtual void UpdateHoverText ()
 
virtual void UpdateHoverWidgetState ()
 
void UpdatePickRender ()
 
virtual void GenerateSelection (void *callData, vtkSelection *selection)
 
 vtkRenderView ()
 
 ~vtkRenderView ()
 
- Protected Member Functions inherited from vtkRenderViewBase
 vtkRenderViewBase ()
 
 ~vtkRenderViewBase ()
 
- Protected Member Functions inherited from vtkView
 vtkView ()
 
 ~vtkView ()
 
virtual void AddRepresentationInternal (vtkDataRepresentation *vtkNotUsed(rep))
 
virtual void RemoveRepresentationInternal (vtkDataRepresentation *vtkNotUsed(rep))
 
virtual void SetReuseSingleRepresentation (bool)
 
virtual bool GetReuseSingleRepresentation ()
 
virtual void ReuseSingleRepresentationOn ()
 
virtual void ReuseSingleRepresentationOff ()
 

Additional Inherited Members

- Protected Attributes inherited from vtkRenderView
int SelectionMode
 
int LabelRenderMode
 
bool DisplayHoverText
 
bool Interacting
 
bool InHoverTextRender
 
bool InPickRender
 
bool PickRenderNeedsUpdate
 
vtkAbstractTransform * Transform
 
vtkTexture * IconTexture
 
int IconSize [2]
 
int DisplaySize [2]
 
int InteractionMode
 
bool RenderOnMouseMove
 
vtkSmartPointer< vtkRenderer > LabelRenderer
 
vtkSmartPointer
< vtkBalloonRepresentation > 
Balloon
 
vtkSmartPointer
< vtkLabelPlacementMapper > 
LabelPlacementMapper
 
vtkSmartPointer
< vtkTexturedActor2D > 
LabelActor
 
vtkSmartPointer< vtkHoverWidget > HoverWidget
 
vtkSmartPointer
< vtkHardwareSelector > 
Selector
 
- Protected Attributes inherited from vtkRenderViewBase
vtkSmartPointer< vtkRenderer > Renderer
 
vtkSmartPointer< vtkRenderWindow > RenderWindow
 
- Protected Attributes inherited from vtkView
bool ReuseSingleRepresentation
 

Detailed Description

Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display. Currently, this means displaying the hierarchy using a tree layout, then rendering the graph vertices as leaves of the tree with curved graph edges between leaves.

Takes a graph and a hierarchy (currently a tree) and lays out the graph vertices based on their categorization within the hierarchy.

.SEE ALSO vtkGraphLayoutView

Thanks:
Thanks to the turtle with jets for feet, without you this class wouldn't have been possible.
Examples:
vtkHierarchicalGraphView (Examples)
Tests:
vtkHierarchicalGraphView (Tests)

Definition at line 54 of file vtkHierarchicalGraphView.h.

Member Typedef Documentation

Definition at line 58 of file vtkHierarchicalGraphView.h.

Constructor & Destructor Documentation

vtkHierarchicalGraphView::vtkHierarchicalGraphView ( )
protected
vtkHierarchicalGraphView::~vtkHierarchicalGraphView ( )
protected

Member Function Documentation

static vtkHierarchicalGraphView* vtkHierarchicalGraphView::New ( )
static
static int vtkHierarchicalGraphView::IsTypeOf ( const char *  type)
static
virtual int vtkHierarchicalGraphView::IsA ( const char *  type)
virtual

Reimplemented from vtkGraphLayoutView.

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

Reimplemented from vtkGraphLayoutView.

vtkHierarchicalGraphView* vtkHierarchicalGraphView::NewInstance ( ) const
void vtkHierarchicalGraphView::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
vtkDataRepresentation* vtkHierarchicalGraphView::SetHierarchyFromInputConnection ( vtkAlgorithmOutput *  conn)

Set the tree and graph representations to the appropriate input ports.

vtkDataRepresentation* vtkHierarchicalGraphView::SetHierarchyFromInput ( vtkDataObject *  input)

Set the tree and graph representations to the appropriate input ports.

vtkDataRepresentation* vtkHierarchicalGraphView::SetGraphFromInputConnection ( vtkAlgorithmOutput *  conn)

Set the tree and graph representations to the appropriate input ports.

vtkDataRepresentation* vtkHierarchicalGraphView::SetGraphFromInput ( vtkDataObject *  input)

Set the tree and graph representations to the appropriate input ports.

virtual void vtkHierarchicalGraphView::SetGraphEdgeLabelArrayName ( const char *  name)
virtual

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

virtual const char* vtkHierarchicalGraphView::GetGraphEdgeLabelArrayName ( )
virtual

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

virtual void vtkHierarchicalGraphView::SetGraphEdgeLabelVisibility ( bool  vis)
virtual

Whether to show edge labels. Default is off.

virtual bool vtkHierarchicalGraphView::GetGraphEdgeLabelVisibility ( )
virtual

Whether to show edge labels. Default is off.

virtual void vtkHierarchicalGraphView::GraphEdgeLabelVisibilityOn ( )
virtual

Whether to show edge labels. Default is off.

virtual void vtkHierarchicalGraphView::GraphEdgeLabelVisibilityOff ( )
virtual

Whether to show edge labels. Default is off.

virtual void vtkHierarchicalGraphView::SetGraphEdgeColorArrayName ( const char *  name)
virtual

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

virtual const char* vtkHierarchicalGraphView::GetGraphEdgeColorArrayName ( )
virtual

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

virtual void vtkHierarchicalGraphView::SetGraphEdgeColorToSplineFraction ( )
virtual

Set the color to be the spline fraction

virtual void vtkHierarchicalGraphView::SetColorGraphEdgesByArray ( bool  vis)
virtual

Whether to color edges. Default is off.

virtual bool vtkHierarchicalGraphView::GetColorGraphEdgesByArray ( )
virtual

Whether to color edges. Default is off.

virtual void vtkHierarchicalGraphView::ColorGraphEdgesByArrayOn ( )
virtual

Whether to color edges. Default is off.

virtual void vtkHierarchicalGraphView::ColorGraphEdgesByArrayOff ( )
virtual

Whether to color edges. Default is off.

virtual void vtkHierarchicalGraphView::SetBundlingStrength ( double  strength)
virtual

Set the bundling strength.

virtual double vtkHierarchicalGraphView::GetBundlingStrength ( )
virtual

Set the bundling strength.

virtual void vtkHierarchicalGraphView::SetGraphVisibility ( bool  b)
virtual

Whether the graph edges are visible (default off).

virtual bool vtkHierarchicalGraphView::GetGraphVisibility ( )
virtual

Whether the graph edges are visible (default off).

virtual void vtkHierarchicalGraphView::GraphVisibilityOn ( )
virtual

Whether the graph edges are visible (default off).

virtual void vtkHierarchicalGraphView::GraphVisibilityOff ( )
virtual

Whether the graph edges are visible (default off).

virtual void vtkHierarchicalGraphView::SetGraphEdgeLabelFontSize ( const int  size)
virtual

The size of the font used for edge labeling

virtual int vtkHierarchicalGraphView::GetGraphEdgeLabelFontSize ( )
virtual

The size of the font used for edge labeling

virtual vtkDataRepresentation* vtkHierarchicalGraphView::CreateDefaultRepresentation ( vtkAlgorithmOutput *  conn)
protectedvirtual

Overrides behavior in vtkGraphLayoutView to create a vtkRenderedHierarchyRepresentation by default.

Reimplemented from vtkGraphLayoutView.

virtual vtkRenderedGraphRepresentation* vtkHierarchicalGraphView::GetGraphRepresentation ( )
protectedvirtual

Overrides behavior in vtkGraphLayoutView to create a vtkRenderedHierarchyRepresentation by default.

Reimplemented from vtkGraphLayoutView.

virtual vtkRenderedHierarchyRepresentation* vtkHierarchicalGraphView::GetHierarchyRepresentation ( )
protectedvirtual

Overrides behavior in vtkGraphLayoutView to create a vtkRenderedHierarchyRepresentation by default.


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