List of points making a curve - for defining boundaries. More...
#include <vcl_cassert.h>
#include <vcl_cstddef.h>
#include <vcl_iosfwd.h>
#include <vcl_string.h>
#include <vsl/vsl_fwd.h>
#include <vcl_vector.h>
Go to the source code of this file.
Classes | |
class | msm_curve |
List of points making a curve - for defining boundaries. More... | |
class | msm_curves |
Container for a set of curves. More... | |
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const msm_curve &c) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, msm_curve &c) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const msm_curve &c) |
Stream output operator for class reference. | |
void | vsl_print_summary (vcl_ostream &os, const msm_curve &c) |
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.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const msm_curve & | c | ||
) |
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 & | c | ||
) |
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 & | c | ||
) |
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 & | c | ||
) |
Stream output operator for class reference.
Definition at line 179 of file msm_curve.cxx.