Classes | Functions
contrib/mul/msm/msm_points.h File Reference

Set of 2D points, stored in a vnl_vector (x0,y0,x1,y1...) More...

#include <vcl_cassert.h>
#include <vcl_iosfwd.h>
#include <vcl_string.h>
#include <vsl/vsl_fwd.h>
#include <vnl/vnl_vector.h>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_box_2d.h>
#include <vimt/vimt_transform_2d.h>

Go to the source code of this file.

Classes

class  msm_points
 Set of 2D points, stored in a vnl_vector (x0,y0,x1,y1...). More...

Functions

void vsl_b_write (vsl_b_ostream &bfs, const msm_points &pts)
 Binary file stream output operator for class reference.
void vsl_b_read (vsl_b_istream &bfs, msm_points &pts)
 Binary file stream input operator for class reference.
vcl_ostream & operator<< (vcl_ostream &os, const msm_points &pts)
 Stream output operator for class reference.
void vsl_print_summary (vcl_ostream &os, const msm_points &pts)
 Stream output operator for class reference.

Detailed Description

Set of 2D points, stored in a vnl_vector (x0,y0,x1,y1...)

Author:
Tim Cootes

Definition in file msm_points.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const msm_points pts 
)

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 pts 
)

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 pts 
)

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 pts 
)

Stream output operator for class reference.

Definition at line 426 of file msm_points.cxx.