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

Contains mean/modes etc of a shape model and aligner details. More...

#include <msm/msm_ref_shape_model.h>
#include <msm/msm_aligner.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  msm_shape_model
 Contains mean/modes etc of a shape model. More...

Functions

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

Detailed Description

Contains mean/modes etc of a shape model and aligner details.

Author:
Tim Cootes

Definition in file msm_shape_model.h.


Function Documentation

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

Stream output operator for class reference.

Definition at line 164 of file msm_shape_model.cxx.

void vsl_b_read ( vsl_b_istream bfs,
msm_shape_model pts 
)

Binary file stream input operator for class reference.

Definition at line 155 of file msm_shape_model.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const msm_shape_model pts 
)

Binary file stream output operator for class reference.

Definition at line 146 of file msm_shape_model.cxx.

void vsl_print_summary ( vcl_ostream &  os,
const msm_shape_model pts 
)

Stream output operator for class reference.

Definition at line 173 of file msm_shape_model.cxx.