5#include <VisionX/interface/core/DataTypes.h>
9 bool operator!=(
const Point3D& lhs,
const Point3D& rhs);
10 std::ostream&
operator<<(std::ostream& os,
const Point3D& rhs);
13 std::ostream&
operator<<(std::ostream& os,
const RGBA& rhs);
15 bool operator!=(
const ColoredPoint3D& lhs,
const ColoredPoint3D& rhs);
16 std::ostream&
operator<<(std::ostream& os,
const ColoredPoint3D& rhs);
18 bool operator!=(
const LabeledPoint3D& lhs,
const LabeledPoint3D& rhs);
19 std::ostream&
operator<<(std::ostream& os,
const LabeledPoint3D& rhs);
std::ostream & operator<<(std::ostream &os, const Point3D &rhs)
bool operator!=(const Point3D &lhs, const Point3D &rhs)