ActiViz .NET
5.8.0
|
vtkBoostBiconnectedComponents - Find the biconnected components of a graph More...
Public Member Functions | |
vtkBoostBiconnectedComponents (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBoostBiconnectedComponents () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkBoostBiconnectedComponents | NewInstance () |
Undocumented Block. | |
virtual void | SetOutputArrayName (string _arg) |
Set the output array name. If no output array name is set then the name "biconnected component" is used. | |
Static Public Member Functions | |
static new vtkBoostBiconnectedComponents | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBoostBiconnectedComponents | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBoostBiconnectedComponents" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "29vtkBoostBiconnectedComponents" |
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 | vtkBoostBiconnectedComponents_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBoostBiconnectedComponents_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkBoostBiconnectedComponents_IsTypeOf_02 (string type) |
static internal IntPtr | vtkBoostBiconnectedComponents_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBoostBiconnectedComponents_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoostBiconnectedComponents_SetOutputArrayName_06 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkBoostBiconnectedComponents () |
Automatically generated type registration mechanics. |
vtkBoostBiconnectedComponents - Find the biconnected components of a graph
Description The biconnected components of a graph are maximal regions of the graph where the removal of any single vertex from the region will not disconnect the graph. Every edge belongs to exactly one biconnected component. The biconnected component of each edge is given in the edge array named "biconnected component". The biconnected component of each vertex is also given in the vertex array named "biconnected component". Cut vertices (or articulation points) belong to multiple biconnected components, and break the graph apart if removed. These are indicated by assigning a component value of -1. To get the biconnected components that a cut vertex belongs to, traverse its edge list and collect the distinct component ids for its incident edges.
Self-loop edges that start and end at the same vertex are not assigned a biconnected component, and are given component id -1.
Caveats The boost graph bindings currently only support boost version 1.33.1. There are apparently backwards-compatibility issues with later versions.
static Kitware.VTK.vtkBoostBiconnectedComponents.vtkBoostBiconnectedComponents | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBoostBiconnectedComponents.vtkBoostBiconnectedComponents | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkBoostBiconnectedComponents.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.vtkUndirectedGraphAlgorithm.
override int Kitware.VTK.vtkBoostBiconnectedComponents.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
static new int Kitware.VTK.vtkBoostBiconnectedComponents.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
static new vtkBoostBiconnectedComponents Kitware.VTK.vtkBoostBiconnectedComponents.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
static new vtkBoostBiconnectedComponents Kitware.VTK.vtkBoostBiconnectedComponents.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
virtual void Kitware.VTK.vtkBoostBiconnectedComponents.SetOutputArrayName | ( | string | _arg | ) | [virtual] |
Set the output array name. If no output array name is set then the name "biconnected component" is used.
static internal int Kitware.VTK.vtkBoostBiconnectedComponents.vtkBoostBiconnectedComponents_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBoostBiconnectedComponents.vtkBoostBiconnectedComponents_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostBiconnectedComponents.vtkBoostBiconnectedComponents_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostBiconnectedComponents.vtkBoostBiconnectedComponents_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostBiconnectedComponents.vtkBoostBiconnectedComponents_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBoostBiconnectedComponents.vtkBoostBiconnectedComponents_SetOutputArrayName_06 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkBoostBiconnectedComponents.MRClassNameKey = "29vtkBoostBiconnectedComponents" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
new const string Kitware.VTK.vtkBoostBiconnectedComponents.MRFullTypeName = "Kitware.VTK.vtkBoostBiconnectedComponents" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.