30 #ifndef vtkCPExodusIIInSituReader_h
31 #define vtkCPExodusIIInSituReader_h
49 virtual
void PrintSelf(ostream &os,
vtkIndent indent);
53 vtkSetStringMacro(FileName)
54 vtkGetStringMacro(FileName)
59 vtkGetMacro(CurrentTimeStep,
int)
60 vtkSetMacro(CurrentTimeStep,
int)
67 vtkGetVector2Macro(TimeStepRange,
int)
72 double GetTimeStepValue(
int step)
74 return TimeSteps.at(step);
99 int NumberOfDimensions;
101 int NumberOfElementBlocks;
102 std::vector<std::string> NodalVariableNames;
103 std::vector<std::string> ElementVariableNames;
104 std::vector<int> ElementBlockIds;
105 std::vector<double> TimeSteps;
106 int TimeStepRange[2];
111 bool ExGetNodalVars();
114 bool ExGetElemBlocks();
122 #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
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
#define VTKIOEXODUS_EXPORT
maintain an unordered list of dataarray objects
represent and manipulate 3D points
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)