Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPEnSightReader Class Referenceabstract

Superclass for EnSight file parallel readers. More...

#include <vtkPEnSightReader.h>

Inheritance diagram for vtkPEnSightReader:
Inheritance graph
[legend]
Collaboration diagram for vtkPEnSightReader:
Collaboration graph
[legend]

Classes

class  vtkPEnSightReaderCellIds
 

Public Types

enum  ElementTypesList {
  POINT = 0, BAR2 = 1, BAR3 = 2, NSIDED = 3,
  TRIA3 = 4, TRIA6 = 5, QUAD4 = 6, QUAD8 = 7,
  NFACED = 8, TETRA4 = 9, TETRA10 = 10, PYRAMID5 = 11,
  PYRAMID13 = 12, HEXA8 = 13, HEXA20 = 14, PENTA6 = 15,
  PENTA15 = 16, NUMBER_OF_ELEMENT_TYPES = 17
}
 
enum  VariableTypesList {
  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
}
 
enum  SectionTypeList { COORDINATES = 0, BLOCK = 1, ELEMENT = 2 }
 
typedef vtkPGenericEnSightReader Superclass
 
- Public Types inherited from vtkPGenericEnSightReader
typedef vtkGenericEnSightReader Superclass
 
- Public Types inherited from vtkGenericEnSightReader
enum  FileTypes
 
typedef vtkMultiBlockDataSetAlgorithm Superclass
 
- Public Types inherited from vtkMultiBlockDataSetAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
enum  DesiredOutputPrecision
 
enum  DesiredOutputPrecision
 
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual char * GetMeasuredFileName ()
 Get the Measured file name. More...
 
virtual char * GetMatchFileName ()
 Get the Match file name. More...
 
- Public Member Functions inherited from vtkPGenericEnSightReader
void PrintSelf (ostream &os, vtkIndent indent) override
 
- Public Member Functions inherited from vtkGenericEnSightReader
vtkGenericEnSightReaderNewInstance () const
 
const char * GetDescription (int n)
 
const char * GetComplexDescription (int n)
 
const char * GetDescription (int n, int type)
 
int DetermineEnSightVersion (int quiet=0)
 
vtkGenericEnSightReaderGetReader ()
 
void SetCaseFileName (const char *fileName)
 
virtual char * GetCaseFileName ()
 
virtual void SetFilePath (const char *)
 
virtual char * GetFilePath ()
 
virtual int GetEnSightVersion ()
 
virtual int GetNumberOfVariables ()
 
virtual int GetNumberOfComplexVariables ()
 
int GetNumberOfVariables (int type)
 
virtual int GetNumberOfScalarsPerNode ()
 
virtual int GetNumberOfVectorsPerNode ()
 
virtual int GetNumberOfTensorsSymmPerNode ()
 
virtual int GetNumberOfScalarsPerElement ()
 
virtual int GetNumberOfVectorsPerElement ()
 
virtual int GetNumberOfTensorsSymmPerElement ()
 
virtual int GetNumberOfScalarsPerMeasuredNode ()
 
virtual int GetNumberOfVectorsPerMeasuredNode ()
 
virtual int GetNumberOfComplexScalarsPerNode ()
 
virtual int GetNumberOfComplexVectorsPerNode ()
 
virtual int GetNumberOfComplexScalarsPerElement ()
 
virtual int GetNumberOfComplexVectorsPerElement ()
 
int GetVariableType (int n)
 
int GetComplexVariableType (int n)
 
virtual void SetTimeValue (float value)
 
virtual float GetTimeValue ()
 
virtual float GetMinimumTimeValue ()
 
virtual float GetMaximumTimeValue ()
 
virtual vtkDataArrayCollectionGetTimeSets ()
 
virtual void ReadAllVariablesOn ()
 
virtual void ReadAllVariablesOff ()
 
virtual void SetReadAllVariables (int)
 
virtual int GetReadAllVariables ()
 
virtual vtkDataArraySelectionGetPointDataArraySelection ()
 
virtual vtkDataArraySelectionGetCellDataArraySelection ()
 
int GetNumberOfPointArrays ()
 
int GetNumberOfCellArrays ()
 
const char * GetPointArrayName (int index)
 
const char * GetCellArrayName (int index)
 
int GetPointArrayStatus (const char *name)
 
int GetCellArrayStatus (const char *name)
 
void SetPointArrayStatus (const char *name, int status)
 
void SetCellArrayStatus (const char *name, int status)
 
void SetByteOrderToBigEndian ()
 
void SetByteOrderToLittleEndian ()
 
virtual void SetByteOrder (int)
 
virtual int GetByteOrder ()
 
const char * GetByteOrderAsString ()
 
virtual char * GetGeometryFileName ()
 
virtual void SetParticleCoordinatesByIndex (int)
 
virtual int GetParticleCoordinatesByIndex ()
 
virtual void ParticleCoordinatesByIndexOn ()
 
virtual void ParticleCoordinatesByIndexOff ()
 
void SetCaseFileName (const char *fileName)
 
virtual char * GetCaseFileName ()
 
virtual void SetFilePath (const char *)
 
virtual char * GetFilePath ()
 
virtual int GetEnSightVersion ()
 
virtual int GetNumberOfVariables ()
 
virtual int GetNumberOfComplexVariables ()
 
int GetNumberOfVariables (int type)
 
virtual int GetNumberOfScalarsPerNode ()
 
virtual int GetNumberOfVectorsPerNode ()
 
virtual int GetNumberOfTensorsSymmPerNode ()
 
virtual int GetNumberOfScalarsPerElement ()
 
virtual int GetNumberOfVectorsPerElement ()
 
virtual int GetNumberOfTensorsSymmPerElement ()
 
virtual int GetNumberOfScalarsPerMeasuredNode ()
 
virtual int GetNumberOfVectorsPerMeasuredNode ()
 
virtual int GetNumberOfComplexScalarsPerNode ()
 
virtual int GetNumberOfComplexVectorsPerNode ()
 
virtual int GetNumberOfComplexScalarsPerElement ()
 
virtual int GetNumberOfComplexVectorsPerElement ()
 
int GetVariableType (int n)
 
int GetComplexVariableType (int n)
 
virtual void SetTimeValue (float value)
 
virtual float GetTimeValue ()
 
virtual float GetMinimumTimeValue ()
 
virtual float GetMaximumTimeValue ()
 
virtual vtkDataArrayCollectionGetTimeSets ()
 
virtual void ReadAllVariablesOn ()
 
virtual void ReadAllVariablesOff ()
 
virtual void SetReadAllVariables (int)
 
virtual int GetReadAllVariables ()
 
virtual vtkDataArraySelectionGetPointDataArraySelection ()
 
virtual vtkDataArraySelectionGetCellDataArraySelection ()
 
int GetNumberOfPointArrays ()
 
int GetNumberOfCellArrays ()
 
const char * GetPointArrayName (int index)
 
const char * GetCellArrayName (int index)
 
int GetPointArrayStatus (const char *name)
 
int GetCellArrayStatus (const char *name)
 
void SetPointArrayStatus (const char *name, int status)
 
void SetCellArrayStatus (const char *name, int status)
 
void SetByteOrderToBigEndian ()
 
void SetByteOrderToLittleEndian ()
 
virtual void SetByteOrder (int)
 
virtual int GetByteOrder ()
 
const char * GetByteOrderAsString ()
 
virtual char * GetGeometryFileName ()
 
virtual void SetParticleCoordinatesByIndex (int)
 
virtual int GetParticleCoordinatesByIndex ()
 
virtual void ParticleCoordinatesByIndexOn ()
 
virtual void ParticleCoordinatesByIndexOff ()
 
- Public Member Functions inherited from vtkMultiBlockDataSetAlgorithm
vtkMultiBlockDataSetAlgorithmNewInstance () const
 
vtkMultiBlockDataSetGetOutput ()
 
vtkMultiBlockDataSetGetOutput (int)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
vtkMultiBlockDataSetGetOutput ()
 
vtkMultiBlockDataSetGetOutput (int)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual int Update (int port, vtkInformationVector *requests)
 
virtual int Update (vtkInformation *requests)
 
virtual int UpdateExtent (const int extents[6])
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
void SetUpdateExtent (int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
void Register (vtkObjectBase *o) VTK_OVERRIDE
 
void UnRegister (vtkObjectBase *o) VTK_OVERRIDE
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual int UpdatePiece (int piece, int numPieces, int ghostLevels, const int extents[6]=0)
 
virtual int UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=0)
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
void Register (vtkObjectBase *o) VTK_OVERRIDE
 
void UnRegister (vtkObjectBase *o) VTK_OVERRIDE
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual int UpdatePiece (int piece, int numPieces, int ghostLevels, const int extents[6]=0)
 
virtual int UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=0)
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual vtkMTimeType GetMTime ()
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkPEnSightReaderSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPGenericEnSightReader
static vtkPGenericEnSightReaderNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPGenericEnSightReaderSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkGenericEnSightReader
static vtkGenericEnSightReaderNew ()
 
static int IsTypeOf (const char *type)
 
static vtkGenericEnSightReaderSafeDownCast (vtkObjectBase *o)
 
static int CanReadFile (const char *casefilename)
 
- Static Public Member Functions inherited from vtkMultiBlockDataSetAlgorithm
static vtkMultiBlockDataSetAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkMultiBlockDataSetAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 
static vtkObjectBaseNew ()
 

Protected Member Functions

 vtkPEnSightReader ()
 
 ~vtkPEnSightReader () override
 
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
virtual int ReadGeometryFile (const char *fileName, int timeStep, vtkMultiBlockDataSet *output)=0
 Read the geometry file. More...
 
virtual int ReadMeasuredGeometryFile (const char *fileName, int timeStep, vtkMultiBlockDataSet *output)=0
 Read the measured geometry file. More...
 
int ReadVariableFiles (vtkMultiBlockDataSet *output)
 Read the variable files. More...
 
virtual int ReadScalarsPerNode (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int measured=0, int numberOfComponents=1, int component=0)=0
 Read scalars per node for this dataset. More...
 
virtual int ReadVectorsPerNode (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int measured=0)=0
 Read vectors per node for this dataset. More...
 
virtual int ReadTensorsPerNode (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output)=0
 Read tensors per node for this dataset. More...
 
virtual int ReadScalarsPerElement (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int numberOfComponents=1, int component=0)=0
 Read scalars per element for this dataset. More...
 
virtual int ReadVectorsPerElement (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output)=0
 Read vectors per element for this dataset. More...
 
virtual int ReadTensorsPerElement (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output)=0
 Read tensors per element for this dataset. More...
 
virtual int CreateUnstructuredGridOutput (int partId, char line[80], const char *name, vtkMultiBlockDataSet *output)=0
 Read an unstructured part (partId) from the geometry file and create a vtkUnstructuredGrid output. More...
 
virtual int CreateStructuredGridOutput (int partId, char line[80], const char *name, vtkMultiBlockDataSet *output)=0
 Read a structured part from the geometry file and create a vtkStructuredGridOutput. More...
 
void AddVariableFileName (const char *fileName1, const char *fileName2=nullptr)
 Add another file name to the list for a particular variable type. More...
 
void AddVariableDescription (const char *description)
 Add another description to the list for a particular variable type. More...
 
void AddVariableType ()
 Record the variable type for the variable line just read. More...
 
int GetElementType (const char *line)
 Determine the element type from a line read a file. More...
 
int GetSectionType (const char *line)
 Determine the section type from a line read a file. More...
 
void ReplaceWildcards (char *filename, int num)
 Replace the *'s in the filename with the given filename number. More...
 
void RemoveLeadingBlanks (char *line)
 Remove leading blank spaces from a string. More...
 
vtkPEnSightReaderCellIdsGetCellIds (int index, int cellType)
 Get the list for the given output index and cell type. More...
 
vtkPEnSightReaderCellIdsGetPointIds (int index)
 Distributed Read Only. More...
 
void AddToBlock (vtkMultiBlockDataSet *output, unsigned int blockNo, vtkDataSet *dataset)
 Convenience method use to convert the readers from VTK 5 multiblock API to the current composite data infrastructure. More...
 
vtkDataSetGetDataSetFromBlock (vtkMultiBlockDataSet *output, unsigned int blockNo)
 Convenience method use to convert the readers from VTK 5 multiblock API to the current composite data infrastructure. More...
 
void SetBlockName (vtkMultiBlockDataSet *output, unsigned int blockNo, const char *name)
 Set the name of a block. More...
 
void MapToGlobalIds (const vtkIdType *inputIds, vtkIdType numPoints, int partId, vtkIdType *globalIds)
 Convenience method to map the point ids from current rank to global ids. More...
 
void PrepareStructuredDimensionsForDistribution (int partId, int *oldDimensions, int *newDimensions, int *splitDimension, int *splitDimensionBeginIndex, int ghostLevel, vtkUnsignedCharArray *pointGhostArray, vtkUnsignedCharArray *cellGhostArray)
 
virtual void SetUseTimeSets (int)
 
virtual int GetUseTimeSets ()
 
virtual void UseTimeSetsOn ()
 
virtual void UseTimeSetsOff ()
 
virtual void SetUseFileSets (int)
 
virtual int GetUseFileSets ()
 
virtual void UseFileSetsOn ()
 
virtual void UseFileSetsOff ()
 
int CheckOutputConsistency ()
 
virtual void SetMeasuredFileName (const char *)
 Set the Measured file name. More...
 
virtual void SetMatchFileName (const char *)
 Set the Match file name. More...
 
int ReadCaseFile ()
 Read the case file. More...
 
int ReadCaseFileGeometry (char *line)
 Read the case file. More...
 
int ReadCaseFileVariable (char *line)
 Read the case file. More...
 
int ReadCaseFileTime (char *line)
 Read the case file. More...
 
int ReadCaseFileFile (char *line)
 Read the case file. More...
 
vtkIdType GetTotalNumberOfCellIds (int index)
 Distributed Read Only. More...
 
vtkIdType GetLocalTotalNumberOfCellIds (int index)
 Distributed Read Only. More...
 
void InsertNextCellAndId (vtkUnstructuredGrid *, int vtkCellType, vtkIdType numPoints, vtkIdType *points, int partId, int ensightCellType, vtkIdType globalId, vtkIdType numElements, const std::vector< vtkIdType > &faces={})
 Merge InsertNextCell & GetId->InsertNextId Take Distributed Read into account. More...
 
void InsertVariableComponent (vtkFloatArray *array, int i, int component, float *content, int partId, int ensightCellType, int insertionType)
 Merge InsertNextCell & GetId->InsertNextId Take Distributed Read into account. More...
 
- Protected Member Functions inherited from vtkPGenericEnSightReader
 vtkPGenericEnSightReader ()
 
 ~vtkPGenericEnSightReader () override
 
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
int GetMultiProcessLocalProcessId ()
 Multi Process cache. More...
 
int GetMultiProcessNumberOfProcesses ()
 Multi Process cache. More...
 
- Protected Member Functions inherited from vtkGenericEnSightReader
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkGenericEnSightReader ()
 
 ~vtkGenericEnSightReader ()
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
virtual void ClearForNewCaseFileName ()
 
int ReadLine (char result[256])
 
int ReadBinaryLine (char result[80])
 
int ReadNextDataLine (char result[256])
 
void SelectionModified ()
 
char ** CreateStringArray (int numStrings)
 
void DestroyStringArray (int numStrings, char **strings)
 
void SetDataArraySelectionSetsFromVariables ()
 
void SetDataArraySelectionSetsFromReader ()
 
void SetReaderDataArraySelectionSetsFromSelf ()
 
virtual void SetTimeSets (vtkDataArrayCollection *)
 
int InsertNewPartId (int partId)
 
virtual void SetGeometryFileName (const char *)
 
void AddVariableDescription (const char *description)
 
void AddComplexVariableDescription (const char *description)
 
void AddVariableType (int variableType)
 
void AddComplexVariableType (int variableType)
 
int ReplaceWildcards (char *fileName, int timeSet, int fileSet)
 
void ReplaceWildcardsHelper (char *fileName, int num)
 
virtual void SetGeometryFileName (const char *)
 
void AddVariableDescription (const char *description)
 
void AddComplexVariableDescription (const char *description)
 
void AddVariableType (int variableType)
 
void AddComplexVariableType (int variableType)
 
int ReplaceWildcards (char *fileName, int timeSet, int fileSet)
 
void ReplaceWildcardsHelper (char *fileName, int num)
 
- Protected Member Functions inherited from vtkMultiBlockDataSetAlgorithm
 vtkMultiBlockDataSetAlgorithm ()
 
 ~vtkMultiBlockDataSetAlgorithm ()
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
vtkDataObjectGetInput (int port)
 
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
void ReportReferences (vtkGarbageCollector *) VTK_OVERRIDE
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetErrorCode (unsigned long)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

int CaseFileRead
 
char * MeasuredFileName
 
char * MatchFileName
 
vtkPEnSightReaderCellIdsType * CellIds
 
vtkPEnSightReaderCellIdsType * PointIds
 
vtkIdListUnstructuredPartIds
 
vtkIdListStructuredPartIds
 
bool CoordinatesAtEnd
 
bool InjectGlobalElementIds
 
bool InjectGlobalNodeIds
 
int LastPointId
 
int VariableMode
 
char ** VariableFileNames
 
char ** ComplexVariableFileNames
 
vtkIdListVariableTimeSetIds
 
vtkIdListComplexVariableTimeSetIds
 
vtkIdListVariableFileSetIds
 
vtkIdListComplexVariableFileSetIds
 
vtkIdListCollectionTimeSetFileNameNumbers
 
vtkIdListTimeSetsWithFilenameNumbers
 
vtkIdListCollectionFileSetFileNameNumbers
 
vtkIdListFileSetsWithFilenameNumbers
 
vtkIdListCollectionFileSetNumberOfSteps
 
vtkIdListTimeSetIds
 
vtkIdListFileSets
 
int GeometryTimeSet
 
int GeometryFileSet
 
int MeasuredTimeSet
 
int MeasuredFileSet
 
float GeometryTimeValue
 
float MeasuredTimeValue
 
int UseTimeSets
 
int UseFileSets
 
int NumberOfGeometryParts
 
int NumberOfMeasuredPoints
 
int NumberOfNewOutputs
 
int InitialRead
 
double ActualTimeValue
 
int GhostLevels
 
std::map< std::string, std::map< int, long > > FileOffsets
 
- Protected Attributes inherited from vtkPGenericEnSightReader
int MultiProcessLocalProcessId
 
int MultiProcessNumberOfProcesses
 
- Protected Attributes inherited from vtkGenericEnSightReader
istream * IS
 
FILE * IFile
 
vtkGenericEnSightReaderReader
 
char * CaseFileName
 
char * GeometryFileName
 
char * FilePath
 
intVariableTypes
 
intComplexVariableTypes
 
char ** VariableDescriptions
 
char ** ComplexVariableDescriptions
 
int NumberOfVariables
 
int NumberOfComplexVariables
 
int NumberOfScalarsPerNode
 
int NumberOfVectorsPerNode
 
int NumberOfTensorsSymmPerNode
 
int NumberOfScalarsPerElement
 
int NumberOfVectorsPerElement
 
int NumberOfTensorsSymmPerElement
 
int NumberOfScalarsPerMeasuredNode
 
int NumberOfVectorsPerMeasuredNode
 
int NumberOfComplexScalarsPerNode
 
int NumberOfComplexVectorsPerNode
 
int NumberOfComplexScalarsPerElement
 
int NumberOfComplexVectorsPerElement
 
float TimeValue
 
float MinimumTimeValue
 
float MaximumTimeValue
 
int TimeValueInitialized
 
vtkDataArrayCollectionTimeSets
 
int ReadAllVariables
 
int ByteOrder
 
int ParticleCoordinatesByIndex
 
int EnSightVersion
 
vtkDataArraySelectionPointDataArraySelection
 
vtkDataArraySelectionCellDataArraySelection
 
vtkCallbackCommandSelectionObserver
 
int SelectionModifiedDoNotCallModified
 
TranslationTableType * TranslationTable
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkGenericEnSightReader
 ENSIGHT_6
 
 ENSIGHT_6_BINARY
 
 ENSIGHT_GOLD
 
 ENSIGHT_GOLD_BINARY
 
 ENSIGHT_MASTER_SERVER
 
 FILE_BIG_ENDIAN
 
 FILE_LITTLE_ENDIAN
 
 FILE_UNKNOWN_ENDIAN
 
- Public Attributes inherited from vtkAlgorithm
 SINGLE_PRECISION
 
 DOUBLE_PRECISION
 
 DEFAULT_PRECISION
 
int AbortExecute
 
- Static Protected Member Functions inherited from vtkGenericEnSightReader
static void SelectionModifiedCallback (vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

Superclass for EnSight file parallel readers.

* This file has been developed as part of the CARRIOCAS (Distributed
* computation over ultra high optical internet network ) project (
* http://www.carriocas.org/index.php?lng=ang ) of the SYSTEM@TIC French ICT
* Cluster (http://www.systematic-paris-region.org/en/index.html) under the
* supervision of CEA (http://www.cea.fr) and EDF (http://www.edf.fr) by
* Oxalya (http://www.oxalya.com)
*
* 

Definition at line 45 of file vtkPEnSightReader.h.

Member Typedef Documentation

◆ Superclass

Definition at line 48 of file vtkPEnSightReader.h.

Member Enumeration Documentation

◆ ElementTypesList

Enumerator
POINT 
BAR2 
BAR3 
NSIDED 
TRIA3 
TRIA6 
QUAD4 
QUAD8 
NFACED 
TETRA4 
TETRA10 
PYRAMID5 
PYRAMID13 
HEXA8 
HEXA20 
PENTA6 
PENTA15 
NUMBER_OF_ELEMENT_TYPES 

Definition at line 446 of file vtkPEnSightReader.h.

◆ VariableTypesList

Enumerator
SCALAR_PER_NODE 
VECTOR_PER_NODE 
TENSOR_SYMM_PER_NODE 
SCALAR_PER_ELEMENT 
VECTOR_PER_ELEMENT 
TENSOR_SYMM_PER_ELEMENT 
SCALAR_PER_MEASURED_NODE 
VECTOR_PER_MEASURED_NODE 
COMPLEX_SCALAR_PER_NODE 
COMPLEX_VECTOR_PER_NODE 
COMPLEX_SCALAR_PER_ELEMENT 
COMPLEX_VECTOR_PER_ELEMENT 

Definition at line 468 of file vtkPEnSightReader.h.

◆ SectionTypeList

Enumerator
COORDINATES 
BLOCK 
ELEMENT 

Definition at line 484 of file vtkPEnSightReader.h.

Constructor & Destructor Documentation

◆ vtkPEnSightReader()

vtkPEnSightReader::vtkPEnSightReader ( )
protected

◆ ~vtkPEnSightReader()

vtkPEnSightReader::~vtkPEnSightReader ( )
overrideprotected

Member Function Documentation

◆ GetClassName()

virtual const char* vtkPEnSightReader::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPEnSightReader::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPEnSightReader::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkPEnSightReader* vtkPEnSightReader::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkPEnSightReader::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Reimplemented from vtkGenericEnSightReader.

◆ GetMeasuredFileName()

virtual char* vtkPEnSightReader::GetMeasuredFileName ( )
virtual

Get the Measured file name.

Made public to allow access from apps requiring detailed info about the Data contents

◆ GetMatchFileName()

virtual char* vtkPEnSightReader::GetMatchFileName ( )
virtual

Get the Match file name.

Made public to allow access from apps requiring detailed info about the Data contents

◆ RequestInformation()

int vtkPEnSightReader::RequestInformation ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
overrideprotectedvirtual

Reimplemented from vtkGenericEnSightReader.

◆ RequestData()

int vtkPEnSightReader::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
overrideprotectedvirtual

Reimplemented from vtkGenericEnSightReader.

◆ SetMeasuredFileName()

virtual void vtkPEnSightReader::SetMeasuredFileName ( const char *  )
protectedvirtual

Set the Measured file name.

◆ SetMatchFileName()

virtual void vtkPEnSightReader::SetMatchFileName ( const char *  )
protectedvirtual

Set the Match file name.

◆ ReadCaseFile()

int vtkPEnSightReader::ReadCaseFile ( )
protected

Read the case file.

If an error occurred, 0 is returned; otherwise 1.

◆ ReadCaseFileGeometry()

int vtkPEnSightReader::ReadCaseFileGeometry ( char *  line)
protected

Read the case file.

If an error occurred, 0 is returned; otherwise 1.

◆ ReadCaseFileVariable()

int vtkPEnSightReader::ReadCaseFileVariable ( char *  line)
protected

Read the case file.

If an error occurred, 0 is returned; otherwise 1.

◆ ReadCaseFileTime()

int vtkPEnSightReader::ReadCaseFileTime ( char *  line)
protected

Read the case file.

If an error occurred, 0 is returned; otherwise 1.

◆ ReadCaseFileFile()

int vtkPEnSightReader::ReadCaseFileFile ( char *  line)
protected

Read the case file.

If an error occurred, 0 is returned; otherwise 1.

◆ ReadGeometryFile()

virtual int vtkPEnSightReader::ReadGeometryFile ( const char *  fileName,
int  timeStep,
vtkMultiBlockDataSet output 
)
protectedpure virtual

Read the geometry file.

If an error occurred, 0 is returned; otherwise 1.

Implemented in vtkPEnSightGoldBinaryReader, and vtkPEnSightGoldReader.

◆ ReadMeasuredGeometryFile()

virtual int vtkPEnSightReader::ReadMeasuredGeometryFile ( const char *  fileName,
int  timeStep,
vtkMultiBlockDataSet output 
)
protectedpure virtual

Read the measured geometry file.

If an error occurred, 0 is returned; otherwise 1.

Implemented in vtkPEnSightGoldBinaryReader, and vtkPEnSightGoldReader.

◆ ReadVariableFiles()

int vtkPEnSightReader::ReadVariableFiles ( vtkMultiBlockDataSet output)
protected

Read the variable files.

If an error occurred, 0 is returned; otherwise 1.

◆ ReadScalarsPerNode()

virtual int vtkPEnSightReader::ReadScalarsPerNode ( const char *  fileName,
const char *  description,
int  timeStep,
vtkMultiBlockDataSet output,
int  measured = 0,
int  numberOfComponents = 1,
int  component = 0 
)
protectedpure virtual

Read scalars per node for this dataset.

If an error occurred, 0 is returned; otherwise 1.

Implemented in vtkPEnSightGoldBinaryReader, and vtkPEnSightGoldReader.

◆ ReadVectorsPerNode()

virtual int vtkPEnSightReader::ReadVectorsPerNode ( const char *  fileName,
const char *  description,
int  timeStep,
vtkMultiBlockDataSet output,
int  measured = 0 
)
protectedpure virtual

Read vectors per node for this dataset.

If an error occurred, 0 is returned; otherwise 1.

Implemented in vtkPEnSightGoldBinaryReader, and vtkPEnSightGoldReader.

◆ ReadTensorsPerNode()

virtual int vtkPEnSightReader::ReadTensorsPerNode ( const char *  fileName,
const char *  description,
int  timeStep,
vtkMultiBlockDataSet output 
)
protectedpure virtual

Read tensors per node for this dataset.

If an error occurred, 0 is returned; otherwise 1.

Implemented in vtkPEnSightGoldBinaryReader, and vtkPEnSightGoldReader.

◆ ReadScalarsPerElement()

virtual int vtkPEnSightReader::ReadScalarsPerElement ( const char *  fileName,
const char *  description,
int  timeStep,
vtkMultiBlockDataSet output,
int  numberOfComponents = 1,
int  component = 0 
)
protectedpure virtual

Read scalars per element for this dataset.

If an error occurred, 0 is returned; otherwise 1.

Implemented in vtkPEnSightGoldBinaryReader, and vtkPEnSightGoldReader.

◆ ReadVectorsPerElement()

virtual int vtkPEnSightReader::ReadVectorsPerElement ( const char *  fileName,
const char *  description,
int  timeStep,
vtkMultiBlockDataSet output 
)
protectedpure virtual

Read vectors per element for this dataset.

If an error occurred, 0 is returned; otherwise 1.

Implemented in vtkPEnSightGoldBinaryReader, and vtkPEnSightGoldReader.

◆ ReadTensorsPerElement()

virtual int vtkPEnSightReader::ReadTensorsPerElement ( const char *  fileName,
const char *  description,
int  timeStep,
vtkMultiBlockDataSet output 
)
protectedpure virtual

Read tensors per element for this dataset.

If an error occurred, 0 is returned; otherwise 1.

Implemented in vtkPEnSightGoldBinaryReader, and vtkPEnSightGoldReader.

◆ CreateUnstructuredGridOutput()

virtual int vtkPEnSightReader::CreateUnstructuredGridOutput ( int  partId,
char  line[80],
const char *  name,
vtkMultiBlockDataSet output 
)
protectedpure virtual

Read an unstructured part (partId) from the geometry file and create a vtkUnstructuredGrid output.

Return 0 if EOF reached.

Implemented in vtkPEnSightGoldBinaryReader.

◆ CreateStructuredGridOutput()

virtual int vtkPEnSightReader::CreateStructuredGridOutput ( int  partId,
char  line[80],
const char *  name,
vtkMultiBlockDataSet output 
)
protectedpure virtual

Read a structured part from the geometry file and create a vtkStructuredGridOutput.

Return 0 if EOF reached.

◆ AddVariableFileName()

void vtkPEnSightReader::AddVariableFileName ( const char *  fileName1,
const char *  fileName2 = nullptr 
)
protected

Add another file name to the list for a particular variable type.

◆ AddVariableDescription()

void vtkPEnSightReader::AddVariableDescription ( const char *  description)
protected

Add another description to the list for a particular variable type.

◆ AddVariableType()

void vtkPEnSightReader::AddVariableType ( )
protected

Record the variable type for the variable line just read.

◆ GetElementType()

int vtkPEnSightReader::GetElementType ( const char *  line)
protected

Determine the element type from a line read a file.

Return -1 for invalid element type.

◆ GetSectionType()

int vtkPEnSightReader::GetSectionType ( const char *  line)
protected

Determine the section type from a line read a file.

Return -1 for invalid section type.

◆ ReplaceWildcards()

void vtkPEnSightReader::ReplaceWildcards ( char *  filename,
int  num 
)
protected

Replace the *'s in the filename with the given filename number.

◆ RemoveLeadingBlanks()

void vtkPEnSightReader::RemoveLeadingBlanks ( char *  line)
protected

Remove leading blank spaces from a string.

◆ GetCellIds()

vtkPEnSightReaderCellIds* vtkPEnSightReader::GetCellIds ( int  index,
int  cellType 
)
protected

Get the list for the given output index and cell type.

◆ GetTotalNumberOfCellIds()

vtkIdType vtkPEnSightReader::GetTotalNumberOfCellIds ( int  index)
protected

Distributed Read Only.

Get the vtkIdList for the given GLOBAL output index and cell type.

◆ GetLocalTotalNumberOfCellIds()

vtkIdType vtkPEnSightReader::GetLocalTotalNumberOfCellIds ( int  index)
protected

Distributed Read Only.

Get the vtkIdList for the given GLOBAL output index and cell type.

◆ GetPointIds()

vtkPEnSightReaderCellIds* vtkPEnSightReader::GetPointIds ( int  index)
protected

Distributed Read Only.

Get the list for the given points index.

◆ AddToBlock()

void vtkPEnSightReader::AddToBlock ( vtkMultiBlockDataSet output,
unsigned int  blockNo,
vtkDataSet dataset 
)
protected

Convenience method use to convert the readers from VTK 5 multiblock API to the current composite data infrastructure.

◆ GetDataSetFromBlock()

vtkDataSet* vtkPEnSightReader::GetDataSetFromBlock ( vtkMultiBlockDataSet output,
unsigned int  blockNo 
)
protected

Convenience method use to convert the readers from VTK 5 multiblock API to the current composite data infrastructure.

◆ SetBlockName()

void vtkPEnSightReader::SetBlockName ( vtkMultiBlockDataSet output,
unsigned int  blockNo,
const char *  name 
)
protected

Set the name of a block.

◆ InsertNextCellAndId()

void vtkPEnSightReader::InsertNextCellAndId ( vtkUnstructuredGrid ,
int  vtkCellType,
vtkIdType  numPoints,
vtkIdType points,
int  partId,
int  ensightCellType,
vtkIdType  globalId,
vtkIdType  numElements,
const std::vector< vtkIdType > &  faces = {} 
)
protected

Merge InsertNextCell & GetId->InsertNextId Take Distributed Read into account.

faces should be specified for VTK_POLYHEDRON cells and is unused otherwise.

◆ InsertVariableComponent()

void vtkPEnSightReader::InsertVariableComponent ( vtkFloatArray array,
int  i,
int  component,
float content,
int  partId,
int  ensightCellType,
int  insertionType 
)
protected

Merge InsertNextCell & GetId->InsertNextId Take Distributed Read into account.

faces should be specified for VTK_POLYHEDRON cells and is unused otherwise.

◆ MapToGlobalIds()

void vtkPEnSightReader::MapToGlobalIds ( const vtkIdType inputIds,
vtkIdType  numPoints,
int  partId,
vtkIdType globalIds 
)
protected

Convenience method to map the point ids from current rank to global ids.

◆ PrepareStructuredDimensionsForDistribution()

void vtkPEnSightReader::PrepareStructuredDimensionsForDistribution ( int  partId,
int oldDimensions,
int newDimensions,
int splitDimension,
int splitDimensionBeginIndex,
int  ghostLevel,
vtkUnsignedCharArray pointGhostArray,
vtkUnsignedCharArray cellGhostArray 
)
protected
  1. Find future split dimension for distribution (biggest)
  2. Compute New dimensions
  3. Update PointIds and CellIds for compatibility with variables injection
  4. Generate Ghost Cells/Points arrays in output if ghostLevel > 0

◆ SetUseTimeSets()

virtual void vtkPEnSightReader::SetUseTimeSets ( int  )
protectedvirtual

◆ GetUseTimeSets()

virtual int vtkPEnSightReader::GetUseTimeSets ( )
protectedvirtual

◆ UseTimeSetsOn()

virtual void vtkPEnSightReader::UseTimeSetsOn ( )
protectedvirtual

◆ UseTimeSetsOff()

virtual void vtkPEnSightReader::UseTimeSetsOff ( )
protectedvirtual

◆ SetUseFileSets()

virtual void vtkPEnSightReader::SetUseFileSets ( int  )
protectedvirtual

◆ GetUseFileSets()

virtual int vtkPEnSightReader::GetUseFileSets ( )
protectedvirtual

◆ UseFileSetsOn()

virtual void vtkPEnSightReader::UseFileSetsOn ( )
protectedvirtual

◆ UseFileSetsOff()

virtual void vtkPEnSightReader::UseFileSetsOff ( )
protectedvirtual

◆ CheckOutputConsistency()

int vtkPEnSightReader::CheckOutputConsistency ( )
protected

Member Data Documentation

◆ CaseFileRead

int vtkPEnSightReader::CaseFileRead
protected

Definition at line 546 of file vtkPEnSightReader.h.

◆ MeasuredFileName

char* vtkPEnSightReader::MeasuredFileName
protected

Definition at line 726 of file vtkPEnSightReader.h.

◆ MatchFileName

char* vtkPEnSightReader::MatchFileName
protected

Definition at line 727 of file vtkPEnSightReader.h.

◆ CellIds

vtkPEnSightReaderCellIdsType* vtkPEnSightReader::CellIds
protected

Definition at line 730 of file vtkPEnSightReader.h.

◆ PointIds

vtkPEnSightReaderCellIdsType* vtkPEnSightReader::PointIds
protected

Definition at line 733 of file vtkPEnSightReader.h.

◆ UnstructuredPartIds

vtkIdList* vtkPEnSightReader::UnstructuredPartIds
protected

Definition at line 736 of file vtkPEnSightReader.h.

◆ StructuredPartIds

vtkIdList* vtkPEnSightReader::StructuredPartIds
protected

Definition at line 738 of file vtkPEnSightReader.h.

◆ CoordinatesAtEnd

bool vtkPEnSightReader::CoordinatesAtEnd
protected

Definition at line 740 of file vtkPEnSightReader.h.

◆ InjectGlobalElementIds

bool vtkPEnSightReader::InjectGlobalElementIds
protected

Definition at line 741 of file vtkPEnSightReader.h.

◆ InjectGlobalNodeIds

bool vtkPEnSightReader::InjectGlobalNodeIds
protected

Definition at line 742 of file vtkPEnSightReader.h.

◆ LastPointId

int vtkPEnSightReader::LastPointId
protected

Definition at line 743 of file vtkPEnSightReader.h.

◆ VariableMode

int vtkPEnSightReader::VariableMode
protected

Definition at line 745 of file vtkPEnSightReader.h.

◆ VariableFileNames

char** vtkPEnSightReader::VariableFileNames
protected

Definition at line 748 of file vtkPEnSightReader.h.

◆ ComplexVariableFileNames

char** vtkPEnSightReader::ComplexVariableFileNames
protected

Definition at line 749 of file vtkPEnSightReader.h.

◆ VariableTimeSetIds

vtkIdList* vtkPEnSightReader::VariableTimeSetIds
protected

Definition at line 752 of file vtkPEnSightReader.h.

◆ ComplexVariableTimeSetIds

vtkIdList* vtkPEnSightReader::ComplexVariableTimeSetIds
protected

Definition at line 753 of file vtkPEnSightReader.h.

◆ VariableFileSetIds

vtkIdList* vtkPEnSightReader::VariableFileSetIds
protected

Definition at line 756 of file vtkPEnSightReader.h.

◆ ComplexVariableFileSetIds

vtkIdList* vtkPEnSightReader::ComplexVariableFileSetIds
protected

Definition at line 757 of file vtkPEnSightReader.h.

◆ TimeSetFileNameNumbers

vtkIdListCollection* vtkPEnSightReader::TimeSetFileNameNumbers
protected

Definition at line 760 of file vtkPEnSightReader.h.

◆ TimeSetsWithFilenameNumbers

vtkIdList* vtkPEnSightReader::TimeSetsWithFilenameNumbers
protected

Definition at line 761 of file vtkPEnSightReader.h.

◆ FileSetFileNameNumbers

vtkIdListCollection* vtkPEnSightReader::FileSetFileNameNumbers
protected

Definition at line 764 of file vtkPEnSightReader.h.

◆ FileSetsWithFilenameNumbers

vtkIdList* vtkPEnSightReader::FileSetsWithFilenameNumbers
protected

Definition at line 765 of file vtkPEnSightReader.h.

◆ FileSetNumberOfSteps

vtkIdListCollection* vtkPEnSightReader::FileSetNumberOfSteps
protected

Definition at line 768 of file vtkPEnSightReader.h.

◆ TimeSetIds

vtkIdList* vtkPEnSightReader::TimeSetIds
protected

Definition at line 771 of file vtkPEnSightReader.h.

◆ FileSets

vtkIdList* vtkPEnSightReader::FileSets
protected

Definition at line 772 of file vtkPEnSightReader.h.

◆ GeometryTimeSet

int vtkPEnSightReader::GeometryTimeSet
protected

Definition at line 774 of file vtkPEnSightReader.h.

◆ GeometryFileSet

int vtkPEnSightReader::GeometryFileSet
protected

Definition at line 775 of file vtkPEnSightReader.h.

◆ MeasuredTimeSet

int vtkPEnSightReader::MeasuredTimeSet
protected

Definition at line 776 of file vtkPEnSightReader.h.

◆ MeasuredFileSet

int vtkPEnSightReader::MeasuredFileSet
protected

Definition at line 777 of file vtkPEnSightReader.h.

◆ GeometryTimeValue

float vtkPEnSightReader::GeometryTimeValue
protected

Definition at line 779 of file vtkPEnSightReader.h.

◆ MeasuredTimeValue

float vtkPEnSightReader::MeasuredTimeValue
protected

Definition at line 780 of file vtkPEnSightReader.h.

◆ UseTimeSets

int vtkPEnSightReader::UseTimeSets
protected

Definition at line 782 of file vtkPEnSightReader.h.

◆ UseFileSets

int vtkPEnSightReader::UseFileSets
protected

Definition at line 785 of file vtkPEnSightReader.h.

◆ NumberOfGeometryParts

int vtkPEnSightReader::NumberOfGeometryParts
protected

Definition at line 790 of file vtkPEnSightReader.h.

◆ NumberOfMeasuredPoints

int vtkPEnSightReader::NumberOfMeasuredPoints
protected

Definition at line 795 of file vtkPEnSightReader.h.

◆ NumberOfNewOutputs

int vtkPEnSightReader::NumberOfNewOutputs
protected

Definition at line 797 of file vtkPEnSightReader.h.

◆ InitialRead

int vtkPEnSightReader::InitialRead
protected

Definition at line 798 of file vtkPEnSightReader.h.

◆ ActualTimeValue

double vtkPEnSightReader::ActualTimeValue
protected

Definition at line 802 of file vtkPEnSightReader.h.

◆ GhostLevels

int vtkPEnSightReader::GhostLevels
protected

Definition at line 804 of file vtkPEnSightReader.h.

◆ FileOffsets

std::map<std::string, std::map<int, long> > vtkPEnSightReader::FileOffsets
protected

Definition at line 806 of file vtkPEnSightReader.h.


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