Last change
on this file since 71 was 71, checked in by ansari, 28 years ago |
Version non completement debugge avec les PIGraphic Reza 12/02/98
|
File size:
666 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 |
|
---|
[71] | 12 | virtual void Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, float ymax);
|
---|
[52] | 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.