#include <COP2_Levels.h>

Public Member Functions | |
| virtual const char * | className () const |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *, const char *, OP_Operator *) |
Static Public Attributes | |
| static OP_TemplatePair | myTemplatePair |
| static OP_VariablePair | myVariablePair |
| static PRM_Template | myTemplateList [] |
| static CH_LocalVariable | myVariableList [] |
| static const char * | myInputLabels [] |
| static const float | theGammaMax |
| static const float | theGammaMin |
| static const char * | theName |
| static const char * | theEnglish |
Protected Member Functions | |
| virtual RU_PixelFunction * | addPixelFunction (const TIL_Plane *plane, int array_index, float t, int xres, int yres, int thread) |
Static Protected Member Functions | |
| static int | editHist (void *, int, float, const PRM_Template *) |
Definition at line 45 of file COP2_Levels.h.
| virtual RU_PixelFunction* COP2_Levels::addPixelFunction | ( | const TIL_Plane * | plane, | |
| int | array_index, | |||
| float | t, | |||
| int | xres, | |||
| int | yres, | |||
| int | thread | |||
| ) | [protected, virtual] |
Implements COP2_PixelOp.
| virtual const char* COP2_Levels::className | ( | ) | const [virtual] |
| static int COP2_Levels::editHist | ( | void * | , | |
| int | , | |||
| float | , | |||
| const PRM_Template * | ||||
| ) | [static, protected] |
| static OP_Node* COP2_Levels::myConstructor | ( | OP_Network * | , | |
| const char * | , | |||
| OP_Operator * | ||||
| ) | [static] |
const char* COP2_Levels::myInputLabels[] [static] |
Definition at line 55 of file COP2_Levels.h.
PRM_Template COP2_Levels::myTemplateList[] [static] |
CH_LocalVariable COP2_Levels::myVariableList[] [static] |
const char* COP2_Levels::theEnglish [static] |
Definition at line 60 of file COP2_Levels.h.
const float COP2_Levels::theGammaMax [static] |
Definition at line 57 of file COP2_Levels.h.
const float COP2_Levels::theGammaMin [static] |
Definition at line 58 of file COP2_Levels.h.
const char* COP2_Levels::theName [static] |
Definition at line 59 of file COP2_Levels.h.
1.5.9