Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
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