CCanvas()=default | mrpt::img::CCanvas | |
CEnhancedMetaFile(const std::string &targetFileName, int scaleFactor=1) | mrpt::img::CEnhancedMetaFile | |
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) override | mrpt::img::CEnhancedMetaFile | virtual |
drawImage(int x, int y, const mrpt::img::CImage &img, float rotation, float scale) override | mrpt::img::CEnhancedMetaFile | inlinevirtual |
drawMark(int x0, int y0, const mrpt::img::TColor color, char type, int size=5, unsigned int width=1) | mrpt::img::CCanvas | |
ellipseGaussian(mrpt::math::CMatrixDynamic< T > *cov2D, T mean_x, T mean_y, float confIntervalStds=2, const mrpt::img::TColor &color=mrpt::img::TColor(255, 255, 255), unsigned int width=1, int nEllipsePoints=20) | mrpt::img::CEnhancedMetaFile | inline |
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 override | mrpt::img::CEnhancedMetaFile | inlinevirtual |
getWidth() const override | mrpt::img::CEnhancedMetaFile | inlinevirtual |
line(int x0, int y0, int x1, int y1, const mrpt::img::TColor color, unsigned int width=1, TPenStyle penStyle=psSolid) override | mrpt::img::CEnhancedMetaFile | virtual |
LINUX_IMG_HEIGHT(int value) | mrpt::img::CEnhancedMetaFile | static |
LINUX_IMG_HEIGHT() | mrpt::img::CEnhancedMetaFile | static |
LINUX_IMG_WIDTH(int value) | mrpt::img::CEnhancedMetaFile | static |
LINUX_IMG_WIDTH() | mrpt::img::CEnhancedMetaFile | static |
m_hdc | mrpt::img::CEnhancedMetaFile | private |
m_hFont | mrpt::img::CEnhancedMetaFile | private |
m_scale | mrpt::img::CEnhancedMetaFile | private |
m_selectedFont | mrpt::img::CCanvas | protected |
m_selectedFontBitmaps | mrpt::img::CCanvas | protected |
m_targetFile | mrpt::img::CEnhancedMetaFile | private |
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::CEnhancedMetaFile | virtual |
selectTextFont(const std::string &fontName) | mrpt::img::CCanvas | virtual |
selectVectorTextFont(const std::string &fontName, int fontSize, bool bold=false, bool italic=false) | mrpt::img::CEnhancedMetaFile | virtual |
setPixel(int x, int y, size_t color) override | mrpt::img::CEnhancedMetaFile | virtual |
textOut(int x0, int y0, const std::string &str, const mrpt::img::TColor color) override | mrpt::img::CEnhancedMetaFile | 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 |
~CEnhancedMetaFile() override | mrpt::img::CEnhancedMetaFile | |