3Depict
|
#include "effect.h"
#include "common/xmlHelper.h"
#include "common/stringFuncs.h"
#include "common/constants.h"
#include <GL/glu.h>
Functions | |
Effect * | makeEffect (unsigned int effectID) |
Effect * | makeEffect (const std::string &str) |
Variables | |
float | MIN_CROP_FRACTION =0.0001 |
const unsigned int | NUM_EFFECTS =2 |
const char * | EFFECT_NAMES [] |
float | gbMatrix [] |
float | mixedMatrix [] |
float | halfMatrix [] |
Effect* makeEffect | ( | unsigned int | effectID | ) |
References ASSERT, EFFECT_ANAGLYPH, and EFFECT_BOX_CROP.
Referenced by AnaglyphEffect::getMode(), makeEffect(), and AnalysisState::save().
Effect* makeEffect | ( | const std::string & | str | ) |
References EFFECT_NAMES, makeEffect(), and NUM_EFFECTS.
const char* EFFECT_NAMES[] |
Referenced by Effect::Effect(), Effect::getName(), and makeEffect().
float gbMatrix[] |
float halfMatrix[] |
float MIN_CROP_FRACTION =0.0001 |
Referenced by BoxCropEffect::disable(), BoxCropEffect::enable(), and BoxCropEffect::willDoSomething().
float mixedMatrix[] |
const unsigned int NUM_EFFECTS =2 |
Referenced by Effect::Effect(), and makeEffect().