COVISE Core
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

◆ createRGB()

static coImageImpl * createRGB ( const char *  filename)
static

static initializer

Variable Documentation

◆ registered

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

Registration at factory.

◆ suffixes

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

add all suffixes this class might have, NULL-terminated