ActiViz .NET
5.8.0
|
Public Member Functions | |
vtkNetCDFCFReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkNetCDFCFReader () | |
Undocumented Block. | |
virtual int | GetOutputType () |
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. | |
virtual int | GetSphericalCoordinates () |
If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates. | |
virtual double | GetVerticalBias () |
The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values. | |
virtual double | GetVerticalScale () |
The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkNetCDFCFReader | NewInstance () |
Undocumented Block. | |
virtual void | SetOutputType (int type) |
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. | |
void | SetOutputTypeToAutomatic () |
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. | |
void | SetOutputTypeToImage () |
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. | |
void | SetOutputTypeToRectilinear () |
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. | |
void | SetOutputTypeToStructured () |
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. | |
void | SetOutputTypeToUnstructured () |
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. | |
virtual void | SetSphericalCoordinates (int _arg) |
If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates. | |
virtual void | SetVerticalBias (double _arg) |
The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values. | |
virtual void | SetVerticalScale (double _arg) |
The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values. | |
virtual void | SphericalCoordinatesOff () |
If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates. | |
virtual void | SphericalCoordinatesOn () |
If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates. | |
Static Public Member Functions | |
static new vtkNetCDFCFReader | 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 vtkNetCDFCFReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkNetCDFCFReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkNetCDFCFReader" |
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 | vtkNetCDFCFReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkNetCDFCFReader_CanReadFile_01 (string filename) |
static internal int | vtkNetCDFCFReader_GetOutputType_02 (HandleRef pThis) |
static internal int | vtkNetCDFCFReader_GetSphericalCoordinates_03 (HandleRef pThis) |
static internal double | vtkNetCDFCFReader_GetVerticalBias_04 (HandleRef pThis) |
static internal double | vtkNetCDFCFReader_GetVerticalScale_05 (HandleRef pThis) |
static internal int | vtkNetCDFCFReader_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkNetCDFCFReader_IsTypeOf_07 (string type) |
static internal IntPtr | vtkNetCDFCFReader_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkNetCDFCFReader_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkNetCDFCFReader_SetOutputType_11 (HandleRef pThis, int type) |
static internal void | vtkNetCDFCFReader_SetOutputTypeToAutomatic_12 (HandleRef pThis) |
static internal void | vtkNetCDFCFReader_SetOutputTypeToImage_13 (HandleRef pThis) |
static internal void | vtkNetCDFCFReader_SetOutputTypeToRectilinear_14 (HandleRef pThis) |
static internal void | vtkNetCDFCFReader_SetOutputTypeToStructured_15 (HandleRef pThis) |
static internal void | vtkNetCDFCFReader_SetOutputTypeToUnstructured_16 (HandleRef pThis) |
static internal void | vtkNetCDFCFReader_SetSphericalCoordinates_17 (HandleRef pThis, int _arg) |
static internal void | vtkNetCDFCFReader_SetVerticalBias_18 (HandleRef pThis, double _arg) |
static internal void | vtkNetCDFCFReader_SetVerticalScale_19 (HandleRef pThis, double _arg) |
static internal void | vtkNetCDFCFReader_SphericalCoordinatesOff_20 (HandleRef pThis) |
static internal void | vtkNetCDFCFReader_SphericalCoordinatesOn_21 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkNetCDFCFReader () |
Automatically generated type registration mechanics. |
-*- c++ -*-
static Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
static int Kitware.VTK.vtkNetCDFCFReader.CanReadFile | ( | string | filename | ) | [static] |
Returns true if the given file can be read.
override void Kitware.VTK.vtkNetCDFCFReader.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.vtkNetCDFReader.
virtual int Kitware.VTK.vtkNetCDFCFReader.GetOutputType | ( | ) | [virtual] |
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read.
virtual int Kitware.VTK.vtkNetCDFCFReader.GetSphericalCoordinates | ( | ) | [virtual] |
If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates.
virtual double Kitware.VTK.vtkNetCDFCFReader.GetVerticalBias | ( | ) | [virtual] |
The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values.
virtual double Kitware.VTK.vtkNetCDFCFReader.GetVerticalScale | ( | ) | [virtual] |
The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values.
override int Kitware.VTK.vtkNetCDFCFReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNetCDFReader.
static new int Kitware.VTK.vtkNetCDFCFReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNetCDFReader.
static new vtkNetCDFCFReader Kitware.VTK.vtkNetCDFCFReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNetCDFReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNetCDFReader.
static new vtkNetCDFCFReader Kitware.VTK.vtkNetCDFCFReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNetCDFReader.
virtual void Kitware.VTK.vtkNetCDFCFReader.SetOutputType | ( | int | type | ) | [virtual] |
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read.
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read.
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read.
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read.
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read.
Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read.
virtual void Kitware.VTK.vtkNetCDFCFReader.SetSphericalCoordinates | ( | int | _arg | ) | [virtual] |
If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates.
virtual void Kitware.VTK.vtkNetCDFCFReader.SetVerticalBias | ( | double | _arg | ) | [virtual] |
The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values.
virtual void Kitware.VTK.vtkNetCDFCFReader.SetVerticalScale | ( | double | _arg | ) | [virtual] |
The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values.
virtual void Kitware.VTK.vtkNetCDFCFReader.SphericalCoordinatesOff | ( | ) | [virtual] |
If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates.
virtual void Kitware.VTK.vtkNetCDFCFReader.SphericalCoordinatesOn | ( | ) | [virtual] |
If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates.
static internal int Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_CanReadFile_01 | ( | string | filename | ) | [private] |
static internal int Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_GetOutputType_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_GetSphericalCoordinates_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_GetVerticalBias_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_GetVerticalScale_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SetOutputType_11 | ( | HandleRef | pThis, |
int | type | ||
) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SetOutputTypeToAutomatic_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SetOutputTypeToImage_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SetOutputTypeToRectilinear_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SetOutputTypeToStructured_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SetOutputTypeToUnstructured_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SetSphericalCoordinates_17 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SetVerticalBias_18 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SetVerticalScale_19 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SphericalCoordinatesOff_20 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkNetCDFCFReader.vtkNetCDFCFReader_SphericalCoordinatesOn_21 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkNetCDFCFReader.MRClassNameKey = "17vtkNetCDFCFReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkNetCDFReader.
new const string Kitware.VTK.vtkNetCDFCFReader.MRFullTypeName = "Kitware.VTK.vtkNetCDFCFReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkNetCDFReader.