Changeset 344 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- Aug 2, 1999, 6:52:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r333 r344 1 // This may look like C code, but it is really -*- C++ -*- 2 // Module PI : Peida Interactive PINTuple et PINTupleWdg 3 // Traceur d objet de type NTupleInterface 4 1 5 #ifndef PINTUPLE_H 2 6 #define PINTUPLE_H … … 13 17 virtual void UpdateLimits(); 14 18 15 16 17 19 virtual void SelectXY(const char* px, const char* py); 20 virtual void SelectWt(const char* pw=NULL, int nbins=10); 21 virtual void SelectErrBar(const char* erbx=NULL, const char* erby=NULL); 18 22 23 virtual void AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax); 19 24 20 25 protected:
Note:
See TracChangeset
for help on using the changeset viewer.