|
#include <RobotAPI/interface/ArViz/Elements.h>
#include <SimoxUtility/color/Color.h>
#include <Eigen/Core>
Go to the source code of this file.
Classes | |
struct | Color |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::viz | |
This file is part of ArmarX. | |
armarx::viz::data | |
Functions | |
bool | operator!= (const Color &lhs, const Color &rhs) |
std::ostream & | operator<< (std::ostream &os, const Color &c) |
std::ostream & | operator<< (std::ostream &os, const viz::data::Color &c) |
bool | operator== (const Color &lhs, const Color &rhs) |
bool | operator== (const simox::color::Color &lhs, const armarx::viz::data::Color &rhs) |
bool | operator== (const viz::data::Color &lhs, const simox::color::Color &rhs) |