Salome HOME
Fixing issues pointed. Eliminate reference to MG_TetraHPC_API class since it is not...
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / GHS3DPlugin_GHS3D.hxx
index 98445f77a313163bebe0ceec6074c22b376b7399..7f5a6b590e3c160e228f8a787e7e13f326c92984 100644 (file)
@@ -67,19 +67,7 @@ public:
                        const TopoDS_Shape& aShape);
   
   virtual bool Compute(SMESH_Mesh&         theMesh,
-                       SMESH_MesherHelper* aHelper);
-
-  bool ComputeMGTetra(SMESH_Mesh&         aMesh,
-                       const TopoDS_Shape& aShape);
-  
-  bool ComputeMGTetraHPC(SMESH_Mesh&         aMesh,
-                          const TopoDS_Shape& aShape);
-
-  bool ComputeMGTetra(SMESH_Mesh&         theMesh,
-                       SMESH_MesherHelper* aHelper);
-  
-  bool ComputeMGTetraHPC(SMESH_Mesh&         theMesh,
-                        SMESH_MesherHelper* aHelper);
+                       SMESH_MesherHelper* aHelper);                          
   
   virtual void SubmeshRestored(SMESH_subMesh* subMesh);