diff --git a/src/OpenVolumeMesh/Mesh/HexahedralMesh.hh b/src/OpenVolumeMesh/Mesh/HexahedralMesh.hh index 7dedc4cc7d7bf57dfe2ca72ff0379eab738e7477..5ab23e390f79890cdb7e5bc952f9c43cd84c3a8f 100644 --- a/src/OpenVolumeMesh/Mesh/HexahedralMesh.hh +++ b/src/OpenVolumeMesh/Mesh/HexahedralMesh.hh @@ -51,7 +51,24 @@ namespace OpenVolumeMesh { /* * Predefines for most common mesh types */ +typedef GeometryKernel GeometricHexahedralMeshV2i; +typedef GeometryKernel GeometricHexahedralMeshV2ui; +typedef GeometryKernel GeometricHexahedralMeshV2f; +typedef GeometryKernel GeometricHexahedralMeshV2d; +typedef GeometryKernel GeometricHexahedralMeshV2c; +typedef GeometryKernel GeometricHexahedralMeshV2uc; +typedef GeometryKernel GeometricHexahedralMeshV3i; +typedef GeometryKernel GeometricHexahedralMeshV3ui; +typedef GeometryKernel GeometricHexahedralMeshV3f; typedef GeometryKernel GeometricHexahedralMeshV3d; +typedef GeometryKernel GeometricHexahedralMeshV3c; +typedef GeometryKernel GeometricHexahedralMeshV3uc; +typedef GeometryKernel GeometricHexahedralMeshV4i; +typedef GeometryKernel GeometricHexahedralMeshV4ui; +typedef GeometryKernel GeometricHexahedralMeshV4f; +typedef GeometryKernel GeometricHexahedralMeshV4d; +typedef GeometryKernel GeometricHexahedralMeshV4c; +typedef GeometryKernel GeometricHexahedralMeshV4uc; typedef HexahedralMeshTopologyKernel TopologicHexahedralMesh; diff --git a/src/OpenVolumeMesh/Mesh/PolyhedralMesh.hh b/src/OpenVolumeMesh/Mesh/PolyhedralMesh.hh index df4d255ae0935f7325bdf3658a459422e1e89d38..f3d103bd06253ddaf1da0be62639422488ceb7ae 100644 --- a/src/OpenVolumeMesh/Mesh/PolyhedralMesh.hh +++ b/src/OpenVolumeMesh/Mesh/PolyhedralMesh.hh @@ -50,7 +50,24 @@ namespace OpenVolumeMesh { /* * Predefines for most common mesh types */ +typedef GeometryKernel GeometricPolyhedralMeshV2i; +typedef GeometryKernel GeometricPolyhedralMeshV2ui; +typedef GeometryKernel GeometricPolyhedralMeshV2f; +typedef GeometryKernel GeometricPolyhedralMeshV2d; +typedef GeometryKernel GeometricPolyhedralMeshV2c; +typedef GeometryKernel GeometricPolyhedralMeshV2uc; +typedef GeometryKernel GeometricPolyhedralMeshV3i; +typedef GeometryKernel GeometricPolyhedralMeshV3ui; +typedef GeometryKernel GeometricPolyhedralMeshV3f; typedef GeometryKernel GeometricPolyhedralMeshV3d; +typedef GeometryKernel GeometricPolyhedralMeshV3c; +typedef GeometryKernel GeometricPolyhedralMeshV3uc; +typedef GeometryKernel GeometricPolyhedralMeshV4i; +typedef GeometryKernel GeometricPolyhedralMeshV4ui; +typedef GeometryKernel GeometricPolyhedralMeshV4f; +typedef GeometryKernel GeometricPolyhedralMeshV4d; +typedef GeometryKernel GeometricPolyhedralMeshV4c; +typedef GeometryKernel GeometricPolyhedralMeshV4uc; typedef TopologyKernel TopologicPolyhedralMesh;