#include <vcl_string.h>
#include <vcl_cstddef.h>
#include <vcl_iostream.h>
#include <vcl_fstream.h>
#include <vcl_sstream.h>
#include <vcl_algorithm.h>
#include <vul/vul_arg.h>
#include <vcl_exception.h>
#include <mbl/mbl_mask.h>
#include <mbl/mbl_exception.h>
Go to the source code of this file.
Functions | |
vcl_string | trim (const vcl_string &s) |
void | split_and_add (vcl_vector< vcl_string > &values, const vcl_string &string, const vcl_string &delim) |
bool | load_vals (vcl_vector< vcl_string > &values, const vcl_string &filename, const vcl_string &delim) |
bool | load_vals (vcl_vector< vcl_string > &values, const vcl_string &filename) |
void | write_vals (const vcl_vector< vcl_string > &values, vcl_ostream &os) |
int | main (int argc, char **argv) |
bool load_vals | ( | vcl_vector< vcl_string > & | values, |
const vcl_string & | filename, | ||
const vcl_string & | delim | ||
) |
Definition at line 40 of file mbl_apply_mask_to_file.cxx.
bool load_vals | ( | vcl_vector< vcl_string > & | values, |
const vcl_string & | filename | ||
) |
Definition at line 58 of file mbl_apply_mask_to_file.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 83 of file mbl_apply_mask_to_file.cxx.
void split_and_add | ( | vcl_vector< vcl_string > & | values, |
const vcl_string & | string, | ||
const vcl_string & | delim | ||
) |
Definition at line 27 of file mbl_apply_mask_to_file.cxx.
vcl_string trim | ( | const vcl_string & | s | ) |
Definition at line 19 of file mbl_apply_mask_to_file.cxx.
void write_vals | ( | const vcl_vector< vcl_string > & | values, |
vcl_ostream & | os | ||
) |
Definition at line 76 of file mbl_apply_mask_to_file.cxx.