|
ActiViz .NET
5.8.0
|
vtkAdjacencyMatrixToEdgeTable More...
Public Member Functions | |
| vtkAdjacencyMatrixToEdgeTable (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkAdjacencyMatrixToEdgeTable () | |
| Undocumented Block. | |
| virtual long | GetMinimumCount () |
| Specifies the minimum number of adjacent edges to include for each source vertex. Default: 0. | |
| virtual double | GetMinimumThreshold () |
| Specifies a minimum threshold that an edge weight must exceed to be included in the output. Default: 0.5. | |
| virtual long | GetSourceDimension () |
| Specifies whether rows or columns become the "source" in the output edge table. 0 = rows, 1 = columns. Default: 0. | |
| virtual string | GetValueArrayName () |
| Controls the name of the output table column that contains edge weights. Default: "value". | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkAdjacencyMatrixToEdgeTable | NewInstance () |
| Undocumented Block. | |
| virtual void | SetMinimumCount (long _arg) |
| Specifies the minimum number of adjacent edges to include for each source vertex. Default: 0. | |
| virtual void | SetMinimumThreshold (double _arg) |
| Specifies a minimum threshold that an edge weight must exceed to be included in the output. Default: 0.5. | |
| virtual void | SetSourceDimension (long _arg) |
| Specifies whether rows or columns become the "source" in the output edge table. 0 = rows, 1 = columns. Default: 0. | |
| virtual void | SetValueArrayName (string _arg) |
| Controls the name of the output table column that contains edge weights. Default: "value". | |
Static Public Member Functions | |
| static new vtkAdjacencyMatrixToEdgeTable | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkAdjacencyMatrixToEdgeTable | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkAdjacencyMatrixToEdgeTable" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "29vtkAdjacencyMatrixToEdgeTable" |
| 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 | vtkAdjacencyMatrixToEdgeTable_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal long | vtkAdjacencyMatrixToEdgeTable_GetMinimumCount_01 (HandleRef pThis) |
| static internal double | vtkAdjacencyMatrixToEdgeTable_GetMinimumThreshold_02 (HandleRef pThis) |
| static internal long | vtkAdjacencyMatrixToEdgeTable_GetSourceDimension_03 (HandleRef pThis) |
| static internal IntPtr | vtkAdjacencyMatrixToEdgeTable_GetValueArrayName_04 (HandleRef pThis) |
| static internal int | vtkAdjacencyMatrixToEdgeTable_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkAdjacencyMatrixToEdgeTable_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkAdjacencyMatrixToEdgeTable_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkAdjacencyMatrixToEdgeTable_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkAdjacencyMatrixToEdgeTable_SetMinimumCount_10 (HandleRef pThis, long _arg) |
| static internal void | vtkAdjacencyMatrixToEdgeTable_SetMinimumThreshold_11 (HandleRef pThis, double _arg) |
| static internal void | vtkAdjacencyMatrixToEdgeTable_SetSourceDimension_12 (HandleRef pThis, long _arg) |
| static internal void | vtkAdjacencyMatrixToEdgeTable_SetValueArrayName_13 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
| static | vtkAdjacencyMatrixToEdgeTable () |
| Automatically generated type registration mechanics. | |
| static Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.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.vtkTableAlgorithm.
| virtual long Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.GetMinimumCount | ( | ) | [virtual] |
Specifies the minimum number of adjacent edges to include for each source vertex. Default: 0.
| virtual double Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.GetMinimumThreshold | ( | ) | [virtual] |
Specifies a minimum threshold that an edge weight must exceed to be included in the output. Default: 0.5.
| virtual long Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.GetSourceDimension | ( | ) | [virtual] |
Specifies whether rows or columns become the "source" in the output edge table. 0 = rows, 1 = columns. Default: 0.
| virtual string Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.GetValueArrayName | ( | ) | [virtual] |
Controls the name of the output table column that contains edge weights. Default: "value".
| override int Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new int Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new vtkAdjacencyMatrixToEdgeTable Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new vtkAdjacencyMatrixToEdgeTable Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| virtual void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.SetMinimumCount | ( | long | _arg | ) | [virtual] |
Specifies the minimum number of adjacent edges to include for each source vertex. Default: 0.
| virtual void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.SetMinimumThreshold | ( | double | _arg | ) | [virtual] |
Specifies a minimum threshold that an edge weight must exceed to be included in the output. Default: 0.5.
| virtual void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.SetSourceDimension | ( | long | _arg | ) | [virtual] |
Specifies whether rows or columns become the "source" in the output edge table. 0 = rows, 1 = columns. Default: 0.
| virtual void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.SetValueArrayName | ( | string | _arg | ) | [virtual] |
Controls the name of the output table column that contains edge weights. Default: "value".
| static internal long Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_GetMinimumCount_01 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_GetMinimumThreshold_02 | ( | HandleRef | pThis | ) | [private] |
| static internal long Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_GetSourceDimension_03 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_GetValueArrayName_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_SetMinimumCount_10 | ( | HandleRef | pThis, |
| long | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_SetMinimumThreshold_11 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_SetSourceDimension_12 | ( | HandleRef | pThis, |
| long | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_SetValueArrayName_13 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.MRClassNameKey = "29vtkAdjacencyMatrixToEdgeTable" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| new const string Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.MRFullTypeName = "Kitware.VTK.vtkAdjacencyMatrixToEdgeTable" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
1.7.6.1