#ifndef DUMMYCOLOR_H #define DUMMYCOLOR_H #include #include class DummyColor : public Eigen::Matrix { }; #endif // DUMMYCOLOR_H