Visual Servoing Platform
version 3.6.1 under development (2024-11-21)
|
Classes | |
struct | GridSettings |
Functions | |
void | makeDisplayGridHelper (std::vector< std::shared_ptr< vpDisplay >> &res, const GridSettings &settings, unsigned int currRow, unsigned int currCol, unsigned int currentPixelX, unsigned int currentPixelY, unsigned int maxRowHeightPixel) |
template<typename T , typename... Args> | |
void | makeDisplayGridHelper (std::vector< std::shared_ptr< vpDisplay >> &res, const GridSettings &settings, unsigned int currRow, unsigned int currCol, unsigned int currentPixelX, unsigned int currentPixelY, const unsigned int maxRowHeightPixel, const std::string &name, vpImage< T > &I, Args &... args) |
void vpDisplayFactory::impl::makeDisplayGridHelper | ( | std::vector< std::shared_ptr< vpDisplay >> & | res, |
const GridSettings & | settings, | ||
unsigned int | currRow, | ||
unsigned int | currCol, | ||
unsigned int | currentPixelX, | ||
unsigned int | currentPixelY, | ||
const unsigned int | maxRowHeightPixel, | ||
const std::string & | name, | ||
vpImage< T > & | I, | ||
Args &... | args | ||
) |
Definition at line 234 of file vpDisplayFactory.h.
References vpDisplayFactory::impl::GridSettings::cols, vpDisplayFactory::createDisplay(), vpException::dimensionError, vpDisplay::display(), vpDisplay::flush(), vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), makeDisplayGridHelper(), vpDisplayFactory::impl::GridSettings::paddingX, vpDisplayFactory::impl::GridSettings::paddingY, vpDisplayFactory::impl::GridSettings::rows, and vpDisplayFactory::impl::GridSettings::startX.
|
inline |
Definition at line 216 of file vpDisplayFactory.h.
References vpDisplayFactory::impl::GridSettings::cols, vpException::dimensionError, and vpDisplayFactory::impl::GridSettings::rows.
Referenced by makeDisplayGridHelper().