mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-15 06:00:48 +05:00
NPAL14616: compatibility gcc4.1. Remove 'GEOMImpl_IShapesOperations::' from header.
This commit is contained in:
parent
7663121b2d
commit
376fa35cef
@ -97,7 +97,8 @@ class GEOMImpl_IShapesOperations : public GEOM_IOperations {
|
||||
const Handle(GEOM_Object)& theAx1,
|
||||
const GEOMAlgo_State theState);
|
||||
|
||||
Standard_EXPORT Handle(TColStd_HSequenceOfTransient) GetShapesOnPlaneWithLocation (const Handle(GEOM_Object)& theShape,
|
||||
Standard_EXPORT Handle(TColStd_HSequenceOfTransient)
|
||||
GetShapesOnPlaneWithLocation (const Handle(GEOM_Object)& theShape,
|
||||
const Standard_Integer theShapeType,
|
||||
const Handle(GEOM_Object)& theAx1,
|
||||
const Handle(GEOM_Object)& thePnt,
|
||||
@ -121,7 +122,8 @@ class GEOMImpl_IShapesOperations : public GEOM_IOperations {
|
||||
const Handle(GEOM_Object)& theAx1,
|
||||
const GEOMAlgo_State theState);
|
||||
|
||||
Standard_EXPORT Handle(TColStd_HSequenceOfInteger) GetShapesOnPlaneWithLocationIDs (const Handle(GEOM_Object)& theShape,
|
||||
Standard_EXPORT Handle(TColStd_HSequenceOfInteger)
|
||||
GetShapesOnPlaneWithLocationIDs (const Handle(GEOM_Object)& theShape,
|
||||
const Standard_Integer theShapeType,
|
||||
const Handle(GEOM_Object)& theAx1,
|
||||
const Handle(GEOM_Object)& thePnt,
|
||||
@ -212,7 +214,7 @@ class GEOMImpl_IShapesOperations : public GEOM_IOperations {
|
||||
* \retval Handle(TColStd_HSequenceOfInteger) - IDs of found subshapes
|
||||
*/
|
||||
Standard_EXPORT Handle(TColStd_HSequenceOfInteger)
|
||||
GEOMImpl_IShapesOperations::GetShapesOnBoxIDs(const Handle(GEOM_Object)& theBox,
|
||||
GetShapesOnBoxIDs(const Handle(GEOM_Object)& theBox,
|
||||
const Handle(GEOM_Object)& theShape,
|
||||
const Standard_Integer theShapeType,
|
||||
GEOMAlgo_State theState);
|
||||
@ -226,12 +228,11 @@ class GEOMImpl_IShapesOperations : public GEOM_IOperations {
|
||||
* \retval Handle(TColStd_HSequenceOfInteger) - IDs of found subshapes
|
||||
*/
|
||||
Standard_EXPORT Handle(TColStd_HSequenceOfTransient)
|
||||
GEOMImpl_IShapesOperations::GetShapesOnBox(const Handle(GEOM_Object)& theBox,
|
||||
GetShapesOnBox(const Handle(GEOM_Object)& theBox,
|
||||
const Handle(GEOM_Object)& theShape,
|
||||
const Standard_Integer theShapeType,
|
||||
GEOMAlgo_State theState);
|
||||
|
||||
|
||||
private:
|
||||
Handle(GEOM_Object) MakeShape (list<Handle(GEOM_Object)> theShapes,
|
||||
const Standard_Integer theObjectType,
|
||||
@ -295,8 +296,7 @@ class GEOMImpl_IShapesOperations : public GEOM_IOperations {
|
||||
const Handle(GEOM_Object)& theShape,
|
||||
TopAbs_ShapeEnum theShapeType,
|
||||
GEOMAlgo_State theState,
|
||||
TCollection_AsciiString & theShapeEntries
|
||||
);
|
||||
TCollection_AsciiString & theShapeEntries);
|
||||
|
||||
/*!
|
||||
* \brief Find IDs of subshapes complying with given status about quadrangle
|
||||
@ -326,8 +326,7 @@ class GEOMImpl_IShapesOperations : public GEOM_IOperations {
|
||||
* \param theState - required state
|
||||
* \retval Handle(TColStd_HSequenceOfInteger) - IDs of found subshapes
|
||||
*/
|
||||
Handle(TColStd_HSequenceOfInteger)
|
||||
GEOMImpl_IShapesOperations::getShapesOnBoxIDs(const Handle(GEOM_Object)& theBox,
|
||||
Handle(TColStd_HSequenceOfInteger) getShapesOnBoxIDs(const Handle(GEOM_Object)& theBox,
|
||||
const Handle(GEOM_Object)& theShape,
|
||||
const Standard_Integer theShapeType,
|
||||
GEOMAlgo_State theState);
|
||||
|
Loading…
x
Reference in New Issue
Block a user