ActiViz .NET
5.8.0
|
vtkGenericEnSightReader - class to read any type of EnSight files More...
Public Types | |
enum | FILE_BIG_ENDIAN_WrapperEnum { FILE_BIG_ENDIAN = 0, FILE_LITTLE_ENDIAN = 1, FILE_UNKNOWN_ENDIAN = 2 } |
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). More... | |
enum | FileTypes { ENSIGHT_6 = 0, ENSIGHT_6_BINARY = 1, ENSIGHT_GOLD = 2, ENSIGHT_GOLD_BINARY = 3, ENSIGHT_MASTER_SERVER = 4 } |
Get/Set whether the point or cell array with the given name is to be read. More... | |
Public Member Functions | |
vtkGenericEnSightReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGenericEnSightReader () | |
Undocumented Block. | |
int | DetermineEnSightVersion (int quiet) |
Reads the FORMAT part of the case file to determine whether this is an EnSight6 or EnSightGold data set. Returns an identifier listed in the FileTypes enum or -1 if an error occurred or the file could not be indentified as any EnSight type. | |
virtual int | GetByteOrder () |
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). | |
string | GetByteOrderAsString () |
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). | |
virtual string | GetCaseFileName () |
Set/Get the Case file name. | |
string | GetCellArrayName (int index) |
Get the name of the point or cell array with the given index in the input. | |
int | GetCellArrayStatus (string name) |
Get/Set whether the point or cell array with the given name is to be read. | |
virtual vtkDataArraySelection | GetCellDataArraySelection () |
Get the data array selection tables used to configure which data arrays are loaded by the reader. | |
string | GetComplexDescription (int n) |
Get the nth description for a complex variable. | |
int | GetComplexVariableType (int n) |
Get the variable type of variable n. | |
string | GetDescription (int n) |
Get the nth description for a non-complex variable. | |
string | GetDescription (int n, int type) |
Get the nth description of a particular variable type. Returns NULL if no variable of this type exists in this data set. SCALAR_PER_NODE = 0; VECTOR_PER_NODE = 1; TENSOR_SYMM_PER_NODE = 2; SCALAR_PER_ELEMENT = 3; VECTOR_PER_ELEMENT = 4; TENSOR_SYMM_PER_ELEMENT = 5; SCALAR_PER_MEASURED_NODE = 6; VECTOR_PER_MEASURED_NODE = 7; COMPLEX_SCALAR_PER_NODE = 8; COMPLEX_VECTOR_PER_NODE 9; COMPLEX_SCALAR_PER_ELEMENT = 10; COMPLEX_VECTOR_PER_ELEMENT = 11. | |
virtual int | GetEnSightVersion () |
Get the EnSight file version being read. | |
virtual string | GetFilePath () |
Set/Get the file path. | |
virtual string | GetGeometryFileName () |
Get the Geometry file name. Made public to allow access from apps requiring detailed info about the Data contents. | |
virtual float | GetMaximumTimeValue () |
Get the minimum or maximum time value for this data set. | |
virtual float | GetMinimumTimeValue () |
Get the minimum or maximum time value for this data set. | |
int | GetNumberOfCellArrays () |
Get the number of point or cell arrays available in the input. | |
virtual int | GetNumberOfComplexScalarsPerElement () |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfComplexScalarsPerNode () |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfComplexVariables () |
Get the number of variables listed in the case file. | |
virtual int | GetNumberOfComplexVectorsPerElement () |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfComplexVectorsPerNode () |
Get the number of variables of a particular type. | |
int | GetNumberOfPointArrays () |
Get the number of point or cell arrays available in the input. | |
virtual int | GetNumberOfScalarsPerElement () |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfScalarsPerMeasuredNode () |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfScalarsPerNode () |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfTensorsSymmPerElement () |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfTensorsSymmPerNode () |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfVariables () |
Get the number of variables listed in the case file. | |
int | GetNumberOfVariables (int type) |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfVectorsPerElement () |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfVectorsPerMeasuredNode () |
Get the number of variables of a particular type. | |
virtual int | GetNumberOfVectorsPerNode () |
Get the number of variables of a particular type. | |
virtual 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. | |
string | GetPointArrayName (int index) |
Get the name of the point or cell array with the given index in the input. | |
int | GetPointArrayStatus (string name) |
Get/Set whether the point or cell array with the given name is to be read. | |
virtual vtkDataArraySelection | GetPointDataArraySelection () |
Get the data array selection tables used to configure which data arrays are loaded by the reader. | |
virtual int | GetReadAllVariables () |
Set/get the flag for whether to read all the variables. | |
vtkGenericEnSightReader | GetReader () |
THIB. | |
virtual vtkDataArrayCollection | GetTimeSets () |
Get the time values per time set. | |
virtual float | GetTimeValue () |
Set/Get the time value at which to get the value. | |
int | GetVariableType (int n) |
Get the variable type of variable n. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGenericEnSightReader | NewInstance () |
Undocumented Block. | |
virtual 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. | |
virtual 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. | |
virtual void | ReadAllVariablesOff () |
Set/get the flag for whether to read all the variables. | |
virtual void | ReadAllVariablesOn () |
Set/get the flag for whether to read all the variables. | |
virtual void | SetByteOrder (int _arg) |
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). | |
void | SetByteOrderToBigEndian () |
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). | |
void | SetByteOrderToLittleEndian () |
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). | |
void | SetCaseFileName (string fileName) |
Set/Get the Case file name. | |
void | SetCellArrayStatus (string name, int status) |
Get/Set whether the point or cell array with the given name is to be read. | |
virtual void | SetFilePath (string _arg) |
Set/Get the file path. | |
virtual 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. | |
void | SetPointArrayStatus (string name, int status) |
Get/Set whether the point or cell array with the given name is to be read. | |
virtual void | SetReadAllVariables (int _arg) |
Set/get the flag for whether to read all the variables. | |
virtual void | SetTimeValue (float value) |
Set/Get the time value at which to get the value. | |
Static Public Member Functions | |
static new vtkGenericEnSightReader | New () |
Undocumented Block. | |
static int | CanReadFile (string casefilename) |
Returns true if the file pointed to by casefilename appears to be a valid EnSight case file. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGenericEnSightReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGenericEnSightReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkGenericEnSightReader" |
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 | vtkGenericEnSightReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkGenericEnSightReader_CanReadFile_01 (string casefilename) |
static internal int | vtkGenericEnSightReader_DetermineEnSightVersion_02 (HandleRef pThis, int quiet) |
static internal int | vtkGenericEnSightReader_GetByteOrder_03 (HandleRef pThis) |
static internal IntPtr | vtkGenericEnSightReader_GetByteOrderAsString_04 (HandleRef pThis) |
static internal IntPtr | vtkGenericEnSightReader_GetCaseFileName_05 (HandleRef pThis) |
static internal IntPtr | vtkGenericEnSightReader_GetCellArrayName_06 (HandleRef pThis, int index) |
static internal int | vtkGenericEnSightReader_GetCellArrayStatus_07 (HandleRef pThis, string name) |
static internal IntPtr | vtkGenericEnSightReader_GetCellDataArraySelection_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGenericEnSightReader_GetComplexDescription_09 (HandleRef pThis, int n) |
static internal int | vtkGenericEnSightReader_GetComplexVariableType_10 (HandleRef pThis, int n) |
static internal IntPtr | vtkGenericEnSightReader_GetDescription_11 (HandleRef pThis, int n) |
static internal IntPtr | vtkGenericEnSightReader_GetDescription_12 (HandleRef pThis, int n, int type) |
static internal int | vtkGenericEnSightReader_GetEnSightVersion_13 (HandleRef pThis) |
static internal IntPtr | vtkGenericEnSightReader_GetFilePath_14 (HandleRef pThis) |
static internal IntPtr | vtkGenericEnSightReader_GetGeometryFileName_15 (HandleRef pThis) |
static internal float | vtkGenericEnSightReader_GetMaximumTimeValue_16 (HandleRef pThis) |
static internal float | vtkGenericEnSightReader_GetMinimumTimeValue_17 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfCellArrays_18 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfComplexScalarsPerElement_19 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfComplexScalarsPerNode_20 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfComplexVariables_21 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfComplexVectorsPerElement_22 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfComplexVectorsPerNode_23 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfPointArrays_24 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfScalarsPerElement_25 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfScalarsPerMeasuredNode_26 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfScalarsPerNode_27 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfTensorsSymmPerElement_28 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfTensorsSymmPerNode_29 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfVariables_30 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfVariables_31 (HandleRef pThis, int type) |
static internal int | vtkGenericEnSightReader_GetNumberOfVectorsPerElement_32 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfVectorsPerMeasuredNode_33 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetNumberOfVectorsPerNode_34 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetParticleCoordinatesByIndex_35 (HandleRef pThis) |
static internal IntPtr | vtkGenericEnSightReader_GetPointArrayName_36 (HandleRef pThis, int index) |
static internal int | vtkGenericEnSightReader_GetPointArrayStatus_37 (HandleRef pThis, string name) |
static internal IntPtr | vtkGenericEnSightReader_GetPointDataArraySelection_38 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkGenericEnSightReader_GetReadAllVariables_39 (HandleRef pThis) |
static internal IntPtr | vtkGenericEnSightReader_GetReader_40 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGenericEnSightReader_GetTimeSets_41 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal float | vtkGenericEnSightReader_GetTimeValue_42 (HandleRef pThis) |
static internal int | vtkGenericEnSightReader_GetVariableType_43 (HandleRef pThis, int n) |
static internal int | vtkGenericEnSightReader_IsA_44 (HandleRef pThis, string type) |
static internal int | vtkGenericEnSightReader_IsTypeOf_45 (string type) |
static internal IntPtr | vtkGenericEnSightReader_NewInstance_47 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGenericEnSightReader_ParticleCoordinatesByIndexOff_48 (HandleRef pThis) |
static internal void | vtkGenericEnSightReader_ParticleCoordinatesByIndexOn_49 (HandleRef pThis) |
static internal void | vtkGenericEnSightReader_ReadAllVariablesOff_50 (HandleRef pThis) |
static internal void | vtkGenericEnSightReader_ReadAllVariablesOn_51 (HandleRef pThis) |
static internal IntPtr | vtkGenericEnSightReader_SafeDownCast_52 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGenericEnSightReader_SetByteOrder_53 (HandleRef pThis, int _arg) |
static internal void | vtkGenericEnSightReader_SetByteOrderToBigEndian_54 (HandleRef pThis) |
static internal void | vtkGenericEnSightReader_SetByteOrderToLittleEndian_55 (HandleRef pThis) |
static internal void | vtkGenericEnSightReader_SetCaseFileName_56 (HandleRef pThis, string fileName) |
static internal void | vtkGenericEnSightReader_SetCellArrayStatus_57 (HandleRef pThis, string name, int status) |
static internal void | vtkGenericEnSightReader_SetFilePath_58 (HandleRef pThis, string _arg) |
static internal void | vtkGenericEnSightReader_SetParticleCoordinatesByIndex_59 (HandleRef pThis, int _arg) |
static internal void | vtkGenericEnSightReader_SetPointArrayStatus_60 (HandleRef pThis, string name, int status) |
static internal void | vtkGenericEnSightReader_SetReadAllVariables_61 (HandleRef pThis, int _arg) |
static internal void | vtkGenericEnSightReader_SetTimeValue_62 (HandleRef pThis, float value) |
Static Private Member Functions | |
static | vtkGenericEnSightReader () |
Automatically generated type registration mechanics. |
vtkGenericEnSightReader - class to read any type of EnSight files
Description The class vtkGenericEnSightReader allows the user to read an EnSight data set without a priori knowledge of what type of EnSight data set it is.
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
static Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
static int Kitware.VTK.vtkGenericEnSightReader.CanReadFile | ( | string | casefilename | ) | [static] |
Returns true if the file pointed to by casefilename appears to be a valid EnSight case file.
Reimplemented in Kitware.VTK.vtkEnSightMasterServerReader.
int Kitware.VTK.vtkGenericEnSightReader.DetermineEnSightVersion | ( | int | quiet | ) |
Reads the FORMAT part of the case file to determine whether this is an EnSight6 or EnSightGold data set. Returns an identifier listed in the FileTypes enum or -1 if an error occurred or the file could not be indentified as any EnSight type.
override void Kitware.VTK.vtkGenericEnSightReader.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.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, Kitware.VTK.vtkEnSight6Reader, Kitware.VTK.vtkEnSightMasterServerReader, and Kitware.VTK.vtkEnSightReader.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetByteOrder | ( | ) | [virtual] |
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
virtual string Kitware.VTK.vtkGenericEnSightReader.GetCaseFileName | ( | ) | [virtual] |
Set/Get the Case file name.
string Kitware.VTK.vtkGenericEnSightReader.GetCellArrayName | ( | int | index | ) |
Get the name of the point or cell array with the given index in the input.
int Kitware.VTK.vtkGenericEnSightReader.GetCellArrayStatus | ( | string | name | ) |
Get/Set whether the point or cell array with the given name is to be read.
virtual vtkDataArraySelection Kitware.VTK.vtkGenericEnSightReader.GetCellDataArraySelection | ( | ) | [virtual] |
Get the data array selection tables used to configure which data arrays are loaded by the reader.
string Kitware.VTK.vtkGenericEnSightReader.GetComplexDescription | ( | int | n | ) |
Get the nth description for a complex variable.
Get the variable type of variable n.
string Kitware.VTK.vtkGenericEnSightReader.GetDescription | ( | int | n | ) |
Get the nth description for a non-complex variable.
string Kitware.VTK.vtkGenericEnSightReader.GetDescription | ( | int | n, |
int | type | ||
) |
Get the nth description of a particular variable type. Returns NULL if no variable of this type exists in this data set. SCALAR_PER_NODE = 0; VECTOR_PER_NODE = 1; TENSOR_SYMM_PER_NODE = 2; SCALAR_PER_ELEMENT = 3; VECTOR_PER_ELEMENT = 4; TENSOR_SYMM_PER_ELEMENT = 5; SCALAR_PER_MEASURED_NODE = 6; VECTOR_PER_MEASURED_NODE = 7; COMPLEX_SCALAR_PER_NODE = 8; COMPLEX_VECTOR_PER_NODE 9; COMPLEX_SCALAR_PER_ELEMENT = 10; COMPLEX_VECTOR_PER_ELEMENT = 11.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetEnSightVersion | ( | ) | [virtual] |
Get the EnSight file version being read.
virtual string Kitware.VTK.vtkGenericEnSightReader.GetFilePath | ( | ) | [virtual] |
Set/Get the file path.
virtual string Kitware.VTK.vtkGenericEnSightReader.GetGeometryFileName | ( | ) | [virtual] |
Get the Geometry file name. Made public to allow access from apps requiring detailed info about the Data contents.
virtual float Kitware.VTK.vtkGenericEnSightReader.GetMaximumTimeValue | ( | ) | [virtual] |
Get the minimum or maximum time value for this data set.
virtual float Kitware.VTK.vtkGenericEnSightReader.GetMinimumTimeValue | ( | ) | [virtual] |
Get the minimum or maximum time value for this data set.
Get the number of point or cell arrays available in the input.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfComplexScalarsPerElement | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfComplexScalarsPerNode | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfComplexVariables | ( | ) | [virtual] |
Get the number of variables listed in the case file.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfComplexVectorsPerElement | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfComplexVectorsPerNode | ( | ) | [virtual] |
Get the number of variables of a particular type.
Get the number of point or cell arrays available in the input.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfScalarsPerElement | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfScalarsPerMeasuredNode | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfScalarsPerNode | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfTensorsSymmPerElement | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfTensorsSymmPerNode | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfVariables | ( | ) | [virtual] |
Get the number of variables listed in the case file.
int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfVariables | ( | int | type | ) |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfVectorsPerElement | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfVectorsPerMeasuredNode | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetNumberOfVectorsPerNode | ( | ) | [virtual] |
Get the number of variables of a particular type.
virtual int Kitware.VTK.vtkGenericEnSightReader.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 in Kitware.VTK.vtkEnSightReader.
string Kitware.VTK.vtkGenericEnSightReader.GetPointArrayName | ( | int | index | ) |
Get the name of the point or cell array with the given index in the input.
int Kitware.VTK.vtkGenericEnSightReader.GetPointArrayStatus | ( | string | name | ) |
Get/Set whether the point or cell array with the given name is to be read.
virtual vtkDataArraySelection Kitware.VTK.vtkGenericEnSightReader.GetPointDataArraySelection | ( | ) | [virtual] |
Get the data array selection tables used to configure which data arrays are loaded by the reader.
virtual int Kitware.VTK.vtkGenericEnSightReader.GetReadAllVariables | ( | ) | [virtual] |
Set/get the flag for whether to read all the variables.
THIB.
virtual vtkDataArrayCollection Kitware.VTK.vtkGenericEnSightReader.GetTimeSets | ( | ) | [virtual] |
Get the time values per time set.
virtual float Kitware.VTK.vtkGenericEnSightReader.GetTimeValue | ( | ) | [virtual] |
Set/Get the time value at which to get the value.
int Kitware.VTK.vtkGenericEnSightReader.GetVariableType | ( | int | n | ) |
Get the variable type of variable n.
override int Kitware.VTK.vtkGenericEnSightReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkEnSightReader, Kitware.VTK.vtkEnSightMasterServerReader, Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.
static new int Kitware.VTK.vtkGenericEnSightReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkEnSightReader, Kitware.VTK.vtkEnSightMasterServerReader, Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.
static new vtkGenericEnSightReader Kitware.VTK.vtkGenericEnSightReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, Kitware.VTK.vtkEnSight6Reader, and Kitware.VTK.vtkEnSightMasterServerReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkEnSightReader, Kitware.VTK.vtkEnSightMasterServerReader, Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.
virtual void Kitware.VTK.vtkGenericEnSightReader.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 in Kitware.VTK.vtkEnSightReader.
virtual void Kitware.VTK.vtkGenericEnSightReader.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 in Kitware.VTK.vtkEnSightReader.
virtual void Kitware.VTK.vtkGenericEnSightReader.ReadAllVariablesOff | ( | ) | [virtual] |
Set/get the flag for whether to read all the variables.
virtual void Kitware.VTK.vtkGenericEnSightReader.ReadAllVariablesOn | ( | ) | [virtual] |
Set/get the flag for whether to read all the variables.
static new vtkGenericEnSightReader Kitware.VTK.vtkGenericEnSightReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkEnSightReader, Kitware.VTK.vtkEnSightMasterServerReader, Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.
virtual void Kitware.VTK.vtkGenericEnSightReader.SetByteOrder | ( | int | _arg | ) | [virtual] |
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
void Kitware.VTK.vtkGenericEnSightReader.SetCaseFileName | ( | string | fileName | ) |
Set/Get the Case file name.
void Kitware.VTK.vtkGenericEnSightReader.SetCellArrayStatus | ( | string | name, |
int | status | ||
) |
Get/Set whether the point or cell array with the given name is to be read.
virtual void Kitware.VTK.vtkGenericEnSightReader.SetFilePath | ( | string | _arg | ) | [virtual] |
Set/Get the file path.
virtual void Kitware.VTK.vtkGenericEnSightReader.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 in Kitware.VTK.vtkEnSightReader.
void Kitware.VTK.vtkGenericEnSightReader.SetPointArrayStatus | ( | string | name, |
int | status | ||
) |
Get/Set whether the point or cell array with the given name is to be read.
virtual void Kitware.VTK.vtkGenericEnSightReader.SetReadAllVariables | ( | int | _arg | ) | [virtual] |
Set/get the flag for whether to read all the variables.
virtual void Kitware.VTK.vtkGenericEnSightReader.SetTimeValue | ( | float | value | ) | [virtual] |
Set/Get the time value at which to get the value.
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_CanReadFile_01 | ( | string | casefilename | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_DetermineEnSightVersion_02 | ( | HandleRef | pThis, |
int | quiet | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetByteOrder_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetByteOrderAsString_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetCaseFileName_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetCellArrayName_06 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetCellArrayStatus_07 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetCellDataArraySelection_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetComplexDescription_09 | ( | HandleRef | pThis, |
int | n | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetComplexVariableType_10 | ( | HandleRef | pThis, |
int | n | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetDescription_11 | ( | HandleRef | pThis, |
int | n | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetDescription_12 | ( | HandleRef | pThis, |
int | n, | ||
int | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetEnSightVersion_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetFilePath_14 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetGeometryFileName_15 | ( | HandleRef | pThis | ) | [private] |
static internal float Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetMaximumTimeValue_16 | ( | HandleRef | pThis | ) | [private] |
static internal float Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetMinimumTimeValue_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfCellArrays_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfComplexScalarsPerElement_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfComplexScalarsPerNode_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfComplexVariables_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfComplexVectorsPerElement_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfComplexVectorsPerNode_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfPointArrays_24 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfScalarsPerElement_25 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfScalarsPerMeasuredNode_26 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfScalarsPerNode_27 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfTensorsSymmPerElement_28 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfTensorsSymmPerNode_29 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfVariables_30 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfVariables_31 | ( | HandleRef | pThis, |
int | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfVectorsPerElement_32 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfVectorsPerMeasuredNode_33 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetNumberOfVectorsPerNode_34 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetParticleCoordinatesByIndex_35 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetPointArrayName_36 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetPointArrayStatus_37 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetPointDataArraySelection_38 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetReadAllVariables_39 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetReader_40 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetTimeSets_41 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal float Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetTimeValue_42 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_GetVariableType_43 | ( | HandleRef | pThis, |
int | n | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_IsA_44 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_IsTypeOf_45 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_NewInstance_47 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_ParticleCoordinatesByIndexOff_48 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_ParticleCoordinatesByIndexOn_49 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_ReadAllVariablesOff_50 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_ReadAllVariablesOn_51 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SafeDownCast_52 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SetByteOrder_53 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SetByteOrderToBigEndian_54 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SetByteOrderToLittleEndian_55 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SetCaseFileName_56 | ( | HandleRef | pThis, |
string | fileName | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SetCellArrayStatus_57 | ( | HandleRef | pThis, |
string | name, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SetFilePath_58 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SetParticleCoordinatesByIndex_59 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SetPointArrayStatus_60 | ( | HandleRef | pThis, |
string | name, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SetReadAllVariables_61 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericEnSightReader.vtkGenericEnSightReader_SetTimeValue_62 | ( | HandleRef | pThis, |
float | value | ||
) | [private] |
new readonly string Kitware.VTK.vtkGenericEnSightReader.MRClassNameKey = "23vtkGenericEnSightReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, Kitware.VTK.vtkEnSight6Reader, Kitware.VTK.vtkEnSightMasterServerReader, and Kitware.VTK.vtkEnSightReader.
new const string Kitware.VTK.vtkGenericEnSightReader.MRFullTypeName = "Kitware.VTK.vtkGenericEnSightReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, Kitware.VTK.vtkEnSight6Reader, Kitware.VTK.vtkEnSightMasterServerReader, and Kitware.VTK.vtkEnSightReader.