Last change
on this file since 53 was 53, checked in by cmv, 28 years ago |
bugs ds pintuple rz+cmv 12/8/97
|
File size:
654 bytes
|
Rev | Line | |
---|
[53] | 1 | #ifndef PINTUPLE_H
|
---|
| 2 | #define PINTUPLE_H
|
---|
[52] | 3 |
|
---|
| 4 | #include "ntuple.h"
|
---|
| 5 | #include "piscdrawwdg.h"
|
---|
| 6 |
|
---|
| 7 | class PINTuple : public PIScDrawer {
|
---|
| 8 | public:
|
---|
| 9 | PINTuple(NTuple* nt, bool ad);
|
---|
| 10 | virtual ~PINTuple();
|
---|
| 11 |
|
---|
| 12 | virtual void Draw(double xmin, double ymin, double xmax, double ymax);
|
---|
| 13 | virtual void UpdateSize();
|
---|
| 14 |
|
---|
| 15 | void SelectXY(char* px, char* py);
|
---|
| 16 | void SelectErrBar(char* erbx=NULL, char* erby=NULL);
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | protected:
|
---|
| 20 | NTuple* mNT;
|
---|
| 21 | int xK, yK; // Index du nom de variable en X/Y ds le ntuple
|
---|
| 22 | int xebK, yebK; // Index du nom de variable en ErrBarX/Y ds le ntuple
|
---|
| 23 |
|
---|
| 24 | };
|
---|
| 25 |
|
---|
| 26 | #endif
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 |
|
---|
| 30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.