ActiViz .NET
5.8.0
|
vtkDataSetAlgorithm - Superclass for algorithms that produce output of the same type as input More...
Public Member Functions | |
vtkDataSetAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDataSetAlgorithm () | |
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 (vtkDataSet 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, vtkDataSet 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. | |
vtkImageData | GetImageDataOutput () |
Get the output as vtkStructuredPoints. | |
vtkDataObject | GetInput () |
Get the input data object. This method is not recommended for use, but lots of old style filters use it. | |
vtkDataSet | GetOutput () |
Get the output data object for a port on this algorithm. | |
vtkDataSet | GetOutput (int arg0) |
Get the output data object for a port on this algorithm. | |
vtkPolyData | GetPolyDataOutput () |
Get the output as vtkPolyData. | |
vtkRectilinearGrid | GetRectilinearGridOutput () |
Get the output as vtkRectilinearGrid. | |
vtkStructuredGrid | GetStructuredGridOutput () |
Get the output as vtkStructuredGrid. | |
vtkStructuredPoints | GetStructuredPointsOutput () |
Get the output as vtkStructuredPoints. | |
vtkUnstructuredGrid | GetUnstructuredGridOutput () |
Get the output as vtkUnstructuredGrid. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDataSetAlgorithm | 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 (vtkDataSet 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, vtkDataSet 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 vtkDataSetAlgorithm | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDataSetAlgorithm | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDataSetAlgorithm" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkDataSetAlgorithm" |
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 | vtkDataSetAlgorithm_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDataSetAlgorithm_AddInput_01 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkDataSetAlgorithm_AddInput_02 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkDataSetAlgorithm_AddInput_03 (HandleRef pThis, int arg0, HandleRef arg1) |
static internal void | vtkDataSetAlgorithm_AddInput_04 (HandleRef pThis, int arg0, HandleRef arg1) |
static internal IntPtr | vtkDataSetAlgorithm_GetImageDataOutput_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetAlgorithm_GetInput_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetAlgorithm_GetOutput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetAlgorithm_GetOutput_08 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetAlgorithm_GetPolyDataOutput_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetAlgorithm_GetRectilinearGridOutput_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetAlgorithm_GetStructuredGridOutput_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetAlgorithm_GetStructuredPointsOutput_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetAlgorithm_GetUnstructuredGridOutput_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDataSetAlgorithm_IsA_14 (HandleRef pThis, string type) |
static internal int | vtkDataSetAlgorithm_IsTypeOf_15 (string type) |
static internal IntPtr | vtkDataSetAlgorithm_NewInstance_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetAlgorithm_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDataSetAlgorithm_SetInput_19 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkDataSetAlgorithm_SetInput_20 (HandleRef pThis, int arg0, HandleRef arg1) |
static internal void | vtkDataSetAlgorithm_SetInput_21 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkDataSetAlgorithm_SetInput_22 (HandleRef pThis, int arg0, HandleRef arg1) |
Static Private Member Functions | |
static | vtkDataSetAlgorithm () |
Automatically generated type registration mechanics. |
vtkDataSetAlgorithm - Superclass for algorithms that produce output of the same type as input
Description vtkDataSetAlgorithm 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 DataSet. 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 RequestInformation. The default implementation of RequestDataObject will create an output data of the same type as the input.
static Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkDataSetAlgorithm.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 Kitware.VTK.vtkDataSetAlgorithm.AddInput | ( | vtkDataSet | 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.
Reimplemented in Kitware.VTK.vtkProgrammableAttributeDataFilter.
void Kitware.VTK.vtkDataSetAlgorithm.AddInput | ( | int | arg0, |
vtkDataSet | 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 Kitware.VTK.vtkDataSetAlgorithm.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.
override void Kitware.VTK.vtkDataSetAlgorithm.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.vtkProgrammableAttributeDataFilter, Kitware.VTK.vtkArrayCalculator, Kitware.VTK.vtkMeshQuality, Kitware.VTK.vtkFieldDataToAttributeDataFilter, Kitware.VTK.vtkDataObjectToDataSetFilter, Kitware.VTK.vtkExtractTensorComponents, Kitware.VTK.vtkRearrangeFields, Kitware.VTK.vtkImplicitTextureCoords, Kitware.VTK.vtkMergeDataObjectFilter, Kitware.VTK.vtkSplitField, Kitware.VTK.vtkMergeFields, Kitware.VTK.vtkProgrammableSource, Kitware.VTK.vtkTextureMapToCylinder, Kitware.VTK.vtkGenericProbeFilter, Kitware.VTK.vtkCompositeDataProbeFilter, Kitware.VTK.vtkProbeFilter, Kitware.VTK.vtkProbePolyhedron, Kitware.VTK.vtkTextureMapToPlane, Kitware.VTK.vtkTextureMapToSphere, Kitware.VTK.vtkCastToConcrete, Kitware.VTK.vtkQuadraturePointInterpolator, Kitware.VTK.vtkRandomAttributeGenerator, Kitware.VTK.vtkInterpolateDataSetAttributes, Kitware.VTK.vtkQuadratureSchemeDictionaryGenerator, Kitware.VTK.vtkTransformTextureCoords, Kitware.VTK.vtkCellDerivatives, Kitware.VTK.vtkCellQuality, Kitware.VTK.vtkIdFilter, Kitware.VTK.vtkProjectedTexture, Kitware.VTK.vtkDataSetGradientPrecompute, Kitware.VTK.vtkSelectEnclosedPoints, Kitware.VTK.vtkAttributeDataToFieldDataFilter, Kitware.VTK.vtkDataSetGradient, Kitware.VTK.vtkGradientFilter, Kitware.VTK.vtkPieceScalars, Kitware.VTK.vtkProcessIdScalars, Kitware.VTK.vtkVectorNorm, Kitware.VTK.vtkExtractVectorComponents, Kitware.VTK.vtkSimpleElevationFilter, Kitware.VTK.vtkMatrixMathFilter, Kitware.VTK.vtkOBBDicer, Kitware.VTK.vtkThresholdTextureCoords, Kitware.VTK.vtkCellDataToPointData, Kitware.VTK.vtkElevationFilter, Kitware.VTK.vtkPCellDataToPointData, Kitware.VTK.vtkPointDataToCellData, Kitware.VTK.vtkVectorDot, Kitware.VTK.vtkHyperOctreeLimiter, Kitware.VTK.vtkMaskFields, Kitware.VTK.vtkMergeFilter, Kitware.VTK.vtkBrownianPoints, Kitware.VTK.vtkPassThroughFilter, Kitware.VTK.vtkHyperOctreeDepth, Kitware.VTK.vtkPDataSetReader, Kitware.VTK.vtkPProbeFilter, and Kitware.VTK.vtkDicer.
Get the input data object. This method is not recommended for use, but lots of old style filters use it.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter.
Get the output data object for a port on this algorithm.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter.
vtkDataSet Kitware.VTK.vtkDataSetAlgorithm.GetOutput | ( | int | arg0 | ) |
Get the output data object for a port on this algorithm.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter.
Get the output as vtkPolyData.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter, and Kitware.VTK.vtkProgrammableSource.
Get the output as vtkRectilinearGrid.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter, and Kitware.VTK.vtkProgrammableSource.
Get the output as vtkStructuredGrid.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter, and Kitware.VTK.vtkProgrammableSource.
Get the output as vtkStructuredPoints.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter, and Kitware.VTK.vtkProgrammableSource.
Get the output as vtkUnstructuredGrid.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter, and Kitware.VTK.vtkProgrammableSource.
override int Kitware.VTK.vtkDataSetAlgorithm.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter, Kitware.VTK.vtkRandomAttributeGenerator, Kitware.VTK.vtkMeshQuality, Kitware.VTK.vtkFieldDataToAttributeDataFilter, Kitware.VTK.vtkArrayCalculator, Kitware.VTK.vtkExtractTensorComponents, Kitware.VTK.vtkProjectedTexture, Kitware.VTK.vtkMaskFields, Kitware.VTK.vtkTransformTextureCoords, Kitware.VTK.vtkTextureMapToPlane, Kitware.VTK.vtkSelectEnclosedPoints, Kitware.VTK.vtkDicer, Kitware.VTK.vtkMergeFilter, Kitware.VTK.vtkProgrammableSource, Kitware.VTK.vtkImplicitTextureCoords, Kitware.VTK.vtkExtractVectorComponents, Kitware.VTK.vtkTextureMapToCylinder, Kitware.VTK.vtkThresholdTextureCoords, Kitware.VTK.vtkGradientFilter, Kitware.VTK.vtkIdFilter, Kitware.VTK.vtkProbeFilter, Kitware.VTK.vtkRearrangeFields, Kitware.VTK.vtkProgrammableAttributeDataFilter, Kitware.VTK.vtkElevationFilter, Kitware.VTK.vtkTextureMapToSphere, Kitware.VTK.vtkBrownianPoints, Kitware.VTK.vtkInterpolateDataSetAttributes, Kitware.VTK.vtkGenericProbeFilter, Kitware.VTK.vtkCellDerivatives, Kitware.VTK.vtkProbePolyhedron, Kitware.VTK.vtkProcessIdScalars, Kitware.VTK.vtkMergeDataObjectFilter, Kitware.VTK.vtkCellQuality, Kitware.VTK.vtkVectorNorm, Kitware.VTK.vtkMergeFields, Kitware.VTK.vtkPDataSetReader, Kitware.VTK.vtkCompositeDataProbeFilter, Kitware.VTK.vtkSimpleElevationFilter, Kitware.VTK.vtkPieceScalars, Kitware.VTK.vtkSplitField, Kitware.VTK.vtkVectorDot, Kitware.VTK.vtkPProbeFilter, Kitware.VTK.vtkAttributeDataToFieldDataFilter, Kitware.VTK.vtkDataSetGradientPrecompute, Kitware.VTK.vtkDataSetGradient, Kitware.VTK.vtkCellDataToPointData, Kitware.VTK.vtkMatrixMathFilter, Kitware.VTK.vtkPointDataToCellData, Kitware.VTK.vtkPCellDataToPointData, Kitware.VTK.vtkHyperOctreeLimiter, Kitware.VTK.vtkCastToConcrete, Kitware.VTK.vtkQuadraturePointInterpolator, Kitware.VTK.vtkQuadratureSchemeDictionaryGenerator, Kitware.VTK.vtkOBBDicer, Kitware.VTK.vtkPassThroughFilter, and Kitware.VTK.vtkHyperOctreeDepth.
static new int Kitware.VTK.vtkDataSetAlgorithm.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter, Kitware.VTK.vtkRandomAttributeGenerator, Kitware.VTK.vtkMeshQuality, Kitware.VTK.vtkFieldDataToAttributeDataFilter, Kitware.VTK.vtkArrayCalculator, Kitware.VTK.vtkExtractTensorComponents, Kitware.VTK.vtkSelectEnclosedPoints, Kitware.VTK.vtkProjectedTexture, Kitware.VTK.vtkMaskFields, Kitware.VTK.vtkTransformTextureCoords, Kitware.VTK.vtkTextureMapToPlane, Kitware.VTK.vtkDicer, Kitware.VTK.vtkMergeFilter, Kitware.VTK.vtkProgrammableSource, Kitware.VTK.vtkImplicitTextureCoords, Kitware.VTK.vtkExtractVectorComponents, Kitware.VTK.vtkTextureMapToCylinder, Kitware.VTK.vtkThresholdTextureCoords, Kitware.VTK.vtkGradientFilter, Kitware.VTK.vtkIdFilter, Kitware.VTK.vtkProbeFilter, Kitware.VTK.vtkRearrangeFields, Kitware.VTK.vtkProgrammableAttributeDataFilter, Kitware.VTK.vtkElevationFilter, Kitware.VTK.vtkTextureMapToSphere, Kitware.VTK.vtkBrownianPoints, Kitware.VTK.vtkInterpolateDataSetAttributes, Kitware.VTK.vtkGenericProbeFilter, Kitware.VTK.vtkCellDerivatives, Kitware.VTK.vtkProbePolyhedron, Kitware.VTK.vtkProcessIdScalars, Kitware.VTK.vtkMergeDataObjectFilter, Kitware.VTK.vtkCellQuality, Kitware.VTK.vtkVectorNorm, Kitware.VTK.vtkMergeFields, Kitware.VTK.vtkPDataSetReader, Kitware.VTK.vtkCompositeDataProbeFilter, Kitware.VTK.vtkSimpleElevationFilter, Kitware.VTK.vtkPieceScalars, Kitware.VTK.vtkSplitField, Kitware.VTK.vtkVectorDot, Kitware.VTK.vtkPProbeFilter, Kitware.VTK.vtkAttributeDataToFieldDataFilter, Kitware.VTK.vtkDataSetGradientPrecompute, Kitware.VTK.vtkDataSetGradient, Kitware.VTK.vtkCellDataToPointData, Kitware.VTK.vtkMatrixMathFilter, Kitware.VTK.vtkPointDataToCellData, Kitware.VTK.vtkPCellDataToPointData, Kitware.VTK.vtkHyperOctreeLimiter, Kitware.VTK.vtkCastToConcrete, Kitware.VTK.vtkQuadraturePointInterpolator, Kitware.VTK.vtkQuadratureSchemeDictionaryGenerator, Kitware.VTK.vtkOBBDicer, Kitware.VTK.vtkPassThroughFilter, and Kitware.VTK.vtkHyperOctreeDepth.
static new vtkDataSetAlgorithm Kitware.VTK.vtkDataSetAlgorithm.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkProgrammableAttributeDataFilter, Kitware.VTK.vtkArrayCalculator, Kitware.VTK.vtkMeshQuality, Kitware.VTK.vtkFieldDataToAttributeDataFilter, Kitware.VTK.vtkDataObjectToDataSetFilter, Kitware.VTK.vtkRearrangeFields, Kitware.VTK.vtkExtractTensorComponents, Kitware.VTK.vtkImplicitTextureCoords, Kitware.VTK.vtkMergeDataObjectFilter, Kitware.VTK.vtkSplitField, Kitware.VTK.vtkMergeFields, Kitware.VTK.vtkProgrammableSource, Kitware.VTK.vtkGenericProbeFilter, Kitware.VTK.vtkCompositeDataProbeFilter, Kitware.VTK.vtkProbeFilter, Kitware.VTK.vtkTextureMapToCylinder, Kitware.VTK.vtkProbePolyhedron, Kitware.VTK.vtkTextureMapToPlane, Kitware.VTK.vtkTextureMapToSphere, Kitware.VTK.vtkCastToConcrete, Kitware.VTK.vtkQuadraturePointInterpolator, Kitware.VTK.vtkRandomAttributeGenerator, Kitware.VTK.vtkInterpolateDataSetAttributes, Kitware.VTK.vtkQuadratureSchemeDictionaryGenerator, Kitware.VTK.vtkCellDerivatives, Kitware.VTK.vtkCellQuality, Kitware.VTK.vtkProjectedTexture, Kitware.VTK.vtkTransformTextureCoords, Kitware.VTK.vtkDataSetGradientPrecompute, Kitware.VTK.vtkIdFilter, Kitware.VTK.vtkAttributeDataToFieldDataFilter, Kitware.VTK.vtkDataSetGradient, Kitware.VTK.vtkGradientFilter, Kitware.VTK.vtkPieceScalars, Kitware.VTK.vtkProcessIdScalars, Kitware.VTK.vtkSelectEnclosedPoints, Kitware.VTK.vtkVectorNorm, Kitware.VTK.vtkExtractVectorComponents, Kitware.VTK.vtkSimpleElevationFilter, Kitware.VTK.vtkMatrixMathFilter, Kitware.VTK.vtkOBBDicer, Kitware.VTK.vtkThresholdTextureCoords, Kitware.VTK.vtkCellDataToPointData, Kitware.VTK.vtkElevationFilter, Kitware.VTK.vtkPCellDataToPointData, Kitware.VTK.vtkPointDataToCellData, Kitware.VTK.vtkVectorDot, Kitware.VTK.vtkHyperOctreeLimiter, Kitware.VTK.vtkMaskFields, Kitware.VTK.vtkMergeFilter, Kitware.VTK.vtkBrownianPoints, Kitware.VTK.vtkPassThroughFilter, Kitware.VTK.vtkHyperOctreeDepth, Kitware.VTK.vtkPDataSetReader, and Kitware.VTK.vtkPProbeFilter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkDataObjectToDataSetFilter, Kitware.VTK.vtkRandomAttributeGenerator, Kitware.VTK.vtkMeshQuality, Kitware.VTK.vtkFieldDataToAttributeDataFilter, Kitware.VTK.vtkArrayCalculator, Kitware.VTK.vtkExtractTensorComponents, Kitware.VTK.vtkSelectEnclosedPoints, Kitware.VTK.vtkProjectedTexture, Kitware.VTK.vtkMaskFields, Kitware.VTK.vtkTransformTextureCoords, Kitware.VTK.vtkTextureMapToPlane, Kitware.VTK.vtkDicer, Kitware.VTK.vtkMergeFilter, Kitware.VTK.vtkProgrammableSource, Kitware.VTK.vtkImplicitTextureCoords, Kitware.VTK.vtkExtractVectorComponents, Kitware.VTK.vtkTextureMapToCylinder, Kitware.VTK.vtkThresholdTextureCoords, Kitware.VTK.vtkGradientFilter, Kitware.VTK.vtkIdFilter, Kitware.VTK.vtkProbeFilter, Kitware.VTK.vtkRearrangeFields, Kitware.VTK.vtkProgrammableAttributeDataFilter, Kitware.VTK.vtkElevationFilter, Kitware.VTK.vtkTextureMapToSphere, Kitware.VTK.vtkBrownianPoints, Kitware.VTK.vtkInterpolateDataSetAttributes, Kitware.VTK.vtkGenericProbeFilter, Kitware.VTK.vtkCellDerivatives, Kitware.VTK.vtkProbePolyhedron, Kitware.VTK.vtkProcessIdScalars, Kitware.VTK.vtkMergeDataObjectFilter, Kitware.VTK.vtkCellQuality, Kitware.VTK.vtkMergeFields, Kitware.VTK.vtkVectorNorm, Kitware.VTK.vtkPDataSetReader, Kitware.VTK.vtkCompositeDataProbeFilter, Kitware.VTK.vtkSimpleElevationFilter, Kitware.VTK.vtkPieceScalars, Kitware.VTK.vtkSplitField, Kitware.VTK.vtkVectorDot, Kitware.VTK.vtkPProbeFilter, Kitware.VTK.vtkAttributeDataToFieldDataFilter, Kitware.VTK.vtkDataSetGradientPrecompute, Kitware.VTK.vtkDataSetGradient, Kitware.VTK.vtkCellDataToPointData, Kitware.VTK.vtkMatrixMathFilter, Kitware.VTK.vtkPointDataToCellData, Kitware.VTK.vtkPCellDataToPointData, Kitware.VTK.vtkHyperOctreeLimiter, Kitware.VTK.vtkCastToConcrete, Kitware.VTK.vtkQuadraturePointInterpolator, Kitware.VTK.vtkQuadratureSchemeDictionaryGenerator, Kitware.VTK.vtkOBBDicer, Kitware.VTK.vtkPassThroughFilter, and Kitware.VTK.vtkHyperOctreeDepth.
static new vtkDataSetAlgorithm Kitware.VTK.vtkDataSetAlgorithm.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkMeshQuality, Kitware.VTK.vtkDataObjectToDataSetFilter, Kitware.VTK.vtkRandomAttributeGenerator, Kitware.VTK.vtkFieldDataToAttributeDataFilter, Kitware.VTK.vtkArrayCalculator, Kitware.VTK.vtkExtractTensorComponents, Kitware.VTK.vtkSelectEnclosedPoints, Kitware.VTK.vtkProjectedTexture, Kitware.VTK.vtkMaskFields, Kitware.VTK.vtkTransformTextureCoords, Kitware.VTK.vtkTextureMapToPlane, Kitware.VTK.vtkDicer, Kitware.VTK.vtkMergeFilter, Kitware.VTK.vtkProgrammableSource, Kitware.VTK.vtkRearrangeFields, Kitware.VTK.vtkTextureMapToCylinder, Kitware.VTK.vtkImplicitTextureCoords, Kitware.VTK.vtkExtractVectorComponents, Kitware.VTK.vtkIdFilter, Kitware.VTK.vtkProbePolyhedron, Kitware.VTK.vtkThresholdTextureCoords, Kitware.VTK.vtkTextureMapToSphere, Kitware.VTK.vtkProgrammableAttributeDataFilter, Kitware.VTK.vtkGradientFilter, Kitware.VTK.vtkProbeFilter, Kitware.VTK.vtkElevationFilter, Kitware.VTK.vtkProcessIdScalars, Kitware.VTK.vtkCellQuality, Kitware.VTK.vtkVectorNorm, Kitware.VTK.vtkBrownianPoints, Kitware.VTK.vtkCompositeDataProbeFilter, Kitware.VTK.vtkInterpolateDataSetAttributes, Kitware.VTK.vtkGenericProbeFilter, Kitware.VTK.vtkCellDerivatives, Kitware.VTK.vtkMergeDataObjectFilter, Kitware.VTK.vtkPieceScalars, Kitware.VTK.vtkMergeFields, Kitware.VTK.vtkAttributeDataToFieldDataFilter, Kitware.VTK.vtkCellDataToPointData, Kitware.VTK.vtkPointDataToCellData, Kitware.VTK.vtkPCellDataToPointData, Kitware.VTK.vtkPDataSetReader, Kitware.VTK.vtkSimpleElevationFilter, Kitware.VTK.vtkSplitField, Kitware.VTK.vtkVectorDot, Kitware.VTK.vtkPProbeFilter, Kitware.VTK.vtkDataSetGradientPrecompute, Kitware.VTK.vtkDataSetGradient, Kitware.VTK.vtkMatrixMathFilter, Kitware.VTK.vtkHyperOctreeLimiter, Kitware.VTK.vtkCastToConcrete, Kitware.VTK.vtkQuadraturePointInterpolator, Kitware.VTK.vtkQuadratureSchemeDictionaryGenerator, Kitware.VTK.vtkOBBDicer, Kitware.VTK.vtkPassThroughFilter, and Kitware.VTK.vtkHyperOctreeDepth.
void Kitware.VTK.vtkDataSetAlgorithm.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 Kitware.VTK.vtkDataSetAlgorithm.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 Kitware.VTK.vtkDataSetAlgorithm.SetInput | ( | vtkDataSet | 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.
Reimplemented in Kitware.VTK.vtkExtractVectorComponents.
void Kitware.VTK.vtkDataSetAlgorithm.SetInput | ( | int | arg0, |
vtkDataSet | 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 internal void Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_AddInput_01 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_AddInput_02 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_AddInput_03 | ( | HandleRef | pThis, |
int | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
static internal void Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_AddInput_04 | ( | HandleRef | pThis, |
int | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_GetImageDataOutput_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_GetInput_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_GetOutput_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_GetOutput_08 | ( | HandleRef | pThis, |
int | arg0, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_GetPolyDataOutput_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_GetRectilinearGridOutput_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_GetStructuredGridOutput_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_GetStructuredPointsOutput_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_GetUnstructuredGridOutput_13 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_IsA_14 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_IsTypeOf_15 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_NewInstance_17 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_SafeDownCast_18 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_SetInput_19 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_SetInput_20 | ( | HandleRef | pThis, |
int | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
static internal void Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_SetInput_21 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDataSetAlgorithm.vtkDataSetAlgorithm_SetInput_22 | ( | HandleRef | pThis, |
int | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
new readonly string Kitware.VTK.vtkDataSetAlgorithm.MRClassNameKey = "19vtkDataSetAlgorithm" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkProgrammableAttributeDataFilter, Kitware.VTK.vtkArrayCalculator, Kitware.VTK.vtkMeshQuality, Kitware.VTK.vtkFieldDataToAttributeDataFilter, Kitware.VTK.vtkDataObjectToDataSetFilter, Kitware.VTK.vtkRearrangeFields, Kitware.VTK.vtkExtractTensorComponents, Kitware.VTK.vtkMergeDataObjectFilter, Kitware.VTK.vtkSplitField, Kitware.VTK.vtkImplicitTextureCoords, Kitware.VTK.vtkMergeFields, Kitware.VTK.vtkProgrammableSource, Kitware.VTK.vtkGenericProbeFilter, Kitware.VTK.vtkCompositeDataProbeFilter, Kitware.VTK.vtkProbeFilter, Kitware.VTK.vtkProbePolyhedron, Kitware.VTK.vtkDicer, Kitware.VTK.vtkTextureMapToCylinder, Kitware.VTK.vtkTextureMapToPlane, Kitware.VTK.vtkCastToConcrete, Kitware.VTK.vtkQuadraturePointInterpolator, Kitware.VTK.vtkRandomAttributeGenerator, Kitware.VTK.vtkTextureMapToSphere, Kitware.VTK.vtkInterpolateDataSetAttributes, Kitware.VTK.vtkQuadratureSchemeDictionaryGenerator, Kitware.VTK.vtkCellDerivatives, Kitware.VTK.vtkCellQuality, Kitware.VTK.vtkProjectedTexture, Kitware.VTK.vtkDataSetGradientPrecompute, Kitware.VTK.vtkTransformTextureCoords, Kitware.VTK.vtkAttributeDataToFieldDataFilter, Kitware.VTK.vtkDataSetGradient, Kitware.VTK.vtkGradientFilter, Kitware.VTK.vtkIdFilter, Kitware.VTK.vtkPieceScalars, Kitware.VTK.vtkProcessIdScalars, Kitware.VTK.vtkVectorNorm, Kitware.VTK.vtkExtractVectorComponents, Kitware.VTK.vtkSelectEnclosedPoints, Kitware.VTK.vtkSimpleElevationFilter, Kitware.VTK.vtkMatrixMathFilter, Kitware.VTK.vtkOBBDicer, Kitware.VTK.vtkThresholdTextureCoords, Kitware.VTK.vtkCellDataToPointData, Kitware.VTK.vtkElevationFilter, Kitware.VTK.vtkPCellDataToPointData, Kitware.VTK.vtkPointDataToCellData, Kitware.VTK.vtkVectorDot, Kitware.VTK.vtkHyperOctreeLimiter, Kitware.VTK.vtkMaskFields, Kitware.VTK.vtkMergeFilter, Kitware.VTK.vtkBrownianPoints, Kitware.VTK.vtkPassThroughFilter, Kitware.VTK.vtkHyperOctreeDepth, Kitware.VTK.vtkPDataSetReader, and Kitware.VTK.vtkPProbeFilter.
new const string Kitware.VTK.vtkDataSetAlgorithm.MRFullTypeName = "Kitware.VTK.vtkDataSetAlgorithm" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkProgrammableAttributeDataFilter, Kitware.VTK.vtkArrayCalculator, Kitware.VTK.vtkMeshQuality, Kitware.VTK.vtkFieldDataToAttributeDataFilter, Kitware.VTK.vtkDataObjectToDataSetFilter, Kitware.VTK.vtkRearrangeFields, Kitware.VTK.vtkExtractTensorComponents, Kitware.VTK.vtkMergeDataObjectFilter, Kitware.VTK.vtkSplitField, Kitware.VTK.vtkImplicitTextureCoords, Kitware.VTK.vtkMergeFields, Kitware.VTK.vtkProgrammableSource, Kitware.VTK.vtkGenericProbeFilter, Kitware.VTK.vtkCompositeDataProbeFilter, Kitware.VTK.vtkProbeFilter, Kitware.VTK.vtkProbePolyhedron, Kitware.VTK.vtkDicer, Kitware.VTK.vtkTextureMapToCylinder, Kitware.VTK.vtkTextureMapToPlane, Kitware.VTK.vtkCastToConcrete, Kitware.VTK.vtkQuadraturePointInterpolator, Kitware.VTK.vtkRandomAttributeGenerator, Kitware.VTK.vtkTextureMapToSphere, Kitware.VTK.vtkInterpolateDataSetAttributes, Kitware.VTK.vtkQuadratureSchemeDictionaryGenerator, Kitware.VTK.vtkCellDerivatives, Kitware.VTK.vtkCellQuality, Kitware.VTK.vtkProjectedTexture, Kitware.VTK.vtkDataSetGradientPrecompute, Kitware.VTK.vtkTransformTextureCoords, Kitware.VTK.vtkAttributeDataToFieldDataFilter, Kitware.VTK.vtkDataSetGradient, Kitware.VTK.vtkGradientFilter, Kitware.VTK.vtkIdFilter, Kitware.VTK.vtkPieceScalars, Kitware.VTK.vtkProcessIdScalars, Kitware.VTK.vtkVectorNorm, Kitware.VTK.vtkExtractVectorComponents, Kitware.VTK.vtkSelectEnclosedPoints, Kitware.VTK.vtkSimpleElevationFilter, Kitware.VTK.vtkMatrixMathFilter, Kitware.VTK.vtkOBBDicer, Kitware.VTK.vtkThresholdTextureCoords, Kitware.VTK.vtkCellDataToPointData, Kitware.VTK.vtkElevationFilter, Kitware.VTK.vtkPCellDataToPointData, Kitware.VTK.vtkPointDataToCellData, Kitware.VTK.vtkVectorDot, Kitware.VTK.vtkHyperOctreeLimiter, Kitware.VTK.vtkMaskFields, Kitware.VTK.vtkMergeFilter, Kitware.VTK.vtkBrownianPoints, Kitware.VTK.vtkPassThroughFilter, Kitware.VTK.vtkHyperOctreeDepth, Kitware.VTK.vtkPDataSetReader, and Kitware.VTK.vtkPProbeFilter.