List of points making a curve - for defining boundaries. More...
#include "msm_curve.h"
#include <vcl_iostream.h>
#include <vcl_sstream.h>
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_io.h>
#include <vsl/vsl_vector_io.h>
#include <mbl/mbl_parse_block.h>
#include <mbl/mbl_read_props.h>
#include <mbl/mbl_parse_int_list.h>
#include <mbl/mbl_parse_keyword_list.h>
#include <vul/vul_string.h>
#include <vcl_iterator.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const msm_curve &b) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, msm_curve &b) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const msm_curve &b) |
Stream output operator for class reference. | |
void | vsl_print_summary (vcl_ostream &os, const msm_curve &b) |
Stream output operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const msm_curves &c) |
Stream output operator. | |
void | vsl_b_write (vsl_b_ostream &bfs, const msm_curves &c) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, msm_curves &c) |
Binary file stream input operator for class reference. |
List of points making a curve - for defining boundaries.
Definition in file msm_curve.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const msm_curve & | b | ||
) |
Stream output operator for class reference.
Definition at line 172 of file msm_curve.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const msm_curves & | c | ||
) |
Stream output operator.
Definition at line 263 of file msm_curve.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
msm_curve & | b | ||
) |
Binary file stream input operator for class reference.
Definition at line 163 of file msm_curve.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
msm_curves & | c | ||
) |
Binary file stream input operator for class reference.
Definition at line 284 of file msm_curve.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const msm_curve & | b | ||
) |
Binary file stream output operator for class reference.
Definition at line 154 of file msm_curve.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const msm_curves & | c | ||
) |
Binary file stream output operator for class reference.
Definition at line 275 of file msm_curve.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const msm_curve & | b | ||
) |
Stream output operator for class reference.
Definition at line 179 of file msm_curve.cxx.