Skip to content
Snippets Groups Projects
Commit a6afaf2b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Remove unused virtual
parent 7da8163c
No related branches found
No related tags found
No related merge requests found
......@@ -29,17 +29,17 @@ extern "C"
class GMSH_CutMapPlugin : public GMSH_LevelsetPlugin
{
virtual double levelset (double x, double y, double z, double val) const;
double levelset (double x, double y, double z, double val) const;
public:
GMSH_CutMapPlugin();
virtual void getName (char *name) const;
virtual void getInfos (char *author,
void getName (char *name) const;
void getInfos (char *author,
char *copyright,
char *help_text) const;
virtual void CatchErrorMessage (char *errorMessage) const;
virtual int getNbOptions() const;
virtual StringXNumber* GetOption (int iopt);
virtual Post_View *execute (Post_View *);
void CatchErrorMessage (char *errorMessage) const;
int getNbOptions() const;
StringXNumber* GetOption (int iopt);
Post_View *execute (Post_View *);
};
#endif
......@@ -29,17 +29,17 @@ extern "C"
class GMSH_CutPlanePlugin : public GMSH_LevelsetPlugin
{
virtual double levelset (double x, double y, double z, double val) const;
double levelset (double x, double y, double z, double val) const;
public:
GMSH_CutPlanePlugin();
virtual void getName (char *name) const;
virtual void getInfos (char *author,
void getName (char *name) const;
void getInfos (char *author,
char *copyright,
char *help_text) const;
virtual void CatchErrorMessage (char *errorMessage) const;
virtual int getNbOptions() const;
virtual StringXNumber *GetOption (int iopt);
virtual Post_View *execute (Post_View *);
void CatchErrorMessage (char *errorMessage) const;
int getNbOptions() const;
StringXNumber *GetOption (int iopt);
Post_View *execute (Post_View *);
};
#endif
......@@ -29,17 +29,17 @@ extern "C"
class GMSH_CutSpherePlugin : public GMSH_LevelsetPlugin
{
virtual double levelset (double x, double y, double z, double val) const;
double levelset (double x, double y, double z, double val) const;
public:
GMSH_CutSpherePlugin();
virtual void getName (char *name) const;
virtual void getInfos (char *author,
void getName (char *name) const;
void getInfos (char *author,
char *copyright,
char *help_text) const;
virtual void CatchErrorMessage (char *errorMessage) const;
virtual int getNbOptions() const;
virtual StringXNumber* GetOption (int iopt);
virtual Post_View *execute (Post_View *);
void CatchErrorMessage (char *errorMessage) const;
int getNbOptions() const;
StringXNumber* GetOption (int iopt);
Post_View *execute (Post_View *);
};
#endif
......@@ -29,15 +29,15 @@ class GMSH_Harmonic2TimePlugin : public GMSH_Post_Plugin
{
public:
GMSH_Harmonic2TimePlugin();
virtual void Run();
virtual void Save();
virtual void getName (char *name) const;
virtual void getInfos (char *author,
void Run();
void Save();
void getName (char *name) const;
void getInfos (char *author,
char *copyright,
char *help_text) const;
virtual void CatchErrorMessage (char *errorMessage) const;
virtual int getNbOptions() const;
virtual StringXNumber* GetOption (int iopt);
virtual Post_View *execute (Post_View *);
void CatchErrorMessage (char *errorMessage) const;
int getNbOptions() const;
StringXNumber* GetOption (int iopt);
Post_View *execute (Post_View *);
};
#endif
......@@ -29,15 +29,15 @@ class GMSH_SkinPlugin : public GMSH_Post_Plugin
{
public:
GMSH_SkinPlugin();
virtual void Run();
virtual void Save();
virtual void getName (char *name) const;
virtual void getInfos (char *author,
void Run();
void Save();
void getName (char *name) const;
void getInfos (char *author,
char *copyright,
char *help_text) const;
virtual void CatchErrorMessage (char *errorMessage) const;
virtual int getNbOptions() const;
virtual StringXNumber* GetOption (int iopt);
virtual Post_View *execute (Post_View *);
void CatchErrorMessage (char *errorMessage) const;
int getNbOptions() const;
StringXNumber* GetOption (int iopt);
Post_View *execute (Post_View *);
};
#endif
......@@ -29,15 +29,15 @@ class GMSH_SmoothPlugin : public GMSH_Post_Plugin
{
public:
GMSH_SmoothPlugin();
virtual void Run();
virtual void Save();
virtual void getName (char *name) const;
virtual void getInfos (char *author,
void Run();
void Save();
void getName (char *name) const;
void getInfos (char *author,
char *copyright,
char *help_text) const;
virtual void CatchErrorMessage (char *errorMessage) const;
virtual int getNbOptions() const;
virtual StringXNumber* GetOption (int iopt);
virtual Post_View *execute (Post_View *);
void CatchErrorMessage (char *errorMessage) const;
int getNbOptions() const;
StringXNumber* GetOption (int iopt);
Post_View *execute (Post_View *);
};
#endif
......@@ -29,15 +29,15 @@ class GMSH_SphericalRaisePlugin : public GMSH_Post_Plugin
{
public:
GMSH_SphericalRaisePlugin();
virtual void Run();
virtual void Save();
virtual void getName (char *name) const;
virtual void getInfos (char *author,
void Run();
void Save();
void getName (char *name) const;
void getInfos (char *author,
char *copyright,
char *help_text) const;
virtual void CatchErrorMessage (char *errorMessage) const;
virtual int getNbOptions() const;
virtual StringXNumber* GetOption (int iopt);
virtual Post_View *execute (Post_View *);
void CatchErrorMessage (char *errorMessage) const;
int getNbOptions() const;
StringXNumber* GetOption (int iopt);
Post_View *execute (Post_View *);
};
#endif
......@@ -29,15 +29,15 @@ class GMSH_TransformPlugin : public GMSH_Post_Plugin
{
public:
GMSH_TransformPlugin();
virtual void Run();
virtual void Save();
virtual void getName (char *name) const;
virtual void getInfos (char *author,
void Run();
void Save();
void getName (char *name) const;
void getInfos (char *author,
char *copyright,
char *help_text) const;
virtual void CatchErrorMessage (char *errorMessage) const;
virtual int getNbOptions() const;
virtual StringXNumber* GetOption (int iopt);
virtual Post_View *execute (Post_View *);
void CatchErrorMessage (char *errorMessage) const;
int getNbOptions() const;
StringXNumber* GetOption (int iopt);
Post_View *execute (Post_View *);
};
#endif
......@@ -29,15 +29,15 @@ class GMSH_TriangulatePlugin : public GMSH_Post_Plugin
{
public:
GMSH_TriangulatePlugin();
virtual void Run();
virtual void Save();
virtual void getName (char *name) const;
virtual void getInfos (char *author,
void Run();
void Save();
void getName (char *name) const;
void getInfos (char *author,
char *copyright,
char *help_text) const;
virtual void CatchErrorMessage (char *errorMessage) const;
virtual int getNbOptions() const;
virtual StringXNumber* GetOption (int iopt);
virtual Post_View *execute (Post_View *);
void CatchErrorMessage (char *errorMessage) const;
int getNbOptions() const;
StringXNumber* GetOption (int iopt);
Post_View *execute (Post_View *);
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment