X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FGEOMImpl_I3DPrimOperations.hxx;h=12d2aefd3547e7b5662909f47cfdc7a332ea9c93;hb=e067674b75266d9f67a2c474d8dc901d9f65fe48;hp=40a3fbcdb134782d2fcb24544880aa234fda01b5;hpb=8370b4a1c488f6ef18d8944869d6a8cd3a2d18d2;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx index 40a3fbcdb..12d2aefd3 100644 --- a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx +++ b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -29,15 +29,14 @@ #include "GEOM_Object.hxx" #include #include +#include class GEOMImpl_IGroupOperations; class GEOMImpl_IPipe; -class TopTools_IndexedMapOfShape; - class GEOMImpl_I3DPrimOperations : public GEOM_IOperations { public: - Standard_EXPORT GEOMImpl_I3DPrimOperations(GEOM_Engine* theEngine, int theDocID); + Standard_EXPORT GEOMImpl_I3DPrimOperations(GEOM_Engine* theEngine); Standard_EXPORT ~GEOMImpl_I3DPrimOperations(); Standard_EXPORT Handle(GEOM_Object) MakeBoxDXDYDZ (double theDX, double theDY, double theDZ);