Go to the documentation of this file.
30 #ifndef vtkCPExodusIIInSituReader_h
31 #define vtkCPExodusIIInSituReader_h
49 virtual
void PrintSelf(ostream &os,
vtkIndent indent);
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
represent and manipulate 3D points
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkGetVector2Macro(name, type)
represent and manipulate point attribute data
maintain an unordered list of dataarray objects
Read an Exodus II file into data structures that map the raw arrays returned by the Exodus II library...
#define vtkTypeMacro(thisClass, superclass)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
~vtkCPExodusIIInSituReader()
#define VTKIOEXODUS_EXPORT
vtkSetMacro(IgnoreDriverBugs, bool)
vtkCPExodusIIInSituReader()
static vtkCPExodusIIInSituReader * New()
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.