mc_rtc
2.12.0
|
#include <mc_rtc/gui/plot/types.h>
Public Member Functions | |
PolygonDescription () | |
PolygonDescription (const std::vector< std::array< double, 2 >> &points, Color outline) | |
bool | operator== (const PolygonDescription &rhs) const |
bool | operator!= (const PolygonDescription &rhs) const |
std::vector< std::array< double, 2 > > & | points () |
Color & | outline () |
Style & | style () |
Color & | fill () |
bool | closed () |
const std::vector< std::array< double, 2 > > & | points () const |
const Color & | outline () const |
const Style & | style () const |
const Color & | fill () const |
bool | closed () const |
PolygonDescription & | outline (const Color &outline) |
PolygonDescription & | style (const Style &style) |
PolygonDescription & | fill (const Color &fill) |
PolygonDescription & | closed (bool closed) |
void | fromMessagePack (const mc_rtc::Configuration &data) |
void | write (mc_rtc::MessagePackBuilder &builder) const |
Describe a polygon to be plotted
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |