19
19
std::vector<MElement*> _elems;
21
21
MElementOctree(GModel *);
24
24
MElement *find(double x, double y, double z, int dim = -1, bool strict = false) const;
25
25
Octree *getInternalOctree(){ return _octree; }
26
26
std::vector<MElement *> findAll(double x, double y, double z, int dim, bool strict = false);