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

vtkThresholdGraph - Returns a subgraph of a vtkGraph. More...

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

List of all members.

Public Member Functions

 vtkThresholdGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkThresholdGraph ()
 Undocumented Block.
virtual double GetLowerThreshold ()
 Get/Set lower threshold. This would be the value against which edge or vertex data array value will be compared.
virtual double GetUpperThreshold ()
 Get/Set upper threshold. This would be the value against which edge or vertex data array value will be compared.
override int IsA (string type)
 Undocumented Block.
new vtkThresholdGraph NewInstance ()
 Undocumented Block.
virtual void SetLowerThreshold (double _arg)
 Get/Set lower threshold. This would be the value against which edge or vertex data array value will be compared.
virtual void SetUpperThreshold (double _arg)
 Get/Set upper threshold. This would be the value against which edge or vertex data array value will be compared.

Static Public Member Functions

static new vtkThresholdGraph New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkThresholdGraph SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkThresholdGraph"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkThresholdGraph"
 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 vtkThresholdGraph_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkThresholdGraph_GetLowerThreshold_01 (HandleRef pThis)
static internal double vtkThresholdGraph_GetUpperThreshold_02 (HandleRef pThis)
static internal int vtkThresholdGraph_IsA_03 (HandleRef pThis, string type)
static internal int vtkThresholdGraph_IsTypeOf_04 (string type)
static internal IntPtr vtkThresholdGraph_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkThresholdGraph_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkThresholdGraph_SetLowerThreshold_08 (HandleRef pThis, double _arg)
static internal void vtkThresholdGraph_SetUpperThreshold_09 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkThresholdGraph ()
 Automatically generated type registration mechanics.

Detailed Description

vtkThresholdGraph - Returns a subgraph of a vtkGraph.

Description Requires input array, lower and upper threshold. This filter than extracts the subgraph based on these three parameters.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkThresholdGraph.vtkThresholdGraph ( 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.vtkThresholdGraph.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.

Get/Set lower threshold. This would be the value against which edge or vertex data array value will be compared.

Get/Set upper threshold. This would be the value against which edge or vertex data array value will be compared.

override int Kitware.VTK.vtkThresholdGraph.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

static new int Kitware.VTK.vtkThresholdGraph.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

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:

virtual void Kitware.VTK.vtkThresholdGraph.SetLowerThreshold ( double  _arg) [virtual]

Get/Set lower threshold. This would be the value against which edge or vertex data array value will be compared.

virtual void Kitware.VTK.vtkThresholdGraph.SetUpperThreshold ( double  _arg) [virtual]

Get/Set upper threshold. This would be the value against which edge or vertex data array value will be compared.

static internal double Kitware.VTK.vtkThresholdGraph.vtkThresholdGraph_GetLowerThreshold_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkThresholdGraph.vtkThresholdGraph_GetUpperThreshold_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkThresholdGraph.vtkThresholdGraph_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkThresholdGraph.vtkThresholdGraph_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkThresholdGraph.vtkThresholdGraph_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkThresholdGraph.vtkThresholdGraph_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkThresholdGraph.vtkThresholdGraph_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkThresholdGraph.vtkThresholdGraph_SetLowerThreshold_08 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkThresholdGraph.vtkThresholdGraph_SetUpperThreshold_09 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkThresholdGraph.MRClassNameKey = "17vtkThresholdGraph" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

new const string Kitware.VTK.vtkThresholdGraph.MRFullTypeName = "Kitware.VTK.vtkThresholdGraph"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.


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