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

vtkCompositeDataSetAlgorithm - Superclass for algorithms that produce only vtkCompositeDataSet as output More...

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

List of all members.

Public Member Functions

 vtkCompositeDataSetAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCompositeDataSetAlgorithm ()
 Undocumented Block.
vtkCompositeDataSet GetOutput ()
 Get the output data object for a port on this algorithm.
vtkCompositeDataSet GetOutput (int arg0)
 Get the output data object for a port on this algorithm.
override int IsA (string type)
 Undocumented Block.
new vtkCompositeDataSetAlgorithm NewInstance ()
 Undocumented Block.
void SetInput (vtkDataObject arg0)
 Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.
void SetInput (int arg0, vtkDataObject arg1)
 Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkCompositeDataSetAlgorithm"
 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 vtkCompositeDataSetAlgorithm_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCompositeDataSetAlgorithm_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCompositeDataSetAlgorithm_GetOutput_02 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkCompositeDataSetAlgorithm_IsA_03 (HandleRef pThis, string type)
static internal int vtkCompositeDataSetAlgorithm_IsTypeOf_04 (string type)
static internal IntPtr vtkCompositeDataSetAlgorithm_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCompositeDataSetAlgorithm_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCompositeDataSetAlgorithm_SetInput_08 (HandleRef pThis, HandleRef arg0)
static internal void vtkCompositeDataSetAlgorithm_SetInput_09 (HandleRef pThis, int arg0, HandleRef arg1)

Static Private Member Functions

static vtkCompositeDataSetAlgorithm ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCompositeDataSetAlgorithm - Superclass for algorithms that produce only vtkCompositeDataSet as output

Description Algorithms that take any type of data object (including composite dataset) and produce a vtkCompositeDataSet in the output can subclass from this class.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Reimplemented in Kitware.VTK.vtkAppendCompositeDataLeaves, and Kitware.VTK.vtkExtractPiece.

Get the output data object for a port on this algorithm.

Here is the call graph for this function:

Get the output data object for a port on this algorithm.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkAppendCompositeDataLeaves, and Kitware.VTK.vtkExtractPiece.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkAppendCompositeDataLeaves, and Kitware.VTK.vtkExtractPiece.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkAppendCompositeDataLeaves, and Kitware.VTK.vtkExtractPiece.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkAppendCompositeDataLeaves, and Kitware.VTK.vtkExtractPiece.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkAppendCompositeDataLeaves, and Kitware.VTK.vtkExtractPiece.

Here is the call graph for this function:

Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.

Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.

static internal IntPtr Kitware.VTK.vtkCompositeDataSetAlgorithm.vtkCompositeDataSetAlgorithm_GetOutput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCompositeDataSetAlgorithm.vtkCompositeDataSetAlgorithm_GetOutput_02 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkCompositeDataSetAlgorithm.vtkCompositeDataSetAlgorithm_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkCompositeDataSetAlgorithm.vtkCompositeDataSetAlgorithm_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCompositeDataSetAlgorithm.vtkCompositeDataSetAlgorithm_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCompositeDataSetAlgorithm.vtkCompositeDataSetAlgorithm_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCompositeDataSetAlgorithm.vtkCompositeDataSetAlgorithm_SetInput_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCompositeDataSetAlgorithm.vtkCompositeDataSetAlgorithm_SetInput_09 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkCompositeDataSetAlgorithm.MRClassNameKey = "28vtkCompositeDataSetAlgorithm" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkAppendCompositeDataLeaves, and Kitware.VTK.vtkExtractPiece.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkAppendCompositeDataLeaves, and Kitware.VTK.vtkExtractPiece.


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