ROOT  6.06/09
Reference Guide
Variables
TNode.cxx File Reference
#include "Riostream.h"
#include "TROOT.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:

Go to the source code of this file.

Variables

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

Variable Documentation

Int_t gGeomLevel = 0
static

Definition at line 34 of file TNode.cxx.

Referenced by TNode::Local2Master(), TNode::ls(), TNode::Master2Local(), and TNode::UpdateMatrix().

TNode* gNode

Definition at line 36 of file TNode.cxx.

Double_t gRotMatrix[kMAXLEVELS][kMatrixSize]
static

Definition at line 33 of file TNode.cxx.

Referenced by TNode::Local2Master(), TNode::Master2Local(), and TNode::UpdateMatrix().

Double_t gTranslation[kMAXLEVELS][kVectorSize]
static

Definition at line 32 of file TNode.cxx.

Referenced by TNode::Local2Master(), TNode::Master2Local(), and TNode::UpdateMatrix().