3 #include "DM/config.hpp"
4 #include "DM/Handle.hpp"
5 #include "DM/ObjectBase.hpp"
27 virtual int dimension()
const = 0;
29 virtual int depth()
const = 0;
30 virtual int sizeNode()
const = 0;
31 virtual int sizeLeaf()
const = 0;
32 virtual double tileSize()
const = 0;
33 virtual long long objectsInLeafMin()
const = 0;
34 virtual long long objectsInLeafMax()
const = 0;
35 virtual double objectsInLeafMean()
const = 0;
36 virtual double objectsInLeafStddev()
const = 0;
@ tiling
flat tiling structure
Object representing statistical information an spatial index.
Definition: IIndexStats.hpp:19
@ count
always last element
Smart pointer class using reference counting with support for DM objects (see ObjectBase)
Definition: Handle.hpp:75
Definition: M/c++_api/inc/DM/ObjectBase.hpp:8
IndexType
Definition: IIndexStats.hpp:9