ActiViz .NET
5.8.0
|
vtkDataSetToStructuredGridFilter - abstract filter class More...
Public Member Functions | |
vtkDataSetToStructuredGridFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDataSet | GetInput () |
Set / get the input data or filter. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDataSetToStructuredGridFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetInput (vtkDataSet input) |
Set / get the input data or filter. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDataSetToStructuredGridFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDataSetToStructuredGridFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "32vtkDataSetToStructuredGridFilter" |
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 | vtkDataSetToStructuredGridFilter_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDataSetToStructuredGridFilter_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkDataSetToStructuredGridFilter_IsTypeOf_03 (string type) |
static internal IntPtr | vtkDataSetToStructuredGridFilter_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetToStructuredGridFilter_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDataSetToStructuredGridFilter_SetInput_06 (HandleRef pThis, HandleRef input) |
Static Private Member Functions | |
static | vtkDataSetToStructuredGridFilter () |
Automatically generated type registration mechanics. |
vtkDataSetToStructuredGridFilter - abstract filter class
Description vtkDataSetToStructuredGridFilter is an abstract filter class whose subclasses take as input any dataset and generate a structured grid on output.
static Kitware.VTK.vtkDataSetToStructuredGridFilter.vtkDataSetToStructuredGridFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDataSetToStructuredGridFilter.vtkDataSetToStructuredGridFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkDataSetToStructuredGridFilter.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.vtkStructuredGridSource.
Set / get the input data or filter.
override int Kitware.VTK.vtkDataSetToStructuredGridFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridSource.
static new int Kitware.VTK.vtkDataSetToStructuredGridFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridSource.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridSource.
static new vtkDataSetToStructuredGridFilter Kitware.VTK.vtkDataSetToStructuredGridFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridSource.
virtual void Kitware.VTK.vtkDataSetToStructuredGridFilter.SetInput | ( | vtkDataSet | input | ) | [virtual] |
Set / get the input data or filter.
static internal IntPtr Kitware.VTK.vtkDataSetToStructuredGridFilter.vtkDataSetToStructuredGridFilter_GetInput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDataSetToStructuredGridFilter.vtkDataSetToStructuredGridFilter_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDataSetToStructuredGridFilter.vtkDataSetToStructuredGridFilter_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetToStructuredGridFilter.vtkDataSetToStructuredGridFilter_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetToStructuredGridFilter.vtkDataSetToStructuredGridFilter_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDataSetToStructuredGridFilter.vtkDataSetToStructuredGridFilter_SetInput_06 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
new readonly string Kitware.VTK.vtkDataSetToStructuredGridFilter.MRClassNameKey = "32vtkDataSetToStructuredGridFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStructuredGridSource.
new const string Kitware.VTK.vtkDataSetToStructuredGridFilter.MRFullTypeName = "Kitware.VTK.vtkDataSetToStructuredGridFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStructuredGridSource.