Visual Servoing Platform  version 3.6.1 under development (2024-03-28)
vpDisplayD3D Member List

This is the complete list of members for vpDisplayD3D, including all inherited members.

clearDisplay(const vpColor &color=vpColor::white) vp_overridevpDisplayWin32
close(vpImage< unsigned char > &I)vpDisplaystatic
close(vpImage< vpRGBa > &I)vpDisplaystatic
closeDisplay() vp_overridevpDisplayWin32
computeAutoScale(unsigned int width, unsigned int height)vpDisplay
display(const vpImage< unsigned char > &I)vpDisplaystatic
display(const vpImage< vpRGBa > &I)vpDisplaystatic
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_overridevpDisplayWin32protected
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)vpDisplaystatic
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)vpDisplaystatic
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)vpDisplaystatic
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)vpDisplaystatic
displayCamera(const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color, unsigned int thickness)vpDisplaystatic
displayCamera(const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color, unsigned int thickness)vpDisplaystatic
displayCharString(const vpImage< unsigned char > &I, const vpImagePoint &ip, const char *string, const vpColor &color)vpDisplaystatic
displayCharString(const vpImage< unsigned char > &I, int i, int j, const char *string, const vpColor &color)vpDisplaystatic
displayCharString(const vpImage< vpRGBa > &I, const vpImagePoint &ip, const char *string, const vpColor &color)vpDisplaystatic
displayCharString(const vpImage< vpRGBa > &I, int i, int j, const char *string, const vpColor &color)vpDisplaystatic
displayCircle(const vpImagePoint &center, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1) vp_overridevpDisplayWin32protected
vpDisplay::displayCircle(const vpImage< unsigned char > &I, const vpImageCircle &circle, const vpColor &color, bool fill=false, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayCircle(const vpImage< unsigned char > &I, const vpImagePoint &center, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayCircle(const vpImage< unsigned char > &I, int i, int j, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayCircle(const vpImage< vpRGBa > &I, const vpImageCircle &circle, const vpColor &color, bool fill=false, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayCircle(const vpImage< vpRGBa > &I, const vpImagePoint &center, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayCircle(const vpImage< vpRGBa > &I, int i, int j, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1)vpDisplaystatic
displayCross(const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1) vp_overridevpDisplayWin32protected
vpDisplay::displayCross(const vpImage< unsigned char > &I, const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayCross(const vpImage< unsigned char > &I, int i, int j, unsigned int size, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayCross(const vpImage< vpRGBa > &I, const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayCross(const vpImage< vpRGBa > &I, int i, int j, unsigned int size, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) vp_overridevpDisplayWin32protected
vpDisplay::displayDotLine(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayDotLine(const vpImage< unsigned char > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayDotLine(const vpImage< unsigned char > &I, const std::vector< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayDotLine(const vpImage< unsigned char > &I, const std::list< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayDotLine(const vpImage< vpRGBa > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayDotLine(const vpImage< vpRGBa > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayDotLine(const vpImage< vpRGBa > &I, const std::vector< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayDotLine(const vpImage< vpRGBa > &I, const std::list< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
displayEllipse(const vpImage< unsigned char > &I, const vpImagePoint &center, 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)vpDisplaystatic
displayEllipse(const vpImage< unsigned char > &I, const vpImagePoint &center, 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)vpDisplaystatic
displayEllipse(const vpImage< vpRGBa > &I, const vpImagePoint &center, 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)vpDisplaystatic
displayEllipse(const vpImage< vpRGBa > &I, const vpImagePoint &center, 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)vpDisplaystatic
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))vpDisplaystatic
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))vpDisplaystatic
displayImage(const vpImage< vpRGBa > &I) vp_overridevpDisplayWin32
displayImage(const vpImage< unsigned char > &I) vp_overridevpDisplayWin32
displayImageROI(const vpImage< unsigned char > &I, const vpImagePoint &iP, unsigned int width, unsigned int height) vp_overridevpDisplayWin32
displayImageROI(const vpImage< vpRGBa > &I, const vpImagePoint &iP, unsigned int width, unsigned int height) vp_overridevpDisplayWin32
displayLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) vp_overridevpDisplayWin32protected
vpDisplay::displayLine(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1, bool segment=true)vpDisplaystatic
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)vpDisplaystatic
vpDisplay::displayLine(const vpImage< unsigned char > &I, const std::vector< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayLine(const vpImage< unsigned char > &I, const std::list< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayLine(const vpImage< vpRGBa > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1, bool segment=true)vpDisplaystatic
vpDisplay::displayLine(const vpImage< vpRGBa > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1, bool segment=true)vpDisplaystatic
vpDisplay::displayLine(const vpImage< vpRGBa > &I, const std::vector< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayLine(const vpImage< vpRGBa > &I, const std::list< vpImagePoint > &ips, bool closeTheShape, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
displayPoint(const vpImagePoint &ip, const vpColor &color, unsigned int thickness=1) vp_overridevpDisplayWin32protected
vpDisplay::displayPoint(const vpImage< unsigned char > &I, const vpImagePoint &ip, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayPoint(const vpImage< unsigned char > &I, int i, int j, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayPoint(const vpImage< vpRGBa > &I, const vpImagePoint &ip, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayPoint(const vpImage< vpRGBa > &I, int i, int j, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
displayPolygon(const vpImage< unsigned char > &I, const std::vector< vpImagePoint > &vip, const vpColor &color, unsigned int thickness=1, bool closed=true)vpDisplaystatic
displayPolygon(const vpImage< unsigned char > &I, const vpPolygon &polygon, const vpColor &color, unsigned int thickness=1, bool closed=true)vpDisplaystatic
displayPolygon(const vpImage< vpRGBa > &I, const std::vector< vpImagePoint > &vip, const vpColor &color, unsigned int thickness=1, bool closed=true)vpDisplaystatic
displayPolygon(const vpImage< vpRGBa > &I, const vpPolygon &polygon, const vpColor &color, unsigned int thickness=1, bool closed=true)vpDisplaystatic
displayRectangle(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) vp_overridevpDisplayWin32protected
displayRectangle(const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor &color, bool fill=false, unsigned int thickness=1) vp_overridevpDisplayWin32protected
displayRectangle(const vpRect &rectangle, const vpColor &color, bool fill=false, unsigned int thickness=1) vp_overridevpDisplayWin32protected
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)vpDisplaystatic
vpDisplay::displayRectangle(const vpImage< unsigned char > &I, const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor &color, bool fill=false, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayRectangle(const vpImage< unsigned char > &I, const vpRect &rectangle, const vpColor &color, bool fill=false, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayRectangle(const vpImage< unsigned char > &I, const vpImagePoint &center, float angle, unsigned int width, unsigned int height, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
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)vpDisplaystatic
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)vpDisplaystatic
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)vpDisplaystatic
vpDisplay::displayRectangle(const vpImage< vpRGBa > &I, const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor &color, bool fill=false, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayRectangle(const vpImage< vpRGBa > &I, const vpRect &rectangle, const vpColor &color, bool fill=false, unsigned int thickness=1)vpDisplaystatic
vpDisplay::displayRectangle(const vpImage< vpRGBa > &I, const vpImagePoint &center, float angle, unsigned int width, unsigned int height, const vpColor &color, unsigned int thickness=1)vpDisplaystatic
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)vpDisplaystatic
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)vpDisplaystatic
displayROI(const vpImage< unsigned char > &I, const vpRect &roi)vpDisplaystatic
displayROI(const vpImage< vpRGBa > &I, const vpRect &roi)vpDisplaystatic
displayText(const vpImagePoint &ip, const std::string &text, const vpColor &color=vpColor::green) vp_overridevpDisplayWin32protected
vpDisplay::displayText(const vpImage< unsigned char > &I, const vpImagePoint &ip, const std::string &s, const vpColor &color)vpDisplaystatic
vpDisplay::displayText(const vpImage< unsigned char > &I, int i, int j, const std::string &s, const vpColor &color)vpDisplaystatic
vpDisplay::displayText(const vpImage< vpRGBa > &I, const vpImagePoint &ip, const std::string &s, const vpColor &color)vpDisplaystatic
vpDisplay::displayText(const vpImage< vpRGBa > &I, int i, int j, const std::string &s, const vpColor &color)vpDisplaystatic
flush(const vpImage< unsigned char > &I)vpDisplaystatic
flush(const vpImage< vpRGBa > &I)vpDisplaystatic
flushDisplay() vp_overridevpDisplayWin32
flushDisplayROI(const vpImagePoint &iP, unsigned int width, unsigned int height) vp_overridevpDisplayWin32
flushROI(const vpImage< unsigned char > &I, const vpRect &roi)vpDisplaystatic
flushROI(const vpImage< vpRGBa > &I, const vpRect &roi)vpDisplaystatic
getClick(bool blocking=true) vp_overridevpDisplayWin32protected
getClick(vpImagePoint &ip, bool blocking=true) vp_overridevpDisplayWin32protected
getClick(vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) vp_overridevpDisplayWin32protected
vpDisplay::getClick(const vpImage< unsigned char > &I, bool blocking=true)vpDisplaystatic
vpDisplay::getClick(const vpImage< unsigned char > &I, vpImagePoint &ip, bool blocking=true)vpDisplaystatic
vpDisplay::getClick(const vpImage< unsigned char > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true)vpDisplaystatic
vpDisplay::getClick(const vpImage< unsigned char > &I, vpMouseButton::vpMouseButtonType &button, bool blocking=true)vpDisplaystatic
vpDisplay::getClick(const vpImage< vpRGBa > &I, bool blocking=true)vpDisplaystatic
vpDisplay::getClick(const vpImage< vpRGBa > &I, vpImagePoint &ip, bool blocking=true)vpDisplaystatic
vpDisplay::getClick(const vpImage< vpRGBa > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true)vpDisplaystatic
vpDisplay::getClick(const vpImage< vpRGBa > &I, vpMouseButton::vpMouseButtonType &button, bool blocking=true)vpDisplaystatic
getClickUp(vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) vp_overridevpDisplayWin32protected
vpDisplay::getClickUp(const vpImage< unsigned char > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true)vpDisplaystatic
vpDisplay::getClickUp(const vpImage< unsigned char > &I, vpMouseButton::vpMouseButtonType &button, bool blocking=true)vpDisplaystatic
vpDisplay::getClickUp(const vpImage< vpRGBa > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true)vpDisplaystatic
vpDisplay::getClickUp(const vpImage< vpRGBa > &I, vpMouseButton::vpMouseButtonType &button, bool blocking=true)vpDisplaystatic
getDownScalingFactor()vpDisplayinline
getDownScalingFactor(const vpImage< unsigned char > &I)vpDisplaystatic
getDownScalingFactor(const vpImage< vpRGBa > &I)vpDisplaystatic
getHeight() constvpDisplayinline
getImage(vpImage< vpRGBa > &I) vp_overridevpDisplayWin32virtual
vpDisplay::getImage(const vpImage< unsigned char > &Is, vpImage< vpRGBa > &Id)vpDisplaystatic
vpDisplay::getImage(const vpImage< vpRGBa > &Is, vpImage< vpRGBa > &Id)vpDisplaystatic
getKeyboardEvent(bool blocking=true) vp_overridevpDisplayWin32protected
getKeyboardEvent(std::string &key, bool blocking) vp_overridevpDisplayWin32protected
vpDisplay::getKeyboardEvent(const vpImage< unsigned char > &I, bool blocking=true)vpDisplaystatic
vpDisplay::getKeyboardEvent(const vpImage< unsigned char > &I, std::string &key, bool blocking=true)vpDisplaystatic
vpDisplay::getKeyboardEvent(const vpImage< unsigned char > &I, char *key, bool blocking=true)vpDisplaystatic
vpDisplay::getKeyboardEvent(const vpImage< vpRGBa > &I, bool blocking=true)vpDisplaystatic
vpDisplay::getKeyboardEvent(const vpImage< vpRGBa > &I, std::string &key, bool blocking=true)vpDisplaystatic
vpDisplay::getKeyboardEvent(const vpImage< vpRGBa > &I, char *key, bool blocking=true)vpDisplaystatic
getPointerMotionEvent(vpImagePoint &ip) vp_overridevpDisplayWin32protected
vpDisplay::getPointerMotionEvent(const vpImage< unsigned char > &I, vpImagePoint &ip)vpDisplaystatic
vpDisplay::getPointerMotionEvent(const vpImage< vpRGBa > &I, vpImagePoint &ip)vpDisplaystatic
getPointerPosition(vpImagePoint &ip) vp_overridevpDisplayWin32protected
vpDisplay::getPointerPosition(const vpImage< unsigned char > &I, vpImagePoint &ip)vpDisplaystatic
vpDisplay::getPointerPosition(const vpImage< vpRGBa > &I, vpImagePoint &ip)vpDisplaystatic
getScreenHeight() vp_overridevpDisplayWin32
getScreenSize(unsigned int &width, unsigned int &height) vp_overridevpDisplayWin32
getScreenWidth() vp_overridevpDisplayWin32
getWidth() constvpDisplayinline
getWindowXPosition() constvpDisplayinline
getWindowYPosition() constvpDisplayinline
hThreadvpDisplayWin32protected
init(vpImage< unsigned char > &I, int winx=-1, int winy=-1, const std::string &title="") vp_overridevpDisplayWin32
init(vpImage< vpRGBa > &I, int winx=-1, int winy=-1, const std::string &title="") vp_overridevpDisplayWin32
init(unsigned int width, unsigned int height, int winx=-1, int winy=-1, const std::string &title="") vp_overridevpDisplayWin32
isInitialised()vpDisplayinline
iStatusvpDisplayWin32protected
m_displayHasBeenInitializedvpDisplayprotected
m_heightvpDisplayprotected
m_scalevpDisplayprotected
m_scaleTypevpDisplayprotected
m_titlevpDisplayprotected
m_widthvpDisplayprotected
m_windowXPositionvpDisplayprotected
m_windowYPositionvpDisplayprotected
MAX_INIT_DELAYvpDisplayWin32protectedstatic
roivpDisplayWin32protected
SCALE_1 enum valuevpDisplay
SCALE_10 enum valuevpDisplay
SCALE_2 enum valuevpDisplay
SCALE_3 enum valuevpDisplay
SCALE_4 enum valuevpDisplay
SCALE_5 enum valuevpDisplay
SCALE_6 enum valuevpDisplay
SCALE_7 enum valuevpDisplay
SCALE_8 enum valuevpDisplay
SCALE_9 enum valuevpDisplay
SCALE_AUTO enum valuevpDisplay
SCALE_DEFAULT enum valuevpDisplay
setBackground(const vpImage< unsigned char > &I, const vpColor &color)vpDisplaystatic
setBackground(const vpImage< vpRGBa > &I, const vpColor &color)vpDisplaystatic
setDownScalingFactor(unsigned int scale)vpDisplayWin32inlinevirtual
setDownScalingFactor(vpScaleType scaleType)vpDisplayWin32inlinevirtual
setFont(const std::string &fontname) vp_overridevpDisplayWin32
vpDisplay::setFont(const vpImage< unsigned char > &I, const std::string &font)vpDisplaystatic
vpDisplay::setFont(const vpImage< vpRGBa > &I, const std::string &font)vpDisplaystatic
setScale(vpScaleType scaleType, unsigned int width, unsigned int height)vpDisplayprotected
setTitle(const std::string &windowtitle) vp_overridevpDisplayWin32
vpDisplay::setTitle(const vpImage< unsigned char > &I, const std::string &windowtitle)vpDisplaystatic
vpDisplay::setTitle(const vpImage< vpRGBa > &I, const std::string &windowtitle)vpDisplaystatic
setWindowPosition(int winx, int winy) vp_overridevpDisplayWin32
vpDisplay::setWindowPosition(const vpImage< unsigned char > &I, int winx, int winy)vpDisplaystatic
vpDisplay::setWindowPosition(const vpImage< vpRGBa > &I, int winx, int winy)vpDisplaystatic
threadIdvpDisplayWin32protected
vpDisplay()vpDisplay
vpDisplay(const vpDisplay &d)vpDisplay
vpDisplayD3D()vpDisplayD3D
vpDisplayD3D(int winx, int winy, const std::string &title="")vpDisplayD3D
vpDisplayD3D(vpImage< unsigned char > &I, vpScaleType type)vpDisplayD3D
vpDisplayD3D(vpImage< unsigned char > &I, int winx=-1, int winy=-1, const std::string &title="", vpScaleType type=SCALE_DEFAULT)vpDisplayD3D
vpDisplayD3D(vpImage< vpRGBa > &I, vpScaleType type)vpDisplayD3D
vpDisplayD3D(vpImage< vpRGBa > &I, int winx=-1, int winy=-1, const std::string &title="", vpScaleType type=SCALE_DEFAULT)vpDisplayD3D
vpDisplayWin32(vpWin32Renderer *rend=nullptr)vpDisplayWin32explicit
vpDisplayWin32(vpImage< vpRGBa > &I, int winx=-1, int winy=-1, const std::string &title="")vpDisplayWin32
vpDisplayWin32(vpImage< unsigned char > &I, int winx=-1, int winy=-1, const std::string &title="")vpDisplayWin32
vpScaleType enum namevpDisplay
waitForInit()vpDisplayWin32protected
windowvpDisplayWin32protected
~vpDisplay()vpDisplayvirtual
~vpDisplayWin32() vp_overridevpDisplayWin32virtual