X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNMTTools%2FNMTTools.cdl;h=14ce83e18de44cb5602624cf88063d0d2bde7593;hb=b568e7744737ad193de8a49b27a5769a4777d7fd;hp=866c8351a8139653c458895220c6c960cdc7232e;hpb=a62a321c849518376e3aa4d24a0b902a24167c64;p=modules%2Fgeom.git diff --git a/src/NMTTools/NMTTools.cdl b/src/NMTTools/NMTTools.cdl index 866c8351a..14ce83e18 100644 --- a/src/NMTTools/NMTTools.cdl +++ b/src/NMTTools/NMTTools.cdl @@ -1,27 +1,26 @@ -// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// -// 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/ -// +-- Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +-- +-- 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: NMTTools.cdl -- Created: Thu Dec 4 16:55:49 2003 -- Author: Peter KURNEV -- ----Copyright: Matra Datavision 2003 package NMTTools @@ -45,18 +44,21 @@ uses NMTDS is - class IteratorOfCoupleOfShape; - class DSFiller; + --class IteratorOfCoupleOfShape; + --class DSFiller; class PaveFiller; class Tools; class CommonBlock; class CommonBlockAPI; - class PCurveMaker; + --class PCurveMaker; class DEProcessor; - class CoupleOfShape; - + class CoupleOfShape; + --modified by NIZNHY-PKV Mon Feb 19 11:39:24 2007f + class CheckerSI; + --modified by NIZNHY-PKV Mon Feb 19 11:39:27 2007t + pointer PPaveFiller to PaveFiller from NMTTools; - pointer PDSFiller to DSFiller from NMTTools; + --pointer PDSFiller to DSFiller from NMTTools; class ListOfCommonBlock instantiates List from TCollection(CommonBlock from NMTTools); @@ -82,4 +84,14 @@ is class ListOfCoupleOfShape instantiates List from TCollection(CoupleOfShape from NMTTools); +-- + class DataMapOfIntegerListOfPaveBlock instantiates + DataMap from TCollection(Integer from Standard, + ListOfPaveBlock from BOPTools, + MapIntegerHasher from TColStd); + + class MapOfPaveBlock instantiates + Map from TCollection (PaveBlock from BOPTools, + PaveBlockMapHasher from BOPTools); +-- end NMTTools;