mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Fix for bug of RestoreGivenSubShapes() function's dump coming from SALOME Community forum: http://www.salome-platform.org/forum/forum_14/717558679
This commit is contained in:
parent
a1bc463e52
commit
4084b64cab
@ -61,20 +61,20 @@ namespace GEOM
|
|||||||
Standard_EXPORT TPythonDump& operator<< (const char* theArg);
|
Standard_EXPORT TPythonDump& operator<< (const char* theArg);
|
||||||
Standard_EXPORT TPythonDump& operator<< (const TCollection_AsciiString theArg);
|
Standard_EXPORT TPythonDump& operator<< (const TCollection_AsciiString theArg);
|
||||||
Standard_EXPORT TPythonDump& operator<< (const TopAbs_ShapeEnum theArg);
|
Standard_EXPORT TPythonDump& operator<< (const TopAbs_ShapeEnum theArg);
|
||||||
Standard_EXPORT TPythonDump& operator<< (const Handle(GEOM_BaseObject)& theObject);
|
Standard_EXPORT TPythonDump& operator<< (const Handle(::GEOM_BaseObject)& theObject);
|
||||||
Standard_EXPORT TPythonDump& operator<< (const Handle(TColStd_HSequenceOfTransient)& objects);
|
Standard_EXPORT TPythonDump& operator<< (const Handle(TColStd_HSequenceOfTransient)& objects);
|
||||||
Standard_EXPORT TPythonDump& operator<< (const std::list<Handle(GEOM_Object)>& theObjects);
|
Standard_EXPORT TPythonDump& operator<< (const std::list<Handle(::GEOM_Object)>& theObjects);
|
||||||
Standard_EXPORT TPythonDump& operator<< (const GEOM_BaseObject* theObject);
|
Standard_EXPORT TPythonDump& operator<< (const GEOM_BaseObject* theObject);
|
||||||
};
|
};
|
||||||
|
|
||||||
/*! Returns an object from two given, which has the latest entry
|
/*! Returns an object from two given, which has the latest entry
|
||||||
*/
|
*/
|
||||||
Standard_EXPORT Handle(GEOM_Object) GetCreatedLast (const Handle(GEOM_Object)& theObj1,
|
Standard_EXPORT Handle(::GEOM_Object) GetCreatedLast (const Handle(::GEOM_Object)& theObj1,
|
||||||
const Handle(GEOM_Object)& theObj2);
|
const Handle(::GEOM_Object)& theObj2);
|
||||||
|
|
||||||
/*! Returns an object from \a theObjects, which has the latest entry
|
/*! Returns an object from \a theObjects, which has the latest entry
|
||||||
*/
|
*/
|
||||||
Standard_EXPORT Handle(GEOM_Object) GetCreatedLast (const Handle(TColStd_HSequenceOfTransient)& theObjects);
|
Standard_EXPORT Handle(::GEOM_Object) GetCreatedLast (const Handle(TColStd_HSequenceOfTransient)& theObjects);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user