Last change
on this file since 422 was 326, checked in by ercodmgr, 26 years ago |
1/ NTupleInterface mis ds Outils++ et complete -
2/ Les PINtuple et PINtup3D utilisent maintenant NTupleInterface
3/ Debut modification interface NObjMgr - Reza 23/6/99
|
File size:
796 bytes
|
Rev | Line | |
---|
[165] | 1 | #ifndef PINTUPLE3D_H
|
---|
| 2 | #define PINTUPLE3D_H
|
---|
| 3 |
|
---|
[326] | 4 | #include "ntupintf.h"
|
---|
[165] | 5 | #include "pi3ddrw.h"
|
---|
| 6 |
|
---|
| 7 | class PINTuple3D : public PIDrawer3D {
|
---|
| 8 | public:
|
---|
[326] | 9 | PINTuple3D(NTupleInterface* nt, bool ad=false);
|
---|
[165] | 10 | virtual ~PINTuple3D();
|
---|
| 11 |
|
---|
[205] | 12 | virtual void Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax);
|
---|
[165] | 13 | virtual void UpdateLimits();
|
---|
| 14 |
|
---|
| 15 | void SelectXYZ(const char* px, const char* py, const char* pz);
|
---|
| 16 | void SelectErrBar(const char* erbx=NULL, const char* erby=NULL, const char* erbz=NULL);
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | protected:
|
---|
[326] | 20 | NTupleInterface* mNT;
|
---|
[165] | 21 | bool mAdDO;
|
---|
| 22 | int xK, yK, zK; // Index du nom de variable en X/Y/Z ds le ntuple
|
---|
| 23 | int xebK, yebK, zebK; // Index du nom de variable en ErrBarX/Y/Z ds le ntuple
|
---|
| 24 |
|
---|
| 25 | };
|
---|
| 26 |
|
---|
| 27 | #endif
|
---|
| 28 |
|
---|
| 29 |
|
---|
| 30 |
|
---|
| 31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.