20 #ifndef vtkADIOSDirTree_h
21 #define vtkADIOSDirTree_h
60 void GetScalars(std::vector<const ADIOS::Scalar*>& vars)
const;
61 void GetArrays(std::vector<const ADIOS::VarInfo*>& vars)
const;
66 size_t startIdx,
size_t numComponents);
72 std::map<std::string, const ADIOS::Scalar*> Scalars;
73 std::map<std::string, const ADIOS::VarInfo*> Arrays;
74 std::map<std::string, vtkADIOSDirTree*> SubDirs;