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.vtkConeLayoutStrategy Class Reference
Inheritance diagram for Kitware.VTK.vtkConeLayoutStrategy:
[legend]
Collaboration diagram for Kitware.VTK.vtkConeLayoutStrategy:
[legend]

List of all members.

Public Member Functions

 vtkConeLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkConeLayoutStrategy ()
 Undocumented Block.
virtual void CompressionOff ()
 Determine if layout should be compressed, i.e. the layout puts children closer together, possibly allowing sub-trees to overlap. This is useful if the tree is actually the spanning tree of a graph. For "real" trees, non-compressed layout is best, and is the default.
virtual void CompressionOn ()
 Determine if layout should be compressed, i.e. the layout puts children closer together, possibly allowing sub-trees to overlap. This is useful if the tree is actually the spanning tree of a graph. For "real" trees, non-compressed layout is best, and is the default.
virtual float GetCompactness ()
 Determine the compactness, the ratio between the average width of a cone in the tree, and the height of the cone. The default setting is 0.75 which (empirically) seems reasonable, but this will need adapting depending on the data.
virtual int GetCompression ()
 Determine if layout should be compressed, i.e. the layout puts children closer together, possibly allowing sub-trees to overlap. This is useful if the tree is actually the spanning tree of a graph. For "real" trees, non-compressed layout is best, and is the default.
virtual float GetSpacing ()
 Set the spacing parameter that affects space between layers of the tree. If compression is on, Spacing is the actual distance between layers. If compression is off, actual distance also includes a factor of the compactness and maximum cone radius.
override int IsA (string type)
 Undocumented Block.
override void Layout ()
 Perform the layout.
new vtkConeLayoutStrategy NewInstance ()
 Undocumented Block.
virtual void SetCompactness (float _arg)
 Determine the compactness, the ratio between the average width of a cone in the tree, and the height of the cone. The default setting is 0.75 which (empirically) seems reasonable, but this will need adapting depending on the data.
virtual void SetCompression (int _arg)
 Determine if layout should be compressed, i.e. the layout puts children closer together, possibly allowing sub-trees to overlap. This is useful if the tree is actually the spanning tree of a graph. For "real" trees, non-compressed layout is best, and is the default.
virtual void SetSpacing (float _arg)
 Set the spacing parameter that affects space between layers of the tree. If compression is on, Spacing is the actual distance between layers. If compression is off, actual distance also includes a factor of the compactness and maximum cone radius.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkConeLayoutStrategy"
 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 vtkConeLayoutStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkConeLayoutStrategy_CompressionOff_01 (HandleRef pThis)
static internal void vtkConeLayoutStrategy_CompressionOn_02 (HandleRef pThis)
static internal float vtkConeLayoutStrategy_GetCompactness_03 (HandleRef pThis)
static internal int vtkConeLayoutStrategy_GetCompression_04 (HandleRef pThis)
static internal float vtkConeLayoutStrategy_GetSpacing_05 (HandleRef pThis)
static internal int vtkConeLayoutStrategy_IsA_06 (HandleRef pThis, string type)
static internal int vtkConeLayoutStrategy_IsTypeOf_07 (string type)
static internal void vtkConeLayoutStrategy_Layout_08 (HandleRef pThis)
static internal IntPtr vtkConeLayoutStrategy_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkConeLayoutStrategy_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkConeLayoutStrategy_SetCompactness_12 (HandleRef pThis, float _arg)
static internal void vtkConeLayoutStrategy_SetCompression_13 (HandleRef pThis, int _arg)
static internal void vtkConeLayoutStrategy_SetSpacing_14 (HandleRef pThis, float _arg)

Static Private Member Functions

static vtkConeLayoutStrategy ()
 Automatically generated type registration mechanics.

Detailed Description

------------------------------------------------------------------------- Copyright 2008 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. -------------------------------------------------------------------------


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Determine if layout should be compressed, i.e. the layout puts children closer together, possibly allowing sub-trees to overlap. This is useful if the tree is actually the spanning tree of a graph. For "real" trees, non-compressed layout is best, and is the default.

Determine if layout should be compressed, i.e. the layout puts children closer together, possibly allowing sub-trees to overlap. This is useful if the tree is actually the spanning tree of a graph. For "real" trees, non-compressed layout is best, and is the default.

override void Kitware.VTK.vtkConeLayoutStrategy.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.vtkGraphLayoutStrategy.

Determine the compactness, the ratio between the average width of a cone in the tree, and the height of the cone. The default setting is 0.75 which (empirically) seems reasonable, but this will need adapting depending on the data.

Determine if layout should be compressed, i.e. the layout puts children closer together, possibly allowing sub-trees to overlap. This is useful if the tree is actually the spanning tree of a graph. For "real" trees, non-compressed layout is best, and is the default.

virtual float Kitware.VTK.vtkConeLayoutStrategy.GetSpacing ( ) [virtual]

Set the spacing parameter that affects space between layers of the tree. If compression is on, Spacing is the actual distance between layers. If compression is off, actual distance also includes a factor of the compactness and maximum cone radius.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

override void Kitware.VTK.vtkConeLayoutStrategy.Layout ( ) [virtual]

Perform the layout.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkConeLayoutStrategy.SetCompactness ( float  _arg) [virtual]

Determine the compactness, the ratio between the average width of a cone in the tree, and the height of the cone. The default setting is 0.75 which (empirically) seems reasonable, but this will need adapting depending on the data.

virtual void Kitware.VTK.vtkConeLayoutStrategy.SetCompression ( int  _arg) [virtual]

Determine if layout should be compressed, i.e. the layout puts children closer together, possibly allowing sub-trees to overlap. This is useful if the tree is actually the spanning tree of a graph. For "real" trees, non-compressed layout is best, and is the default.

virtual void Kitware.VTK.vtkConeLayoutStrategy.SetSpacing ( float  _arg) [virtual]

Set the spacing parameter that affects space between layers of the tree. If compression is on, Spacing is the actual distance between layers. If compression is off, actual distance also includes a factor of the compactness and maximum cone radius.

static internal void Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_CompressionOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_CompressionOn_02 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_GetCompactness_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_GetCompression_04 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_GetSpacing_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_IsTypeOf_07 ( string  type) [private]
static internal void Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_Layout_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_SetCompactness_12 ( HandleRef  pThis,
float  _arg 
) [private]
static internal void Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_SetCompression_13 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy_SetSpacing_14 ( HandleRef  pThis,
float  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkConeLayoutStrategy.MRClassNameKey = "21vtkConeLayoutStrategy" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.


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