Tool to apply mask-based merge operation between two value files. More...
#include <vcl_string.h>
#include <vul/vul_arg.h>
#include <vcl_exception.h>
#include <vcl_iostream.h>
#include <vcl_algorithm.h>
#include <mbl/mbl_mask.h>
#include <vcl_fstream.h>
Go to the source code of this file.
Functions | |
bool | load_values (const vcl_string &filename, vcl_vector< vcl_string > &values, bool ignore_blanks=true) |
void | write_vals (const vcl_vector< vcl_string > &values, vcl_ostream &os) |
int | main (int argc, char **argv) |
Tool to apply mask-based merge operation between two value files.
Definition in file mbl_masked_file_merge.cxx.
bool load_values | ( | const vcl_string & | filename, |
vcl_vector< vcl_string > & | values, | ||
bool | ignore_blanks = true |
||
) |
Definition at line 87 of file mbl_masked_file_merge.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 17 of file mbl_masked_file_merge.cxx.
void write_vals | ( | const vcl_vector< vcl_string > & | values, |
vcl_ostream & | os | ||
) |