20 #ifndef vtkADIOSDirTree_h
21 #define vtkADIOSDirTree_h
23 #ifndef VTK_WRAPPING_CXX
62 void GetScalars(std::vector<const ADIOS::Scalar*>& vars)
const;
63 void GetArrays(std::vector<const ADIOS::VarInfo*>& vars)
const;
68 size_t startIdx,
size_t numComponents);
74 std::map<std::string, const ADIOS::Scalar*> Scalars;
75 std::map<std::string, const ADIOS::VarInfo*> Arrays;
76 std::map<std::string, vtkADIOSDirTree*> SubDirs;