IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2008, 2:06:49 AM (19 years ago)
Author:
eugene
Message:

initial release of the histogram 3d color cube

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071222/Ohana/src/kapa2/include/constants.h

    r15935 r15996  
    1212# define NCHANNELS 3
    1313# define NPIXELS_DYNAMIC 128
    14 # define NPIXELS_STATIC 1024
     14
     15// XXX for the moment, this is set to match the values in SetColorScale3D_CC
     16# define NPIXELS_STATIC 3000
    1517
    1618# define PAD1  3
     
    3335typedef enum {
    3436    KAPA_SCALE_1D,
    35     KAPA_SCALE_3D
     37    KAPA_SCALE_3D_RUFF,
     38    KAPA_SCALE_3D_FULL
    3639} KapaColorScaleMode;
    3740
     
    4750  LABELLR
    4851} KapaLabelMode;
     52
     53typedef enum {
     54  KAPA_CHANNEL_RED,
     55  KAPA_CHANNEL_GREEN,
     56  KAPA_CHANNEL_BLUE,
     57} KapaChannels;
     58
     59// use an enum to identify the 3 dimensions:
     60typedef enum {
     61  CC_X,
     62  CC_Y,
     63  CC_Z,
     64} CCDimen;
    4965
    5066/* EVENT_MASK consists of:
Note: See TracChangeset for help on using the changeset viewer.