31 #ifndef vtkCPExodusIIInSituReader_h
32 #define vtkCPExodusIIInSituReader_h
34 #include "vtkIOExodusModule.h"
55 vtkSetFilePathMacro(FileName);
56 vtkGetFilePathMacro(FileName);
63 vtkGetMacro(CurrentTimeStep,
int);
64 vtkSetMacro(CurrentTimeStep,
int);
72 vtkGetVector2Macro(TimeStepRange,
int);
98 int NumberOfDimensions;
100 int NumberOfElementBlocks;
101 std::vector<std::string> NodalVariableNames;
102 std::vector<std::string> ElementVariableNames;
103 std::vector<int> ElementBlockIds;
104 std::vector<double> TimeSteps;
105 int TimeStepRange[2];
110 bool ExGetNodalVars();
113 bool ExGetElemBlocks();
121 #endif // vtkCPExodusIIInSituReader_h
Read an Exodus II file into data structures that map the raw arrays returned by the Exodus II library...
represent and manipulate point attribute data
double GetTimeStepValue(int step)
Get the floating point tag associated with the timestep at 'step'.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
maintain an ordered list of dataarray objects
represent and manipulate 3D points
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.