]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/NMTDS/NMTDS_InterfPool.hxx
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / NMTDS / NMTDS_InterfPool.hxx
index cbb6cded62bd648cdd1339e35f3389bcf20ad812..71dc6c2ae96250bb1a369731a880ca3b317f3e2b 100644 (file)
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE\r
-//\r
-// This library is free software; you can redistribute it and/or\r
-// modify it under the terms of the GNU Lesser General Public\r
-// License as published by the Free Software Foundation; either\r
-// version 2.1 of the License.\r
-//\r
-// This library is distributed in the hope that it will be useful,\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
-// Lesser General Public License for more details.\r
-//\r
-// You should have received a copy of the GNU Lesser General Public\r
-// License along with this library; if not, write to the Free Software\r
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
-//\r
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
-\r
-#ifndef _NMTDS_InterfPool_HeaderFile\r
-#define _NMTDS_InterfPool_HeaderFile\r
-\r
-#ifndef _Standard_HeaderFile\r
-#include <Standard.hxx>\r
-#endif\r
-#ifndef _Standard_Macro_HeaderFile\r
-#include <Standard_Macro.hxx>\r
-#endif\r
-\r
-#ifndef _NMTDS_MapOfPairBoolean_HeaderFile\r
-#include <NMTDS_MapOfPairBoolean.hxx>\r
-#endif\r
-#ifndef _NMTDS_ListOfPairBoolean_HeaderFile\r
-#include <NMTDS_ListOfPairBoolean.hxx>\r
-#endif\r
-#ifndef _Standard_Integer_HeaderFile\r
-#include <Standard_Integer.hxx>\r
-#endif\r
-#ifndef _BOPTools_CArray1OfSSInterference_HeaderFile\r
-#include <BOPTools_CArray1OfSSInterference.hxx>\r
-#endif\r
-#ifndef _BOPTools_CArray1OfESInterference_HeaderFile\r
-#include <BOPTools_CArray1OfESInterference.hxx>\r
-#endif\r
-#ifndef _BOPTools_CArray1OfVSInterference_HeaderFile\r
-#include <BOPTools_CArray1OfVSInterference.hxx>\r
-#endif\r
-#ifndef _BOPTools_CArray1OfEEInterference_HeaderFile\r
-#include <BOPTools_CArray1OfEEInterference.hxx>\r
-#endif\r
-#ifndef _BOPTools_CArray1OfVEInterference_HeaderFile\r
-#include <BOPTools_CArray1OfVEInterference.hxx>\r
-#endif\r
-#ifndef _BOPTools_CArray1OfVVInterference_HeaderFile\r
-#include <BOPTools_CArray1OfVVInterference.hxx>\r
-#endif\r
-#ifndef _Standard_Boolean_HeaderFile\r
-#include <Standard_Boolean.hxx>\r
-#endif\r
-#ifndef _NMTDS_InterfType_HeaderFile\r
-#include <NMTDS_InterfType.hxx>\r
-#endif\r
-class NMTDS_PairBoolean;\r
-class NMTDS_ListOfPairBoolean;\r
-class BOPTools_CArray1OfSSInterference;\r
-class BOPTools_CArray1OfESInterference;\r
-class BOPTools_CArray1OfVSInterference;\r
-class BOPTools_CArray1OfEEInterference;\r
-class BOPTools_CArray1OfVEInterference;\r
-class BOPTools_CArray1OfVVInterference;\r
-\r
-\r
-\r
-class NMTDS_InterfPool  {\r
-public:\r
-\r
-  void* operator new(size_t,void* anAddress) \r
-  {\r
-    return anAddress;\r
-  }\r
-  void* operator new(size_t size) \r
-  {\r
-    return Standard::Allocate(size); \r
-  }\r
-  void  operator delete(void *anAddress) \r
-  {\r
-    if (anAddress) Standard::Free((Standard_Address&)anAddress); \r
-  }\r
-\r
-  \r
-  Standard_EXPORT   NMTDS_InterfPool();\r
-Standard_EXPORT virtual ~NMTDS_InterfPool();\r
-  \r
-  Standard_EXPORT     Standard_Boolean Add(const NMTDS_PairBoolean& aPKB,const NMTDS_InterfType aType) ;\r
-  \r
-  Standard_EXPORT     Standard_Boolean Add(const Standard_Integer aInd1,const Standard_Integer aInd2,const NMTDS_InterfType aType) ;\r
-  \r
-  Standard_EXPORT     Standard_Boolean Add(const Standard_Integer aInd1,const Standard_Integer aInd2,const Standard_Boolean bFlag,const NMTDS_InterfType aType) ;\r
-  \r
-  Standard_EXPORT     Standard_Boolean Contains(const NMTDS_PairBoolean& aPKB) const;\r
-  \r
-  Standard_EXPORT     Standard_Boolean Contains(const Standard_Integer aInd1,const Standard_Integer aInd2) const;\r
-  \r
-  Standard_EXPORT    const NMTDS_ListOfPairBoolean& Get() const;\r
-  \r
-  Standard_EXPORT    const NMTDS_ListOfPairBoolean& Get(const NMTDS_InterfType aType) const;\r
-  \r
-  Standard_EXPORT    const NMTDS_ListOfPairBoolean& Get(const Standard_Integer aInd) const;\r
-  \r
-  Standard_EXPORT    const NMTDS_ListOfPairBoolean& Get(const Standard_Integer aInd,const NMTDS_InterfType aType) const;\r
-  \r
-//! Returns the reference to array Of F/F interferences <br>\r
-  Standard_EXPORT     BOPTools_CArray1OfSSInterference& SSInterferences() ;\r
-  \r
-//! Returns the reference to array Of E/F interferences <br>\r
-  Standard_EXPORT     BOPTools_CArray1OfESInterference& ESInterferences() ;\r
-  \r
-//! Returns the reference to array Of V/F interferences <br>\r
-  Standard_EXPORT     BOPTools_CArray1OfVSInterference& VSInterferences() ;\r
-  \r
-//! Returns the reference to arrray Of E/E interferences <br>\r
-  Standard_EXPORT     BOPTools_CArray1OfEEInterference& EEInterferences() ;\r
-  \r
-//! Returns the reference to arrray Of  V/E interferences <br>\r
-  Standard_EXPORT     BOPTools_CArray1OfVEInterference& VEInterferences() ;\r
-  \r
-//! Returns the reference to arrray Of  V/V interferences <br>\r
-  Standard_EXPORT     BOPTools_CArray1OfVVInterference& VVInterferences() ;\r
-  \r
-  Standard_EXPORT     void Purge() ;\r
-\r
-\r
-\r
-\r
-\r
-protected:\r
-\r
-\r
-\r
-NMTDS_MapOfPairBoolean myTable[6];\r
-NMTDS_ListOfPairBoolean myList;\r
-Standard_Integer myMaxInd;\r
-BOPTools_CArray1OfSSInterference mySSInterferences;\r
-BOPTools_CArray1OfESInterference myESInterferences;\r
-BOPTools_CArray1OfVSInterference myVSInterferences;\r
-BOPTools_CArray1OfEEInterference myEEInterferences;\r
-BOPTools_CArray1OfVEInterference myVEInterferences;\r
-BOPTools_CArray1OfVVInterference myVVInterferences;\r
-\r
-\r
-private:\r
-\r
-\r
-\r
-\r
-\r
-};\r
-\r
-\r
-\r
-\r
-\r
-// other Inline functions and methods (like "C++: function call" methods)\r
-\r
-\r
-#endif\r
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
+// File:        NMTDS_InterfPool.hxx
+//
+// Author:      Peter KURNEV
+
+#ifndef _NMTDS_InterfPool_HeaderFile
+#define _NMTDS_InterfPool_HeaderFile
+
+#include <Standard.hxx>
+#include <Standard_Macro.hxx>
+
+#include <Standard_Integer.hxx>
+#include <BOPTools_CArray1OfSSInterference.hxx>
+#include <BOPTools_CArray1OfESInterference.hxx>
+#include <BOPTools_CArray1OfVSInterference.hxx>
+#include <BOPTools_CArray1OfEEInterference.hxx>
+#include <BOPTools_CArray1OfVEInterference.hxx>
+#include <BOPTools_CArray1OfVVInterference.hxx>
+#include <Standard_Boolean.hxx>
+#include <NMTDS_InterfType.hxx>
+#include <NMTDS_PairBoolean.hxx>
+#include <NMTDS_MapOfPairBoolean.hxx>
+#include <NMTDS_ListOfPairBoolean.hxx>
+
+//=======================================================================
+//class    : NMTDS_InterfPool
+//purpose  : 
+//=======================================================================
+class NMTDS_InterfPool  {
+ public:
+  Standard_EXPORT 
+    NMTDS_InterfPool();
+  Standard_EXPORT 
+    virtual ~NMTDS_InterfPool();
+  
+  Standard_EXPORT
+    Standard_Boolean Add(const NMTDS_PairBoolean& aPKB,
+                        const NMTDS_InterfType aType) ;
+  
+  Standard_EXPORT
+    Standard_Boolean Add(const Standard_Integer aInd1,
+                        const Standard_Integer aInd2,
+                        const NMTDS_InterfType aType) ;
+  
+  Standard_EXPORT
+    Standard_Boolean Add(const Standard_Integer aInd1,
+                        const Standard_Integer aInd2,
+                        const Standard_Boolean bFlag,
+                        const NMTDS_InterfType aType) ;
+  
+  Standard_EXPORT
+    Standard_Boolean Contains(const NMTDS_PairBoolean& aPKB) const;
+  
+  Standard_EXPORT
+    Standard_Boolean Contains(const Standard_Integer aInd1,
+                             const Standard_Integer aInd2) const;
+  
+  Standard_EXPORT
+    const NMTDS_ListOfPairBoolean& Get() const;
+  
+  Standard_EXPORT
+    const NMTDS_ListOfPairBoolean& Get(const NMTDS_InterfType aType) const;
+  
+  Standard_EXPORT
+    const NMTDS_ListOfPairBoolean& Get(const Standard_Integer aInd) const;
+  
+  Standard_EXPORT
+    const NMTDS_ListOfPairBoolean& Get(const Standard_Integer aInd,
+                                      const NMTDS_InterfType aType) const;
+  
+  //! Returns the reference to array Of F/F interferences <br>
+  Standard_EXPORT     BOPTools_CArray1OfSSInterference& SSInterferences() ;
+  
+  //! Returns the reference to array Of E/F interferences <br>
+  Standard_EXPORT     BOPTools_CArray1OfESInterference& ESInterferences() ;
+  
+  //! Returns the reference to array Of V/F interferences <br>
+  Standard_EXPORT     BOPTools_CArray1OfVSInterference& VSInterferences() ;
+  
+  //! Returns the reference to arrray Of E/E interferences <br>
+  Standard_EXPORT     BOPTools_CArray1OfEEInterference& EEInterferences() ;
+  
+  //! Returns the reference to arrray Of  V/E interferences <br>
+  Standard_EXPORT     BOPTools_CArray1OfVEInterference& VEInterferences() ;
+  
+  //! Returns the reference to arrray Of  V/V interferences <br>
+  Standard_EXPORT     BOPTools_CArray1OfVVInterference& VVInterferences() ;
+  
+  Standard_EXPORT     void Purge() ;
+
+protected:
+  NMTDS_MapOfPairBoolean myTable[6];
+  NMTDS_ListOfPairBoolean myList;
+  Standard_Integer myMaxInd;
+  BOPTools_CArray1OfSSInterference mySSInterferences;
+  BOPTools_CArray1OfESInterference myESInterferences;
+  BOPTools_CArray1OfVSInterference myVSInterferences;
+  BOPTools_CArray1OfEEInterference myEEInterferences;
+  BOPTools_CArray1OfVEInterference myVEInterferences;
+  BOPTools_CArray1OfVVInterference myVVInterferences;
+
+private:
+};
+
+#endif