#include <TEvePlot3D.h>
Inheritance diagram for TEvePlot3D:
Definition at line 18 of file TEvePlot3D.h.
TEvePlot3D::TEvePlot3D | ( | const TEvePlot3D & | ) | [private] |
TEvePlot3D::TEvePlot3D | ( | const char * | n = "TEvePlot3D" , |
|
const char * | t = "" | |||
) |
virtual TEvePlot3D::~TEvePlot3D | ( | ) | [inline, virtual] |
Definition at line 36 of file TEvePlot3D.h.
TEvePlot3D::TEvePlot3D | ( | const TEvePlot3D & | ) | [private] |
TEvePlot3D::TEvePlot3D | ( | const char * | n = "TEvePlot3D" , |
|
const char * | t = "" | |||
) |
virtual TEvePlot3D::~TEvePlot3D | ( | ) | [inline, virtual] |
Definition at line 36 of file TEvePlot3D.h.
TEvePlot3D& TEvePlot3D::operator= | ( | const TEvePlot3D & | ) | [private] |
TObject* TEvePlot3D::GetPlot | ( | ) | const [inline] |
TString TEvePlot3D::GetPlotOption | ( | ) | const [inline] |
void TEvePlot3D::SetLogX | ( | Bool_t | l | ) | [inline] |
void TEvePlot3D::SetLogY | ( | Bool_t | l | ) | [inline] |
void TEvePlot3D::SetLogZ | ( | Bool_t | l | ) | [inline] |
Bool_t TEvePlot3D::GetLogX | ( | ) | const [inline] |
Bool_t TEvePlot3D::GetLogY | ( | ) | const [inline] |
Bool_t TEvePlot3D::GetLogZ | ( | ) | const [inline] |
void TEvePlot3D::Paint | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TObject.
Definition at line 34 of file TEvePlot3D.cxx.
References TEveElement::PaintStandard().
TEvePlot3D::ClassDef | ( | TEvePlot3D | , | |
0 | ||||
) |
TEvePlot3D& TEvePlot3D::operator= | ( | const TEvePlot3D & | ) | [private] |
TObject* TEvePlot3D::GetPlot | ( | ) | const [inline] |
TString TEvePlot3D::GetPlotOption | ( | ) | const [inline] |
void TEvePlot3D::SetLogX | ( | Bool_t | l | ) | [inline] |
void TEvePlot3D::SetLogY | ( | Bool_t | l | ) | [inline] |
void TEvePlot3D::SetLogZ | ( | Bool_t | l | ) | [inline] |
Bool_t TEvePlot3D::GetLogX | ( | ) | const [inline] |
Bool_t TEvePlot3D::GetLogY | ( | ) | const [inline] |
Bool_t TEvePlot3D::GetLogZ | ( | ) | const [inline] |
TEvePlot3D::ClassDef | ( | TEvePlot3D | , | |
0 | ||||
) |
TEvePlot3DGL [friend] |
Definition at line 20 of file TEvePlot3D.h.
TObject* TEvePlot3D::fPlot [protected] |
Definition at line 27 of file TEvePlot3D.h.
Referenced by GetPlot(), TEvePlot3DGL::SetModel(), and SetPlot().
TString TEvePlot3D::fPlotOption [protected] |
Definition at line 28 of file TEvePlot3D.h.
Referenced by GetPlotOption(), TEvePlot3DGL::SetModel(), and SetPlot().
Bool_t TEvePlot3D::fLogX [protected] |
Definition at line 30 of file TEvePlot3D.h.
Referenced by GetLogX(), SetLogX(), SetLogXYZ(), and TEvePlot3DGL::SetModel().
Bool_t TEvePlot3D::fLogY [protected] |
Definition at line 31 of file TEvePlot3D.h.
Referenced by GetLogY(), SetLogXYZ(), SetLogY(), and TEvePlot3DGL::SetModel().
Bool_t TEvePlot3D::fLogZ [protected] |
Definition at line 32 of file TEvePlot3D.h.
Referenced by GetLogZ(), SetLogXYZ(), SetLogZ(), and TEvePlot3DGL::SetModel().
TObject* TEvePlot3D::fPlot [protected] |
Definition at line 27 of file TEvePlot3D.h.