#include <ostream>
#include <VisionX/interface/core/DataTypes.h>
Go to the source code of this file.
|
bool | operator!= (const ColoredPoint3D &lhs, const ColoredPoint3D &rhs) |
|
bool | operator!= (const LabeledPoint3D &lhs, const LabeledPoint3D &rhs) |
|
bool | operator!= (const Point3D &lhs, const Point3D &rhs) |
|
std::ostream & | operator<< (std::ostream &os, const ColoredPoint3D &rhs) |
|
std::ostream & | operator<< (std::ostream &os, const LabeledPoint3D &rhs) |
|
std::ostream & | operator<< (std::ostream &os, const Point3D &rhs) |
|
std::ostream & | operator<< (std::ostream &os, const RGBA &rhs) |
|