1 #ifndef DM_IINDEX_STATS_HPP_INCLUDED
2 #define DM_IINDEX_STATS_HPP_INCLUDED
8 #include "DM/config.hpp"
9 #include "DM/Handle.hpp"
10 #include "DM/ObjectBase.hpp"
35 virtual int dimension()
const = 0;
36 virtual IndexType::Type type()
const = 0;
37 virtual int depth()
const = 0;
38 virtual int sizeNode()
const = 0;
39 virtual int sizeLeaf()
const = 0;
40 virtual double tileSize()
const = 0;
41 virtual long long objectsInLeafMin()
const = 0;
42 virtual long long objectsInLeafMax()
const = 0;
43 virtual double objectsInLeafMean()
const = 0;
44 virtual double objectsInLeafStddev()
const = 0;
53 #endif //DM_IINDEX_STATS_HPP_INCLUDED