VTK
|
Displays a tree in a stacked "icicle" view. More...
#include <vtkIcicleView.h>
Public Types | |
typedef vtkTreeAreaView | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkIcicleView * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetTopToBottom (bool value) |
virtual bool | GetTopToBottom () |
virtual void | TopToBottomOn () |
virtual void | TopToBottomOff () |
virtual void | SetRootWidth (double width) |
virtual double | GetRootWidth () |
virtual void | SetLayerThickness (double thickness) |
virtual double | GetLayerThickness () |
virtual void | SetUseGradientColoring (bool value) |
virtual bool | GetUseGradientColoring () |
virtual void | UseGradientColoringOn () |
virtual void | UseGradientColoringOff () |
Static Public Member Functions | |
static vtkIcicleView * | New () |
static int | IsTypeOf (const char *type) |
static vtkIcicleView * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkIcicleView () | |
~vtkIcicleView () |
Displays a tree in a stacked "icicle" view.
vtkIcicleView shows a vtkTree in horizontal layers where each vertex in the tree is represented by a bar. Child sectors are below (or above) parent sectors, and may be colored and sized by various parameters.
Definition at line 42 of file vtkIcicleView.h.
Reimplemented from vtkTreeAreaView.
Definition at line 46 of file vtkIcicleView.h.
vtkIcicleView::vtkIcicleView | ( | ) | [protected] |
vtkIcicleView::~vtkIcicleView | ( | ) | [protected] |
static vtkIcicleView* vtkIcicleView::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkTreeAreaView.
static int vtkIcicleView::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 vtkIcicleView::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 vtkIcicleView* vtkIcicleView::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkTreeAreaView.
virtual vtkObjectBase* vtkIcicleView::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkTreeAreaView.
vtkIcicleView* vtkIcicleView::NewInstance | ( | ) | const |
Reimplemented from vtkTreeAreaView.
void vtkIcicleView::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.
virtual void vtkIcicleView::SetTopToBottom | ( | bool | value | ) | [virtual] |
Sets whether the stacks go from top to bottom or bottom to top.
virtual bool vtkIcicleView::GetTopToBottom | ( | ) | [virtual] |
Sets whether the stacks go from top to bottom or bottom to top.
virtual void vtkIcicleView::TopToBottomOn | ( | ) | [virtual] |
Sets whether the stacks go from top to bottom or bottom to top.
virtual void vtkIcicleView::TopToBottomOff | ( | ) | [virtual] |
Sets whether the stacks go from top to bottom or bottom to top.
virtual void vtkIcicleView::SetRootWidth | ( | double | width | ) | [virtual] |
Set the width of the root node
virtual double vtkIcicleView::GetRootWidth | ( | ) | [virtual] |
Set the width of the root node
virtual void vtkIcicleView::SetLayerThickness | ( | double | thickness | ) | [virtual] |
Set the thickness of each layer
virtual double vtkIcicleView::GetLayerThickness | ( | ) | [virtual] |
Set the thickness of each layer
virtual void vtkIcicleView::SetUseGradientColoring | ( | bool | value | ) | [virtual] |
Turn on/off gradient coloring.
virtual bool vtkIcicleView::GetUseGradientColoring | ( | ) | [virtual] |
Turn on/off gradient coloring.
virtual void vtkIcicleView::UseGradientColoringOn | ( | ) | [virtual] |
Turn on/off gradient coloring.
virtual void vtkIcicleView::UseGradientColoringOff | ( | ) | [virtual] |
Turn on/off gradient coloring.