KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
img.h File Reference
#include <assert.h>
#include <memory.h>
#include <stdlib.h>
#include <vector>
#include <string>
#include "wrap_dtlib_cpp/utils.h"
#include "l/l_sys_def.h"

Go to the source code of this file.

Classes

class  DTLib::CImgVec< T >
 
class  DTLib::CImg< T >
 
class  DTLib::CImgVec< T >
 

Namespaces

 DTLib
 

Typedefs

typedef CImg< BYTE > * DTLib::ByteCImgPtr
 TYPES. More...
 
typedef CImg< kjb_int32 > * DTLib::LongCImgPtr
 
typedef CImg< float > * DTLib::FloatCImgPtr
 
typedef CImg< int > * DTLib::IntCImgPtr
 
typedef CImgVec< BYTE > * DTLib::ByteCImgVecPtr
 
typedef CImgVec< kjb_int32 > * DTLib::LongCImgVecPtr
 
typedef CImgVec< float > * DTLib::FloatCImgVecPtr
 
typedef vector< CImg< BYTE >
* >::iterator 
DTLib::ByteImgVecIter
 
typedef vector< CImg
< kjb_int32 > * >::iterator 
DTLib::LongImgVecIter
 
typedef vector< CImg< float >
* >::iterator 
DTLib::FloatImgVecIter
 
typedef vector< CImg< int >
* >::iterator 
DTLib::IntImgVecIter
 

Functions

void DTLib::report_int (const std::string &msg, int value)