2 #ifndef vgl_io_vector_2d_h 3 #define vgl_io_vector_2d_h 10 #include <vsl/vsl_binary_io.h> 24 #endif // vgl_io_vector_2d_h Direction vector in Euclidean 2D space, templated by type of element.
void vsl_b_write(vsl_b_ostream &os, const vgl_vector_2d< T > &v)
Binary save vgl_vector_2d to stream.
void vsl_print_summary(std::ostream &os, const vgl_vector_2d< T > &b)
Print human readable summary of object to a stream.
void vsl_b_read(vsl_b_istream &is, vgl_vector_2d< T > &v)
Binary load vgl_vector_2d from stream.
direction vector in Euclidean 2D space