2 #ifndef vgl_io_homg_point_1d_h_ 3 #define vgl_io_homg_point_1d_h_ 10 #include <vsl/vsl_binary_io.h> 24 #endif // vgl_io_homg_point_1d_h_ a point in homogeneous 1-D space, i.e., a homogeneous pair (x,w)
void vsl_print_summary(std::ostream &os, vgl_homg_point_1d< T > const &p)
Print human readable summary of object to a stream.
void vsl_b_read(vsl_b_istream &is, vgl_homg_point_1d< T > &p)
Binary load vgl_homg_point_1d from stream.
Represents a homogeneous 1-D point, i.e., a homogeneous pair (x,w).
void vsl_b_write(vsl_b_ostream &os, vgl_homg_point_1d< T > const &p)
Binary save vgl_homg_point_1d to stream.