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

Functions

static coImageImpl * createRGB (const char *filename)
 static initializer More...
 

Variables

static const char * suffixes [] = { "RGB", "Rgb", "rgb", NULL }
 add all suffixes this class might have, NULL-terminated More...
 
static bool registered = coImage::registerImageType(suffixes, &createRGB)
 Registration at factory. More...
 

Function Documentation

static coImageImpl* createRGB ( const char *  filename)
static

static initializer

Variable Documentation

bool registered = coImage::registerImageType(suffixes, &createRGB)
static

Registration at factory.

const char* suffixes[] = { "RGB", "Rgb", "rgb", NULL }
static

add all suffixes this class might have, NULL-terminated