#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"
|
typedef unsigned long | DWORD |
|
|
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 unsigned long DWORD |
template<class T >
std::string num_to_string |
( |
T |
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 |
|
) |
| |