Classes | Functions

ColTab Namespace Reference

Classes

class  IndexedLookUpTable
 Looks up color for certain value. Keeps a pre-calc list of colors. More...
struct  MapperSetup
 Maps data values to color table positions: [0,1]. More...
class  Mapper
class  MapperTask
class  Sequence
 Maps from [0,1] -> Color. More...
class  SeqMgr
 Manages Sequences; reads/writes system or user-defined. More...

Functions

mGlobal const char * defSeqName ()
mGlobal float defClipRate ()
mGlobal float defSymMidval ()
mGlobal bool defAutoSymmetry ()
mGlobal void setMapperDefaults (float cr, float sm, bool autosym, bool histeq=false)
mGlobal bool defHistEq ()
mGlobal SeqMgrSM ()

Function Documentation

mGlobal bool ColTab::defAutoSymmetry (  ) 
mGlobal float ColTab::defClipRate (  ) 
mGlobal bool ColTab::defHistEq (  ) 
mGlobal const char* ColTab::defSeqName (  ) 
mGlobal float ColTab::defSymMidval (  ) 
mGlobal void ColTab::setMapperDefaults ( float  cr,
float  sm,
bool  autosym,
bool  histeq = false 
)
mGlobal SeqMgr& ColTab::SM (  )