ActiViz .NET
5.8.0
|
vtkEnSightGoldReader - class to read EnSight Gold files More...
Public Member Functions | |
vtkEnSightGoldReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkEnSightGoldReader () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkEnSightGoldReader | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkEnSightGoldReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkEnSightGoldReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkEnSightGoldReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkEnSightGoldReader" |
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 | vtkEnSightGoldReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkEnSightGoldReader_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkEnSightGoldReader_IsTypeOf_02 (string type) |
static internal IntPtr | vtkEnSightGoldReader_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkEnSightGoldReader_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkEnSightGoldReader () |
Automatically generated type registration mechanics. |
vtkEnSightGoldReader - class to read EnSight Gold files
Description vtkEnSightGoldReader is a class to read EnSight Gold 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). Thanks Thanks to Yvan Fournier for providing the code to support nfaced elements.
static Kitware.VTK.vtkEnSightGoldReader.vtkEnSightGoldReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkEnSightGoldReader.vtkEnSightGoldReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkEnSightGoldReader.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.vtkEnSightGoldReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEnSightReader.
static new int Kitware.VTK.vtkEnSightGoldReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEnSightReader.
static new vtkEnSightGoldReader Kitware.VTK.vtkEnSightGoldReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEnSightReader.
static new vtkEnSightGoldReader Kitware.VTK.vtkEnSightGoldReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEnSightReader.
static internal int Kitware.VTK.vtkEnSightGoldReader.vtkEnSightGoldReader_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkEnSightGoldReader.vtkEnSightGoldReader_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEnSightGoldReader.vtkEnSightGoldReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEnSightGoldReader.vtkEnSightGoldReader_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEnSightGoldReader.vtkEnSightGoldReader_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkEnSightGoldReader.MRClassNameKey = "20vtkEnSightGoldReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkEnSightReader.
new const string Kitware.VTK.vtkEnSightGoldReader.MRFullTypeName = "Kitware.VTK.vtkEnSightGoldReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkEnSightReader.