ActiViz .NET
5.8.0
|
vtkBoostConnectedComponents - Find the connected components of a graph More...
Public Member Functions | |
vtkBoostConnectedComponents (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBoostConnectedComponents () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkBoostConnectedComponents | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkBoostConnectedComponents | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBoostConnectedComponents | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBoostConnectedComponents" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "27vtkBoostConnectedComponents" |
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 | vtkBoostConnectedComponents_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBoostConnectedComponents_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkBoostConnectedComponents_IsTypeOf_02 (string type) |
static internal IntPtr | vtkBoostConnectedComponents_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBoostConnectedComponents_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkBoostConnectedComponents () |
Automatically generated type registration mechanics. |
vtkBoostConnectedComponents - Find the connected components of a graph
Description vtkBoostConnectedComponents discovers the connected regions of a vtkGraph. Each vertex is assigned a component ID in the vertex array "component". If the graph is undirected, this is the natural connected components of the graph. If the graph is directed, this filter discovers the strongly connected components of the graph (i.e. the maximal sets of vertices where there is a directed path between any pair of vertices within each set).
static Kitware.VTK.vtkBoostConnectedComponents.vtkBoostConnectedComponents | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBoostConnectedComponents.vtkBoostConnectedComponents | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkBoostConnectedComponents.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.
override int Kitware.VTK.vtkBoostConnectedComponents.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new int Kitware.VTK.vtkBoostConnectedComponents.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkBoostConnectedComponents Kitware.VTK.vtkBoostConnectedComponents.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkBoostConnectedComponents Kitware.VTK.vtkBoostConnectedComponents.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static internal int Kitware.VTK.vtkBoostConnectedComponents.vtkBoostConnectedComponents_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBoostConnectedComponents.vtkBoostConnectedComponents_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostConnectedComponents.vtkBoostConnectedComponents_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostConnectedComponents.vtkBoostConnectedComponents_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostConnectedComponents.vtkBoostConnectedComponents_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkBoostConnectedComponents.MRClassNameKey = "27vtkBoostConnectedComponents" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
new const string Kitware.VTK.vtkBoostConnectedComponents.MRFullTypeName = "Kitware.VTK.vtkBoostConnectedComponents" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.