ice_point_operators.cpp File Reference
+ Include dependency graph for ice_point_operators.cpp:

Go to the source code of this file.

Namespaces

 visionx
 ArmarX headers.
 

Functions

bool eq (float lhs, float rhs, float tol=1e-6f)
 
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)