mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 10:20:35 +05:00
[tuleap29468] : For Acceptance, fix compilation error
This commit is contained in:
parent
0ca387bcab
commit
d28c3c52a1
@ -1477,7 +1477,7 @@ GEOM::GEOM_Object_ptr GEOM_IMeasureOperations_i::ShapeProximityCalculator(GEOM::
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
void GEOM_IMeasureOperations_i::SetShapeSampling(GEOM::GEOM_Object_ptr theCalculator,
|
void GEOM_IMeasureOperations_i::SetShapeSampling(GEOM::GEOM_Object_ptr theCalculator,
|
||||||
GEOM::GEOM_Object_ptr theShape,
|
GEOM::GEOM_Object_ptr theShape,
|
||||||
long theNbSamples)
|
CORBA::Long theNbSamples)
|
||||||
{
|
{
|
||||||
//Set a not done flag
|
//Set a not done flag
|
||||||
GetOperations()->SetNotDone();
|
GetOperations()->SetNotDone();
|
||||||
|
@ -196,7 +196,7 @@ class GEOM_I_EXPORT GEOM_IMeasureOperations_i :
|
|||||||
GEOM::GEOM_Object_ptr theShape2);
|
GEOM::GEOM_Object_ptr theShape2);
|
||||||
void SetShapeSampling(GEOM::GEOM_Object_ptr theCalculator,
|
void SetShapeSampling(GEOM::GEOM_Object_ptr theCalculator,
|
||||||
GEOM::GEOM_Object_ptr theShape,
|
GEOM::GEOM_Object_ptr theShape,
|
||||||
long theNbSamples);
|
CORBA::Long theNbSamples);
|
||||||
CORBA::Double GetCoarseProximity(GEOM::GEOM_Object_ptr theCalculator);
|
CORBA::Double GetCoarseProximity(GEOM::GEOM_Object_ptr theCalculator);
|
||||||
CORBA::Double GetPreciseProximity(GEOM::GEOM_Object_ptr theCalculator);
|
CORBA::Double GetPreciseProximity(GEOM::GEOM_Object_ptr theCalculator);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user