Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TAxis3D.cxx File Reference
#include <cctype>
#include <cassert>
#include <iostream>
#include "TMath.h"
#include "TList.h"
#include "TAxis3D.h"
#include "TClass.h"
#include "TPad.h"
#include "TGaxis.h"
#include "TView.h"
#include "TVirtualX.h"
#include "TBrowser.h"
#include "TStyle.h"
#include "strlcpy.h"
Include dependency graph for TAxis3D.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Macros

#define AXISCHOICE
 

Macro Definition Documentation

◆ AXISCHOICE

#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++)
int Int_t
Definition RtypesCore.h:45

Definition at line 634 of file TAxis3D.cxx.