mirror of https://github.com/CGAL/cgal
Do not use inheritance in concepts
This commit is contained in:
parent
ab9f158cb0
commit
2c2313ea44
|
|
@ -56,7 +56,6 @@ actually uses as a base class for the class
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class TriangulationDSFaceBase_2
|
class TriangulationDSFaceBase_2
|
||||||
: public TriangulationDataStructure_2::Face
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,6 @@ of `CGAL::Triangulation_data_structure_2::Vertex`.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class TriangulationDSVertexBase_2
|
class TriangulationDSVertexBase_2
|
||||||
: public TriangulationDataStructure_2::Vertex
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,6 @@ More information can be found in Section \ref TDS3secdesign.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class TriangulationDSCellBase_3
|
class TriangulationDSCellBase_3
|
||||||
: public TriangulationDataStructure_3::Cell
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,6 @@ More information can be found in Section \ref TDS3secdesign.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class TriangulationDSVertexBase_3
|
class TriangulationDSVertexBase_3
|
||||||
: public TriangulationDataStructure_3::Vertex
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue