Changeset 1503 in Sophya for trunk/SophyaPI/PI/picmapview.h
- Timestamp:
- May 21, 2001, 3:09:26 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/picmapview.h
r557 r1503 24 24 25 25 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); } 27 29 28 30 // Traitement des evenements
Note:
See TracChangeset
for help on using the changeset viewer.