ActiViz .NET
5.8.0
|
vtkAlgorithmOutput - Proxy object to connect input/output ports. More...
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. |
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.
static Kitware.VTK.vtkAlgorithmOutput.vtkAlgorithmOutput | ( | ) | [static, private] |
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.
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.
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.
static new vtkAlgorithmOutput Kitware.VTK.vtkAlgorithmOutput.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkAlgorithmOutput Kitware.VTK.vtkAlgorithmOutput.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
void Kitware.VTK.vtkAlgorithmOutput.SetIndex | ( | int | index | ) |
Undocumented Block.
void Kitware.VTK.vtkAlgorithmOutput.SetProducer | ( | vtkAlgorithm | producer | ) |
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] |
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.