19 inline constexpr bool always_false =
false;
24 template<
typename T =
void>
27 static_assert(always_false<T>,
"\n\n\
28 draw_while_paving(..) is deprecated,\n \
29 please replace by DefaultFigure::pave(..) (or any Figure2D object).\n");
35 template<
typename T =
void>
38 static_assert(always_false<T>,
"\n\n\
39 draw_while_paving(..) is deprecated,\n \
40 please replace by DefaultFigure::pave(..) (or any Figure2D object).\n");
46 template<
typename T =
void>
49 static_assert(always_false<T>,
"\n\n\
50 draw_while_paving(..) is deprecated,\n \
51 please replace by DefaultFigure::pave(..) (or any Figure2D object).\n");
57 template<
typename T =
void>
61 static_assert(always_false<T>,
"\n\n\
62 draw_while_paving(..) is deprecated,\n \
63 please replace by DefaultFigure::pave(..) (or any Figure2D object).\n");
Definition codac2_OctaSym.h:21
void draw_while_paving(const IntervalVector &x0, std::shared_ptr< const CtcBase< IntervalVector > > c, double eps, std::shared_ptr< Figure2D > fig=nullptr)
Deprecated!
Definition codac2_drawwhilepaving.h:25
Eigen::Matrix< Interval,-1, 1 > IntervalVector
Alias for a dynamic-size column vector of intervals.
Definition codac2_IntervalVector.h:25