1 #ifndef __vtkExodusIIReaderPrivate_h
2 #define __vtkExodusIIReaderPrivate_h
7 #include "vtkToolkits.h"
9 #ifdef VTK_USE_PARALLEL
11 #else // VTK_USE_PARALLEL
13 #endif // VTK_USE_PARALLEL
15 #include "vtksys/RegularExpression.hxx"
18 #include <vtkstd/vector>
20 #include "vtk_exodusII.h"
37 int OpenFile(
const char* filename );
209 int attributeIndex );
212 const char* attribName );
218 int attribIndex,
int status );
253 {
return "GlobalVariableValues"; }
255 {
return "GlobalVariableNames"; }
510 vtksys::RegularExpression& re,
591 int otyp,
int obj,
int conn_type,
int timeStep,
BlockInfoType* binfop );
595 int otyp,
int obj,
int conn_type,
int timeStep,
SetInfoType* sinfop );
726 vtkstd::map<int,vtkstd::vector<BlockInfoType> >
BlockInfo;
730 vtkstd::map<int,vtkstd::vector<SetInfoType> >
SetInfo;
736 vtkstd::map<int,vtkstd::vector<MapInfoType> >
MapInfo;
749 vtkstd::map<int,vtkstd::vector<ArrayInfoType> >
ArrayInfo;
848 #endif // __vtkExodusIIReaderPrivate_h