ActiViz .NET
5.8.0
|
vtkEdgeLayoutStrategy - abstract superclass for all edge layout strategies More...
Public Member Functions | |
vtkEdgeLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual string | GetEdgeWeightArrayName () |
Set/Get the field to use for the edge weights. | |
virtual void | Initialize () |
This method allows the layout strategy to do initialization of data structures or whatever else it might want to do. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual void | Layout () |
This is the layout method where the graph that was set in SetGraph() is laid out. | |
new vtkEdgeLayoutStrategy | NewInstance () |
Undocumented Block. | |
virtual void | SetEdgeWeightArrayName (string _arg) |
Set/Get the field to use for the edge weights. | |
virtual void | SetGraph (vtkGraph graph) |
Setting the graph for the layout strategy. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkEdgeLayoutStrategy | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkEdgeLayoutStrategy" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkEdgeLayoutStrategy" |
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 | vtkEdgeLayoutStrategy_GetEdgeWeightArrayName_01 (HandleRef pThis) |
static internal void | vtkEdgeLayoutStrategy_Initialize_02 (HandleRef pThis) |
static internal int | vtkEdgeLayoutStrategy_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkEdgeLayoutStrategy_IsTypeOf_04 (string type) |
static internal void | vtkEdgeLayoutStrategy_Layout_05 (HandleRef pThis) |
static internal IntPtr | vtkEdgeLayoutStrategy_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkEdgeLayoutStrategy_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkEdgeLayoutStrategy_SetEdgeWeightArrayName_08 (HandleRef pThis, string _arg) |
static internal void | vtkEdgeLayoutStrategy_SetGraph_09 (HandleRef pThis, HandleRef graph) |
Static Private Member Functions | |
static | vtkEdgeLayoutStrategy () |
Automatically generated type registration mechanics. |
vtkEdgeLayoutStrategy - abstract superclass for all edge layout strategies
Description All edge layouts should subclass from this class. vtkEdgeLayoutStrategy works as a plug-in to the vtkEdgeLayout algorithm.
static Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkEdgeLayoutStrategy.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.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.
virtual string Kitware.VTK.vtkEdgeLayoutStrategy.GetEdgeWeightArrayName | ( | ) | [virtual] |
Set/Get the field to use for the edge weights.
virtual void Kitware.VTK.vtkEdgeLayoutStrategy.Initialize | ( | ) | [virtual] |
This method allows the layout strategy to do initialization of data structures or whatever else it might want to do.
override int Kitware.VTK.vtkEdgeLayoutStrategy.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.
static new int Kitware.VTK.vtkEdgeLayoutStrategy.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.
virtual void Kitware.VTK.vtkEdgeLayoutStrategy.Layout | ( | ) | [virtual] |
This is the layout method where the graph that was set in SetGraph() is laid out.
Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.
static new vtkEdgeLayoutStrategy Kitware.VTK.vtkEdgeLayoutStrategy.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.
virtual void Kitware.VTK.vtkEdgeLayoutStrategy.SetEdgeWeightArrayName | ( | string | _arg | ) | [virtual] |
Set/Get the field to use for the edge weights.
virtual void Kitware.VTK.vtkEdgeLayoutStrategy.SetGraph | ( | vtkGraph | graph | ) | [virtual] |
Setting the graph for the layout strategy.
static internal IntPtr Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_GetEdgeWeightArrayName_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_Initialize_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_Layout_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_SetEdgeWeightArrayName_08 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_SetGraph_09 | ( | HandleRef | pThis, |
HandleRef | graph | ||
) | [private] |
new readonly string Kitware.VTK.vtkEdgeLayoutStrategy.MRClassNameKey = "21vtkEdgeLayoutStrategy" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.
new const string Kitware.VTK.vtkEdgeLayoutStrategy.MRFullTypeName = "Kitware.VTK.vtkEdgeLayoutStrategy" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoEdgeStrategy, Kitware.VTK.vtkArcParallelEdgeStrategy, and Kitware.VTK.vtkPassThroughEdgeStrategy.