ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkNetCDFReader Class Reference
Inheritance diagram for Kitware.VTK.vtkNetCDFReader:
[legend]
Collaboration diagram for Kitware.VTK.vtkNetCDFReader:
[legend]

List of all members.

Public Member Functions

 vtkNetCDFReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkNetCDFReader ()
 Undocumented Block.
virtual vtkStringArray GetAllDimensions ()
 Returns an array with string encodings for the dimension combinations used in the variables. The result is the same as GetVariableDimensions except that each entry in the array is unique (a set of dimensions is only given once even if it occurs for multiple variables) and the order is meaningless.
virtual vtkStringArray GetAllVariableArrayNames ()
 Convenience method to get a list of variable arrays. The length of the returned list is the same as GetNumberOfVariableArrays, and the string at each index i is the same as returned from GetVariableArrayname(i).
virtual string GetFileName ()
 Undocumented Block.
virtual int GetNumberOfVariableArrays ()
 Variable array selection.
virtual int GetReplaceFillValueWithNan ()
 If on, any float or double variable read that has a _FillValue attribute will have that fill value replaced with a not-a-number (NaN) value. The advantage of setting these to NaN values is that, if implemented properly by the system and careful math operations are used, they can implicitly be ignored by calculations like finding the range of the values. That said, this option should be used with caution as VTK does not fully support NaN values and therefore odd calculations may occur. By default this is off.
virtual string GetVariableArrayName (int idx)
 Variable array selection.
virtual int GetVariableArrayStatus (string name)
 Variable array selection.
virtual vtkStringArray GetVariableDimensions ()
 Returns an array with string encodings for the dimensions used in each of the variables. The indices in the returned array correspond to those used in the GetVariableArrayName method. Two arrays with the same dimensions will have the same encoded string returned by this method.
override int IsA (string type)
 Undocumented Block.
new vtkNetCDFReader NewInstance ()
 Undocumented Block.
virtual void ReplaceFillValueWithNanOff ()
 If on, any float or double variable read that has a _FillValue attribute will have that fill value replaced with a not-a-number (NaN) value. The advantage of setting these to NaN values is that, if implemented properly by the system and careful math operations are used, they can implicitly be ignored by calculations like finding the range of the values. That said, this option should be used with caution as VTK does not fully support NaN values and therefore odd calculations may occur. By default this is off.
virtual void ReplaceFillValueWithNanOn ()
 If on, any float or double variable read that has a _FillValue attribute will have that fill value replaced with a not-a-number (NaN) value. The advantage of setting these to NaN values is that, if implemented properly by the system and careful math operations are used, they can implicitly be ignored by calculations like finding the range of the values. That said, this option should be used with caution as VTK does not fully support NaN values and therefore odd calculations may occur. By default this is off.
virtual void SetDimensions (string dimensions)
 Loads the grid with the given dimensions. The dimensions are encoded in a string that conforms to the same format as returned by GetVariableDimensions and GetAllDimensions. This method is really a convenience method for SetVariableArrayStatus. It turns on all variables that have the given dimensions and turns off all other variables.
virtual void SetFileName (string filename)
 Undocumented Block.
virtual void SetReplaceFillValueWithNan (int _arg)
 If on, any float or double variable read that has a _FillValue attribute will have that fill value replaced with a not-a-number (NaN) value. The advantage of setting these to NaN values is that, if implemented properly by the system and careful math operations are used, they can implicitly be ignored by calculations like finding the range of the values. That said, this option should be used with caution as VTK does not fully support NaN values and therefore odd calculations may occur. By default this is off.
virtual void SetVariableArrayStatus (string name, int status)
 Variable array selection.
int UpdateMetaData ()
 Update the meta data from the current file. Automatically called during the RequestInformation pipeline update stage.

Static Public Member Functions

static new vtkNetCDFReader New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkNetCDFReader SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkNetCDFReader"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkNetCDFReader"
 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 vtkNetCDFReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkNetCDFReader_GetAllDimensions_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkNetCDFReader_GetAllVariableArrayNames_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkNetCDFReader_GetFileName_03 (HandleRef pThis)
static internal int vtkNetCDFReader_GetNumberOfVariableArrays_04 (HandleRef pThis)
static internal int vtkNetCDFReader_GetReplaceFillValueWithNan_05 (HandleRef pThis)
static internal IntPtr vtkNetCDFReader_GetVariableArrayName_06 (HandleRef pThis, int idx)
static internal int vtkNetCDFReader_GetVariableArrayStatus_07 (HandleRef pThis, string name)
static internal IntPtr vtkNetCDFReader_GetVariableDimensions_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkNetCDFReader_IsA_09 (HandleRef pThis, string type)
static internal int vtkNetCDFReader_IsTypeOf_10 (string type)
static internal IntPtr vtkNetCDFReader_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkNetCDFReader_ReplaceFillValueWithNanOff_13 (HandleRef pThis)
static internal void vtkNetCDFReader_ReplaceFillValueWithNanOn_14 (HandleRef pThis)
static internal IntPtr vtkNetCDFReader_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkNetCDFReader_SetDimensions_16 (HandleRef pThis, string dimensions)
static internal void vtkNetCDFReader_SetFileName_17 (HandleRef pThis, string filename)
static internal void vtkNetCDFReader_SetReplaceFillValueWithNan_18 (HandleRef pThis, int _arg)
static internal void vtkNetCDFReader_SetVariableArrayStatus_19 (HandleRef pThis, string name, int status)
static internal int vtkNetCDFReader_UpdateMetaData_20 (HandleRef pThis)

Static Private Member Functions

static vtkNetCDFReader ()
 Automatically generated type registration mechanics.

Detailed Description

-*- c++ -*-


Constructor & Destructor Documentation

static Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkNetCDFReader.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.vtkDataObjectAlgorithm.

Reimplemented in Kitware.VTK.vtkNetCDFCFReader.

Returns an array with string encodings for the dimension combinations used in the variables. The result is the same as GetVariableDimensions except that each entry in the array is unique (a set of dimensions is only given once even if it occurs for multiple variables) and the order is meaningless.

Here is the call graph for this function:

Convenience method to get a list of variable arrays. The length of the returned list is the same as GetNumberOfVariableArrays, and the string at each index i is the same as returned from GetVariableArrayname(i).

Here is the call graph for this function:

virtual string Kitware.VTK.vtkNetCDFReader.GetFileName ( ) [virtual]

Undocumented Block.

Variable array selection.

If on, any float or double variable read that has a _FillValue attribute will have that fill value replaced with a not-a-number (NaN) value. The advantage of setting these to NaN values is that, if implemented properly by the system and careful math operations are used, they can implicitly be ignored by calculations like finding the range of the values. That said, this option should be used with caution as VTK does not fully support NaN values and therefore odd calculations may occur. By default this is off.

virtual string Kitware.VTK.vtkNetCDFReader.GetVariableArrayName ( int  idx) [virtual]

Variable array selection.

virtual int Kitware.VTK.vtkNetCDFReader.GetVariableArrayStatus ( string  name) [virtual]

Variable array selection.

Returns an array with string encodings for the dimensions used in each of the variables. The indices in the returned array correspond to those used in the GetVariableArrayName method. Two arrays with the same dimensions will have the same encoded string returned by this method.

Here is the call graph for this function:

override int Kitware.VTK.vtkNetCDFReader.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Reimplemented in Kitware.VTK.vtkNetCDFCFReader.

static new int Kitware.VTK.vtkNetCDFReader.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Reimplemented in Kitware.VTK.vtkNetCDFCFReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Reimplemented in Kitware.VTK.vtkNetCDFCFReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Reimplemented in Kitware.VTK.vtkNetCDFCFReader.

If on, any float or double variable read that has a _FillValue attribute will have that fill value replaced with a not-a-number (NaN) value. The advantage of setting these to NaN values is that, if implemented properly by the system and careful math operations are used, they can implicitly be ignored by calculations like finding the range of the values. That said, this option should be used with caution as VTK does not fully support NaN values and therefore odd calculations may occur. By default this is off.

If on, any float or double variable read that has a _FillValue attribute will have that fill value replaced with a not-a-number (NaN) value. The advantage of setting these to NaN values is that, if implemented properly by the system and careful math operations are used, they can implicitly be ignored by calculations like finding the range of the values. That said, this option should be used with caution as VTK does not fully support NaN values and therefore odd calculations may occur. By default this is off.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Reimplemented in Kitware.VTK.vtkNetCDFCFReader.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkNetCDFReader.SetDimensions ( string  dimensions) [virtual]

Loads the grid with the given dimensions. The dimensions are encoded in a string that conforms to the same format as returned by GetVariableDimensions and GetAllDimensions. This method is really a convenience method for SetVariableArrayStatus. It turns on all variables that have the given dimensions and turns off all other variables.

virtual void Kitware.VTK.vtkNetCDFReader.SetFileName ( string  filename) [virtual]

Undocumented Block.

virtual void Kitware.VTK.vtkNetCDFReader.SetReplaceFillValueWithNan ( int  _arg) [virtual]

If on, any float or double variable read that has a _FillValue attribute will have that fill value replaced with a not-a-number (NaN) value. The advantage of setting these to NaN values is that, if implemented properly by the system and careful math operations are used, they can implicitly be ignored by calculations like finding the range of the values. That said, this option should be used with caution as VTK does not fully support NaN values and therefore odd calculations may occur. By default this is off.

virtual void Kitware.VTK.vtkNetCDFReader.SetVariableArrayStatus ( string  name,
int  status 
) [virtual]

Variable array selection.

Update the meta data from the current file. Automatically called during the RequestInformation pipeline update stage.

static internal IntPtr Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_GetAllDimensions_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_GetAllVariableArrayNames_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_GetFileName_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_GetNumberOfVariableArrays_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_GetReplaceFillValueWithNan_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_GetVariableArrayName_06 ( HandleRef  pThis,
int  idx 
) [private]
static internal int Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_GetVariableArrayStatus_07 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_GetVariableDimensions_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_IsTypeOf_10 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_ReplaceFillValueWithNanOff_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_ReplaceFillValueWithNanOn_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_SafeDownCast_15 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_SetDimensions_16 ( HandleRef  pThis,
string  dimensions 
) [private]
static internal void Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_SetFileName_17 ( HandleRef  pThis,
string  filename 
) [private]
static internal void Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_SetReplaceFillValueWithNan_18 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_SetVariableArrayStatus_19 ( HandleRef  pThis,
string  name,
int  status 
) [private]
static internal int Kitware.VTK.vtkNetCDFReader.vtkNetCDFReader_UpdateMetaData_20 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkNetCDFReader.MRClassNameKey = "15vtkNetCDFReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Reimplemented in Kitware.VTK.vtkNetCDFCFReader.

new const string Kitware.VTK.vtkNetCDFReader.MRFullTypeName = "Kitware.VTK.vtkNetCDFReader"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Reimplemented in Kitware.VTK.vtkNetCDFCFReader.


The documentation for this class was generated from the following file: