]> OCCT Git - occt-copy.git/commitdiff
0030268: Inspectors - improvements in VInspector plugin
authornds <nds@opencascade.com>
Fri, 17 Jan 2020 16:02:31 +0000 (19:02 +0300)
committernds <nds@opencascade.com>
Fri, 17 Jan 2020 16:02:31 +0000 (19:02 +0300)
# do not use virtual methods in classes where there are no virtual destructor

src/gp/gp_Ax1.hxx
src/gp/gp_Ax2.hxx
src/gp/gp_Ax2d.hxx
src/gp/gp_Ax3.hxx
src/gp/gp_Dir.hxx
src/gp/gp_Pln.hxx
src/gp/gp_Pnt.hxx

index 30ebcd3a62074c7e21bdecbff1ea1d48065837cc..4f4ad6f3fd7200f9ab1af246eb6e8ca2d6de3d1b 100644 (file)
@@ -206,7 +206,7 @@ public:
 
 
   //! Dumps the content of me into the stream
-  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
 
   //! Inits the content of me into the stream
   Standard_EXPORT Standard_Boolean InitJson (const Standard_SStream& theSStream, Standard_Integer& theStreamPos);
index 1777bd2fd574287cdf9a2bd35aaac7c10080ec91..2a8489f9285f10bac8b74fefe569f6e3c8bd56f8 100644 (file)
@@ -324,7 +324,7 @@ public:
 
 
   //! Dumps the content of me into the stream
-  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
 
   //! Inits the content of me into the stream
   Standard_EXPORT Standard_Boolean InitJson (const Standard_SStream& theSStream, Standard_Integer& theStreamPos);
index cdcac03fbe62365adb493c07db634819421033c6..43ef526a0fcf376dca78c67acb7e660adba9952a 100644 (file)
@@ -169,7 +169,7 @@ public:
     Standard_NODISCARD gp_Ax2d Translated (const gp_Pnt2d& P1, const gp_Pnt2d& P2) const;
 
   //! Dumps the content of me into the stream
-  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
 
 
 protected:
index 60756a67d7f83509618e669ab300416cad4380cc..3c1fdf368c6f7f3a0fef137eb1350d42b3408219 100644 (file)
@@ -291,7 +291,7 @@ public:
 
 
   //! Dumps the content of me into the stream
-  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
 
   //! Inits the content of me into the stream
   Standard_EXPORT Standard_Boolean InitJson (const Standard_SStream& theSStream, Standard_Integer& theStreamPos);
index 528371425d8f20a8f1d6729067cc895a113edf6c..2bffb00bcead0d77e5a09786f1b746b35fa03306 100644 (file)
@@ -264,7 +264,7 @@ public:
 
 
   //! Dumps the content of me into the stream
-  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
 
   //! Inits the content of me into the stream
   Standard_EXPORT Standard_Boolean InitJson (const Standard_SStream& theSStream, Standard_Integer& theStreamPos);
index f4d5914076062fc950d94662d18d28a93fda39f1..4123e3f62ef05483bad14062a0059306201c2b15 100644 (file)
@@ -242,7 +242,7 @@ public:
 
 
   //! Dumps the content of me into the stream
-  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
 
 
 
index 11452adf6985b1c2b1ed2bfbd0b8fae0c4e7f6f7..2f44ffff253408311c76bc745fbd8c77e038aedd 100644 (file)
@@ -175,7 +175,7 @@ public:
 
 
   //! Dumps the content of me into the stream
-  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
 
   //! Inits the content of me into the stream
   Standard_EXPORT Standard_Boolean InitJson (const Standard_SStream& theSStream, Standard_Integer& theStreamPos);