Logo ROOT  
Reference Guide
TNode.cxx File Reference
#include "Riostream.h"
#include "TROOT.h"
#include "TBuffer.h"
#include "TClass.h"
#include "TVirtualPad.h"
#include "TView.h"
#include "TGeometry.h"
#include "TRotMatrix.h"
#include "TShape.h"
#include "TNode.h"
#include "TBrowser.h"
#include "X3DBuffer.h"
#include "TVirtualViewer3D.h"
#include "TBuffer3D.h"
Include dependency graph for TNode.cxx:

Variables

static Int_t gGeomLevel = 0
 
TNodegNode
 
static Double_t gRotMatrix [kMAXLEVELS][kMatrixSize]
 
static Double_t gTranslation [kMAXLEVELS][kVectorSize]
 

Variable Documentation

◆ gGeomLevel

Int_t gGeomLevel = 0
static

Definition at line 35 of file TNode.cxx.

◆ gNode

TNode* gNode

Definition at line 37 of file TNode.cxx.

◆ gRotMatrix

Double_t gRotMatrix[kMAXLEVELS][kMatrixSize]
static

Definition at line 34 of file TNode.cxx.

◆ gTranslation

Double_t gTranslation[kMAXLEVELS][kVectorSize]
static

Definition at line 33 of file TNode.cxx.