ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkIcicleView Class Reference

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

Inheritance diagram for Kitware.VTK.vtkIcicleView:
[legend]
Collaboration diagram for Kitware.VTK.vtkIcicleView:
[legend]

List of all members.

Public Member Functions

 vtkIcicleView (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkIcicleView ()
 Undocumented Block.
virtual double GetLayerThickness ()
 Set the thickness of each layer.
virtual double GetRootWidth ()
 Set the width of the root node.
virtual bool GetTopToBottom ()
 Sets whether the stacks go from top to bottom or bottom to top.
virtual bool GetUseGradientColoring ()
 Turn on/off gradient coloring.
override int IsA (string type)
 Undocumented Block.
new vtkIcicleView NewInstance ()
 Undocumented Block.
virtual void SetLayerThickness (double thickness)
 Set the thickness of each layer.
virtual void SetRootWidth (double width)
 Set the width of the root node.
virtual void SetTopToBottom (bool value)
 Sets whether the stacks go from top to bottom or bottom to top.
virtual void SetUseGradientColoring (bool value)
 Turn on/off gradient coloring.
virtual void TopToBottomOff ()
 Sets whether the stacks go from top to bottom or bottom to top.
virtual void TopToBottomOn ()
 Sets whether the stacks go from top to bottom or bottom to top.
virtual void UseGradientColoringOff ()
 Turn on/off gradient coloring.
virtual void UseGradientColoringOn ()
 Turn on/off gradient coloring.

Static Public Member Functions

static new vtkIcicleView New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkIcicleView SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkIcicleView"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkIcicleView"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkIcicleView_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkIcicleView_GetLayerThickness_01 (HandleRef pThis)
static internal double vtkIcicleView_GetRootWidth_02 (HandleRef pThis)
static internal byte vtkIcicleView_GetTopToBottom_03 (HandleRef pThis)
static internal byte vtkIcicleView_GetUseGradientColoring_04 (HandleRef pThis)
static internal int vtkIcicleView_IsA_05 (HandleRef pThis, string type)
static internal int vtkIcicleView_IsTypeOf_06 (string type)
static internal IntPtr vtkIcicleView_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkIcicleView_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkIcicleView_SetLayerThickness_10 (HandleRef pThis, double thickness)
static internal void vtkIcicleView_SetRootWidth_11 (HandleRef pThis, double width)
static internal void vtkIcicleView_SetTopToBottom_12 (HandleRef pThis, byte value)
static internal void vtkIcicleView_SetUseGradientColoring_13 (HandleRef pThis, byte value)
static internal void vtkIcicleView_TopToBottomOff_14 (HandleRef pThis)
static internal void vtkIcicleView_TopToBottomOn_15 (HandleRef pThis)
static internal void vtkIcicleView_UseGradientColoringOff_16 (HandleRef pThis)
static internal void vtkIcicleView_UseGradientColoringOn_17 (HandleRef pThis)

Static Private Member Functions

static vtkIcicleView ()
 Automatically generated type registration mechanics.

Detailed Description

vtkIcicleView - Displays a tree in a stacked "icicle" view

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


Constructor & Destructor Documentation

static Kitware.VTK.vtkIcicleView.vtkIcicleView ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkIcicleView.vtkIcicleView ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkIcicleView.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

virtual double Kitware.VTK.vtkIcicleView.GetLayerThickness ( ) [virtual]

Set the thickness of each layer.

virtual double Kitware.VTK.vtkIcicleView.GetRootWidth ( ) [virtual]

Set the width of the root node.

virtual bool Kitware.VTK.vtkIcicleView.GetTopToBottom ( ) [virtual]

Sets whether the stacks go from top to bottom or bottom to top.

Turn on/off gradient coloring.

override int Kitware.VTK.vtkIcicleView.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

static new int Kitware.VTK.vtkIcicleView.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkIcicleView.SetLayerThickness ( double  thickness) [virtual]

Set the thickness of each layer.

virtual void Kitware.VTK.vtkIcicleView.SetRootWidth ( double  width) [virtual]

Set the width of the root node.

virtual void Kitware.VTK.vtkIcicleView.SetTopToBottom ( bool  value) [virtual]

Sets whether the stacks go from top to bottom or bottom to top.

virtual void Kitware.VTK.vtkIcicleView.SetUseGradientColoring ( bool  value) [virtual]

Turn on/off gradient coloring.

virtual void Kitware.VTK.vtkIcicleView.TopToBottomOff ( ) [virtual]

Sets whether the stacks go from top to bottom or bottom to top.

virtual void Kitware.VTK.vtkIcicleView.TopToBottomOn ( ) [virtual]

Sets whether the stacks go from top to bottom or bottom to top.

Turn on/off gradient coloring.

Turn on/off gradient coloring.

static internal double Kitware.VTK.vtkIcicleView.vtkIcicleView_GetLayerThickness_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkIcicleView.vtkIcicleView_GetRootWidth_02 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkIcicleView.vtkIcicleView_GetTopToBottom_03 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkIcicleView.vtkIcicleView_GetUseGradientColoring_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkIcicleView.vtkIcicleView_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkIcicleView.vtkIcicleView_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkIcicleView.vtkIcicleView_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkIcicleView.vtkIcicleView_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkIcicleView.vtkIcicleView_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkIcicleView.vtkIcicleView_SetLayerThickness_10 ( HandleRef  pThis,
double  thickness 
) [private]
static internal void Kitware.VTK.vtkIcicleView.vtkIcicleView_SetRootWidth_11 ( HandleRef  pThis,
double  width 
) [private]
static internal void Kitware.VTK.vtkIcicleView.vtkIcicleView_SetTopToBottom_12 ( HandleRef  pThis,
byte  value 
) [private]
static internal void Kitware.VTK.vtkIcicleView.vtkIcicleView_SetUseGradientColoring_13 ( HandleRef  pThis,
byte  value 
) [private]
static internal void Kitware.VTK.vtkIcicleView.vtkIcicleView_TopToBottomOff_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkIcicleView.vtkIcicleView_TopToBottomOn_15 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkIcicleView.vtkIcicleView_UseGradientColoringOff_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkIcicleView.vtkIcicleView_UseGradientColoringOn_17 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkIcicleView.MRClassNameKey = "13vtkIcicleView" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTreeAreaView.

new const string Kitware.VTK.vtkIcicleView.MRFullTypeName = "Kitware.VTK.vtkIcicleView"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTreeAreaView.


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