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.vtkAdjacencyMatrixToEdgeTable Class Reference

vtkAdjacencyMatrixToEdgeTable More...

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

List of all members.

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 int 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 int 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 (int _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 (int _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 int vtkAdjacencyMatrixToEdgeTable_GetMinimumCount_01 (HandleRef pThis)
static internal double vtkAdjacencyMatrixToEdgeTable_GetMinimumThreshold_02 (HandleRef pThis)
static internal int 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, int _arg)
static internal void vtkAdjacencyMatrixToEdgeTable_SetMinimumThreshold_11 (HandleRef pThis, double _arg)
static internal void vtkAdjacencyMatrixToEdgeTable_SetSourceDimension_12 (HandleRef pThis, int _arg)
static internal void vtkAdjacencyMatrixToEdgeTable_SetValueArrayName_13 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkAdjacencyMatrixToEdgeTable ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAdjacencyMatrixToEdgeTable


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Specifies the minimum number of adjacent edges to include for each source vertex. Default: 0.

Specifies a minimum threshold that an edge weight must exceed to be included in the output. Default: 0.5.

Specifies whether rows or columns become the "source" in the output edge table. 0 = rows, 1 = columns. Default: 0.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.SetMinimumCount ( int  _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.

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 int Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_IsA_05 ( HandleRef  pThis,
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,
int  _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,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.vtkAdjacencyMatrixToEdgeTable_SetValueArrayName_13 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

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.


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