Code-Eli
0.3.6
|
Functions | |
std::string | random_string (size_t length) |
void | octave_start (int figno) |
void | octave_finish (int figno) |
template<typename data__ > | |
void | octave_print (int figno, const eli::geom::curve::piecewise< eli::geom::curve::bezier, data__, 3 > &pc, const std::string &name="", bool show_control_points=true) |
template<typename data__ > | |
void | octave_print (int figno, const eli::geom::curve::piecewise< eli::geom::curve::bezier, data__, 3 > &pc, const eli::geom::curve::piecewise< eli::geom::curve::bezier, data__, 3 > &vec, const std::string &name="") |
template<typename data__ > | |
void | octave_print (int figno, const eli::geom::surface::piecewise< eli::geom::surface::bezier, data__, 3 > &ps, const std::string &name="", bool show_control_points=true) |
|
inline |
void eli::test::octave_print | ( | int | figno, |
const eli::geom::curve::piecewise< eli::geom::curve::bezier, data__, 3 > & | pc, | ||
const std::string & | name = "" , |
||
bool | show_control_points = true |
||
) |
void eli::test::octave_print | ( | int | figno, |
const eli::geom::curve::piecewise< eli::geom::curve::bezier, data__, 3 > & | pc, | ||
const eli::geom::curve::piecewise< eli::geom::curve::bezier, data__, 3 > & | vec, | ||
const std::string & | name = "" |
||
) |
void eli::test::octave_print | ( | int | figno, |
const eli::geom::surface::piecewise< eli::geom::surface::bezier, data__, 3 > & | ps, | ||
const std::string & | name = "" , |
||
bool | show_control_points = true |
||
) |
|
inline |
|
inline |