Changeset 128 in Sophya for trunk/SophyaPI/PI/piimage.h
- Timestamp:
- Aug 3, 1998, 5:32:46 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piimage.h
r127 r128 37 37 { mdrw->SetAxesFlags(flags); mdrw->Refresh(); } 38 38 39 // Fenetre de Zoom, Vue global , ColorMap, text, ...39 // Fenetre de Zoom, Vue globale, ColorMap, text, ... 40 40 void SetZoomWin(PIPixmap * zw, bool refr=false); 41 41 void SetGloVWin(PIPixmap * zw, bool refr=false); … … 55 55 float GetZoomF(); 56 56 57 virtual void SetColMap(CMapId cmap, bool refr=true); 57 // Changement de table de couleur 58 virtual void SetColMap(PIColorMap* cmp, bool refr=true); 59 virtual void SetColMapId(CMapId cmapid, bool refr=true); 58 60 61 // Positionnement image - pave 59 62 void SetOffset(int ox, int oy, bool refr=true); 60 63 void SetPave(int x, int y, bool refr=true, bool cent=true); 61 64 65 // Acces aux informations 62 66 inline P2DArrayAdapter * Image() { return(img); } 63 67 inline LUT * Lut() { return(lut); } … … 70 74 inline PIElDrawer* MyElDrawer() { return (mdrw); } 71 75 76 // Rafraichissement des widgets auxiliaires (zoom, ...) 72 77 void Apply(bool mw=true); 73 78
Note:
See TracChangeset
for help on using the changeset viewer.