Set of 2D points, stored in a vnl_vector (x0,y0,x1,y1...) More...
#include "msm_points.h"
#include <vcl_iostream.h>
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_io.h>
#include <vnl/io/vnl_io_vector.h>
#include <vgl/vgl_point_2d.h>
#include <vcl_cstdlib.h>
Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const msm_points &b) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, msm_points &b) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const msm_points &b) |
Stream output operator for class reference. | |
void | vsl_print_summary (vcl_ostream &os, const msm_points &b) |
Stream output operator for class reference. |
Set of 2D points, stored in a vnl_vector (x0,y0,x1,y1...)
Definition in file msm_points.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const msm_points & | b | ||
) |
Stream output operator for class reference.
Definition at line 416 of file msm_points.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
msm_points & | b | ||
) |
Binary file stream input operator for class reference.
Definition at line 407 of file msm_points.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const msm_points & | b | ||
) |
Binary file stream output operator for class reference.
Definition at line 398 of file msm_points.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const msm_points & | b | ||
) |
Stream output operator for class reference.
Definition at line 426 of file msm_points.cxx.