ActiViz .NET
5.8.0
|
vtkPointSetToPointSetFilter - abstract filter class More...
Public Member Functions | |
vtkPointSetToPointSetFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
override void | ComputeInputUpdateExtents (vtkDataObject output) |
By default copy the output update extent to the input. | |
vtkPointSet | GetInput () |
Get the input data or filter. | |
new vtkPointSet | GetOutput () |
Get the output of this filter. If output is NULL, then input hasn't been set, which is necessary for abstract filter objects. | |
new vtkPointSet | GetOutput (int idx) |
Get the output of this filter. If output is NULL, then input hasn't been set, which is necessary for abstract filter objects. | |
vtkPolyData | GetPolyDataOutput () |
Get the output as vtkPolyData. Performs run-time checking. | |
vtkStructuredGrid | GetStructuredGridOutput () |
Get the output as vtkStructuredGrid. Performs run-time checking. | |
vtkUnstructuredGrid | GetUnstructuredGridOutput () |
Get the output as vtkUnstructuredGrid. Performs run-time checking. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPointSetToPointSetFilter | NewInstance () |
Undocumented Block. | |
void | SetInput (vtkPointSet input) |
Specify the input data or filter. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPointSetToPointSetFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPointSetToPointSetFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "27vtkPointSetToPointSetFilter" |
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 | vtkPointSetToPointSetFilter_ComputeInputUpdateExtents_01 (HandleRef pThis, HandleRef output) |
static internal IntPtr | vtkPointSetToPointSetFilter_GetInput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPointSetToPointSetFilter_GetOutput_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPointSetToPointSetFilter_GetOutput_04 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPointSetToPointSetFilter_GetPolyDataOutput_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPointSetToPointSetFilter_GetStructuredGridOutput_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPointSetToPointSetFilter_GetUnstructuredGridOutput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPointSetToPointSetFilter_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkPointSetToPointSetFilter_IsTypeOf_09 (string type) |
static internal IntPtr | vtkPointSetToPointSetFilter_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPointSetToPointSetFilter_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPointSetToPointSetFilter_SetInput_12 (HandleRef pThis, HandleRef input) |
Static Private Member Functions | |
static | vtkPointSetToPointSetFilter () |
Automatically generated type registration mechanics. |
vtkPointSetToPointSetFilter - abstract filter class
Description vtkPointSetToPointSetFilter is an abstract filter class whose subclasses take as input a point set and generates a point set on output. At a minimum, the concrete subclasses of vtkPointSetToPointSetFilter modify their point coordinates. They never modify their topological form, however.
This is an abstract filter type. What that means is that the output of the filter is an abstract type (i.e., vtkPointSet), no matter what the input of the filter is. This can cause problems connecting together filters due to the change in dataset type. (For example, in a series of filters processing vtkPolyData, when a vtkPointSetToPointSetFilter or subclass is introduced into the pipeline, if the filter downstream of it takes vtkPolyData as input, the pipeline connection cannot be made.) To get around this problem, use one of the convenience methods to return a concrete type (e.g., vtkGetPolyDataOutput(), GetStructuredGridOutput(), etc.).
static Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkPointSetToPointSetFilter.ComputeInputUpdateExtents | ( | vtkDataObject | output | ) | [virtual] |
By default copy the output update extent to the input.
Reimplemented from Kitware.VTK.vtkSource.
override void Kitware.VTK.vtkPointSetToPointSetFilter.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.vtkPointSetSource.
Get the input data or filter.
Get the output of this filter. If output is NULL, then input hasn't been set, which is necessary for abstract filter objects.
Reimplemented from Kitware.VTK.vtkPointSetSource.
new vtkPointSet Kitware.VTK.vtkPointSetToPointSetFilter.GetOutput | ( | int | idx | ) |
Get the output of this filter. If output is NULL, then input hasn't been set, which is necessary for abstract filter objects.
Reimplemented from Kitware.VTK.vtkPointSetSource.
Get the output as vtkPolyData. Performs run-time checking.
Get the output as vtkStructuredGrid. Performs run-time checking.
Get the output as vtkUnstructuredGrid. Performs run-time checking.
override int Kitware.VTK.vtkPointSetToPointSetFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetSource.
static new int Kitware.VTK.vtkPointSetToPointSetFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetSource.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetSource.
static new vtkPointSetToPointSetFilter Kitware.VTK.vtkPointSetToPointSetFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetSource.
void Kitware.VTK.vtkPointSetToPointSetFilter.SetInput | ( | vtkPointSet | input | ) |
Specify the input data or filter.
static internal void Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_ComputeInputUpdateExtents_01 | ( | HandleRef | pThis, |
HandleRef | output | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_GetInput_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_GetOutput_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_GetOutput_04 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_GetPolyDataOutput_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_GetStructuredGridOutput_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_GetUnstructuredGridOutput_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPointSetToPointSetFilter.vtkPointSetToPointSetFilter_SetInput_12 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
new readonly string Kitware.VTK.vtkPointSetToPointSetFilter.MRClassNameKey = "27vtkPointSetToPointSetFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPointSetSource.
new const string Kitware.VTK.vtkPointSetToPointSetFilter.MRFullTypeName = "Kitware.VTK.vtkPointSetToPointSetFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPointSetSource.