ActiViz .NET
5.8.0
|
vtkEnSight6BinaryReader - class to read binary EnSight6 files More...
Public Member Functions | |
vtkEnSight6BinaryReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkEnSight6BinaryReader () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkEnSight6BinaryReader | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkEnSight6BinaryReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkEnSight6BinaryReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkEnSight6BinaryReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkEnSight6BinaryReader" |
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 | vtkEnSight6BinaryReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkEnSight6BinaryReader_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkEnSight6BinaryReader_IsTypeOf_02 (string type) |
static internal IntPtr | vtkEnSight6BinaryReader_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkEnSight6BinaryReader_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkEnSight6BinaryReader () |
Automatically generated type registration mechanics. |
vtkEnSight6BinaryReader - class to read binary EnSight6 files
Description vtkEnSight6BinaryReader is a class to read binary EnSight6 files into vtk. Because the different parts of the EnSight data can be of various data types, this reader produces multiple outputs, one per part in the input file. All variable information is being stored in field data. The descriptions listed in the case file are used as the array names in the field data. For complex vector variables, the description is appended with _r (for the array of real values) and _i (for the array if imaginary values). Complex scalar variables are stored as a single array with 2 components, real and imaginary, listed in that order. Caveats You must manually call Update on this reader and then connect the rest of the pipeline because (due to the nature of the file format) it is not possible to know ahead of time how many outputs you will have or what types they will be. This reader can only handle static EnSight datasets (both static geometry and variables).
static Kitware.VTK.vtkEnSight6BinaryReader.vtkEnSight6BinaryReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkEnSight6BinaryReader.vtkEnSight6BinaryReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkEnSight6BinaryReader.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.vtkEnSightReader.
override int Kitware.VTK.vtkEnSight6BinaryReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEnSightReader.
static new int Kitware.VTK.vtkEnSight6BinaryReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEnSightReader.
static new vtkEnSight6BinaryReader Kitware.VTK.vtkEnSight6BinaryReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEnSightReader.
static new vtkEnSight6BinaryReader Kitware.VTK.vtkEnSight6BinaryReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEnSightReader.
static internal int Kitware.VTK.vtkEnSight6BinaryReader.vtkEnSight6BinaryReader_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkEnSight6BinaryReader.vtkEnSight6BinaryReader_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEnSight6BinaryReader.vtkEnSight6BinaryReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEnSight6BinaryReader.vtkEnSight6BinaryReader_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEnSight6BinaryReader.vtkEnSight6BinaryReader_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkEnSight6BinaryReader.MRClassNameKey = "23vtkEnSight6BinaryReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkEnSightReader.
new const string Kitware.VTK.vtkEnSight6BinaryReader.MRFullTypeName = "Kitware.VTK.vtkEnSight6BinaryReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkEnSightReader.