VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkTreeRingView Class Reference

Displays a tree in concentric rings. More...

#include <vtkTreeRingView.h>

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

List of all members.

Public Types

typedef vtkTreeAreaView Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkTreeRingViewNewInstance () const
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 (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkTreeRingView ()
 ~vtkTreeRingView ()

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 50 of file vtkTreeRingView.h.


Member Typedef Documentation

Reimplemented from vtkTreeAreaView.

Definition at line 54 of file vtkTreeRingView.h.


Constructor & Destructor Documentation


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.

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.

Reimplemented from vtkTreeAreaView.

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

Reimplemented from vtkTreeAreaView.

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.

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).

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.

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: