COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Namespaces | Functions | Variables
coImageTIFF.cpp File Reference
#include "coImageTIFF.h"
#include "coImage.h"
#include <covise/covise.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "tiffio.h"
Include dependency graph for coImageTIFF.cpp:

Namespaces

 covise
 list of all chemical elements
 

Functions

unsigned char * covise::tifread (const char *filename, int *w, int *h, int *nc)
 
static coImageImplcovise::createTIFF (const char *filename)
 static initializer More...
 

Variables

static const char * covise::suffixes []
 add all suffixes this class might have, NULL-terminated More...
 
static bool covise::registered = coImage::registerImageType(suffixes, &createTIFF)
 Registration at factory. More...