Representation of an instance of a shape model. More...
Go to the source code of this file.
Classes | |
class | msm_shape_instance |
Representation of an instance of a shape model. More... | |
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const msm_shape_instance &pts) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, msm_shape_instance &pts) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const msm_shape_instance &pts) |
Stream output operator for class reference. | |
void | vsl_print_summary (vcl_ostream &os, const msm_shape_instance &pts) |
Stream output operator for class reference. |
Representation of an instance of a shape model.
Definition in file msm_shape_instance.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const msm_shape_instance & | pts | ||
) |
Stream output operator for class reference.
Definition at line 332 of file msm_shape_instance.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
msm_shape_instance & | pts | ||
) |
Binary file stream input operator for class reference.
Definition at line 323 of file msm_shape_instance.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const msm_shape_instance & | pts | ||
) |
Binary file stream output operator for class reference.
Definition at line 314 of file msm_shape_instance.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const msm_shape_instance & | pts | ||
) |
Stream output operator for class reference.
Definition at line 342 of file msm_shape_instance.cxx.