]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM/GEOM_BaseObject.hxx
Salome HOME
23034: EDF GEOM: Information after a transformation without copy
[modules/geom.git] / src / GEOM / GEOM_BaseObject.hxx
index 83388851f855902f134c7c3f1291ee643b570447..68e6bdc5ae302df781407611d46d4ddf89c127f1 100644 (file)
@@ -31,6 +31,8 @@
 #include <TDF_Label.hxx>
 #include <TDataStd_TreeNode.hxx>
 
+#include <vector>
+
 class GEOM_BaseObject;
 class Handle(TFunction_Driver);
 class GEOM_Engine;
@@ -146,8 +148,8 @@ public:
   //Returns the dependencies of the last function
   Standard_EXPORT Handle(TColStd_HSequenceOfTransient) GetLastDependency();
 
-  //Returns a driver creator of this object
-  Standard_EXPORT Handle(TFunction_Driver) GetCreationDriver();
+  //Returns drivers creators of this object
+  Standard_EXPORT Handle(TFunction_Driver) GetCreationDriver(int funNb);
 
   //###########################################################
   // Internal methods