Visual Servoing Platform
version 3.6.1 under development (2024-10-01)
|
This is the complete list of members for vpDisplayX, including all inherited members.
clearDisplay(const vpColor &color=vpColor::white) VP_OVERRIDE | vpDisplayX | protected |
close(vpImage< unsigned char > &I) | vpDisplay | static |
close(vpImage< vpRGBa > &I) | vpDisplay | static |
closeDisplay() VP_OVERRIDE | vpDisplayX | protected |
computeAutoScale(unsigned int width, unsigned int height) | vpDisplay | |
display(const vpImage< unsigned char > &I) | vpDisplay | static |
display(const vpImage< vpRGBa > &I) | vpDisplay | static |
displayArrow(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color=vpColor::white, unsigned int w=4, unsigned int h=2, unsigned int thickness=1) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::displayArrow(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color=vpColor::white, unsigned int w=4, unsigned int h=2, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayArrow(const vpImage< unsigned char > &I, int i1, int j1, int i2, int j2, const vpColor &color=vpColor::white, unsigned int w=4, unsigned int h=2, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayArrow(const vpImage< vpRGBa > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color=vpColor::white, unsigned int w=4, unsigned int h=2, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayArrow(const vpImage< vpRGBa > &I, int i1, int j1, int i2, int j2, const vpColor &color=vpColor::white, unsigned int w=4, unsigned int h=2, unsigned int thickness=1) | vpDisplay | static |
displayCamera(const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color, unsigned int thickness) | vpDisplay | static |
displayCamera(const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color, unsigned int thickness) | vpDisplay | static |
displayCharString(const vpImage< unsigned char > &I, const vpImagePoint &ip, const char *string, const vpColor &color) | vpDisplay | static |
displayCharString(const vpImage< unsigned char > &I, int i, int j, const char *string, const vpColor &color) | vpDisplay | static |
displayCharString(const vpImage< vpRGBa > &I, const vpImagePoint &ip, const char *string, const vpColor &color) | vpDisplay | static |
displayCharString(const vpImage< vpRGBa > &I, int i, int j, const char *string, const vpColor &color) | vpDisplay | static |
displayCircle(const vpImagePoint ¢er, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::displayCircle(const vpImage< unsigned char > &I, const vpImageCircle &circle, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayCircle(const vpImage< unsigned char > &I, const vpImagePoint ¢er, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayCircle(const vpImage< unsigned char > &I, int i, int j, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayCircle(const vpImage< vpRGBa > &I, const vpImageCircle &circle, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayCircle(const vpImage< vpRGBa > &I, const vpImagePoint ¢er, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayCircle(const vpImage< vpRGBa > &I, int i, int j, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
displayCross(const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::displayCross(const vpImage< unsigned char > &I, const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayCross(const vpImage< unsigned char > &I, int i, int j, unsigned int size, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayCross(const vpImage< vpRGBa > &I, const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayCross(const vpImage< vpRGBa > &I, int i, int j, unsigned int size, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::displayDotLine(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayDotLine(const vpImage< unsigned char > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayDotLine(const vpImage< unsigned char > &I, const std::vector< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayDotLine(const vpImage< unsigned char > &I, const std::list< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayDotLine(const vpImage< vpRGBa > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayDotLine(const vpImage< vpRGBa > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayDotLine(const vpImage< vpRGBa > &I, const std::vector< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayDotLine(const vpImage< vpRGBa > &I, const std::list< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
displayEllipse(const vpImage< unsigned char > &I, const vpImagePoint ¢er, const double &coef1, const double &coef2, const double &coef3, bool use_normalized_centered_moments, const vpColor &color, unsigned int thickness=1, bool display_center=false, bool display_arc=false) | vpDisplay | static |
displayEllipse(const vpImage< unsigned char > &I, const vpImagePoint ¢er, const double &coef1, const double &coef2, const double &coef3, const double &smallalpha, const double &highalpha, bool use_normalized_centered_moments, const vpColor &color, unsigned int thickness=1, bool display_center=false, bool display_arc=false) | vpDisplay | static |
displayEllipse(const vpImage< vpRGBa > &I, const vpImagePoint ¢er, const double &coef1, const double &coef2, const double &coef3, bool use_centered_moments, const vpColor &color, unsigned int thickness=1, bool display_center=false, bool display_arc=false) | vpDisplay | static |
displayEllipse(const vpImage< vpRGBa > &I, const vpImagePoint ¢er, const double &coef1, const double &coef2, const double &coef3, const double &theta1, const double &theta2, bool use_centered_moments, const vpColor &color, unsigned int thickness=1, bool display_center=false, bool display_arc=false) | vpDisplay | static |
displayFrame(const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color=vpColor::none, unsigned int thickness=1, const vpImagePoint &offset=vpImagePoint(0, 0), const std::string &frameName="", const vpColor &textColor=vpColor::black, const vpImagePoint &textOffset=vpImagePoint(15, 15)) | vpDisplay | static |
displayFrame(const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color=vpColor::none, unsigned int thickness=1, const vpImagePoint &offset=vpImagePoint(0, 0), const std::string &frameName="", const vpColor &textColor=vpColor::black, const vpImagePoint &textOffset=vpImagePoint(15, 15)) | vpDisplay | static |
displayImage(const vpImage< unsigned char > &I) VP_OVERRIDE | vpDisplayX | protected |
displayImage(const vpImage< vpRGBa > &I) VP_OVERRIDE | vpDisplayX | protected |
displayImage(const unsigned char *I) | vpDisplayX | protected |
displayImageROI(const vpImage< unsigned char > &I, const vpImagePoint &iP, unsigned int width, unsigned int height) VP_OVERRIDE | vpDisplayX | protected |
displayImageROI(const vpImage< vpRGBa > &I, const vpImagePoint &iP, unsigned int width, unsigned int height) VP_OVERRIDE | vpDisplayX | protected |
displayLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::displayLine(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1, bool segment=true) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< unsigned char > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1, bool segment=true) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< unsigned char > &I, const std::vector< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< unsigned char > &I, const std::list< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< vpRGBa > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1, bool segment=true) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< vpRGBa > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1, bool segment=true) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< vpRGBa > &I, const std::vector< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< vpRGBa > &I, const std::list< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
displayPoint(const vpImagePoint &ip, const vpColor &color, unsigned int thickness=1) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::displayPoint(const vpImage< unsigned char > &I, const vpImagePoint &ip, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayPoint(const vpImage< unsigned char > &I, int i, int j, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayPoint(const vpImage< vpRGBa > &I, const vpImagePoint &ip, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayPoint(const vpImage< vpRGBa > &I, int i, int j, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
displayPolygon(const vpImage< unsigned char > &I, const std::vector< vpImagePoint > &vip, const vpColor &color, unsigned int thickness=1, bool closed=true) | vpDisplay | static |
displayPolygon(const vpImage< unsigned char > &I, const vpPolygon &polygon, const vpColor &color, unsigned int thickness=1, bool closed=true) | vpDisplay | static |
displayPolygon(const vpImage< vpRGBa > &I, const std::vector< vpImagePoint > &vip, const vpColor &color, unsigned int thickness=1, bool closed=true) | vpDisplay | static |
displayPolygon(const vpImage< vpRGBa > &I, const vpPolygon &polygon, const vpColor &color, unsigned int thickness=1, bool closed=true) | vpDisplay | static |
displayRectangle(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) VP_OVERRIDE | vpDisplayX | protected |
displayRectangle(const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor &color, bool fill=false, unsigned int thickness=1) VP_OVERRIDE | vpDisplayX | protected |
displayRectangle(const vpRect &rectangle, const vpColor &color, bool fill=false, unsigned int thickness=1) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::displayRectangle(const vpImage< unsigned char > &I, const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< unsigned char > &I, const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< unsigned char > &I, const vpRect &rectangle, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< unsigned char > &I, const vpImagePoint ¢er, float angle, unsigned int width, unsigned int height, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< unsigned char > &I, int i, int j, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< unsigned char > &I, unsigned int i, unsigned int j, float angle, unsigned int width, unsigned int height, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< vpRGBa > &I, const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< vpRGBa > &I, const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< vpRGBa > &I, const vpRect &rectangle, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< vpRGBa > &I, const vpImagePoint ¢er, float angle, unsigned int width, unsigned int height, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< vpRGBa > &I, int i, int j, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayRectangle(const vpImage< vpRGBa > &I, unsigned int i, unsigned int j, float angle, unsigned int width, unsigned int height, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
displayROI(const vpImage< unsigned char > &I, const vpRect &roi) | vpDisplay | static |
displayROI(const vpImage< vpRGBa > &I, const vpRect &roi) | vpDisplay | static |
displayText(const vpImagePoint &ip, const std::string &text, const vpColor &color=vpColor::green) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::displayText(const vpImage< unsigned char > &I, const vpImagePoint &ip, const std::string &s, const vpColor &color) | vpDisplay | static |
vpDisplay::displayText(const vpImage< unsigned char > &I, int i, int j, const std::string &s, const vpColor &color) | vpDisplay | static |
vpDisplay::displayText(const vpImage< vpRGBa > &I, const vpImagePoint &ip, const std::string &s, const vpColor &color) | vpDisplay | static |
vpDisplay::displayText(const vpImage< vpRGBa > &I, int i, int j, const std::string &s, const vpColor &color) | vpDisplay | static |
flush(const vpImage< unsigned char > &I) | vpDisplay | static |
flush(const vpImage< vpRGBa > &I) | vpDisplay | static |
flushDisplay() VP_OVERRIDE | vpDisplayX | protected |
flushDisplayROI(const vpImagePoint &iP, unsigned int width, unsigned int height) VP_OVERRIDE | vpDisplayX | protected |
flushROI(const vpImage< unsigned char > &I, const vpRect &roi) | vpDisplay | static |
flushROI(const vpImage< vpRGBa > &I, const vpRect &roi) | vpDisplay | static |
getClick(bool blocking=true) VP_OVERRIDE | vpDisplayX | protected |
getClick(vpImagePoint &ip, bool blocking=true) VP_OVERRIDE | vpDisplayX | protected |
getClick(vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::getClick(const vpImage< unsigned char > &I, bool blocking=true) | vpDisplay | static |
vpDisplay::getClick(const vpImage< unsigned char > &I, vpImagePoint &ip, bool blocking=true) | vpDisplay | static |
vpDisplay::getClick(const vpImage< unsigned char > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
vpDisplay::getClick(const vpImage< unsigned char > &I, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
vpDisplay::getClick(const vpImage< vpRGBa > &I, bool blocking=true) | vpDisplay | static |
vpDisplay::getClick(const vpImage< vpRGBa > &I, vpImagePoint &ip, bool blocking=true) | vpDisplay | static |
vpDisplay::getClick(const vpImage< vpRGBa > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
vpDisplay::getClick(const vpImage< vpRGBa > &I, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
getClickUp(vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::getClickUp(const vpImage< unsigned char > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
vpDisplay::getClickUp(const vpImage< unsigned char > &I, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
vpDisplay::getClickUp(const vpImage< vpRGBa > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
vpDisplay::getClickUp(const vpImage< vpRGBa > &I, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
getDownScalingFactor() | vpDisplay | inline |
getDownScalingFactor(const vpImage< unsigned char > &I) | vpDisplay | static |
getDownScalingFactor(const vpImage< vpRGBa > &I) | vpDisplay | static |
getHeight() const | vpDisplay | inline |
getImage(vpImage< vpRGBa > &I) VP_OVERRIDE | vpDisplayX | virtual |
vpDisplay::getImage(const vpImage< unsigned char > &Is, vpImage< vpRGBa > &Id) | vpDisplay | static |
vpDisplay::getImage(const vpImage< vpRGBa > &Is, vpImage< vpRGBa > &Id) | vpDisplay | static |
getKeyboardEvent(bool blocking=true) VP_OVERRIDE | vpDisplayX | protected |
getKeyboardEvent(std::string &key, bool blocking=true) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::getKeyboardEvent(const vpImage< unsigned char > &I, bool blocking=true) | vpDisplay | static |
vpDisplay::getKeyboardEvent(const vpImage< unsigned char > &I, std::string &key, bool blocking=true) | vpDisplay | static |
vpDisplay::getKeyboardEvent(const vpImage< unsigned char > &I, char *key, bool blocking=true) | vpDisplay | static |
vpDisplay::getKeyboardEvent(const vpImage< vpRGBa > &I, bool blocking=true) | vpDisplay | static |
vpDisplay::getKeyboardEvent(const vpImage< vpRGBa > &I, std::string &key, bool blocking=true) | vpDisplay | static |
vpDisplay::getKeyboardEvent(const vpImage< vpRGBa > &I, char *key, bool blocking=true) | vpDisplay | static |
getPointerMotionEvent(vpImagePoint &ip) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::getPointerMotionEvent(const vpImage< unsigned char > &I, vpImagePoint &ip) | vpDisplay | static |
vpDisplay::getPointerMotionEvent(const vpImage< vpRGBa > &I, vpImagePoint &ip) | vpDisplay | static |
getPointerPosition(vpImagePoint &ip) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::getPointerPosition(const vpImage< unsigned char > &I, vpImagePoint &ip) | vpDisplay | static |
vpDisplay::getPointerPosition(const vpImage< vpRGBa > &I, vpImagePoint &ip) | vpDisplay | static |
getScreenDepth() | vpDisplayX | |
getScreenHeight() VP_OVERRIDE | vpDisplayX | |
getScreenSize(unsigned int &width, unsigned int &height) VP_OVERRIDE | vpDisplayX | |
getScreenWidth() VP_OVERRIDE | vpDisplayX | |
getWidth() const | vpDisplay | inline |
getWindowXPosition() const | vpDisplay | inline |
getWindowYPosition() const | vpDisplay | inline |
init(vpImage< unsigned char > &I, int win_x=-1, int win_y=-1, const std::string &win_title="") VP_OVERRIDE | vpDisplayX | |
init(vpImage< vpRGBa > &I, int win_x=-1, int win_y=-1, const std::string &win_title="") VP_OVERRIDE | vpDisplayX | |
init(unsigned int win_width, unsigned int win_height, int win_x=-1, int win_y=-1, const std::string &win_title="") VP_OVERRIDE | vpDisplayX | |
isInitialised() | vpDisplay | inline |
m_displayHasBeenInitialized | vpDisplay | protected |
m_height | vpDisplay | protected |
m_scale | vpDisplay | protected |
m_scaleType | vpDisplay | protected |
m_title | vpDisplay | protected |
m_width | vpDisplay | protected |
m_windowXPosition | vpDisplay | protected |
m_windowYPosition | vpDisplay | protected |
SCALE_1 enum value | vpDisplay | |
SCALE_10 enum value | vpDisplay | |
SCALE_2 enum value | vpDisplay | |
SCALE_3 enum value | vpDisplay | |
SCALE_4 enum value | vpDisplay | |
SCALE_5 enum value | vpDisplay | |
SCALE_6 enum value | vpDisplay | |
SCALE_7 enum value | vpDisplay | |
SCALE_8 enum value | vpDisplay | |
SCALE_9 enum value | vpDisplay | |
SCALE_AUTO enum value | vpDisplay | |
SCALE_DEFAULT enum value | vpDisplay | |
setBackground(const vpImage< unsigned char > &I, const vpColor &color) | vpDisplay | static |
setBackground(const vpImage< vpRGBa > &I, const vpColor &color) | vpDisplay | static |
setDownScalingFactor(unsigned int scale) | vpDisplay | virtual |
setDownScalingFactor(vpScaleType scaleType) | vpDisplay | virtual |
setFont(const std::string &font) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::setFont(const vpImage< unsigned char > &I, const std::string &font) | vpDisplay | static |
vpDisplay::setFont(const vpImage< vpRGBa > &I, const std::string &font) | vpDisplay | static |
setScale(vpScaleType scaleType, unsigned int width, unsigned int height) | vpDisplay | protected |
setTitle(const std::string &title) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::setTitle(const vpImage< unsigned char > &I, const std::string &windowtitle) | vpDisplay | static |
vpDisplay::setTitle(const vpImage< vpRGBa > &I, const std::string &windowtitle) | vpDisplay | static |
setWindowPosition(int win_x, int win_y) VP_OVERRIDE | vpDisplayX | protected |
vpDisplay::setWindowPosition(const vpImage< unsigned char > &I, int winx, int winy) | vpDisplay | static |
vpDisplay::setWindowPosition(const vpImage< vpRGBa > &I, int winx, int winy) | vpDisplay | static |
vpDisplay() | vpDisplay | |
vpDisplay(const vpDisplay &d) | vpDisplay | |
vpDisplayX() | vpDisplayX | |
vpDisplayX(int winx, int winy, const std::string &title="") | vpDisplayX | |
vpDisplayX(vpImage< unsigned char > &I, vpScaleType type) | vpDisplayX | |
vpDisplayX(vpImage< unsigned char > &I, int winx=-1, int winy=-1, const std::string &title="", vpScaleType type=SCALE_DEFAULT) | vpDisplayX | |
vpDisplayX(vpImage< vpRGBa > &I, vpScaleType type) | vpDisplayX | |
vpDisplayX(vpImage< vpRGBa > &I, int winx=-1, int winy=-1, const std::string &title="", vpScaleType type=SCALE_DEFAULT) | vpDisplayX | |
vpScaleType enum name | vpDisplay | |
~vpDisplay() | vpDisplay | virtual |
~vpDisplayX() VP_OVERRIDE | vpDisplayX | virtual |