VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkIcicleView Class Reference

Displays a tree in a stacked "icicle" view. More...

#include <vtkIcicleView.h>

Inheritance diagram for vtkIcicleView:
[legend]
Collaboration diagram for vtkIcicleView:
[legend]

Public Types

typedef vtkTreeAreaView Superclass
 
- Public Types inherited from vtkTreeAreaView
typedef vtkRenderView Superclass
 
- Public Types inherited from vtkRenderView
enum  { INTERACTION_MODE_2D, INTERACTION_MODE_3D, INTERACTION_MODE_UNKNOWN }
 
enum  { SURFACE = 0, FRUSTUM = 1 }
 
enum  { NO_OVERLAP, ALL }
 
enum  { FREETYPE, QT }
 
typedef vtkRenderViewBase Superclass
 
- Public Types inherited from vtkRenderViewBase
typedef vtkView Superclass
 
- Public Types inherited from vtkView
typedef vtkObject Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkIcicleViewNewInstance () 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 ()
 
- Public Member Functions inherited from vtkTreeAreaView
vtkTreeAreaViewNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetEdgeColorToSplineFraction ()
 
vtkDataRepresentationSetTreeFromInputConnection (vtkAlgorithmOutput *conn)
 
vtkDataRepresentationSetTreeFromInput (vtkTree *input)
 
vtkDataRepresentationSetGraphFromInputConnection (vtkAlgorithmOutput *conn)
 
vtkDataRepresentationSetGraphFromInput (vtkGraph *input)
 
void SetAreaLabelArrayName (const char *name)
 
const char * GetAreaLabelArrayName ()
 
void SetAreaSizeArrayName (const char *name)
 
const char * GetAreaSizeArrayName ()
 
void SetLabelPriorityArrayName (const char *name)
 
const char * GetLabelPriorityArrayName ()
 
void SetEdgeLabelArrayName (const char *name)
 
const char * GetEdgeLabelArrayName ()
 
void SetAreaHoverArrayName (const char *name)
 
const char * GetAreaHoverArrayName ()
 
void SetAreaLabelVisibility (bool vis)
 
bool GetAreaLabelVisibility ()
 
virtual void AreaLabelVisibilityOn ()
 
virtual void AreaLabelVisibilityOff ()
 
void SetEdgeLabelVisibility (bool vis)
 
bool GetEdgeLabelVisibility ()
 
virtual void EdgeLabelVisibilityOn ()
 
virtual void EdgeLabelVisibilityOff ()
 
void SetAreaColorArrayName (const char *name)
 
const char * GetAreaColorArrayName ()
 
void SetColorAreas (bool vis)
 
bool GetColorAreas ()
 
virtual void ColorAreasOn ()
 
virtual void ColorAreasOff ()
 
void SetEdgeColorArrayName (const char *name)
 
const char * GetEdgeColorArrayName ()
 
void SetShrinkPercentage (double value)
 
double GetShrinkPercentage ()
 
void SetColorEdges (bool vis)
 
bool GetColorEdges ()
 
virtual void ColorEdgesOn ()
 
virtual void ColorEdgesOff ()
 
void SetBundlingStrength (double strength)
 
double GetBundlingStrength ()
 
virtual void SetAreaLabelFontSize (const int size)
 
virtual int GetAreaLabelFontSize ()
 
virtual void SetEdgeLabelFontSize (const int size)
 
virtual int GetEdgeLabelFontSize ()
 
virtual void SetLayoutStrategy (vtkAreaLayoutStrategy *strategy)
 
virtual vtkAreaLayoutStrategyGetLayoutStrategy ()
 
virtual void SetUseRectangularCoordinates (bool rect)
 
virtual bool GetUseRectangularCoordinates ()
 
virtual void UseRectangularCoordinatesOn ()
 
virtual void UseRectangularCoordinatesOff ()
 
virtual void SetEdgeScalarBarVisibility (bool b)
 
virtual bool GetEdgeScalarBarVisibility ()
 
- Public Member Functions inherited from vtkRenderView
vtkRenderViewNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInteractor (vtkRenderWindowInteractor *interactor)
 
virtual void SetInteractorStyle (vtkInteractorObserver *style)
 
virtual vtkInteractorObserver * GetInteractorStyle ()
 
virtual void SetRenderWindow (vtkRenderWindow *win)
 
void SetInteractionMode (int mode)
 
virtual int GetInteractionMode ()
 
virtual void Render ()
 
virtual void ApplyViewTheme (vtkViewTheme *theme)
 
virtual void AddLabels (vtkAlgorithmOutput *conn)
 
virtual void RemoveLabels (vtkAlgorithmOutput *conn)
 
virtual void SetInteractionModeTo2D ()
 
virtual void SetInteractionModeTo3D ()
 
virtual void SetTransform (vtkAbstractTransform *transform)
 
virtual vtkAbstractTransform * GetTransform ()
 
virtual void SetDisplayHoverText (bool b)
 
virtual bool GetDisplayHoverText ()
 
virtual void DisplayHoverTextOn ()
 
virtual void DisplayHoverTextOff ()
 
virtual void SetSelectionMode (int)
 
virtual int GetSelectionMode ()
 
void SetSelectionModeToSurface ()
 
void SetSelectionModeToFrustum ()
 
virtual void SetIconTexture (vtkTexture *texture)
 
virtual vtkTexture * GetIconTexture ()
 
virtual void SetIconSize (int, int)
 
void SetIconSize (int[2])
 
virtual int * GetIconSize ()
 
virtual void GetIconSize (int &, int &)
 
virtual void GetIconSize (int[2])
 
virtual void SetDisplaySize (int, int)
 
void SetDisplaySize (int[2])
 
int * GetDisplaySize ()
 
void GetDisplaySize (int &dsx, int &dsy)
 
virtual void SetLabelPlacementMode (int mode)
 
virtual int GetLabelPlacementMode ()
 
virtual void SetLabelPlacementModeToNoOverlap ()
 
virtual void SetLabelPlacementModeToAll ()
 
virtual void SetLabelRenderMode (int mode)
 
virtual int GetLabelRenderMode ()
 
virtual void SetLabelRenderModeToFreetype ()
 
virtual void SetLabelRenderModeToQt ()
 
void SetRenderOnMouseMove (bool b)
 
virtual bool GetRenderOnMouseMove ()
 
virtual void RenderOnMouseMoveOn ()
 
virtual void RenderOnMouseMoveOff ()
 
- Public Member Functions inherited from vtkRenderViewBase
vtkRenderViewBaseNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual vtkRenderer * GetRenderer ()
 
virtual void SetRenderer (vtkRenderer *ren)
 
virtual vtkRenderWindow * GetRenderWindow ()
 
virtual void ResetCamera ()
 
virtual void ResetCameraClippingRange ()
 
virtual vtkRenderWindowInteractor * GetInteractor ()
 
- Public Member Functions inherited from vtkView
vtkViewNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void AddRepresentation (vtkDataRepresentation *rep)
 
void SetRepresentation (vtkDataRepresentation *rep)
 
vtkDataRepresentationAddRepresentationFromInputConnection (vtkAlgorithmOutput *conn)
 
vtkDataRepresentationSetRepresentationFromInputConnection (vtkAlgorithmOutput *conn)
 
vtkDataRepresentationAddRepresentationFromInput (vtkDataObject *input)
 
vtkDataRepresentationSetRepresentationFromInput (vtkDataObject *input)
 
void RemoveRepresentation (vtkDataRepresentation *rep)
 
void RemoveRepresentation (vtkAlgorithmOutput *rep)
 
void RemoveAllRepresentations ()
 
int GetNumberOfRepresentations ()
 
vtkDataRepresentationGetRepresentation (int index=0)
 
bool IsRepresentationPresent (vtkDataRepresentation *rep)
 
virtual void Update ()
 
virtual void ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme))
 
vtkCommand * GetObserver ()
 
void RegisterProgress (vtkObject *algorithm, const char *message=NULL)
 
void UnRegisterProgress (vtkObject *algorithm)
 

Static Public Member Functions

static vtkIcicleViewNew ()
 
static int IsTypeOf (const char *type)
 
static vtkIcicleViewSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkTreeAreaView
static vtkTreeAreaViewNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTreeAreaViewSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkRenderView
static vtkRenderViewNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderViewSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkRenderViewBase
static vtkRenderViewBaseNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderViewBaseSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkView
static vtkViewNew ()
 
static int IsTypeOf (const char *type)
 
static vtkViewSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkIcicleView ()
 
 ~vtkIcicleView ()
 
- Protected Member Functions inherited from vtkTreeAreaView
 vtkTreeAreaView ()
 
 ~vtkTreeAreaView ()
 
virtual void SetAreaToPolyData (vtkPolyDataAlgorithm *areaToPoly)
 
virtual vtkPolyDataAlgorithm * GetAreaToPolyData ()
 
virtual void SetAreaLabelMapper (vtkLabeledDataMapper *mapper)
 
virtual vtkLabeledDataMapper * GetAreaLabelMapper ()
 
virtual vtkDataRepresentationCreateDefaultRepresentation (vtkAlgorithmOutput *conn)
 
virtual
vtkRenderedTreeAreaRepresentation
GetTreeAreaRepresentation ()
 
- Protected Member Functions inherited from vtkRenderView
virtual void PrepareForRendering ()
 
virtual void UpdateHoverText ()
 
virtual void UpdateHoverWidgetState ()
 
void UpdatePickRender ()
 
virtual void ProcessEvents (vtkObject *caller, unsigned long eventId, void *callData)
 
virtual void GenerateSelection (void *callData, vtkSelection *selection)
 
 vtkRenderView ()
 
 ~vtkRenderView ()
 
- Protected Member Functions inherited from vtkRenderViewBase
 vtkRenderViewBase ()
 
 ~vtkRenderViewBase ()
 
- Protected Member Functions inherited from vtkView
 vtkView ()
 
 ~vtkView ()
 
virtual void AddRepresentationInternal (vtkDataRepresentation *vtkNotUsed(rep))
 
virtual void RemoveRepresentationInternal (vtkDataRepresentation *vtkNotUsed(rep))
 
virtual void SetReuseSingleRepresentation (bool)
 
virtual bool GetReuseSingleRepresentation ()
 
virtual void ReuseSingleRepresentationOn ()
 
virtual void ReuseSingleRepresentationOff ()
 

Additional Inherited Members

- Protected Attributes inherited from vtkRenderView
int SelectionMode
 
int LabelRenderMode
 
bool DisplayHoverText
 
bool Interacting
 
bool InHoverTextRender
 
bool InPickRender
 
bool PickRenderNeedsUpdate
 
vtkAbstractTransform * Transform
 
vtkTexture * IconTexture
 
int IconSize [2]
 
int DisplaySize [2]
 
int InteractionMode
 
bool RenderOnMouseMove
 
vtkSmartPointer< vtkRenderer > LabelRenderer
 
vtkSmartPointer
< vtkBalloonRepresentation > 
Balloon
 
vtkSmartPointer
< vtkLabelPlacementMapper > 
LabelPlacementMapper
 
vtkSmartPointer
< vtkTexturedActor2D > 
LabelActor
 
vtkSmartPointer< vtkHoverWidget > HoverWidget
 
vtkSmartPointer
< vtkHardwareSelector > 
Selector
 
- Protected Attributes inherited from vtkRenderViewBase
vtkSmartPointer< vtkRenderer > Renderer
 
vtkSmartPointer< vtkRenderWindow > RenderWindow
 
- Protected Attributes inherited from vtkView
bool ReuseSingleRepresentation
 

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 42 of file vtkIcicleView.h.

Member Typedef Documentation

Definition at line 46 of file vtkIcicleView.h.

Constructor & Destructor Documentation

vtkIcicleView::vtkIcicleView ( )
protected
vtkIcicleView::~vtkIcicleView ( )
protected

Member Function Documentation

static vtkIcicleView* vtkIcicleView::New ( )
static
static int vtkIcicleView::IsTypeOf ( const char *  type)
static
virtual int vtkIcicleView::IsA ( const char *  type)
virtual

Reimplemented from vtkTreeAreaView.

static vtkIcicleView* vtkIcicleView::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkIcicleView::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkTreeAreaView.

vtkIcicleView* vtkIcicleView::NewInstance ( ) const
void vtkIcicleView::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
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: