Parse in a set of arc definitions using names of nodes. More...
#include "mmn_parse_arcs.h"
#include <mbl/mbl_exception.h>
#include <mbl/mbl_parse_block.h>
#include <vcl_sstream.h>
#include <vcl_map.h>
#include <vcl_iostream.h>
#include <vcl_iterator.h>
#include <vcl_algorithm.h>
Go to the source code of this file.
Functions | |
void | mmn_parse_arcs (vcl_istream &is, const vcl_vector< vcl_string > &node_names, vcl_vector< mmn_arc > &arcs) |
Parse in a set of arc definitions using names of nodes.
Definition in file mmn_parse_arcs.cxx.
void mmn_parse_arcs | ( | vcl_istream & | is, |
const vcl_vector< vcl_string > & | node_names, | ||
vcl_vector< mmn_arc > & | arcs | ||
) |
Definition at line 17 of file mmn_parse_arcs.cxx.