Visual Servoing Platform
version 3.2.0 under development (2019-01-22)
|
This is the complete list of members for vpDisplayGTK, including all inherited members.
clearDisplay(const vpColor &color=vpColor::white) | vpDisplayGTK | protected |
close(vpImage< unsigned char > &I) | vpDisplay | static |
close(vpImage< vpRGBa > &I) | vpDisplay | static |
closeDisplay() | vpDisplayGTK | 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) | vpDisplayGTK | 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 vpImagePoint &ip, const char *text, const vpColor &color=vpColor::green) | vpDisplayGTK | protected |
vpDisplay::displayCharString(const vpImage< unsigned char > &I, const vpImagePoint &ip, const char *string, const vpColor &color) | vpDisplay | static |
vpDisplay::displayCharString(const vpImage< unsigned char > &I, int i, int j, const char *string, const vpColor &color) | vpDisplay | static |
vpDisplay::displayCharString(const vpImage< vpRGBa > &I, const vpImagePoint &ip, const char *string, const vpColor &color) | vpDisplay | static |
vpDisplay::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) | vpDisplayGTK | protected |
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 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) | vpDisplayGTK | 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) | vpDisplayGTK | 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, const 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, const 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_centered_moments, 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, const double &theta1, const double &theta2, bool use_centered_moments, const vpColor &color, unsigned int thickness=1) | 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) | 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) | 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)) | 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)) | vpDisplay | static |
displayImage(const vpImage< vpRGBa > &I) | vpDisplayGTK | protected |
displayImage(const vpImage< unsigned char > &I) | vpDisplayGTK | protected |
displayImage(const unsigned char *I) | vpDisplayGTK | protected |
displayImageROI(const vpImage< unsigned char > &I, const vpImagePoint &iP, const unsigned int width, const unsigned int height) | vpDisplayGTK | protected |
displayImageROI(const vpImage< vpRGBa > &I, const vpImagePoint &iP, const unsigned int width, const unsigned int height) | vpDisplayGTK | protected |
displayLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) | vpDisplayGTK | protected |
vpDisplay::displayLine(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< unsigned char > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< unsigned char > &I, const std::vector< vpImagePoint > &ips, const 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) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< vpRGBa > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
vpDisplay::displayLine(const vpImage< vpRGBa > &I, const std::vector< vpImagePoint > &ips, const bool closeTheShape, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
displayPoint(const vpImagePoint &ip, const vpColor &color, unsigned int thickness=1) | vpDisplayGTK | 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) | vpDisplay | static |
displayPolygon(const vpImage< vpRGBa > &I, const std::vector< vpImagePoint > &vip, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
displayRectangle(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplayGTK | protected |
displayRectangle(const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplayGTK | protected |
displayRectangle(const vpRect &rectangle, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplayGTK | 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 vpImage< unsigned char > &I, const vpImagePoint &ip, const std::string &s, const vpColor &color) | vpDisplay | static |
displayText(const vpImage< unsigned char > &I, int i, int j, const std::string &s, const vpColor &color) | vpDisplay | static |
displayText(const vpImage< vpRGBa > &I, const vpImagePoint &ip, const std::string &s, const vpColor &color) | vpDisplay | static |
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() | vpDisplayGTK | protected |
flushDisplayROI(const vpImagePoint &iP, const unsigned int width, const unsigned int height) | vpDisplayGTK | 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) | vpDisplayGTK | protected |
getClick(vpImagePoint &ip, bool blocking=true) | vpDisplayGTK | protected |
getClick(vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplayGTK | 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) | vpDisplayGTK | 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) | vpDisplayGTK | 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) | vpDisplayGTK | protected |
getKeyboardEvent(std::string &key, bool blocking=true) | vpDisplayGTK | 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) | vpDisplayGTK | 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) | vpDisplayGTK | protected |
vpDisplay::getPointerPosition(const vpImage< unsigned char > &I, vpImagePoint &ip) | vpDisplay | static |
vpDisplay::getPointerPosition(const vpImage< vpRGBa > &I, vpImagePoint &ip) | vpDisplay | static |
getScreenDepth() | vpDisplayGTK | |
getScreenHeight() | vpDisplayGTK | |
getScreenSize(unsigned int &width, unsigned int &height) | vpDisplayGTK | |
getScreenWidth() | vpDisplayGTK | |
getWidth() const | vpDisplay | inline |
getWindowXPosition() const | vpDisplay | inline |
getWindowYPosition() const | vpDisplay | inline |
init(vpImage< unsigned char > &I, int winx=-1, int winy=-1, const std::string &title="") | vpDisplayGTK | |
init(vpImage< vpRGBa > &I, int winx=-1, int winy=-1, const std::string &title="") | vpDisplayGTK | |
init(unsigned int width, unsigned int height, int winx=-1, int winy=-1, const std::string &title="") | vpDisplayGTK | |
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 &fontname) | vpDisplayGTK | 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) | vpDisplayGTK | 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 winx, int winy) | vpDisplayGTK | 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 | |
vpDisplayGTK() | vpDisplayGTK | |
vpDisplayGTK(int winx, int winy, const std::string &title="") | vpDisplayGTK | |
vpDisplayGTK(vpImage< unsigned char > &I, vpScaleType type) | vpDisplayGTK | |
vpDisplayGTK(vpImage< unsigned char > &I, int winx=-1, int winy=-1, const std::string &title="", vpScaleType type=SCALE_DEFAULT) | vpDisplayGTK | |
vpDisplayGTK(vpImage< vpRGBa > &I, vpScaleType type) | vpDisplayGTK | |
vpDisplayGTK(vpImage< vpRGBa > &I, int winx=-1, int winy=-1, const std::string &title="", vpScaleType type=SCALE_DEFAULT) | vpDisplayGTK | |
vpScaleType enum name | vpDisplay | |
~vpDisplay() | vpDisplay | virtual |
~vpDisplayGTK() | vpDisplayGTK | virtual |