vtkTreeRingView Class Reference

#include <vtkTreeRingView.h>

Inheritance diagram for vtkTreeRingView:

Inheritance graph
[legend]
Collaboration diagram for vtkTreeRingView:

Collaboration graph
[legend]

List of all members.


Detailed Description

Displays a tree in concentric rings.

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

.SEE ALSO vtkGraphLayoutView

Thanks:
Thanks to Jason Shepherd for implementing this class
Examples:
vtkTreeRingView (Examples)
Tests:
vtkTreeRingView (Tests)

Definition at line 49 of file vtkTreeRingView.h.


Public Types

typedef vtkTreeAreaView Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void SetRootAngles (double start, double end)
virtual void SetRootAtCenter (bool value)
virtual bool GetRootAtCenter ()
virtual void RootAtCenterOn ()
virtual void RootAtCenterOff ()
virtual void SetLayerThickness (double thickness)
virtual double GetLayerThickness ()
virtual void SetInteriorRadius (double thickness)
virtual double GetInteriorRadius ()
virtual void SetInteriorLogSpacingValue (double thickness)
virtual double GetInteriorLogSpacingValue ()

Static Public Member Functions

static vtkTreeRingViewNew ()
static int IsTypeOf (const char *type)
static vtkTreeRingViewSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkTreeRingView ()
 ~vtkTreeRingView ()

Member Typedef Documentation

Reimplemented from vtkTreeAreaView.

Definition at line 53 of file vtkTreeRingView.h.


Constructor & Destructor Documentation

vtkTreeRingView::vtkTreeRingView (  )  [protected]

vtkTreeRingView::~vtkTreeRingView (  )  [protected]


Member Function Documentation

static vtkTreeRingView* vtkTreeRingView::New (  )  [static]

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

Reimplemented from vtkTreeAreaView.

virtual const char* vtkTreeRingView::GetClassName (  )  [virtual]

Reimplemented from vtkTreeAreaView.

static int vtkTreeRingView::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 vtkTreeAreaView.

virtual int vtkTreeRingView::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 vtkTreeAreaView.

static vtkTreeRingView* vtkTreeRingView::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkTreeAreaView.

void vtkTreeRingView::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 vtkTreeAreaView.

void vtkTreeRingView::SetRootAngles ( double  start,
double  end 
)

Set the root angles for laying out the hierarchy.

virtual void vtkTreeRingView::SetRootAtCenter ( bool  value  )  [virtual]

Sets whether the root is at the center or around the outside.

virtual bool vtkTreeRingView::GetRootAtCenter (  )  [virtual]

Sets whether the root is at the center or around the outside.

virtual void vtkTreeRingView::RootAtCenterOn (  )  [virtual]

Sets whether the root is at the center or around the outside.

virtual void vtkTreeRingView::RootAtCenterOff (  )  [virtual]

Sets whether the root is at the center or around the outside.

virtual void vtkTreeRingView::SetLayerThickness ( double  thickness  )  [virtual]

Set the thickness of each layer.

virtual double vtkTreeRingView::GetLayerThickness (  )  [virtual]

Set the thickness of each layer.

virtual void vtkTreeRingView::SetInteriorRadius ( double  thickness  )  [virtual]

Set the interior radius of the tree (i.e. the size of the "hole" in the center).

virtual double vtkTreeRingView::GetInteriorRadius (  )  [virtual]

Set the interior radius of the tree (i.e. the size of the "hole" in the center).

virtual void vtkTreeRingView::SetInteriorLogSpacingValue ( double  thickness  )  [virtual]

Set the log spacing factor for the invisible interior tree used for routing edges of the overlaid graph.

virtual double vtkTreeRingView::GetInteriorLogSpacingValue (  )  [virtual]

Set the log spacing factor for the invisible interior tree used for routing edges of the overlaid graph.


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

Generated on Mon Sep 27 18:57:19 2010 for VTK by  doxygen 1.5.6