mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-06-02 10:37:52 +05:00
Fix run-time errors during debug of Windows version
This commit is contained in:
parent
61d3ca66fe
commit
d35ff88856
@ -42,7 +42,7 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations {
|
|||||||
const Handle(TColStd_HArray1OfExtendedString)& theValues );
|
const Handle(TColStd_HArray1OfExtendedString)& theValues );
|
||||||
|
|
||||||
// Retrieve default Shape Process parameters (from resource file)
|
// Retrieve default Shape Process parameters (from resource file)
|
||||||
Standard_EXPORT void GetShapeProcessParameters( std::list<string>& theOperations,
|
Standard_EXPORT void GetShapeProcessParameters( std::list<std::string>& theOperations,
|
||||||
std::list<std::string>& theParams,
|
std::list<std::string>& theParams,
|
||||||
std::list<std::string>& theValues );
|
std::list<std::string>& theValues );
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations {
|
|||||||
std::list<std::string>& theValues );
|
std::list<std::string>& theValues );
|
||||||
|
|
||||||
// returns all parameters that are valid for the given operation (Shape Process operator)
|
// returns all parameters that are valid for the given operation (Shape Process operator)
|
||||||
Standard_EXPORT static bool GetParameters( const string theOperation, std::list<std::string>& theParams );
|
Standard_EXPORT static bool GetParameters( const std::string theOperation, std::list<std::string>& theParams );
|
||||||
|
|
||||||
Standard_EXPORT Handle(GEOM_Object) SuppressFaces( Handle(GEOM_Object) theObject,
|
Standard_EXPORT Handle(GEOM_Object) SuppressFaces( Handle(GEOM_Object) theObject,
|
||||||
const Handle(TColStd_HArray1OfInteger)& theFaces);
|
const Handle(TColStd_HArray1OfInteger)& theFaces);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user