8#ifndef IGL_PRINT_VECTOR_H 
    9#define IGL_PRINT_VECTOR_H 
   19  IGL_INLINE void print_vector( std::vector<T>& v);
 
   21  IGL_INLINE void print_vector( std::vector< std::vector<T> >& v);
 
   23  IGL_INLINE void print_vector(std::vector< std::vector< std::vector<T> > >& v);
 
   26#ifndef IGL_STATIC_LIBRARY 
   27#  include "print_vector.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15