PICCANTE  0.4
The hottest HDR imaging library!
Namespaces | Macros | Typedefs | Functions
image_vec.hpp File Reference
#include <vector>
#include "../base.hpp"
#include "../gl/image.hpp"

Go to the source code of this file.

Namespaces

 pic
 

Macros

#define PIC_GL_IMAGE_RAW_VEC_HPP
 

Typedefs

typedef std::vector< ImageGL * > pic::ImageGLVec
 ImageGLVec an std::vector of pic::ImageGL. More...
 

Functions

PIC_INLINE ImageGLVec pic::SingleGL (ImageGL *img)
 SingleGL creates a single for filters input. More...
 
PIC_INLINE ImageGLVec pic::DoubleGL (ImageGL *img1, ImageGL *img2)
 DoubleGL creates a couple for filters input. More...
 
PIC_INLINE ImageGLVec pic::TripleGL (ImageGL *img1, ImageGL *img2, ImageGL *img3)
 TripleGL creates a triple for filters input. More...
 
PIC_INLINE bool pic::ImageGLVecCheck (ImageGLVec &imgIn, int minInputImages)
 ImageGLVecCheck. More...
 

Macro Definition Documentation

◆ PIC_GL_IMAGE_RAW_VEC_HPP

#define PIC_GL_IMAGE_RAW_VEC_HPP