add "labelmap clear" command, update docs

This commit is contained in:
Axel Kohlmeyer
2022-09-03 12:38:07 -04:00
parent 849b41f67a
commit fa1584cc17
4 changed files with 42 additions and 17 deletions

View File

@ -61,7 +61,7 @@ class LabelMap : protected Pointers {
Lmap2Lmap lmap2lmap;
void allocate_type_labels();
void reset_type_labels();
int find_or_create(const std::string &, std::vector<std::string> &,
std::unordered_map<std::string, int> &); // look up type or create new type
int search(const std::string &,