Goosefoot Mesher - CGAL
parse_region.h
1 #ifndef PARSE_REGION_H
2 #define PARSE_REGION_H
3 
4 typedef std::map< int, std::string > region_string_map;
5 
6 int parse_region(region_string_map& region_files, const std::string& input_string);
7 
8 #endif