#include <ctype.h>
#include <assert.h>
#include "Riostream.h"
#include "TMath.h"
#include "TList.h"
#include "TClass.h"
#include "TAxis3D.h"
#include "TCanvas.h"
#include "TPad.h"
#include "TGaxis.h"
#include "TView.h"
#include "TVirtualPad.h"
#include "TVirtualX.h"
#include "TBrowser.h"
#include "TStyle.h"
Go to the source code of this file.
Defines | |
#define | AXISCHOICE |
Functions | |
ClassImp (TAxis3D) TAxis3D |
#define AXISCHOICE |
Value:
Int_t i = AxisChoice(axis); \ Int_t nax = 1; \ if (i == -1) { i = 0; nax = 3;}\ for (Int_t ax=i;ax<nax+i;ax++)
Definition at line 644 of file TAxis3D.cxx.
Referenced by TAxis3D::SetAxisColor(), TAxis3D::SetLabelColor(), TAxis3D::SetLabelFont(), TAxis3D::SetLabelOffset(), TAxis3D::SetLabelSize(), TAxis3D::SetNdivisions(), TAxis3D::SetTickLength(), and TAxis3D::SetTitleOffset().
ClassImp | ( | TAxis3D | ) |