#include "plot_vector.h" #include #include template IGL_INLINE void igl::plot_vector( std::vector& v) { using namespace std; for (int i=0; i IGL_INLINE void igl::plot_vector( std::vector< std::vector >& v) { using namespace std; for (int i=0; i IGL_INLINE void igl::plot_vector( std::vector< std::vector< std::vector > >& v) { using namespace std; for (int m=0; m