| CCanvas()=default | mrpt::img::CCanvas |  | 
  | drawCircle(int x, int y, int radius, const mrpt::img::TColor &color=mrpt::img::TColor(255, 255, 255), unsigned int width=1) | mrpt::img::CCanvas | virtual | 
  | drawFeatures(const FEATURELIST &list, const TColor &color=TColor::red(), const bool showIDs=false, const bool showResponse=false, const bool showScale=false, const char marker='+') | mrpt::img::CCanvas | inline | 
  | drawFeaturesSimple(const FEATURELIST &list, const TColor &color=TColor::red(), const int cross_size=5) | mrpt::img::CCanvas | inline | 
  | drawImage(int x, int y, const mrpt::img::CImage &img) | mrpt::img::CCanvas | virtual | 
  | drawImage(int x, int y, const mrpt::img::CImage &img, float rotation, float scale) | mrpt::img::CCanvas | virtual | 
  | drawMark(int x0, int y0, const mrpt::img::TColor color, char type, int size=5, unsigned int width=1) | mrpt::img::CCanvas |  | 
  | ellipseGaussian(const mrpt::math::CMatrixFixed< double, 2, 2 > &cov2D, const double mean_x, const double mean_y, double confIntervalStds=2, const mrpt::img::TColor &color=mrpt::img::TColor(255, 255, 255), unsigned int width=1, int nEllipsePoints=20) | mrpt::img::CCanvas |  | 
  | filledRectangle(int x0, int y0, int x1, int y1, const mrpt::img::TColor color) | mrpt::img::CCanvas | virtual | 
  | getHeight() const =0 | mrpt::img::CCanvas | pure virtual | 
  | getWidth() const =0 | mrpt::img::CCanvas | pure virtual | 
  | line(int x0, int y0, int x1, int y1, const mrpt::img::TColor color, unsigned int width=1, TPenStyle penStyle=psSolid) | mrpt::img::CCanvas | virtual | 
  | m_selectedFont | mrpt::img::CCanvas | protected | 
  | m_selectedFontBitmaps | mrpt::img::CCanvas | protected | 
  | psDash enum value | mrpt::img::CCanvas |  | 
  | psDashDot enum value | mrpt::img::CCanvas |  | 
  | psDashDotDot enum value | mrpt::img::CCanvas |  | 
  | psDot enum value | mrpt::img::CCanvas |  | 
  | psSolid enum value | mrpt::img::CCanvas |  | 
  | rectangle(int x0, int y0, int x1, int y1, const mrpt::img::TColor color, unsigned int width=1) | mrpt::img::CCanvas |  | 
  | selectTextFont(const std::string &fontName) | mrpt::img::CCanvas | virtual | 
  | setPixel(int x, int y, size_t color)=0 | mrpt::img::CCanvas | pure virtual | 
  | textOut(int x0, int y0, const std::string &str, const mrpt::img::TColor color) | mrpt::img::CCanvas | virtual | 
  | TPenStyle enum name | mrpt::img::CCanvas |  | 
  | triangle(int x0, int y0, int size, const mrpt::img::TColor color, bool inferior=true, unsigned int width=1) | mrpt::img::CCanvas |  | 
  | ~CCanvas()=default | mrpt::img::CCanvas | virtual |