Code-Eli  0.3.6
octave_helpers.hpp File Reference
Include dependency graph for octave_helpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 eli
 
 eli::test
 

Functions

std::string eli::test::random_string (size_t length)
 
void eli::test::octave_start (int figno)
 
void eli::test::octave_finish (int figno)
 
template<typename data__ >
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)
 
template<typename data__ >
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="")
 
template<typename data__ >
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)