PlaneMap::scan is now working, with unit tests.
This commit is contained in:
@@ -243,6 +243,9 @@ bool base64_decode(std::string_view v, std::ostream *oss);
|
||||
// ID vector quick create.
|
||||
IdVector id_vector_create(int64_t id1=-1, int64_t id2=-1, int64_t id3=-1, int64_t id4=-1);
|
||||
|
||||
// Print an ID vector to a stream.
|
||||
void print_id_vector(const IdVector &idv, std::ostream *os);
|
||||
|
||||
// ID vector debug string.
|
||||
eng::string id_vector_debug_string(const IdVector &idv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user