#include <vtkTreeRingView.h>
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 vtkTreeLayoutView vtkGraphLayoutView
Definition at line 47 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 vtkTreeRingView * | New () |
static int | IsTypeOf (const char *type) |
static vtkTreeRingView * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkTreeRingView () | |
~vtkTreeRingView () |
vtkTreeRingView::vtkTreeRingView | ( | ) | [protected] |
vtkTreeRingView::~vtkTreeRingView | ( | ) | [protected] |
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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro 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.