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

Representation of an instance of a shape model in ref frame. More...

#include <msm/msm_points.h>
#include <msm/msm_wt_mat_2d.h>
#include <msm/msm_param_limiter.h>
#include <mbl/mbl_cloneable_ptr.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  msm_ref_shape_instance
 Representation of an instance of a shape model in ref frame. More...

Functions

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

Detailed Description

Representation of an instance of a shape model in ref frame.

Author:
Tim Cootes

Definition in file msm_ref_shape_instance.h.


Function Documentation

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

Stream output operator for class reference.

Definition at line 406 of file msm_ref_shape_instance.cxx.

void vsl_b_read ( vsl_b_istream bfs,
msm_ref_shape_instance pts 
)

Binary file stream input operator for class reference.

Definition at line 397 of file msm_ref_shape_instance.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const msm_ref_shape_instance pts 
)

Binary file stream output operator for class reference.

Definition at line 388 of file msm_ref_shape_instance.cxx.

void vsl_print_summary ( vcl_ostream &  os,
const msm_ref_shape_instance pts 
)

Stream output operator for class reference.

Definition at line 416 of file msm_ref_shape_instance.cxx.