2 #ifndef vnl_file_vector_h_ 3 #define vnl_file_vector_h_ 19 #include "vnl/vnl_export.h" 30 explicit operator bool ()
const 31 {
return (ok_)? true :
false; }
32 bool operator!()
const 39 #endif // vnl_file_vector_h_ Templated class to load a vector from a file.
Mathematical vector class, templated by type of element.