klComputerVision
Data Structures | Typedefs | Functions
klBigTiffFileManager.h File Reference
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <sstream>
#include <stdio.h>
#include <malloc.h>
#include <math.h>
#include "tiffio.h"
#include "tiffiop.h"
#include "kl_SEH.h"
Include dependency graph for klBigTiffFileManager.h:
This graph shows which files directly or indirectly include this file:

Data Structures

class  klBigTiffError
 
class  TiffImageInfo
 
class  klBigTiffFileManager
 

Typedefs

typedef unsigned long DWORD
 

Functions

template<class T >
std::string num_to_string (T t, std::ios_base &(*f)(std::ios_base &))
 
void TIFFError (const char *module, const char *fmt, va_list argptr)
 
void TIFFErrorExtFn (thandle_t fd, const char *module, const char *fmt, va_list argptr)
 

Typedef Documentation

typedef unsigned long DWORD

Function Documentation

template<class T >
std::string num_to_string ( t,
std::ios_base &(*)(std::ios_base &)  f 
)
void TIFFError ( const char *  module,
const char *  fmt,
va_list  argptr 
)
void TIFFErrorExtFn ( thandle_t  fd,
const char *  module,
const char *  fmt,
va_list  argptr 
)