ActiViz .NET
5.8.0
|
vtkMPASReader - Read an MPAS netCDF file More...
Public Member Functions | |
vtkMPASReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkMPASReader () | |
Undocumented Block. | |
void | DisableAllCellArrays () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | DisableAllPointArrays () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | EnableAllCellArrays () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | EnableAllPointArrays () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
string | GetCellArrayName (int index) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
int | GetCellArrayStatus (string name) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual int[] | GetCenterLonRange () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual void | GetCenterLonRange (ref int _arg1, ref int _arg2) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual void | GetCenterLonRange (IntPtr _arg) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual string | GetFileName () |
Specify file name of MPAS data file to read. | |
virtual bool | GetIsAtmosphere () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual bool | GetIsZeroCentered () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual int[] | GetLayerThicknessRange () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual void | GetLayerThicknessRange (ref int _arg1, ref int _arg2) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual void | GetLayerThicknessRange (IntPtr _arg) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
int | GetNumberOfCellArrays () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
int | GetNumberOfPointArrays () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
new vtkUnstructuredGrid | GetOutput () |
Get the reader's output. | |
new vtkUnstructuredGrid | GetOutput (int index) |
Get the reader's output. | |
string | GetPointArrayName (int index) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
int | GetPointArrayStatus (string name) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual bool | GetProjectLatLon () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual bool | GetShowMultilayerView () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual int[] | GetVerticalLevelRange () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual void | GetVerticalLevelRange (ref int _arg1, ref int _arg2) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual void | GetVerticalLevelRange (IntPtr _arg) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual int | GetmaxCells () |
Get the number of data cells. | |
virtual int | GetmaxPoints () |
Get the number of points. | |
virtual int | GetnumCellVars () |
Get the number of data variables at the cell centers and points. | |
virtual int | GetnumPointVars () |
Get the number of data variables at the cell centers and points. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkMPASReader | NewInstance () |
Undocumented Block. | |
void | SetCellArrayStatus (string name, int status) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | SetCenterLon (int val) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual void | SetFileName (string _arg) |
Specify file name of MPAS data file to read. | |
void | SetIsAtmosphere (bool val) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | SetIsZeroCentered (bool val) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | SetLayerThickness (int val) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | SetPointArrayStatus (string name, int status) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | SetProjectLatLon (bool val) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | SetShowMultilayerView (bool val) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | SetVerticalLevel (int level) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
Static Public Member Functions | |
static new vtkMPASReader | New () |
Undocumented Block. | |
static int | CanReadFile (string filename) |
Returns true if the given file can be read. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMPASReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMPASReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkMPASReader" |
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 | vtkMPASReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkMPASReader_CanReadFile_01 (string filename) |
static internal void | vtkMPASReader_DisableAllCellArrays_02 (HandleRef pThis) |
static internal void | vtkMPASReader_DisableAllPointArrays_03 (HandleRef pThis) |
static internal void | vtkMPASReader_EnableAllCellArrays_04 (HandleRef pThis) |
static internal void | vtkMPASReader_EnableAllPointArrays_05 (HandleRef pThis) |
static internal IntPtr | vtkMPASReader_GetCellArrayName_06 (HandleRef pThis, int index) |
static internal int | vtkMPASReader_GetCellArrayStatus_07 (HandleRef pThis, string name) |
static internal IntPtr | vtkMPASReader_GetCenterLonRange_08 (HandleRef pThis) |
static internal void | vtkMPASReader_GetCenterLonRange_09 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkMPASReader_GetCenterLonRange_10 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkMPASReader_GetFileName_11 (HandleRef pThis) |
static internal byte | vtkMPASReader_GetIsAtmosphere_12 (HandleRef pThis) |
static internal byte | vtkMPASReader_GetIsZeroCentered_13 (HandleRef pThis) |
static internal IntPtr | vtkMPASReader_GetLayerThicknessRange_14 (HandleRef pThis) |
static internal void | vtkMPASReader_GetLayerThicknessRange_15 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkMPASReader_GetLayerThicknessRange_16 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkMPASReader_GetNumberOfCellArrays_17 (HandleRef pThis) |
static internal int | vtkMPASReader_GetNumberOfPointArrays_18 (HandleRef pThis) |
static internal IntPtr | vtkMPASReader_GetOutput_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMPASReader_GetOutput_20 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMPASReader_GetPointArrayName_21 (HandleRef pThis, int index) |
static internal int | vtkMPASReader_GetPointArrayStatus_22 (HandleRef pThis, string name) |
static internal byte | vtkMPASReader_GetProjectLatLon_23 (HandleRef pThis) |
static internal byte | vtkMPASReader_GetShowMultilayerView_24 (HandleRef pThis) |
static internal IntPtr | vtkMPASReader_GetVerticalLevelRange_25 (HandleRef pThis) |
static internal void | vtkMPASReader_GetVerticalLevelRange_26 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkMPASReader_GetVerticalLevelRange_27 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkMPASReader_GetmaxCells_28 (HandleRef pThis) |
static internal int | vtkMPASReader_GetmaxPoints_29 (HandleRef pThis) |
static internal int | vtkMPASReader_GetnumCellVars_30 (HandleRef pThis) |
static internal int | vtkMPASReader_GetnumPointVars_31 (HandleRef pThis) |
static internal int | vtkMPASReader_IsA_32 (HandleRef pThis, string type) |
static internal int | vtkMPASReader_IsTypeOf_33 (string type) |
static internal IntPtr | vtkMPASReader_NewInstance_35 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMPASReader_SafeDownCast_36 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMPASReader_SetCellArrayStatus_37 (HandleRef pThis, string name, int status) |
static internal void | vtkMPASReader_SetCenterLon_38 (HandleRef pThis, int val) |
static internal void | vtkMPASReader_SetFileName_39 (HandleRef pThis, string _arg) |
static internal void | vtkMPASReader_SetIsAtmosphere_40 (HandleRef pThis, byte val) |
static internal void | vtkMPASReader_SetIsZeroCentered_41 (HandleRef pThis, byte val) |
static internal void | vtkMPASReader_SetLayerThickness_42 (HandleRef pThis, int val) |
static internal void | vtkMPASReader_SetPointArrayStatus_43 (HandleRef pThis, string name, int status) |
static internal void | vtkMPASReader_SetProjectLatLon_44 (HandleRef pThis, byte val) |
static internal void | vtkMPASReader_SetShowMultilayerView_45 (HandleRef pThis, byte val) |
static internal void | vtkMPASReader_SetVerticalLevel_46 (HandleRef pThis, int level) |
Static Private Member Functions | |
static | vtkMPASReader () |
Automatically generated type registration mechanics. |
vtkMPASReader - Read an MPAS netCDF file
Description This program reads an MPAS netCDF data file to allow paraview to display a dual-grid sphere or latlon projection. Also allows display of primal-grid sphere. The variables that have time dim are available to ParaView.
Assume all variables are of interest if they have dims (Time, nCells|nVertices, nVertLevels, [nTracers]) Assume no more than 100 vars each for cell and point data Does not deal with edge data.
When using this reader, it is important that you remember to do the following: 1. When changing a selected variable, remember to select it also in the drop down box to "color by". It doesn't color by that variable automatically. 2. When selecting multilayer sphere view, make layer thickness around 100,000. 3. When selecting multilayer lat/lon view, make layer thickness around 10. 4. Always click the -Z orientation after making a switch from lat/lon to sphere, from single to multilayer or changing thickness. 5. Be conservative on the number of changes you make before hitting Apply, since there may be bugs in this reader. Just make one change and then hit Apply.
static Kitware.VTK.vtkMPASReader.vtkMPASReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMPASReader.vtkMPASReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
static int Kitware.VTK.vtkMPASReader.CanReadFile | ( | string | filename | ) | [static] |
Returns true if the given file can be read.
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
override void Kitware.VTK.vtkMPASReader.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.vtkUnstructuredGridAlgorithm.
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
string Kitware.VTK.vtkMPASReader.GetCellArrayName | ( | int | index | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
int Kitware.VTK.vtkMPASReader.GetCellArrayStatus | ( | string | name | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual int [] Kitware.VTK.vtkMPASReader.GetCenterLonRange | ( | ) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual void Kitware.VTK.vtkMPASReader.GetCenterLonRange | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual void Kitware.VTK.vtkMPASReader.GetCenterLonRange | ( | IntPtr | _arg | ) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual string Kitware.VTK.vtkMPASReader.GetFileName | ( | ) | [virtual] |
Specify file name of MPAS data file to read.
virtual bool Kitware.VTK.vtkMPASReader.GetIsAtmosphere | ( | ) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual bool Kitware.VTK.vtkMPASReader.GetIsZeroCentered | ( | ) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual int [] Kitware.VTK.vtkMPASReader.GetLayerThicknessRange | ( | ) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual void Kitware.VTK.vtkMPASReader.GetLayerThicknessRange | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual void Kitware.VTK.vtkMPASReader.GetLayerThicknessRange | ( | IntPtr | _arg | ) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual int Kitware.VTK.vtkMPASReader.GetmaxCells | ( | ) | [virtual] |
Get the number of data cells.
virtual int Kitware.VTK.vtkMPASReader.GetmaxPoints | ( | ) | [virtual] |
Get the number of points.
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual int Kitware.VTK.vtkMPASReader.GetnumCellVars | ( | ) | [virtual] |
Get the number of data variables at the cell centers and points.
virtual int Kitware.VTK.vtkMPASReader.GetnumPointVars | ( | ) | [virtual] |
Get the number of data variables at the cell centers and points.
Get the reader's output.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new vtkUnstructuredGrid Kitware.VTK.vtkMPASReader.GetOutput | ( | int | index | ) |
Get the reader's output.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
string Kitware.VTK.vtkMPASReader.GetPointArrayName | ( | int | index | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
int Kitware.VTK.vtkMPASReader.GetPointArrayStatus | ( | string | name | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual bool Kitware.VTK.vtkMPASReader.GetProjectLatLon | ( | ) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual bool Kitware.VTK.vtkMPASReader.GetShowMultilayerView | ( | ) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual int [] Kitware.VTK.vtkMPASReader.GetVerticalLevelRange | ( | ) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual void Kitware.VTK.vtkMPASReader.GetVerticalLevelRange | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual void Kitware.VTK.vtkMPASReader.GetVerticalLevelRange | ( | IntPtr | _arg | ) | [virtual] |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
override int Kitware.VTK.vtkMPASReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new int Kitware.VTK.vtkMPASReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkMPASReader Kitware.VTK.vtkMPASReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkMPASReader Kitware.VTK.vtkMPASReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
void Kitware.VTK.vtkMPASReader.SetCellArrayStatus | ( | string | name, |
int | status | ||
) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
void Kitware.VTK.vtkMPASReader.SetCenterLon | ( | int | val | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual void Kitware.VTK.vtkMPASReader.SetFileName | ( | string | _arg | ) | [virtual] |
Specify file name of MPAS data file to read.
void Kitware.VTK.vtkMPASReader.SetIsAtmosphere | ( | bool | val | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
void Kitware.VTK.vtkMPASReader.SetIsZeroCentered | ( | bool | val | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
void Kitware.VTK.vtkMPASReader.SetLayerThickness | ( | int | val | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
void Kitware.VTK.vtkMPASReader.SetPointArrayStatus | ( | string | name, |
int | status | ||
) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
void Kitware.VTK.vtkMPASReader.SetProjectLatLon | ( | bool | val | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
void Kitware.VTK.vtkMPASReader.SetShowMultilayerView | ( | bool | val | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
void Kitware.VTK.vtkMPASReader.SetVerticalLevel | ( | int | level | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_CanReadFile_01 | ( | string | filename | ) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_DisableAllCellArrays_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_DisableAllPointArrays_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_EnableAllCellArrays_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_EnableAllPointArrays_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_GetCellArrayName_06 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_GetCellArrayStatus_07 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_GetCenterLonRange_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_GetCenterLonRange_09 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_GetCenterLonRange_10 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_GetFileName_11 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkMPASReader.vtkMPASReader_GetIsAtmosphere_12 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkMPASReader.vtkMPASReader_GetIsZeroCentered_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_GetLayerThicknessRange_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_GetLayerThicknessRange_15 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_GetLayerThicknessRange_16 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_GetmaxCells_28 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_GetmaxPoints_29 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_GetNumberOfCellArrays_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_GetNumberOfPointArrays_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_GetnumCellVars_30 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_GetnumPointVars_31 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_GetOutput_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_GetOutput_20 | ( | HandleRef | pThis, |
int | index, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_GetPointArrayName_21 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_GetPointArrayStatus_22 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal byte Kitware.VTK.vtkMPASReader.vtkMPASReader_GetProjectLatLon_23 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkMPASReader.vtkMPASReader_GetShowMultilayerView_24 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_GetVerticalLevelRange_25 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_GetVerticalLevelRange_26 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_GetVerticalLevelRange_27 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_IsA_32 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMPASReader.vtkMPASReader_IsTypeOf_33 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_NewInstance_35 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMPASReader.vtkMPASReader_SafeDownCast_36 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_SetCellArrayStatus_37 | ( | HandleRef | pThis, |
string | name, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_SetCenterLon_38 | ( | HandleRef | pThis, |
int | val | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_SetFileName_39 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_SetIsAtmosphere_40 | ( | HandleRef | pThis, |
byte | val | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_SetIsZeroCentered_41 | ( | HandleRef | pThis, |
byte | val | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_SetLayerThickness_42 | ( | HandleRef | pThis, |
int | val | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_SetPointArrayStatus_43 | ( | HandleRef | pThis, |
string | name, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_SetProjectLatLon_44 | ( | HandleRef | pThis, |
byte | val | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_SetShowMultilayerView_45 | ( | HandleRef | pThis, |
byte | val | ||
) | [private] |
static internal void Kitware.VTK.vtkMPASReader.vtkMPASReader_SetVerticalLevel_46 | ( | HandleRef | pThis, |
int | level | ||
) | [private] |
new readonly string Kitware.VTK.vtkMPASReader.MRClassNameKey = "13vtkMPASReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new const string Kitware.VTK.vtkMPASReader.MRFullTypeName = "Kitware.VTK.vtkMPASReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.