PICCANTE  0.4
The hottest HDR imaging library!
Public Member Functions | List of all members
pic::pic::ImageSamplerBicubic Class Reference

The ImageSamplerBicubic class. More...

#include <display.hpp>

Inheritance diagram for pic::pic::ImageSamplerBicubic:
pic::pic::ImageSampler

Public Member Functions

 ImageSamplerBicubic ()
 
void SampleImage (Image *img, float x, float y, float *vOut)
 SampleImage samples an image in uniform coordiantes. More...
 
- Public Member Functions inherited from pic::pic::ImageSampler
 ImageSampler ()
 ImageSampler. More...
 
 ~ImageSampler ()
 
void SetDirection (unsigned int direction)
 
virtual void SampleImageUC (Image *img, float x, float y, float *vOut)
 SampleImageUC samples an image in unnormalized coordinates [0,width-1]x[0,height-1]. More...
 
virtual void SampleImage (Image *img, float x, float y, float t, float *vOut)
 SampleImage samples an image in uniform coordiantes. More...
 

Additional Inherited Members

- Protected Attributes inherited from pic::pic::ImageSampler
int dirs [3]
 

Detailed Description

The ImageSamplerBicubic class.

Constructor & Destructor Documentation

◆ ImageSamplerBicubic()

pic::pic::ImageSamplerBicubic::ImageSamplerBicubic ( )
inline

Member Function Documentation

◆ SampleImage()

void pic::pic::ImageSamplerBicubic::SampleImage ( Image img,
float  x,
float  y,
float *  vOut 
)
inlinevirtual

SampleImage samples an image in uniform coordiantes.

Parameters
img
x
y
vOut

Reimplemented from pic::pic::ImageSampler.


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