Classes | Functions
contrib/mul/mbl/mbl_chord.h File Reference

Horizontal line used in images, with integer co-ordinates. More...

#include <vsl/vsl_binary_io.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Classes

class  mbl_chord
 Horizontal line used in images, with integer co-ordinates. More...

Functions

vcl_ostream & operator<< (vcl_ostream &os, const mbl_chord &c)
 Print.
void vsl_b_write (vsl_b_ostream &bfs, const mbl_chord &t)
 Save.
void vsl_b_read (vsl_b_istream &bfs, mbl_chord &t)
 Load.
void vsl_print_summary (vcl_ostream &os, const mbl_chord &t)
 Print.

Detailed Description

Horizontal line used in images, with integer co-ordinates.

Author:
Tim Cootes

Definition in file mbl_chord.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const mbl_chord c 
) [inline]

Print.

Definition at line 72 of file mbl_chord.h.

void vsl_b_read ( vsl_b_istream bfs,
mbl_chord t 
) [inline]

Load.

Definition at line 84 of file mbl_chord.h.

void vsl_b_write ( vsl_b_ostream bfs,
const mbl_chord t 
) [inline]

Save.

Definition at line 78 of file mbl_chord.h.

void vsl_print_summary ( vcl_ostream &  os,
const mbl_chord t 
) [inline]

Print.

Definition at line 90 of file mbl_chord.h.