ActiViz .NET
5.8.0
|
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. |
------------------------------------------------------------------------- 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. -------------------------------------------------------------------------
static Kitware.VTK.vtkConeLayoutStrategy.vtkConeLayoutStrategy | ( | ) | [static, private] |
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.
virtual void Kitware.VTK.vtkConeLayoutStrategy.CompressionOff | ( | ) | [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.CompressionOn | ( | ) | [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.
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.
virtual float Kitware.VTK.vtkConeLayoutStrategy.GetCompactness | ( | ) | [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 int Kitware.VTK.vtkConeLayoutStrategy.GetCompression | ( | ) | [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 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.
static new vtkConeLayoutStrategy Kitware.VTK.vtkConeLayoutStrategy.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
static new vtkConeLayoutStrategy Kitware.VTK.vtkConeLayoutStrategy.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
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] |
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.