cgal/Packages/ExternalMemoryStructures/include/CGAL/R_tree_internal_db.h

39 lines
1.2 KiB
C

// ======================================================================
//
// Copyright (c) 1998 The CGAL Consortium
//
// This software and related documentation is part of an INTERNAL release
// of the Computational Geometry Algorithms Library (CGAL). It is not
// intended for general use.
//
// ----------------------------------------------------------------------
//
// release :
// release_date : 2000, August 11
//
// file : include/CGAL/ExternalMemoryStructures/R_tree_internal_db.h
// package : ExternalMemoryStructures (0.631)
// maintainer : Philipp Kramer <kramer@inf.ethz.ch>
// chapter : $CGAL_Chapter: Basic / External Data Structures $
// source :
// revision : $Revision$
// revision_date : $Date$
// author(s) : Gabriele Neyer<neyer@inf.ethz.ch>
//
// coordinator : ETH Zurich (Peter Widmayer <widmayer@inf.ethz.ch>)
//
// Implementation of the R_tree_internal_db.
// ======================================================================
#ifndef __R_tree_internal_db_H__
#define __R_tree_internal_db_H__
#include<CGAL/IO_tree_traits.h>
#include<CGAL/internal_memory.h>
CGAL_BEGIN_NAMESPACE
typedef IO_internal_traits<CGAL::internal_memory> R_tree_internal_db;
CGAL_END_NAMESPACE
#endif