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

vtkPointSetAlgorithm - Superclass for algorithms that produce output of the same type as input More...

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

List of all members.

Public Member Functions

 vtkPointSetAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPointSetAlgorithm ()
 Undocumented Block.
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 (vtkPointSet 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, vtkPointSet 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.
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.
vtkDataObject GetInput ()
 this method is not recommended for use, but lots of old style filters use it
vtkPointSet GetOutput ()
 Get the output data object for a port on this algorithm.
vtkPointSet GetOutput (int arg0)
 Get the output data object for a port on this algorithm.
vtkPolyData GetPolyDataOutput ()
 Get the output as vtkPolyData.
vtkStructuredGrid GetStructuredGridOutput ()
 Get the output as vtkStructuredGrid.
vtkUnstructuredGrid GetUnstructuredGridOutput ()
 Get the output as vtkUnstructuredGrid.
override int IsA (string type)
 Undocumented Block.
new vtkPointSetAlgorithm 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.
void SetInput (vtkPointSet 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, vtkPointSet 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 vtkPointSetAlgorithm New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkPointSetAlgorithm SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkPointSetAlgorithm"
 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 vtkPointSetAlgorithm_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPointSetAlgorithm_AddInput_01 (HandleRef pThis, HandleRef arg0)
static internal void vtkPointSetAlgorithm_AddInput_02 (HandleRef pThis, HandleRef arg0)
static internal void vtkPointSetAlgorithm_AddInput_03 (HandleRef pThis, int arg0, HandleRef arg1)
static internal void vtkPointSetAlgorithm_AddInput_04 (HandleRef pThis, int arg0, HandleRef arg1)
static internal IntPtr vtkPointSetAlgorithm_GetInput_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPointSetAlgorithm_GetOutput_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPointSetAlgorithm_GetOutput_07 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPointSetAlgorithm_GetPolyDataOutput_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPointSetAlgorithm_GetStructuredGridOutput_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPointSetAlgorithm_GetUnstructuredGridOutput_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPointSetAlgorithm_IsA_11 (HandleRef pThis, string type)
static internal int vtkPointSetAlgorithm_IsTypeOf_12 (string type)
static internal IntPtr vtkPointSetAlgorithm_NewInstance_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPointSetAlgorithm_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPointSetAlgorithm_SetInput_16 (HandleRef pThis, HandleRef arg0)
static internal void vtkPointSetAlgorithm_SetInput_17 (HandleRef pThis, int arg0, HandleRef arg1)
static internal void vtkPointSetAlgorithm_SetInput_18 (HandleRef pThis, HandleRef arg0)
static internal void vtkPointSetAlgorithm_SetInput_19 (HandleRef pThis, int arg0, HandleRef arg1)

Static Private Member Functions

static vtkPointSetAlgorithm ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPointSetAlgorithm - Superclass for algorithms that produce output of the same type as input

Description vtkPointSetAlgorithm is a convenience class to make writing algorithms easier. It is also designed to help transition old algorithms to the new pipeline architecture. Ther are some assumptions and defaults made by this class you should be aware of. This class defaults such that your filter will have one input port and one output port. If that is not the case simply change it with SetNumberOfInputPorts etc. See this classes contstructor for the default. This class also provides a FillInputPortInfo method that by default says that all inputs will be PointSet. If that isn't the case then please override this method in your subclass. This class breaks out the downstream requests into seperate functions such as RequestDataObject RequestData and ExecuteInformation. The default implementation of RequestDataObject will create an output data of the same type as the input.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


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.

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.vtkPointSetAlgorithm.Dispose ( bool  disposing) [protected]

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:

Get the output as vtkPolyData.

Here is the call graph for this function:

Get the output as vtkStructuredGrid.

Here is the call graph for this function:

Get the output as vtkUnstructuredGrid.

Here is the call graph for this function:

override int Kitware.VTK.vtkPointSetAlgorithm.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkPointSetAlgorithm.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkWeightedTransformFilter, Kitware.VTK.vtkWarpLens, Kitware.VTK.vtkPCAAnalysisFilter, Kitware.VTK.vtkProcrustesAlignmentFilter, Kitware.VTK.vtkWarpScalar, Kitware.VTK.vtkTransformCoordinateSystems, Kitware.VTK.vtkWarpTo, Kitware.VTK.vtkTransformFilter, Kitware.VTK.vtkExtractDataOverTime, and Kitware.VTK.vtkWarpVector.

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.

Reimplemented in Kitware.VTK.vtkPCAAnalysisFilter, and Kitware.VTK.vtkProcrustesAlignmentFilter.

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.

Reimplemented in Kitware.VTK.vtkPCAAnalysisFilter, and Kitware.VTK.vtkProcrustesAlignmentFilter.

static internal void Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_AddInput_01 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_AddInput_02 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_AddInput_03 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]
static internal void Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_AddInput_04 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]
static internal IntPtr Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_GetInput_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_GetOutput_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_GetOutput_07 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_GetPolyDataOutput_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_GetStructuredGridOutput_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_GetUnstructuredGridOutput_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_IsA_11 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_IsTypeOf_12 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_NewInstance_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_SafeDownCast_15 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_SetInput_16 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_SetInput_17 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]
static internal void Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_SetInput_18 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPointSetAlgorithm.vtkPointSetAlgorithm_SetInput_19 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPointSetAlgorithm.MRClassNameKey = "20vtkPointSetAlgorithm" [static]
new const string Kitware.VTK.vtkPointSetAlgorithm.MRFullTypeName = "Kitware.VTK.vtkPointSetAlgorithm"

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