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

vtkGenericDataSetAlgorithm - Objects that generate adapted data sets More...

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

List of all members.

Public Member Functions

 vtkGenericDataSetAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
void AddInput (vtkDataObject arg0)
 Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.
void AddInput (int arg0, vtkDataObject arg1)
 Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.
vtkGenericDataSet GetGenericDataSetInput (int port)
 this method is not recommended for use, but lots of old style filters use it
vtkDataObject GetInput ()
 this method is not recommended for use, but lots of old style filters use it
vtkDataObject GetInput (int port)
 this method is not recommended for use, but lots of old style filters use it
vtkGenericDataSet GetOutput ()
 Get the output data object for a port on this algorithm.
vtkGenericDataSet GetOutput (int arg0)
 Get the output data object for a port on this algorithm.
override int IsA (string type)
 Undocumented Block.
new vtkGenericDataSetAlgorithm 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.
virtual void SetOutput (vtkDataObject d)
 Get the output data object for a port on this algorithm.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkGenericDataSetAlgorithm"
 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 void vtkGenericDataSetAlgorithm_AddInput_01 (HandleRef pThis, HandleRef arg0)
static internal void vtkGenericDataSetAlgorithm_AddInput_02 (HandleRef pThis, int arg0, HandleRef arg1)
static internal IntPtr vtkGenericDataSetAlgorithm_GetGenericDataSetInput_03 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSetAlgorithm_GetInput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSetAlgorithm_GetInput_05 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSetAlgorithm_GetOutput_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSetAlgorithm_GetOutput_07 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGenericDataSetAlgorithm_IsA_08 (HandleRef pThis, string type)
static internal int vtkGenericDataSetAlgorithm_IsTypeOf_09 (string type)
static internal IntPtr vtkGenericDataSetAlgorithm_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSetAlgorithm_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericDataSetAlgorithm_SetInput_12 (HandleRef pThis, HandleRef arg0)
static internal void vtkGenericDataSetAlgorithm_SetInput_13 (HandleRef pThis, int arg0, HandleRef arg1)
static internal void vtkGenericDataSetAlgorithm_SetOutput_14 (HandleRef pThis, HandleRef d)

Static Private Member Functions

static vtkGenericDataSetAlgorithm ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGenericDataSetAlgorithm - Objects that generate adapted data sets

Description


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.

Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.

override void Kitware.VTK.vtkGenericDataSetAlgorithm.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.

this method is not recommended for use, but lots of old style filters use it

Here is the call graph for this function:

this method is not recommended for use, but lots of old style filters use it

Here is the call graph for this function:

this method is not recommended for use, but lots of old style filters use it

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:

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

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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.

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

static internal void Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_AddInput_01 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_AddInput_02 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_GetGenericDataSetInput_03 ( HandleRef  pThis,
int  port,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_GetInput_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_GetInput_05 ( HandleRef  pThis,
int  port,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_GetOutput_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_GetOutput_07 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_SetInput_12 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_SetInput_13 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]
static internal void Kitware.VTK.vtkGenericDataSetAlgorithm.vtkGenericDataSetAlgorithm_SetOutput_14 ( HandleRef  pThis,
HandleRef  d 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGenericDataSetAlgorithm.MRClassNameKey = "26vtkGenericDataSetAlgorithm" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.


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