ROOT
Version master
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
▼
graf2d
►
asimage
►
cocoa
►
fitsio
▼
gpad
doc
►
inc
▼
src
TAnnotation.cxx
►
TAttCanvas.cxx
TButton.cxx
►
TCanvas.cxx
►
TClassTree.cxx
TColorWheel.cxx
TControlBar.cxx
►
TControlBarButton.cxx
TCreatePrimitives.cxx
TDialogCanvas.cxx
TGroupButton.cxx
TInspectCanvas.cxx
►
TPad.cxx
TPadPainter.cxx
TPaveClass.cxx
TRatioPlot.cxx
TSlider.cxx
TSliderBox.cxx
TView.cxx
TViewer3DPad.cxx
►
gpadv7
►
graf
►
gviz
►
postscript
►
quartz
►
win32gdk
►
x11
►
x11ttf
►
graf3d
►
gui
►
hist
►
io
►
main
►
master
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TView.cxx
Go to the documentation of this file.
1
// @(#)root/gpad:$Id$
2
// Author: Rene Brun 19/02/2007
3
4
/*************************************************************************
5
* Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#include "
TView.h
"
13
#include "
TROOT.h
"
14
#include "
TPluginManager.h
"
15
16
ClassImp
(
TView
);
17
18
/** \class TView
19
\ingroup gpad
20
21
See TView3D.
22
*/
23
24
////////////////////////////////////////////////////////////////////////////////
25
/// Create a concrete default 3-d view via the plug-in manager
26
27
TView
*
TView::CreateView
(
Int_t
system
,
const
Double_t
*
rmin
,
const
Double_t
*
rmax
)
28
{
29
TView
*view =
nullptr
;
30
TPluginHandler
*
h
;
31
if
((
h
=
gROOT
->GetPluginManager()->FindHandler(
"TView"
))) {
32
if
(
h
->LoadPlugin() == -1)
33
return
nullptr
;
34
view = (
TView
*)
h
->ExecPlugin(3,
system
,
rmin
,
rmax
);
35
}
36
return
view;
37
}
h
#define h(i)
Definition
RSha256.hxx:106
ClassImp
#define ClassImp(name)
Definition
Rtypes.h:374
TPluginManager.h
TROOT.h
gROOT
#define gROOT
Definition
TROOT.h:406
TView.h
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
TPluginHandler
Definition
TPluginManager.h:103
TView
See TView3D.
Definition
TView.h:25
TView::CreateView
static TView * CreateView(Int_t system=1, const Double_t *rmin=nullptr, const Double_t *rmax=nullptr)
Create a concrete default 3-d view via the plug-in manager.
Definition
TView.cxx:27
double
int
graf2d
gpad
src
TView.cxx
ROOT master - Reference Guide Generated on Thu Jan 30 2025 12:41:24 (GVA Time) using Doxygen 1.10.0