Defines region size, shape, and form of model to use. More...
#include "mfpf_patch_data.h"#include <vsl/vsl_indent.h>#include <vsl/vsl_binary_loader.h>#include <mbl/mbl_parse_block.h>#include <mbl/mbl_read_props.h>#include <mbl/mbl_exception.h>#include <vul/vul_string.h>#include <vcl_sstream.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mfpf_patch_data &b) |
| Stream output operator for class reference. | |
| void | vsl_b_write (vsl_b_ostream &bfs, const mfpf_patch_data &b) |
| Binary file stream output operator for class reference. | |
| void | vsl_b_read (vsl_b_istream &bfs, mfpf_patch_data &b) |
| Binary file stream input operator for class reference. | |
| void | mfpf_read_from_stream (vcl_istream &is, vcl_vector< mfpf_patch_data > &data) |
| Reads in a list of mfpf_patch_data objects from a text stream. | |
Defines region size, shape, and form of model to use.
Definition in file mfpf_patch_data.cxx.
| void mfpf_read_from_stream | ( | vcl_istream & | is, |
| vcl_vector< mfpf_patch_data > & | data | ||
| ) |
Reads in a list of mfpf_patch_data objects from a text stream.
Format: "{ region: { ... } region: { ... } .... }"
Definition at line 167 of file mfpf_patch_data.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mfpf_patch_data & | b | ||
| ) |
Stream output operator for class reference.
Definition at line 140 of file mfpf_patch_data.cxx.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mfpf_patch_data & | b | ||
| ) |
Binary file stream input operator for class reference.
Definition at line 156 of file mfpf_patch_data.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mfpf_patch_data & | b | ||
| ) |
Binary file stream output operator for class reference.
Definition at line 150 of file mfpf_patch_data.cxx.
1.7.5.1