|
ActiViz .NET
5.8.0
|
vtkStructuredGridSource - Abstract class whose subclasses generates structured grid data More...
Public Member Functions | |
| vtkStructuredGridSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkStructuredGrid | GetOutput () |
| Get the output of this source. | |
| vtkStructuredGrid | GetOutput (int idx) |
| Get the output of this source. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkStructuredGridSource | NewInstance () |
| Undocumented Block. | |
| void | SetOutput (vtkStructuredGrid output) |
| Get the output of this source. | |
Static Public Member Functions | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkStructuredGridSource | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkStructuredGridSource" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "23vtkStructuredGridSource" |
| 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 | vtkStructuredGridSource_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkStructuredGridSource_GetOutput_02 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkStructuredGridSource_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkStructuredGridSource_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkStructuredGridSource_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkStructuredGridSource_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkStructuredGridSource_SetOutput_07 (HandleRef pThis, HandleRef output) |
Static Private Member Functions | |
| static | vtkStructuredGridSource () |
| Automatically generated type registration mechanics. | |
vtkStructuredGridSource - Abstract class whose subclasses generates structured grid data
Description vtkStructuredGridSource is an abstract class whose subclasses generate structured grid data.
| static Kitware.VTK.vtkStructuredGridSource.vtkStructuredGridSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkStructuredGridSource.vtkStructuredGridSource | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
| override void Kitware.VTK.vtkStructuredGridSource.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.vtkSource.
Reimplemented in Kitware.VTK.vtkPLOT3DReader, Kitware.VTK.vtkDataSetToStructuredGridFilter, and Kitware.VTK.vtkStructuredGridToStructuredGridFilter.
Get the output of this source.
Get the output of this source.
| override int Kitware.VTK.vtkStructuredGridSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPLOT3DReader, Kitware.VTK.vtkDataSetToStructuredGridFilter, and Kitware.VTK.vtkStructuredGridToStructuredGridFilter.
| static new int Kitware.VTK.vtkStructuredGridSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPLOT3DReader, Kitware.VTK.vtkDataSetToStructuredGridFilter, and Kitware.VTK.vtkStructuredGridToStructuredGridFilter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPLOT3DReader, Kitware.VTK.vtkDataSetToStructuredGridFilter, and Kitware.VTK.vtkStructuredGridToStructuredGridFilter.
| static new vtkStructuredGridSource Kitware.VTK.vtkStructuredGridSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPLOT3DReader, Kitware.VTK.vtkDataSetToStructuredGridFilter, and Kitware.VTK.vtkStructuredGridToStructuredGridFilter.
| void Kitware.VTK.vtkStructuredGridSource.SetOutput | ( | vtkStructuredGrid | output | ) |
Get the output of this source.
| static internal IntPtr Kitware.VTK.vtkStructuredGridSource.vtkStructuredGridSource_GetOutput_01 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStructuredGridSource.vtkStructuredGridSource_GetOutput_02 | ( | HandleRef | pThis, |
| int | idx, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkStructuredGridSource.vtkStructuredGridSource_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkStructuredGridSource.vtkStructuredGridSource_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStructuredGridSource.vtkStructuredGridSource_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStructuredGridSource.vtkStructuredGridSource_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStructuredGridSource.vtkStructuredGridSource_SetOutput_07 | ( | HandleRef | pThis, |
| HandleRef | output | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkStructuredGridSource.MRClassNameKey = "23vtkStructuredGridSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPLOT3DReader, Kitware.VTK.vtkDataSetToStructuredGridFilter, and Kitware.VTK.vtkStructuredGridToStructuredGridFilter.
| new const string Kitware.VTK.vtkStructuredGridSource.MRFullTypeName = "Kitware.VTK.vtkStructuredGridSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPLOT3DReader, Kitware.VTK.vtkDataSetToStructuredGridFilter, and Kitware.VTK.vtkStructuredGridToStructuredGridFilter.
1.7.6.1