ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
hist
histpainter
inc
LinkDef.h
Go to the documentation of this file.
1
/* @(#)root/histpainter:$Id$ */
2
3
/*************************************************************************
4
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
#ifdef __CINT__
12
13
#pragma link off all globals;
14
#pragma link off all classes;
15
#pragma link off all functions;
16
17
#pragma link C++ class TPainter3dAlgorithms;
18
#pragma link C++ class TGraph2DPainter;
19
#pragma link C++ class TGraphPainter;
20
#pragma link C++ class THistPainter;
21
#pragma link C++ class TPaletteAxis+;
22
23
// needed since new class definition of TGraph2DPainter
24
#pragma extra_include "TGraph2D.h";
25
#pragma extra_include "TGraphDelaunay.h";
26
#pragma extra_include "TGraphDelaunay2D.h";
27
28
29
#endif