openMSX
Public Member Functions | List of all members
openmsx::ZoomLine< Pixel > Class Template Reference

Stretch (or zoom) a given input line to a wider output line. More...

#include <LineScalers.hh>

Public Member Functions

 ZoomLine (PixelOperations< Pixel > pixelOps)
 
void operator() (std::span< const Pixel > in, std::span< Pixel > out) const
 

Detailed Description

template<std::unsigned_integral Pixel>
class openmsx::ZoomLine< Pixel >

Stretch (or zoom) a given input line to a wider output line.

Definition at line 242 of file LineScalers.hh.

Constructor & Destructor Documentation

◆ ZoomLine()

template<std::unsigned_integral Pixel>
openmsx::ZoomLine< Pixel >::ZoomLine ( PixelOperations< Pixel pixelOps)
explicit

Definition at line 1107 of file LineScalers.hh.

Member Function Documentation

◆ operator()()

template<std::unsigned_integral Pixel>
void openmsx::ZoomLine< Pixel >::operator() ( std::span< const Pixel in,
std::span< Pixel out 
) const

Definition at line 1113 of file LineScalers.hh.


The documentation for this class was generated from the following file: