10 Foo(
double x_,
double y_) :
x(x_),
y(y_){}
13 return new Foo(
x,
y) ;
31 .constructor<
double,
double>()
39 Rcpp::function(
"make_foo", &
make_foo ) ;
48 r<<
"Foo <- Mod$make_foo()";
50 r<<
"f <- Foo$clone()";
#define LOAD_ROOTR_MODULE(NAME)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
Foo(double x_, double y_)
void bla(const Foo &other)
ROOT R was implemented using the R Project library and the modules Rcpp and RInside
static TRInterface & Instance()
static method to get an TRInterface instance reference
This is a class to support deprecated method to pass function to R's Environment, based in Rcpp::Inte...