Salome HOME
Copyright update: 2016
[plugins/canrecplugin.git] / src / CANRECPLUGINEngine / CANRECPluginEngine_IOperations_i.hh
index 419c2c0ac12cb6ef8dbee9140dfd1a922cdb47da..6a0a89eefa8678cb138b37abfd0b47276ec24532 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015  OPEN CASCADE
+// Copyright (C) 2014-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -43,7 +43,10 @@ class CANRECPLUGINENGINE_EXPORT CANRECPluginEngine_IOperations_i :
   GEOM::GEOM_Object_ptr MakeCanonicalRecognition ( GEOM::GEOM_Object_ptr theObject,
                                                    CORBA::Boolean theMergeSurf,
                                                    CORBA::Boolean theMergeCurves,
-                                                   CORBA::Double theTolerance );
+                                                   CORBA::Double theTolerance,
+                                                   CANRECPlugin::ListOfLong_out theStat );
+
+  CORBA::Long GetNbCanonicalFaces(GEOM::GEOM_Object_ptr theObject);
 
   CANRECPluginImpl_IOperations* GetOperations();
 };