ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkBoostExtractLargestComponent Class Reference

vtkBoostExtractLargestComponent - Extract the largest connected component of a graph More...

Inheritance diagram for Kitware.VTK.vtkBoostExtractLargestComponent:
[legend]
Collaboration diagram for Kitware.VTK.vtkBoostExtractLargestComponent:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Construct an instance of vtkBoostExtractLargestComponent with InvertSelection set to false.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Here is the call graph for this function:

Set the flag to determine if the selection should be inverted.

static internal int Kitware.VTK.vtkBoostExtractLargestComponent.vtkBoostExtractLargestComponent_IsA_02 ( HandleRef  pThis,
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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: