Changeset 2250 in Sophya for trunk/SophyaPI/PIGcont/pigncont.h
- Timestamp:
- Nov 7, 2002, 11:12:39 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIGcont/pigncont.h
r1919 r2250 28 28 const double *Levels(){return My_Levels;}; 29 29 void SetMyLevels(double *ptr,int k); 30 void SetMyLevels(vector <double> vec); 30 31 int NLevels(){return Contour_Levels;}; 31 32 void SetNLevel(int n){Contour_Levels=n;}; … … 35 36 void SetCntKind(t_contour_kind kind){Contour_kind = kind;}; 36 37 t_contour_kind GetCntKind(){return Contour_kind ;}; 38 37 39 38 40 NTuple * & MyIso(){return _myiso;}; … … 76 78 virtual bool IsMarkOn(); 77 79 virtual bool IsLabelOn(); 78 virtual void SetLineOn(bool );79 virtual void SetMarkOn(bool );80 virtual void SetLabelOn(bool );80 virtual void SetLineOn(bool b=true); 81 virtual void SetMarkOn(bool b=true); 82 virtual void SetLabelOn(bool b=true); 81 83 82 84 //Init attributs graphiques … … 87 89 // Methode permettant l'affichage d'une fenetre de controle specialisee 88 90 virtual void ShowControlWindow(PIBaseWdgGen* wdg); 91 // Desactivation de la fenetre de controle specialisee 92 virtual void DeactivateControlWindow(PIBaseWdgGen* wdg); 93 // Methode permettant de decoder des options a partir de chaines 94 int DecodeOptionString(vector<string> & opt, bool rmdecopt=true); 89 95 90 96
Note:
See TracChangeset
for help on using the changeset viewer.