mc_rtc::gui::plot::impl::Polygons< GetT > Struct Template Reference

#include <mc_rtc/gui/plot/Polygons.h>

Public Member Functions

 Polygons (const std::string &name, GetT get_fn, Side side)
 
void write (mc_rtc::MessagePackBuilder &builder) const
 
void update () const
 
Polygonsside (Side side)
 

Static Public Attributes

static constexpr Type type = Type::Polygons
 

Detailed Description

template<typename GetT>
struct mc_rtc::gui::plot::impl::Polygons< GetT >

This holds information about multiple polygons

Constructor & Destructor Documentation

◆ Polygons()

template<typename GetT >
mc_rtc::gui::plot::impl::Polygons< GetT >::Polygons ( const std::string &  name,
GetT  get_fn,
Side  side 
)
inline

Member Function Documentation

◆ side()

template<typename GetT >
Polygons& mc_rtc::gui::plot::impl::Polygons< GetT >::side ( Side  side)
inline

◆ update()

template<typename GetT >
void mc_rtc::gui::plot::impl::Polygons< GetT >::update ( ) const
inline

◆ write()

template<typename GetT >
void mc_rtc::gui::plot::impl::Polygons< GetT >::write ( mc_rtc::MessagePackBuilder builder) const
inline

Member Data Documentation

◆ type

template<typename GetT >
constexpr Type mc_rtc::gui::plot::impl::Polygons< GetT >::type = Type::Polygons
staticconstexpr

The documentation for this struct was generated from the following file: