mirror of https://github.com/CGAL/cgal
move using
This commit is contained in:
parent
aeb44510f1
commit
cf6fec2bbb
|
|
@ -34,6 +34,7 @@ enum face_index_t { face_index };
|
|||
/// \cgalModels <a href="https://www.boost.org/libs/graph/doc/PropertyTag.html"><code>PropertyTag</code></a>
|
||||
enum vertex_point_t { vertex_point };
|
||||
|
||||
/// @}
|
||||
/// \ingroup PkgBGLPropertiesDynamic
|
||||
/// Dynamic vertex property tag
|
||||
/// \tparam T the value type of the vertex property
|
||||
|
|
|
|||
|
|
@ -98,16 +98,16 @@ BOOST_INSTALL_PROPERTY(face, external_index);
|
|||
namespace CGAL {
|
||||
using boost::vertex_point_t;
|
||||
using boost::vertex_point;
|
||||
using boost::vertex_external_index_t;
|
||||
using boost::vertex_external_index;
|
||||
using boost::vertex_index_t;
|
||||
using boost::vertex_index;
|
||||
using boost::edge_index_t;
|
||||
using boost::edge_index;
|
||||
using boost::vertex_external_index_t;
|
||||
using boost::vertex_external_index;
|
||||
using boost::halfedge_index_t;
|
||||
using boost::halfedge_index;
|
||||
using boost::halfedge_external_index_t;
|
||||
using boost::halfedge_external_index;
|
||||
using boost::edge_index_t;
|
||||
using boost::edge_index;
|
||||
using boost::edge_external_index_t;
|
||||
using boost::edge_external_index;
|
||||
using boost::face_index_t;
|
||||
|
|
|
|||
Loading…
Reference in New Issue