vtkIcicleView Class Reference

#include <vtkIcicleView.h>

Inheritance diagram for vtkIcicleView:

Inheritance graph
[legend]
Collaboration diagram for vtkIcicleView:

Collaboration graph
[legend]

List of all members.


Detailed Description

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.

Examples:
vtkIcicleView (Examples)
Tests:
vtkIcicleView (Tests)

Definition at line 41 of file vtkIcicleView.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)
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 vtkIcicleViewNew ()
static int IsTypeOf (const char *type)
static vtkIcicleViewSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkIcicleView ()
 ~vtkIcicleView ()

Member Typedef Documentation

Reimplemented from vtkTreeAreaView.

Definition at line 45 of file vtkIcicleView.h.


Constructor & Destructor Documentation

vtkIcicleView::vtkIcicleView (  )  [protected]

vtkIcicleView::~vtkIcicleView (  )  [protected]


Member Function Documentation

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

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

Reimplemented from vtkTreeAreaView.

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

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 ( vtkObject o  )  [static]

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.


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

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