1 #ifndef MSLANG_QUADTREE_H
2 #define MSLANG_QUADTREE_H
13 std::vector<std::shared_ptr<QuadTree> >
nodes_m;
42 void getDepth(
unsigned int &d)
const;
void getDepth(unsigned int &d) const
std::vector< std::shared_ptr< QuadTree > > nodes_m
void writeGnuplot(std::ostream &out) const
void transferIfInside(std::list< std::shared_ptr< Base > > &objs)
void operator=(const QuadTree &right)
bool isInside(const Vector_t &R) const
QuadTree(int l, const BoundingBox &b)
std::list< std::shared_ptr< Base > > objects_m