|
| vtkPEnSightGoldBinaryReader () |
|
| ~vtkPEnSightGoldBinaryReader () override |
|
int | OpenFile (const char *filename) |
|
int | InitializeFile (const char *filename) |
|
int | ReadGeometryFile (const char *fileName, int timeStep, vtkMultiBlockDataSet *output) override |
| Read the geometry file. More...
|
|
int | ReadMeasuredGeometryFile (const char *fileName, int timeStep, vtkMultiBlockDataSet *output) override |
| Read the measured geometry file. More...
|
|
int | ReadScalarsPerNode (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int measured=0, int numberOfComponents=1, int component=0) override |
| Read scalars per node for this dataset. More...
|
|
int | ReadVectorsPerNode (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int measured=0) override |
| Read vectors per node for this dataset. More...
|
|
int | ReadTensorsPerNode (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override |
| Read tensors per node for this dataset. More...
|
|
int | ReadScalarsPerElement (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int numberOfComponents=1, int component=0) override |
| Read scalars per element for this dataset. More...
|
|
int | ReadVectorsPerElement (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override |
| Read vectors per element for this dataset. More...
|
|
int | ReadTensorsPerElement (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override |
| Read tensors per element for this dataset. More...
|
|
int | CreateUnstructuredGridOutput (int partId, char line[80], const char *name, vtkMultiBlockDataSet *output) override |
| Read an unstructured part (partId) from the geometry file and create a vtkUnstructuredGrid output. More...
|
|
int | CreateStructuredGridOutput (int partId, char line[256], const char *name, vtkMultiBlockDataSet *output) override |
| Read a structured part from the geometry file and create a vtkStructuredGrid output. More...
|
|
int | CreateRectilinearGridOutput (int partId, char line[256], const char *name, vtkMultiBlockDataSet *output) |
| Read a structured part from the geometry file and create a vtkRectilinearGrid output. More...
|
|
int | CreateImageDataOutput (int partId, char line[80], const char *name, vtkMultiBlockDataSet *output) |
| Read a structured part from the geometry file and create a vtkImageData output. More...
|
|
int | ReadLine (char result[80]) |
| Internal function to read in a line up to 80 characters. More...
|
|
int | ReadIntArray (int *result, int numInts) |
| Internal function to read in an integer array. More...
|
|
int | ReadFloatArray (float *result, int numFloats) |
| Internal function to read in a float array. More...
|
|
int | ReadOrSkipCoordinates (vtkPoints *points, long offset, int partId, bool skip) |
| Read Coordinates, or just skip the part in the file. More...
|
|
int | InjectCoordinatesAtEnd (vtkUnstructuredGrid *output, long coordinatesOffset, int partId) |
| Internal method to inject coordinates at the end of a part read for unstructured data. More...
|
|
int | CountTimeSteps () |
| Counts the number of timesteps in the geometry file This function assumes the file is already open and returns the number of timesteps remaining in the file The file will be closed after calling this method. More...
|
|
void | GetVectorFromFloatBuffer (vtkIdType i, float *vector) |
|
void | UpdateFloatBuffer () |
|
|
int | ReadInt (int *result) |
| Internal function to read in a single integer. More...
|
|
int | ReadPartId (int *result) |
| Internal function to read in a single integer. More...
|
|
|
int | SkipTimeStep () |
| Read to the next time step in the geometry file. More...
|
|
int | SkipStructuredGrid (char line[256]) |
| Read to the next time step in the geometry file. More...
|
|
int | SkipUnstructuredGrid (char line[256]) |
| Read to the next time step in the geometry file. More...
|
|
int | SkipRectilinearGrid (char line[256]) |
| Read to the next time step in the geometry file. More...
|
|
int | SkipImageData (char line[256]) |
| Read to the next time step in the geometry file. More...
|
|
| vtkPEnSightReader () |
|
| ~vtkPEnSightReader () override |
|
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
|
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
|
int | ReadVariableFiles (vtkMultiBlockDataSet *output) |
| Read the variable files. 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...
|
|
vtkPEnSightReaderCellIds * | GetCellIds (int index, int cellType) |
| Get the list for the given output index and cell type. More...
|
|
vtkPEnSightReaderCellIds * | GetPointIds (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...
|
|
vtkDataSet * | GetDataSetFromBlock (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...
|
|
| vtkPGenericEnSightReader () |
|
| ~vtkPGenericEnSightReader () override |
|
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
|
int | GetMultiProcessLocalProcessId () |
| Multi Process cache. More...
|
|
int | GetMultiProcessNumberOfProcesses () |
| Multi Process cache. More...
|
|
virtual vtkObjectBase * | NewInstanceInternal () 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) |
|
| vtkMultiBlockDataSetAlgorithm () |
|
| ~vtkMultiBlockDataSetAlgorithm () |
|
virtual vtkExecutive * | CreateDefaultExecutive () |
|
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
|
vtkDataObject * | GetInput (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 *) |
|
| 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) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input, int &association) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association) |
|
vtkInformation * | GetInputArrayFieldInformation (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) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input) |
|
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input, int &association) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input) |
|
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association) |
|
vtkInformation * | GetInputArrayFieldInformation (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) |
|
| 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 () |
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | CollectRevisions (ostream &) |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|