27 void draw_while_paving(
const IntervalVector& x0, std::shared_ptr<
const CtcBase<IntervalVector>> c,
double eps, std::shared_ptr<Figure2D> fig =
nullptr);
37 void draw_while_paving(
const IntervalVector& x0,
const CtcBase<IntervalVector>& c,
double eps, std::shared_ptr<Figure2D> fig =
nullptr);
48 void draw_while_paving(
const IntervalVector& x0, std::shared_ptr<const SepBase> s,
double eps, std::shared_ptr<Figure2D> fig =
nullptr);
58 void draw_while_paving(
const IntervalVector& x0,
const SepBase& s,
double eps, std::shared_ptr<Figure2D> fig =
nullptr);
void draw_while_paving(const IntervalVector &x0, std::shared_ptr< const CtcBase< IntervalVector > > c, double eps, std::shared_ptr< Figure2D > fig=nullptr)
Draws the paving while it is being computed.