Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TNode.cxx File Reference
#include <iostream>
#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"

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.