ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkGenericEnSightReader Class Reference

vtkGenericEnSightReader - class to read any type of EnSight files More...

Inheritance diagram for Kitware.VTK.vtkGenericEnSightReader:
[legend]
Collaboration diagram for Kitware.VTK.vtkGenericEnSightReader:
[legend]

List of all members.

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.

Detailed Description

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.


Member Enumeration Documentation

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).

Enumerator:
FILE_BIG_ENDIAN 

enum member

FILE_LITTLE_ENDIAN 

enum member

FILE_UNKNOWN_ENDIAN 

enum member

Get/Set whether the point or cell array with the given name is to be read.

Enumerator:
ENSIGHT_6 

enum member

ENSIGHT_6_BINARY 

enum member

ENSIGHT_GOLD 

enum member

ENSIGHT_GOLD_BINARY 

enum member

ENSIGHT_MASTER_SERVER 

enum member


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

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/Get the Case file name.

Get the name of the point or cell array with the given index in the input.

Get/Set whether the point or cell array with the given name is to be read.

Get the data array selection tables used to configure which data arrays are loaded by the reader.

Here is the call graph for this function:

Get the nth description for a complex variable.

Get the variable type of variable 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.

Get the EnSight file version being read.

Set/Get the file path.

Get the Geometry file name. Made public to allow access from apps requiring detailed info about the Data contents.

Get the minimum or maximum time value for this data set.

Get the minimum or maximum time value for this data set.

Get the number of point or cell arrays available in the input.

Get the number of variables of a particular type.

Get the number of variables of a particular type.

Get the number of variables listed in the case file.

Get the number of variables of a particular type.

Get the number of variables of a particular type.

Get the number of point or cell arrays available in the input.

Get the number of variables of a particular type.

Get the number of variables of a particular type.

Get the number of variables of a particular type.

Get the number of variables of a particular type.

Get the number of variables of a particular type.

Get the number of variables listed in the case file.

Get the number of variables of a particular type.

Get the number of variables of a particular type.

Get the number of variables of a particular type.

Get the number of variables of a particular type.

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.

Get the name of the point or cell array with the given index in the input.

Get/Set whether the point or cell array with the given name is to be read.

Get the data array selection tables used to configure which data arrays are loaded by the reader.

Here is the call graph for this function:

Set/get the flag for whether to read all the variables.

THIB.

Here is the call graph for this function:

Get the time values per time set.

Here is the call graph for this function:

Set/Get the time value at which to get the value.

Get the variable type of variable n.

override int Kitware.VTK.vtkGenericEnSightReader.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkGenericEnSightReader.IsTypeOf ( string  type) [static]

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.

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.

Set/get the flag for whether to read all the variables.

Set/get the flag for whether to read all the variables.

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.

Here is the call graph for this function:

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).

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.

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 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_GetNumberOfVariables_31 ( HandleRef  pThis,
int  type 
) [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 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_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_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]

Member Data Documentation

new readonly string Kitware.VTK.vtkGenericEnSightReader.MRClassNameKey = "23vtkGenericEnSightReader" [static]
new const string Kitware.VTK.vtkGenericEnSightReader.MRFullTypeName = "Kitware.VTK.vtkGenericEnSightReader"

The documentation for this class was generated from the following file: