27 #ifdef MODULE_ROUNDING
32 void modeRoundingReinitAllCoefs();
34 void modeRoundingSetCoefOfMarkedDarts(
int ADimension, TCoordinate ACoef);
35 bool modeRoundingGetCoefOfMarkedDarts(
int ADimension, TCoordinate& ACoef);
36 TCoordinate modeRoundingSelectNextCoef(
int ADimension);
39 CRoundingInterface* FRounding;
52 void modeRoundingBegin();
59 void modeRoundingEnd();
67 bool areRoundingCoefsAllocated()
const;
80 void modeRoundingOperationStart();
88 void modeRoundingOperationMove();
96 void modeRoundingOperationStop();
104 bool modeRoundingRoundVertices(
bool ADig,
bool ASurfacic);
105 bool modeRoundingRoundEdges (
bool A3D,
bool ADig,
bool ASetback,
110 #endif // MODULE_ROUNDING