]> SALOME platform Git repositories - modules/geom.git/blob - src/NMTDS_NEW/NMTDS_IteratorCheckerSI.hxx
Salome HOME
Mantis issue 0021191: GlueEdges and GlueFaces problem with tolerance 1. A fix by...
[modules/geom.git] / src / NMTDS_NEW / NMTDS_IteratorCheckerSI.hxx
1 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE\r
2 //\r
3 // This library is free software; you can redistribute it and/or\r
4 // modify it under the terms of the GNU Lesser General Public\r
5 // License as published by the Free Software Foundation; either\r
6 // version 2.1 of the License.\r
7 //\r
8 // This library is distributed in the hope that it will be useful,\r
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
11 // Lesser General Public License for more details.\r
12 //\r
13 // You should have received a copy of the GNU Lesser General Public\r
14 // License along with this library; if not, write to the Free Software\r
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
16 //\r
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
18 \r
19 // File:        NMTDS_IteratorChecker.cxx\r
20 // Author:      Peter KURNEV\r
21 \r
22 #ifndef _NMTDS_IteratorCheckerSI_HeaderFile\r
23 #define _NMTDS_IteratorCheckerSI_HeaderFile\r
24 \r
25 #include <Standard.hxx>\r
26 #include <Standard_Macro.hxx>\r
27 #include <NMTDS_Iterator.hxx>\r
28 \r
29 //=======================================================================\r
30 //class    : NMTDS_IteratorCheckerSI\r
31 //purpose  : \r
32 //=======================================================================\r
33 class NMTDS_IteratorCheckerSI  : public NMTDS_Iterator {\r
34  public:\r
35   \r
36   Standard_EXPORT\r
37     NMTDS_IteratorCheckerSI();\r
38   Standard_EXPORT \r
39     virtual ~NMTDS_IteratorCheckerSI();\r
40 \r
41 protected:\r
42   Standard_EXPORT   \r
43     virtual  void Intersect() ;\r
44 };\r
45 #endif\r