ActiViz .NET
5.8.0
|
vtkBoostExtractLargestComponent - Extract the largest connected component of a graph More...
Public Member Functions | |
vtkBoostExtractLargestComponent (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBoostExtractLargestComponent () | |
Construct an instance of vtkBoostExtractLargestComponent with InvertSelection set to false. | |
virtual bool | GetInvertSelection () |
Set the flag to determine if the selection should be inverted. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkBoostExtractLargestComponent | NewInstance () |
Undocumented Block. | |
virtual void | SetInvertSelection (bool _arg) |
Set the flag to determine if the selection should be inverted. | |
Static Public Member Functions | |
static new vtkBoostExtractLargestComponent | New () |
Construct an instance of vtkBoostExtractLargestComponent with InvertSelection set to false. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBoostExtractLargestComponent | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBoostExtractLargestComponent" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "31vtkBoostExtractLargestComponent" |
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 | vtkBoostExtractLargestComponent_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkBoostExtractLargestComponent_GetInvertSelection_01 (HandleRef pThis) |
static internal int | vtkBoostExtractLargestComponent_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkBoostExtractLargestComponent_IsTypeOf_03 (string type) |
static internal IntPtr | vtkBoostExtractLargestComponent_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBoostExtractLargestComponent_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoostExtractLargestComponent_SetInvertSelection_07 (HandleRef pThis, byte _arg) |
Static Private Member Functions | |
static | vtkBoostExtractLargestComponent () |
Automatically generated type registration mechanics. |
vtkBoostExtractLargestComponent - Extract the largest connected component of a graph
Description vtkBoostExtractLargestComponent finds the largest connected region of a vtkGraph. For directed graphs, this returns the largest biconnected component. See vtkBoostConnectedComponents for details.
static Kitware.VTK.vtkBoostExtractLargestComponent.vtkBoostExtractLargestComponent | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBoostExtractLargestComponent.vtkBoostExtractLargestComponent | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct an instance of vtkBoostExtractLargestComponent with InvertSelection set to false.
override void Kitware.VTK.vtkBoostExtractLargestComponent.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 bool Kitware.VTK.vtkBoostExtractLargestComponent.GetInvertSelection | ( | ) | [virtual] |
Set the flag to determine if the selection should be inverted.
override int Kitware.VTK.vtkBoostExtractLargestComponent.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new int Kitware.VTK.vtkBoostExtractLargestComponent.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkBoostExtractLargestComponent Kitware.VTK.vtkBoostExtractLargestComponent.New | ( | ) | [static] |
Construct an instance of vtkBoostExtractLargestComponent with InvertSelection set to false.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkBoostExtractLargestComponent Kitware.VTK.vtkBoostExtractLargestComponent.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
virtual void Kitware.VTK.vtkBoostExtractLargestComponent.SetInvertSelection | ( | bool | _arg | ) | [virtual] |
Set the flag to determine if the selection should be inverted.
static internal byte Kitware.VTK.vtkBoostExtractLargestComponent.vtkBoostExtractLargestComponent_GetInvertSelection_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBoostExtractLargestComponent.vtkBoostExtractLargestComponent_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBoostExtractLargestComponent.vtkBoostExtractLargestComponent_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostExtractLargestComponent.vtkBoostExtractLargestComponent_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostExtractLargestComponent.vtkBoostExtractLargestComponent_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostExtractLargestComponent.vtkBoostExtractLargestComponent_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBoostExtractLargestComponent.vtkBoostExtractLargestComponent_SetInvertSelection_07 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkBoostExtractLargestComponent.MRClassNameKey = "31vtkBoostExtractLargestComponent" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
new const string Kitware.VTK.vtkBoostExtractLargestComponent.MRFullTypeName = "Kitware.VTK.vtkBoostExtractLargestComponent" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.