Changeset 1503 in Sophya for trunk/SophyaPI/PI/picmapview.h


Ignore:
Timestamp:
May 21, 2001, 3:09:26 PM (24 years ago)
Author:
ansari
Message:

Implementation de la possibilite d'inverser l'indexage des ColorMap - Reza 21/5/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/picmapview.h

    r557 r1503  
    2424
    2525  void            SetColMap(PIColorMap* cmp=NULL, double min=1., double max=-1., bool refr=true);
    26   void            SetColMapId(CMapId cmapid, double min=1., double max=-1., bool refr=true);
     26  void            SetColMapId(CMapId cmapid, bool revidx, double min, double max, bool refr);
     27  inline void     SetColMapId(CMapId cmapid, double min=1., double max=-1., bool refr=true)
     28                  { SetColMapId(cmapid, false, min, max, refr); }
    2729
    2830// Traitement des evenements   
Note: See TracChangeset for help on using the changeset viewer.