Leaf.cc | Leaf.cc | |||
---|---|---|---|---|
skipping to change at line 22 | skipping to change at line 22 | |||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
// Lesser General Public License for more details. | // Lesser General Public License for more details. | |||
// | // | |||
// You should have received a copy of the GNU Lesser General Public | // You should have received a copy of the GNU Lesser General Public | |||
// License along with this library; if not, write to the Free Software | // License along with this library; if not, write to the Free Software | |||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | |||
// | // | |||
// Email: | // Email: | |||
// mhadji@gmail.com | // mhadji@gmail.com | |||
#include "../spatialindex/SpatialIndexImpl.h" | #include <spatialindex/SpatialIndex.h> | |||
#include "MVRTree.h" | #include "MVRTree.h" | |||
#include "Node.h" | #include "Node.h" | |||
#include "Index.h" | #include "Index.h" | |||
#include "Leaf.h" | #include "Leaf.h" | |||
using namespace SpatialIndex; | ||||
using namespace SpatialIndex::MVRTree; | using namespace SpatialIndex::MVRTree; | |||
Leaf::~Leaf() | Leaf::~Leaf() | |||
{ | { | |||
} | } | |||
Leaf::Leaf(SpatialIndex::MVRTree::MVRTree* pTree, id_type id): Node(pTree, id, 0, pTree->m_leafCapacity) | Leaf::Leaf(SpatialIndex::MVRTree::MVRTree* pTree, id_type id): Node(pTree, id, 0, pTree->m_leafCapacity) | |||
{ | { | |||
} | } | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |