/// policies make no such hypothesis. The integer at the end gives the number of tetrahedra
/// that result from the split.
typedef enum { PLANAR_FACE_5 = 5, PLANAR_FACE_6 = 6, GENERAL_24 = 24, GENERAL_48 = 48 } SplittingPolicy;
-
- class GenericMesh
- {};
}
#endif
*/
//================================================================================
- class _Cartesian3D2UnstructHexMesh : public INTERP_KERNEL::GenericMesh
+ class _Cartesian3D2UnstructHexMesh
{
public:
static const int MY_SPACEDIM=3;
class vtkUnstructuredGrid;
template<int MESHDIM>
-class INTERPKERNEL_EXPORT VTKNormalizedUnstructuredMesh : public INTERP_KERNEL::GenericMesh
+class INTERPKERNEL_EXPORT VTKNormalizedUnstructuredMesh
{
public:
static const int MY_SPACEDIM=3;
}
template<int SPACEDIM>
-class MEDCouplingNormalizedCartesianMesh : public INTERP_KERNEL::GenericMesh
+class MEDCouplingNormalizedCartesianMesh
{
public:
static const int MY_SPACEDIM=SPACEDIM;
}
template<int SPACEDIM,int MESHDIM>
-class MEDCouplingNormalizedUnstructuredMesh : public INTERP_KERNEL::GenericMesh
+class MEDCouplingNormalizedUnstructuredMesh
{
public:
static const int MY_SPACEDIM=SPACEDIM;