Contains mean/modes etc of a shape model. More...
#include "msm_ref_shape_model.h"
#include <vcl_iostream.h>
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_io.h>
#include <vnl/io/vnl_io_vector.h>
#include <vnl/io/vnl_io_matrix.h>
#include <vcl_cstdlib.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const msm_ref_shape_model &b) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, msm_ref_shape_model &b) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const msm_ref_shape_model &b) |
Stream output operator for class reference. | |
void | vsl_print_summary (vcl_ostream &os, const msm_ref_shape_model &b) |
Stream output operator for class reference. |
Contains mean/modes etc of a shape model.
Definition in file msm_ref_shape_model.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const msm_ref_shape_model & | b | ||
) |
Stream output operator for class reference.
Definition at line 173 of file msm_ref_shape_model.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
msm_ref_shape_model & | b | ||
) |
Binary file stream input operator for class reference.
Definition at line 164 of file msm_ref_shape_model.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const msm_ref_shape_model & | b | ||
) |
Binary file stream output operator for class reference.
Definition at line 155 of file msm_ref_shape_model.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const msm_ref_shape_model & | b | ||
) |
Stream output operator for class reference.
Definition at line 182 of file msm_ref_shape_model.cxx.