Changeset 2350 in Sophya for trunk/SophyaPI/PIext/pintup3d.h
- Timestamp:
- Mar 18, 2003, 3:23:53 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintup3d.h
r486 r2350 18 18 virtual void SelectLabel(const char* plabel); 19 19 20 inline void ConnectPoints(bool fg=false) { connectPts = fg; } 21 22 // Methode de decodage des options 23 virtual int DecodeOptionString(vector<string> & opt, bool rmdecopt=true); 24 // Texte d'aide des options disponibles 25 virtual void GetOptionsHelpInfo(string& info); 20 26 21 27 protected: … … 29 35 int nWbins; // Nombre de bins pour le poids (Wt) 30 36 37 bool connectPts; // true -> les points sont relies par une ligne 38 31 39 }; 32 40
Note:
See TracChangeset
for help on using the changeset viewer.