// ADFOctree.cpp: implementation of the ADFOctree class. // ////////////////////////////////////////////////////////////////////// #include "ADFOctree.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// ADFOctree::ADFOctree() { } ADFOctree::~ADFOctree() { }