Logo ROOT   6.10/09
Reference Guide
TRFunctionExport.cxx
Go to the documentation of this file.
1 /*************************************************************************
2  * Copyright (C) 2013-2015, Omar Andres Zapata Mesa *
3  * All rights reserved. *
4  * *
5  * For the licensing terms see $ROOTSYS/LICENSE. *
6  * For the list of contributors see $ROOTSYS/README/CREDITS. *
7  *************************************************************************/
8 #include<TRFunctionExport.h>
9 
10 using namespace ROOT::R;
12 
13 
14 //______________________________________________________________________________
16 {
17  f = NULL;
18 }
19 
20 //______________________________________________________________________________
22 {
23  f = fun.f;
24 }
25 
TRInternalFunction * f
#define NULL
Definition: RtypesCore.h:88
namespace associated R package for ROOT.
Definition: RExports.h:56
#define ClassImp(name)
Definition: Rtypes.h:336
double f(double x)
TRFunctionExport()
Default TRFunctionExport constructor.
Mother of all ROOT objects.
Definition: TObject.h:37
This is a class to pass functions from ROOT to R