Visual Servoing Platform  version 3.6.1 under development (2024-11-21)
vpDisplayFactory::impl Namespace Reference

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)
 

Function Documentation

◆ makeDisplayGridHelper() [1/2]

template<typename T , typename... 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 
)

◆ makeDisplayGridHelper() [2/2]

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,
unsigned int  maxRowHeightPixel 
)
inline