X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNETGENPlugin%2FNETGENPlugin_NETGEN_3D_SA.hxx;h=0a6a6fc7b342af180e2f695a9ed46b24e0dc84cf;hb=92cbce71d361328b23d943ad87d52db9f5282c72;hp=36eb2666b797c48bab1ce3d275f3ae70ccc17d27;hpb=54a50107a51a19801363d58ba573ccb1b8698fa0;p=plugins%2Fnetgenplugin.git diff --git a/src/NETGENPlugin/NETGENPlugin_NETGEN_3D_SA.hxx b/src/NETGENPlugin/NETGENPlugin_NETGEN_3D_SA.hxx index 36eb266..0a6a6fc 100644 --- a/src/NETGENPlugin/NETGENPlugin_NETGEN_3D_SA.hxx +++ b/src/NETGENPlugin/NETGENPlugin_NETGEN_3D_SA.hxx @@ -38,7 +38,6 @@ class NETGENPlugin_NetgenLibWrapper; class netgen_params; class SMDS_MeshNode; -class SMESH_Gen; using namespace std; @@ -48,7 +47,7 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_NETGEN_3D_SA: public NETGENPlugin_NETGEN_ NETGENPlugin_NETGEN_3D_SA(); virtual ~NETGENPlugin_NETGEN_3D_SA(); - void fillHyp(netgen_params aParams, SMESH_Gen* gen); + void fillHyp(netgen_params aParams); bool Compute(TopoDS_Shape &aShape, SMESH_Mesh& aMesh, netgen_params& aParams, std::string new_element_file, bool output_mesh); @@ -57,10 +56,7 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_NETGEN_3D_SA: public NETGENPlugin_NETGEN_ const std::string hypo_file, const std::string element_orientation_file, const std::string new_element_file, - const std::string output_mesh_file, - int nbThreads); - - + const std::string output_mesh_file); protected: @@ -80,8 +76,6 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_NETGEN_3D_SA: public NETGENPlugin_NETGEN_ ) override; std::string _element_orientation_file=""; - SMESH_Gen *_gen=nullptr; - }; #endif