ActiViz .NET
5.8.0
|
vtkEnSightReader - superclass for EnSight file readers More...
Public Types | |
enum | ElementTypesList { BAR2 = 1, BAR3 = 2, HEXA20 = 14, HEXA8 = 13, NFACED = 8, NSIDED = 3, NUMBER_OF_ELEMENT_TYPES = 17, PENTA15 = 16, PENTA6 = 15, POINT = 0, PYRAMID13 = 12, PYRAMID5 = 11, QUAD4 = 6, QUAD8 = 7, TETRA10 = 10, TETRA4 = 9, TRIA3 = 4, TRIA6 = 5 } |
Undocumented Block. More... | |
enum | SectionTypeList { BLOCK = 1, COORDINATES = 0, ELEMENT = 2 } |
Undocumented Block. More... | |
enum | VariableTypesList { COMPLEX_SCALAR_PER_ELEMENT = 10, COMPLEX_SCALAR_PER_NODE = 8, COMPLEX_VECTOR_PER_ELEMENT = 11, COMPLEX_VECTOR_PER_NODE = 9, SCALAR_PER_ELEMENT = 3, SCALAR_PER_MEASURED_NODE = 6, SCALAR_PER_NODE = 0, TENSOR_SYMM_PER_ELEMENT = 5, TENSOR_SYMM_PER_NODE = 2, VECTOR_PER_ELEMENT = 4, VECTOR_PER_MEASURED_NODE = 7, VECTOR_PER_NODE = 1 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkEnSightReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual string | GetMatchFileName () |
Get the Match file name. Made public to allow access from apps requiring detailed info about the Data contents. | |
virtual string | GetMeasuredFileName () |
Get the Measured file name. Made public to allow access from apps requiring detailed info about the Data contents. | |
override int | GetParticleCoordinatesByIndex () |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkEnSightReader | NewInstance () |
Undocumented Block. | |
override void | ParticleCoordinatesByIndexOff () |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them. | |
override void | ParticleCoordinatesByIndexOn () |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them. | |
override void | SetParticleCoordinatesByIndex (int _arg) |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkEnSightReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkEnSightReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkEnSightReader" |
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 | vtkEnSightReader_GetMatchFileName_01 (HandleRef pThis) |
static internal IntPtr | vtkEnSightReader_GetMeasuredFileName_02 (HandleRef pThis) |
static internal int | vtkEnSightReader_GetParticleCoordinatesByIndex_03 (HandleRef pThis) |
static internal int | vtkEnSightReader_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkEnSightReader_IsTypeOf_05 (string type) |
static internal IntPtr | vtkEnSightReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkEnSightReader_ParticleCoordinatesByIndexOff_07 (HandleRef pThis) |
static internal void | vtkEnSightReader_ParticleCoordinatesByIndexOn_08 (HandleRef pThis) |
static internal IntPtr | vtkEnSightReader_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkEnSightReader_SetParticleCoordinatesByIndex_10 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkEnSightReader () |
Automatically generated type registration mechanics. |
vtkEnSightReader - superclass for EnSight file readers
Undocumented Block.
Undocumented Block.
static Kitware.VTK.vtkEnSightReader.vtkEnSightReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkEnSightReader.vtkEnSightReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkEnSightReader.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.vtkGenericEnSightReader.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.
virtual string Kitware.VTK.vtkEnSightReader.GetMatchFileName | ( | ) | [virtual] |
Get the Match file name. Made public to allow access from apps requiring detailed info about the Data contents.
virtual string Kitware.VTK.vtkEnSightReader.GetMeasuredFileName | ( | ) | [virtual] |
Get the Measured file name. Made public to allow access from apps requiring detailed info about the Data contents.
override int Kitware.VTK.vtkEnSightReader.GetParticleCoordinatesByIndex | ( | ) | [virtual] |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
override int Kitware.VTK.vtkEnSightReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.
static new int Kitware.VTK.vtkEnSightReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.
override void Kitware.VTK.vtkEnSightReader.ParticleCoordinatesByIndexOff | ( | ) | [virtual] |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
override void Kitware.VTK.vtkEnSightReader.ParticleCoordinatesByIndexOn | ( | ) | [virtual] |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
static new vtkEnSightReader Kitware.VTK.vtkEnSightReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.
override void Kitware.VTK.vtkEnSightReader.SetParticleCoordinatesByIndex | ( | int | _arg | ) | [virtual] |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
static internal IntPtr Kitware.VTK.vtkEnSightReader.vtkEnSightReader_GetMatchFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEnSightReader.vtkEnSightReader_GetMeasuredFileName_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkEnSightReader.vtkEnSightReader_GetParticleCoordinatesByIndex_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkEnSightReader.vtkEnSightReader_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkEnSightReader.vtkEnSightReader_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEnSightReader.vtkEnSightReader_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkEnSightReader.vtkEnSightReader_ParticleCoordinatesByIndexOff_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkEnSightReader.vtkEnSightReader_ParticleCoordinatesByIndexOn_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEnSightReader.vtkEnSightReader_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkEnSightReader.vtkEnSightReader_SetParticleCoordinatesByIndex_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkEnSightReader.MRClassNameKey = "16vtkEnSightReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.
new const string Kitware.VTK.vtkEnSightReader.MRFullTypeName = "Kitware.VTK.vtkEnSightReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGenericEnSightReader.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.