Goosefoot Mesher - CGAL
Main Page
Related Pages
Namespaces
Classes
Files
File List
lib
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
Generated by
1.8.9.1