ActiViz .NET
5.8.0
|
vtkEdgeLayout - layout graph edges More...
Public Member Functions | |
vtkEdgeLayout (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkEdgeLayout () | |
Undocumented Block. | |
virtual vtkEdgeLayoutStrategy | GetLayoutStrategy () |
The layout strategy to use during graph layout. | |
override uint | GetMTime () |
Get the modification time of the layout algorithm. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkEdgeLayout | NewInstance () |
Undocumented Block. | |
void | SetLayoutStrategy (vtkEdgeLayoutStrategy strategy) |
The layout strategy to use during graph layout. | |
Static Public Member Functions | |
static new vtkEdgeLayout | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkEdgeLayout | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkEdgeLayout" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkEdgeLayout" |
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 | vtkEdgeLayout_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkEdgeLayout_GetLayoutStrategy_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkEdgeLayout_GetMTime_02 (HandleRef pThis) |
static internal int | vtkEdgeLayout_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkEdgeLayout_IsTypeOf_04 (string type) |
static internal IntPtr | vtkEdgeLayout_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkEdgeLayout_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkEdgeLayout_SetLayoutStrategy_08 (HandleRef pThis, HandleRef strategy) |
Static Private Member Functions | |
static | vtkEdgeLayout () |
Automatically generated type registration mechanics. |
vtkEdgeLayout - layout graph edges
Description This class is a shell for many edge layout strategies which may be set using the SetLayoutStrategy() function. The layout strategies do the actual work.
static Kitware.VTK.vtkEdgeLayout.vtkEdgeLayout | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkEdgeLayout.vtkEdgeLayout | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkEdgeLayout.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.vtkGraphAlgorithm.
virtual vtkEdgeLayoutStrategy Kitware.VTK.vtkEdgeLayout.GetLayoutStrategy | ( | ) | [virtual] |
The layout strategy to use during graph layout.
override uint Kitware.VTK.vtkEdgeLayout.GetMTime | ( | ) | [virtual] |
Get the modification time of the layout algorithm.
Reimplemented from Kitware.VTK.vtkObject.
override int Kitware.VTK.vtkEdgeLayout.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new int Kitware.VTK.vtkEdgeLayout.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkEdgeLayout Kitware.VTK.vtkEdgeLayout.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkEdgeLayout Kitware.VTK.vtkEdgeLayout.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
void Kitware.VTK.vtkEdgeLayout.SetLayoutStrategy | ( | vtkEdgeLayoutStrategy | strategy | ) |
The layout strategy to use during graph layout.
static internal IntPtr Kitware.VTK.vtkEdgeLayout.vtkEdgeLayout_GetLayoutStrategy_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkEdgeLayout.vtkEdgeLayout_GetMTime_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkEdgeLayout.vtkEdgeLayout_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkEdgeLayout.vtkEdgeLayout_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgeLayout.vtkEdgeLayout_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgeLayout.vtkEdgeLayout_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgeLayout.vtkEdgeLayout_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkEdgeLayout.vtkEdgeLayout_SetLayoutStrategy_08 | ( | HandleRef | pThis, |
HandleRef | strategy | ||
) | [private] |
new readonly string Kitware.VTK.vtkEdgeLayout.MRClassNameKey = "13vtkEdgeLayout" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
new const string Kitware.VTK.vtkEdgeLayout.MRFullTypeName = "Kitware.VTK.vtkEdgeLayout" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.