ActiViz .NET
5.8.0
|
vtkNetCDFPOPReader - read NetCDF files .Author Joshua Wu 09.15.2009 More...
Public Member Functions | |
vtkNetCDFPOPReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkNetCDFPOPReader () | |
Undocumented Block. | |
virtual string | GetFileName () |
The file to open. | |
virtual int | GetNumberOfVariableArrays () |
Variable array selection. | |
virtual int[] | GetStride () |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid. | |
virtual void | GetStride (ref int _arg1, ref int _arg2, ref int _arg3) |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid. | |
virtual void | GetStride (IntPtr _arg) |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid. | |
virtual string | GetVariableArrayName (int idx) |
Variable array selection. | |
virtual int | GetVariableArrayStatus (string name) |
Variable array selection. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkNetCDFPOPReader | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
The file to open. | |
virtual void | SetStride (int _arg1, int _arg2, int _arg3) |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid. | |
virtual void | SetStride (IntPtr _arg) |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid. | |
virtual void | SetVariableArrayStatus (string name, int status) |
Variable array selection. | |
Static Public Member Functions | |
static new vtkNetCDFPOPReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkNetCDFPOPReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkNetCDFPOPReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkNetCDFPOPReader" |
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 | vtkNetCDFPOPReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkNetCDFPOPReader_GetFileName_01 (HandleRef pThis) |
static internal int | vtkNetCDFPOPReader_GetNumberOfVariableArrays_02 (HandleRef pThis) |
static internal IntPtr | vtkNetCDFPOPReader_GetStride_03 (HandleRef pThis) |
static internal void | vtkNetCDFPOPReader_GetStride_04 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3) |
static internal void | vtkNetCDFPOPReader_GetStride_05 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkNetCDFPOPReader_GetVariableArrayName_06 (HandleRef pThis, int idx) |
static internal int | vtkNetCDFPOPReader_GetVariableArrayStatus_07 (HandleRef pThis, string name) |
static internal int | vtkNetCDFPOPReader_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkNetCDFPOPReader_IsTypeOf_09 (string type) |
static internal IntPtr | vtkNetCDFPOPReader_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkNetCDFPOPReader_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkNetCDFPOPReader_SetFileName_13 (HandleRef pThis, string _arg) |
static internal void | vtkNetCDFPOPReader_SetStride_14 (HandleRef pThis, int _arg1, int _arg2, int _arg3) |
static internal void | vtkNetCDFPOPReader_SetStride_15 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkNetCDFPOPReader_SetVariableArrayStatus_16 (HandleRef pThis, string name, int status) |
Static Private Member Functions | |
static | vtkNetCDFPOPReader () |
Automatically generated type registration mechanics. |
vtkNetCDFPOPReader - read NetCDF files .Author Joshua Wu 09.15.2009
Description vtkNetCDFPOPReader is a source object that reads NetCDF files. It should be able to read most any NetCDF file that wants to output a rectilinear grid. The ordering of the variables is changed such that the NetCDF x, y, z directions correspond to the vtkRectilinearGrid z, y, x directions, respectively. The striding is done with respect to the vtkRectilinearGrid ordering. Additionally, the z coordinates of the vtkRectilinearGrid are negated so that the first slice/plane has the highest z-value and the last slice/plane has the lowest z-value.
static Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkNetCDFPOPReader.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.vtkRectilinearGridAlgorithm.
virtual string Kitware.VTK.vtkNetCDFPOPReader.GetFileName | ( | ) | [virtual] |
The file to open.
virtual int Kitware.VTK.vtkNetCDFPOPReader.GetNumberOfVariableArrays | ( | ) | [virtual] |
Variable array selection.
virtual int [] Kitware.VTK.vtkNetCDFPOPReader.GetStride | ( | ) | [virtual] |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid.
virtual void Kitware.VTK.vtkNetCDFPOPReader.GetStride | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [virtual] |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid.
virtual void Kitware.VTK.vtkNetCDFPOPReader.GetStride | ( | IntPtr | _arg | ) | [virtual] |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid.
virtual string Kitware.VTK.vtkNetCDFPOPReader.GetVariableArrayName | ( | int | idx | ) | [virtual] |
Variable array selection.
virtual int Kitware.VTK.vtkNetCDFPOPReader.GetVariableArrayStatus | ( | string | name | ) | [virtual] |
Variable array selection.
override int Kitware.VTK.vtkNetCDFPOPReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.
static new int Kitware.VTK.vtkNetCDFPOPReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.
static new vtkNetCDFPOPReader Kitware.VTK.vtkNetCDFPOPReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.
static new vtkNetCDFPOPReader Kitware.VTK.vtkNetCDFPOPReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.
virtual void Kitware.VTK.vtkNetCDFPOPReader.SetFileName | ( | string | _arg | ) | [virtual] |
The file to open.
virtual void Kitware.VTK.vtkNetCDFPOPReader.SetStride | ( | int | _arg1, |
int | _arg2, | ||
int | _arg3 | ||
) | [virtual] |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid.
virtual void Kitware.VTK.vtkNetCDFPOPReader.SetStride | ( | IntPtr | _arg | ) | [virtual] |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid.
virtual void Kitware.VTK.vtkNetCDFPOPReader.SetVariableArrayStatus | ( | string | name, |
int | status | ||
) | [virtual] |
Variable array selection.
static internal IntPtr Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_GetNumberOfVariableArrays_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_GetStride_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_GetStride_04 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_GetStride_05 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_GetVariableArrayName_06 | ( | HandleRef | pThis, |
int | idx | ||
) | [private] |
static internal int Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_GetVariableArrayStatus_07 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal int Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_SetFileName_13 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_SetStride_14 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2, | ||
int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_SetStride_15 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkNetCDFPOPReader.vtkNetCDFPOPReader_SetVariableArrayStatus_16 | ( | HandleRef | pThis, |
string | name, | ||
int | status | ||
) | [private] |
new readonly string Kitware.VTK.vtkNetCDFPOPReader.MRClassNameKey = "18vtkNetCDFPOPReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.
new const string Kitware.VTK.vtkNetCDFPOPReader.MRFullTypeName = "Kitware.VTK.vtkNetCDFPOPReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.