|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | PrintBlockList (vtkNonOverlappingAMR *hbds, int myProcId) |
|
void | SetGlobalController (vtkMultiProcessController *controller) |
| Set the controller used to coordinate parallel reading. More...
|
|
virtual int | CanReadFile (const char *fname) |
| Determine if the file can be read with this reader. More...
|
|
|
virtual void | SetFileName (const char *filename) |
| Get and set the file name. More...
|
|
virtual char * | GetFileName () |
| Get and set the file name. More...
|
|
|
virtual void | SetTimeStep (int) |
| Set and get the time step. More...
|
|
virtual int | GetTimeStep () |
| Set and get the time step. More...
|
|
|
virtual void | SetDistributeFiles (int) |
| If true, the reader distributes files over processors. More...
|
|
virtual int | GetDistributeFiles () |
| If true, the reader distributes files over processors. More...
|
|
virtual void | DistributeFilesOn () |
| If true, the reader distributes files over processors. More...
|
|
virtual void | DistributeFilesOff () |
| If true, the reader distributes files over processors. More...
|
|
|
virtual void | SetGenerateLevelArray (int) |
| If true, the reader generate a cell array in each block that stores the level in the hierarchy, starting from 0. More...
|
|
virtual int | GetGenerateLevelArray () |
| If true, the reader generate a cell array in each block that stores the level in the hierarchy, starting from 0. More...
|
|
virtual void | GenerateLevelArrayOn () |
| If true, the reader generate a cell array in each block that stores the level in the hierarchy, starting from 0. More...
|
|
virtual void | GenerateLevelArrayOff () |
| If true, the reader generate a cell array in each block that stores the level in the hierarchy, starting from 0. More...
|
|
|
virtual void | SetGenerateBlockIdArray (int) |
| If true, the reader generate a cell array in each block that stores a unique but not necessarily contiguous id. More...
|
|
virtual int | GetGenerateBlockIdArray () |
| If true, the reader generate a cell array in each block that stores a unique but not necessarily contiguous id. More...
|
|
virtual void | GenerateBlockIdArrayOn () |
| If true, the reader generate a cell array in each block that stores a unique but not necessarily contiguous id. More...
|
|
virtual void | GenerateBlockIdArrayOff () |
| If true, the reader generate a cell array in each block that stores a unique but not necessarily contiguous id. More...
|
|
|
virtual void | SetGenerateActiveBlockArray (int) |
| If true, the reader generate a cell array in each block that corresponds to the Active field in the file. More...
|
|
virtual int | GetGenerateActiveBlockArray () |
| If true, the reader generate a cell array in each block that corresponds to the Active field in the file. More...
|
|
virtual void | GenerateActiveBlockArrayOn () |
| If true, the reader generate a cell array in each block that corresponds to the Active field in the file. More...
|
|
virtual void | GenerateActiveBlockArrayOff () |
| If true, the reader generate a cell array in each block that corresponds to the Active field in the file. More...
|
|
|
virtual void | SetGenerateTracerArray (int) |
| If true, the reader will extract tracer data at each time step and include a field data array for the tracers at that time. More...
|
|
virtual int | GetGenerateTracerArray () |
| If true, the reader will extract tracer data at each time step and include a field data array for the tracers at that time. More...
|
|
virtual void | GenerateTracerArrayOn () |
| If true, the reader will extract tracer data at each time step and include a field data array for the tracers at that time. More...
|
|
virtual void | GenerateTracerArrayOff () |
| If true, the reader will extract tracer data at each time step and include a field data array for the tracers at that time. More...
|
|
|
void | SetGenerateMarkers (int gm) |
| if true, the reader will extract the marker data at each time step and create a set of vtkPoints in the second output port. More...
|
|
virtual int | GetGenerateMarkers () |
| if true, the reader will extract the marker data at each time step and create a set of vtkPoints in the second output port. More...
|
|
virtual void | GenerateMarkersOn () |
| if true, the reader will extract the marker data at each time step and create a set of vtkPoints in the second output port. More...
|
|
virtual void | GenerateMarkersOff () |
| if true, the reader will extract the marker data at each time step and create a set of vtkPoints in the second output port. More...
|
|
|
void | SetDownConvertVolumeFraction (int vf) |
| If true, the reader will convert volume fraction arrays to unsigned char. More...
|
|
virtual int | GetDownConvertVolumeFraction () |
| If true, the reader will convert volume fraction arrays to unsigned char. More...
|
|
virtual void | DownConvertVolumeFractionOn () |
| If true, the reader will convert volume fraction arrays to unsigned char. More...
|
|
virtual void | DownConvertVolumeFractionOff () |
| If true, the reader will convert volume fraction arrays to unsigned char. More...
|
|
|
virtual void | SetComputeDerivedVariables (int) |
| If true, the reader will calculate all derived variables it can given which properties the user has selected True by default. More...
|
|
virtual int | GetComputeDerivedVariables () |
| If true, the reader will calculate all derived variables it can given which properties the user has selected True by default. More...
|
|
virtual void | ComputeDerivedVariablesOn () |
| If true, the reader will calculate all derived variables it can given which properties the user has selected True by default. More...
|
|
virtual void | ComputeDerivedVariablesOff () |
| If true, the reader will calculate all derived variables it can given which properties the user has selected True by default. More...
|
|
|
void | SetMergeXYZComponents (int merge) |
| If true, the reader will merge scalar arrays named, for example, "X velocity" "Y velocity" and "Z velocity" into a vector array named "velocity" with scalar components X, Y and Z. More...
|
|
virtual int | GetMergeXYZComponents () |
| If true, the reader will merge scalar arrays named, for example, "X velocity" "Y velocity" and "Z velocity" into a vector array named "velocity" with scalar components X, Y and Z. More...
|
|
virtual void | MergeXYZComponentsOn () |
| If true, the reader will merge scalar arrays named, for example, "X velocity" "Y velocity" and "Z velocity" into a vector array named "velocity" with scalar components X, Y and Z. More...
|
|
virtual void | MergeXYZComponentsOff () |
| If true, the reader will merge scalar arrays named, for example, "X velocity" "Y velocity" and "Z velocity" into a vector array named "velocity" with scalar components X, Y and Z. More...
|
|
|
virtual int * | GetTimeStepRange () |
| Get the time step range. More...
|
|
virtual void | GetTimeStepRange (int &, int &) |
| Get the time step range. More...
|
|
virtual void | GetTimeStepRange (int [2]) |
| Get the time step range. More...
|
|
|
int | GetNumberOfCellArrays () |
| Cell array selection. More...
|
|
const char * | GetCellArrayName (int idx) |
| Cell array selection. More...
|
|
int | GetCellArrayStatus (const char *name) |
| Cell array selection. More...
|
|
void | SetCellArrayStatus (const char *name, int status) |
| Cell array selection. More...
|
|
vtkCompositeDataSetAlgorithm * | NewInstance () const |
|
vtkCompositeDataSet * | GetOutput () |
|
vtkCompositeDataSet * | GetOutput (int) |
|
void | SetInputData (vtkDataObject *) |
|
void | SetInputData (int, vtkDataObject *) |
|
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
|
vtkCompositeDataSet * | GetOutput () |
|
vtkCompositeDataSet * | GetOutput (int) |
|
void | SetInputData (vtkDataObject *) |
|
void | SetInputData (int, vtkDataObject *) |
|
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
|
vtkAlgorithm * | NewInstance () const |
|
int | HasExecutive () |
|
vtkExecutive * | GetExecutive () |
|
virtual void | SetExecutive (vtkExecutive *executive) |
|
virtual int | ModifyRequest (vtkInformation *request, int when) |
|
vtkInformation * | GetInputPortInformation (int port) |
|
vtkInformation * | GetOutputPortInformation (int port) |
|
int | GetNumberOfInputPorts () |
|
int | GetNumberOfOutputPorts () |
|
void | UpdateProgress (double amount) |
|
vtkInformation * | GetInputArrayInformation (int idx) |
|
void | RemoveAllInputs () |
|
vtkDataObject * | GetOutputDataObject (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 () |
|
vtkAlgorithmOutput * | GetInputConnection (int port, int index) |
|
vtkAlgorithm * | GetInputAlgorithm (int port, int index, int &algPort) |
|
vtkAlgorithm * | GetInputAlgorithm (int port, int index) |
|
vtkExecutive * | GetInputExecutive (int port, int index) |
|
vtkInformation * | GetInputInformation (int port, int index) |
|
vtkInformation * | GetOutputInformation (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 vtkInformation * | GetInformation () |
|
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) |
|
vtkDataObject * | GetInputDataObject (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) |
|
vtkAlgorithmOutput * | GetOutputPort (int index) |
|
vtkAlgorithmOutput * | GetOutputPort () |
|
vtkAlgorithm * | GetInputAlgorithm () |
|
vtkExecutive * | GetInputExecutive () |
|
vtkInformation * | GetInputInformation () |
|
virtual void | Update (int port) |
|
virtual void | Update () |
|
virtual int | UpdatePiece (int piece, int numPieces, int ghostLevels, 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) |
|
int * | GetUpdateExtent () |
|
int * | GetUpdateExtent (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 vtkProgressObserver * | GetProgressObserver () |
|
int | ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo) |
|
virtual int | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime) |
|
virtual vtkInformation * | GetInformation () |
|
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) |
|
vtkDataObject * | GetInputDataObject (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) |
|
vtkAlgorithmOutput * | GetOutputPort (int index) |
|
vtkAlgorithmOutput * | GetOutputPort () |
|
vtkAlgorithm * | GetInputAlgorithm () |
|
vtkExecutive * | GetInputExecutive () |
|
vtkInformation * | GetInputInformation () |
|
virtual void | Update (int port) |
|
virtual void | Update () |
|
virtual int | UpdatePiece (int piece, int numPieces, int ghostLevels, 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) |
|
int * | GetUpdateExtent () |
|
int * | GetUpdateExtent (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 vtkProgressObserver * | GetProgressObserver () |
|
| 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) |
|
vtkCommand * | GetCommand (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) |
|
vtkCommand * | GetCommand (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) |
|
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 &) |
|
|
| vtkSpyPlotReader () |
|
| ~vtkSpyPlotReader () override |
|
void | GetLocalBounds (vtkSpyPlotBlockIterator *biter, int nBlocks, int progressInterval) |
|
void | SetGlobalBounds (vtkSpyPlotBlockIterator *biter, int total_num_of_block, int progressInterval, int *rightHasBounds, int *leftHasBounds) |
|
bool | GetLocalBoxSize (vtkSpyPlotBlockIterator *biter, int *localBoxSize) const |
|
void | SetGlobalBoxSize (vtkSpyPlotBlockIterator *biter) |
|
void | GetLocalMinLevelAndSpacing (vtkSpyPlotBlockIterator *biter, int *localMinLevel, double spacing[3]) const |
|
void | SetGlobalMinLevelAndSpacing (vtkSpyPlotBlockIterator *biter) |
|
int | PrepareAMRData (vtkNonOverlappingAMR *hb, vtkSpyPlotBlock *block, int *level, int *blockId, int extents[6], int realExtents[6], int realDims[3], vtkCellData **cd) |
|
int | PrepareData (vtkMultiBlockDataSet *hb, vtkSpyPlotBlock *block, vtkRectilinearGrid **rg, int extents[6], int realExtents[6], int realDims[3], vtkCellData **cd) |
|
void | UpdateFieldData (int numFields, int dims[3], int level, int blockID, vtkSpyPlotUniReader *uniReader, vtkCellData *cd) |
|
void | UpdateBadGhostFieldData (int numFields, int dims[3], int realDims[3], int realExtents[6], int level, int blockID, vtkSpyPlotUniReader *uniReader, vtkCellData *cd) |
|
void | PrepareBlocks (vtkMultiBlockDataSet *poly, int numMat) |
|
int | PrepareMarkers (vtkMultiBlockDataSet *poly, vtkSpyPlotUniReader *reader) |
|
int | FillOutputPortInformation (int port, vtkInformation *info) override |
|
int | RequestDataObject (vtkInformation *req, vtkInformationVector **inV, vtkInformationVector *outV) override |
|
int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override |
|
int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override |
|
int | UpdateMetaData (vtkInformation *request, vtkInformationVector *outputVector) |
| This does the updating of meta data of the dataset from the first binary file registered in the map: More...
|
|
int | UpdateFile (vtkInformation *request, vtkInformationVector *outputVector) |
|
void | AddGhostLevelArray (int numLevels) |
|
int | AddBlockIdArray (vtkCompositeDataSet *cds) |
|
int | AddAttributes (vtkNonOverlappingAMR *hbds) |
|
int | AddActiveBlockArray (vtkCellData *cd, vtkIdType nCells, unsigned char status) |
|
void | SetGlobalLevels (vtkCompositeDataSet *cds) |
|
int | UpdateTimeStep (vtkInformation *requestInfo, vtkInformationVector *outputInfo, vtkCompositeDataSet *hb) |
| Set the current time step. More...
|
|
int | UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=nullptr) override |
| Overwritten to avoid hiding. More...
|
|
void | MergeVectors (vtkDataSetAttributes *da) |
|
int | MergeVectors (vtkDataSetAttributes *da, vtkDataArray *a1, vtkDataArray *a2) |
|
int | MergeVectors (vtkDataSetAttributes *da, vtkDataArray *a1, vtkDataArray *a2, vtkDataArray *a3) |
|
int | ComputeDerivedVars (vtkCellData *data, vtkSpyPlotBlock *block, vtkSpyPlotUniReader *reader, const int &blockID) |
|
|
virtual vtkDataArraySelection * | GetCellDataArraySelection () |
| Get the data array selection tables used to configure which data arrays are loaded by the reader. More...
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkCompositeDataSetAlgorithm () |
|
| ~vtkCompositeDataSetAlgorithm () |
|
virtual vtkExecutive * | CreateDefaultExecutive () |
|
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
|
vtkDataObject * | GetInput (int port) |
|
virtual int | RequestUpdateExtent (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 &) |
|
Read SPCTH Spy Plot file format.
vtkSpyPlotReader is a reader that reads SPCTH Spy Plot file format through an ascii meta file called the "case" file (extension .spcth). This case file lists all the actual binary files that describe a dataset. Each binary file describes a part of the dataset. However, if only a single binary file describes the whole dataset, it is possible to load it directly without using a case file.
The reader supports both Spy dataset types: flat mesh and AMR (Adaptive Mesh Refinement).
It has parallel capabilities. Each processor is supposed to have access to the case file and to all the binary files. All the binary files have to be coherent: they describe the same fields of data. Each binary file may content multiple time stamp. The time stamp to read is specified with SetTimestamp().
In parallel mode, there are two ways to distribute data over processors (controlled by SetDistributeFiles() ):
- either by distributing blocks: all processors read all the files, but only some number of blocks per files. Hence, load balancing is good even if there is only one file.
- or by distributing files: a file is read entirely by one processor. If there is only one file, all the other processors are not used at all.
- Implementation Details:
- All processors read the first binary file listed in the case file to get information about the fields.
- Each block of data is already surrounded by ghost cells in the file, even on part of the block that don't have actual neighbor cells. The reader removes those wrong ghost cells.
- Each time step contains all the cell array name variables
Definition at line 63 of file vtkSpyPlotReader.h.