Go to the source code of this file.
Classes | |
class | datatypes::ScanPoint |
Namespaces | |
datatypes | |
Functions | |
bool | datatypes::operator!= (const ScanPoint &p1, const ScanPoint &p2) |
Inequality predicate. More... | |
std::ostream & | datatypes::operator<< (std::ostream &os, const ScanPoint &point) |
Text output for debugging. More... | |
bool | datatypes::operator== (const ScanPoint &p1, const ScanPoint &p2) |
Equality predicate. More... | |