mirror of https://github.com/CGAL/cgal
add namespace
to avoid conflicts with Uniform_sizing_field in Mesh_3
This commit is contained in:
parent
5c1e820c1e
commit
50bbb4f682
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
namespace CGAL
|
||||
{
|
||||
namespace Polygon_mesh_processing
|
||||
{
|
||||
template <class PolygonMesh>
|
||||
class Uniform_sizing_field : public CGAL::Sizing_field<PolygonMesh>
|
||||
{
|
||||
|
|
@ -96,6 +98,7 @@ private:
|
|||
const PolygonMesh& m_pmesh;
|
||||
};
|
||||
|
||||
}//end namespace Polygon_mesh_processing
|
||||
}//end namespace CGAL
|
||||
|
||||
#endif //CGAL_PMP_REMESHING_UNIFORM_SIZING_FIELD_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue