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

The FilterGLDownPP class. More...

#include <display.hpp>

Inheritance diagram for pic::pic::FilterGLDownPP:
pic::pic::FilterGL

Public Member Functions

 FilterGLDownPP (float *value, float threshold)
 FilterGLDownPP. More...
 
 ~FilterGLDownPP ()
 
void update (float *value, float threshold)
 update More...
 
void OutputSize (ImageGLVec imgIn, int &width, int &height, int &channels, int &frames)
 OutputSize. More...
 
- Public Member Functions inherited from pic::pic::FilterGL
 FilterGL ()
 FilterGL. More...
 
 ~FilterGL ()
 
void release ()
 release More...
 
virtual void releaseAux ()
 releaseAux More...
 
void setFbo (Fbo *fbo)
 setFbo More...
 
virtual FbogetFbo ()
 getFbo More...
 
void insertFilter (FilterGL *flt)
 insertFilter More...
 
void setTarget (GLenum target)
 setTarget More...
 
virtual void changePass (int pass, int tPass)
 changePass More...
 
virtual ImageGLsetupAux (ImageGLVec imgIn, ImageGL *imgOut)
 setupAux More...
 
ImageGLallocateOutputMemory (ImageGLVec imgIn, ImageGL *imgOut, bool bDelete)
 allocateOutputMemory More...
 
virtual void bindTechnique ()
 
virtual void unbindTechnique ()
 
virtual ImageGLProcess (ImageGLVec imgIn, ImageGL *imgOut)
 Process. More...
 

Protected Member Functions

void initShaders ()
 initShaders More...
 

Protected Attributes

float threshold
 
float * value
 
int channels
 
- Protected Attributes inherited from pic::pic::FilterGL
Fbofbo
 
QuadGLquad
 
TechniqueGL technique
 
GLenum target
 
ImageGLVec param
 
bool bFboOwn
 

Additional Inherited Members

- Static Public Member Functions inherited from pic::pic::FilterGL
static std::string gammaCorrection (std::string fragment_source, bool bGammaCorrection)
 gammaCorrection More...
 
- Public Attributes inherited from pic::pic::FilterGL
bool bDelete
 
std::vector< FilterGL *> filters
 
std::string vertex_source
 
std::string geometry_source
 
std::string fragment_source
 

Detailed Description

The FilterGLDownPP class.

Constructor & Destructor Documentation

◆ FilterGLDownPP()

pic::pic::FilterGLDownPP::FilterGLDownPP ( float *  value,
float  threshold 
)
inline

FilterGLDownPP.

Parameters
scale

◆ ~FilterGLDownPP()

pic::pic::FilterGLDownPP::~FilterGLDownPP ( )
inline

Member Function Documentation

◆ initShaders()

void pic::pic::FilterGLDownPP::initShaders ( )
inlineprotected

initShaders

◆ OutputSize()

void pic::pic::FilterGLDownPP::OutputSize ( ImageGLVec  imgIn,
int &  width,
int &  height,
int &  channels,
int &  frames 
)
inlinevirtual

OutputSize.

Parameters
imgIn
width
height
channels
frames

Reimplemented from pic::pic::FilterGL.

◆ update()

void pic::pic::FilterGLDownPP::update ( float *  value,
float  threshold 
)
inline

update

Parameters
value
threshold

Member Data Documentation

◆ channels

int pic::pic::FilterGLDownPP::channels
protected

◆ threshold

float pic::pic::FilterGLDownPP::threshold
protected

◆ value

float * pic::pic::FilterGLDownPP::value
protected

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