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