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

vtkAlgorithmOutput - Proxy object to connect input/output ports. More...

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

List of all members.

Public Member Functions

 vtkAlgorithmOutput (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkAlgorithmOutput ()
 Undocumented Block.
int GetIndex ()
 Undocumented Block.
vtkAlgorithm GetProducer ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkAlgorithmOutput NewInstance ()
 Undocumented Block.
void SetIndex (int index)
 Undocumented Block.
void SetProducer (vtkAlgorithm producer)
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkAlgorithmOutput"
 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 vtkAlgorithmOutput_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkAlgorithmOutput_GetIndex_01 (HandleRef pThis)
static internal IntPtr vtkAlgorithmOutput_GetProducer_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkAlgorithmOutput_IsA_03 (HandleRef pThis, string type)
static internal int vtkAlgorithmOutput_IsTypeOf_04 (string type)
static internal IntPtr vtkAlgorithmOutput_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAlgorithmOutput_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAlgorithmOutput_SetIndex_08 (HandleRef pThis, int index)
static internal void vtkAlgorithmOutput_SetProducer_09 (HandleRef pThis, HandleRef producer)

Static Private Member Functions

static vtkAlgorithmOutput ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAlgorithmOutput - Proxy object to connect input/output ports.

Description vtkAlgorithmOutput is a proxy object returned by the GetOutputPort method of vtkAlgorithm. It may be passed to the SetInputConnection, AddInputConnection, or RemoveInputConnection methods of another vtkAlgorithm to establish a connection between an output and input port. The connection is not stored in the proxy object: it is simply a convenience for creating or removing connections.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Undocumented Block.

Undocumented Block.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

Undocumented Block.

Undocumented Block.

static internal int Kitware.VTK.vtkAlgorithmOutput.vtkAlgorithmOutput_GetIndex_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAlgorithmOutput.vtkAlgorithmOutput_GetProducer_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkAlgorithmOutput.vtkAlgorithmOutput_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkAlgorithmOutput.vtkAlgorithmOutput_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkAlgorithmOutput.vtkAlgorithmOutput_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAlgorithmOutput.vtkAlgorithmOutput_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAlgorithmOutput.vtkAlgorithmOutput_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAlgorithmOutput.vtkAlgorithmOutput_SetIndex_08 ( HandleRef  pThis,
int  index 
) [private]
static internal void Kitware.VTK.vtkAlgorithmOutput.vtkAlgorithmOutput_SetProducer_09 ( HandleRef  pThis,
HandleRef  producer 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkAlgorithmOutput.MRClassNameKey = "18vtkAlgorithmOutput" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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