Changeset 10 in Sophya for trunk/SophyaPI/PI/piimage.h
- Timestamp:
- Mar 8, 1996, 8:02:56 PM (30 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piimage.h
r8 r10 41 41 ~PIImage(); 42 42 43 void SetImage(RzImage *pim );44 void SetZoomWin(PIPixmap * zw );43 void SetImage(RzImage *pim, bool refr=true); 44 void SetZoomWin(PIPixmap * zw, bool refr=true); 45 45 inline void SetTextWin(PILabel * tw) { txw = tw; }; 46 46 47 void SetLut(float min, float max, 48 int typlut=kLutType_Lin, int lauto=0); 49 void SetLut(LUT *clut); 50 void SetZoom(int zm); 47 void SetLut(float min, float max, int typlut=kLutType_Lin, 48 int lauto=0, bool refr=true); 49 void SetLut(LUT *clut, bool refr=true); 51 50 52 void SetOffset(int ox, int oy); 51 void SetZoom(int zm, bool refr=true); 52 void SetOffset(int ox, int oy, bool refr=true); 53 53 54 virtual void SetColMap(CMapId cmap );54 virtual void SetColMap(CMapId cmap, bool refr=true); 55 55 56 56 inline RzImage * Image() { return(img); }
Note:
See TracChangeset
for help on using the changeset viewer.