#include "ScanPoint.hpp"
#include <algorithm>
#include <cmath>
#include <limits>
#include <memory.h>
#include "../tools/errorhandler.hpp"
#include "ScannerInfo.hpp"
#include "Point3D.hpp"
#include "Point2D.hpp"
Go to the source code of this file.
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... | |