Murl Engine API  Version 2018.3
Murl::Util::NearestVideoScaler Class Reference

The nearest video scaler class simply samples single points without filtering. More...

#include <murl_util_video_scaler.h>

Detailed Description

The nearest video scaler class simply samples single points without filtering.

Inheritance diagram for Murl::Util::NearestVideoScaler:
Murl::Util::VideoScaler Murl::IVideoScaler

Public Member Functions

 NearestVideoScaler ()
 The default constructor.
 
- Public Member Functions inherited from Murl::Util::VideoScaler
 VideoScaler (const IFilter *filter)
 Constructor creating a scaler using a specified filter. More...
 
virtual ~VideoScaler ()
 The destructor.
 
virtual Bool Scale (const ConstData &srcData, const MutableData &dstData, UInt32 srcPixelSizeX, UInt32 srcPixelSizeY, UInt32 srcBytePitch, UInt32 dstPixelSizeX, UInt32 dstPixelSizeY, UInt32 dstBytePitch, IEnums::PixelFormat pixelFormat, Real gamma) const
 Implementation of IVideoScaler::Scale(). More...
 
- Public Member Functions inherited from Murl::IVideoScaler
virtual ~IVideoScaler ()
 The destructor.
 

Additional Inherited Members


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