mirror of https://github.com/CGAL/cgal
add missing files
This commit is contained in:
parent
f386790eaa
commit
e3c5937b8e
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
\ingroup PkgTetrahedralRemeshingConcepts
|
||||
\cgalConcept
|
||||
|
||||
\cgalRefines MeshCellBase_3
|
||||
|
||||
Cell base concept to be used in the triangulation type given to the function `CGAL::tetrahedral_isotropic_remeshing()`.
|
||||
|
||||
\cgalHasModel All models of `CGAL::Tetrahedral_remeshing::Remeshing_cell_base_3`.
|
||||
|
||||
*/
|
||||
class RemeshingCellBase_3
|
||||
{};
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
\ingroup PkgTetrahedralRemeshingConcepts
|
||||
\cgalConcept
|
||||
|
||||
\cgalRefines MeshVertexBase_3
|
||||
|
||||
Vertex base concept to be used in the triangulation type given to the function `CGAL::tetrahedral_isotropic_remeshing()`.
|
||||
|
||||
\cgalHasModel All models of `CGAL::Tetrahedral_remeshing::Remeshing_vertex_base_3`.
|
||||
|
||||
*/
|
||||
class RemeshingVertexBase_3
|
||||
{};
|
||||
Loading…
Reference in New Issue