ROOT 6.18/05 Reference Guide |
#include <RExports.h>
#include <TRFunctionExport.h>
#include <TRObject.h>
#include <TRDataFrame.h>
#include <Rcpp/Vector.h>
Namespaces | |
namespace | Rcpp |
This is a class to support deprecated method to pass function to R's Environment, based in Rcpp::InternalFunction. | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::R |
namespace associated R package for ROOT. | |
Functions | |
template<> | |
TMatrixT< Double_t > | Rcpp::as (SEXP m) |
template<> | |
TMatrixT< Float_t > | Rcpp::as (SEXP m) |
template<> | |
ROOT::R::TRObject | Rcpp::as (SEXP obj) |
template<> | |
ROOT::R::TRDataFrame | Rcpp::as (SEXP obj) |
template<> | |
ROOT::R::TRFunctionImport | Rcpp::as (SEXP obj) |
template<> | |
TVectorT< Double_t > | Rcpp::as (SEXP v) |
template<> | |
TVectorT< Float_t > | Rcpp::as (SEXP v) |
template<> | |
SEXP | Rcpp::wrap (const ROOT::R::TRDataFrame &obj) |
template<> | |
SEXP | Rcpp::wrap (const ROOT::R::TRFunctionImport &obj) |
template<> | |
SEXP | Rcpp::wrap (const ROOT::R::TRObject &obj) |
template<> | |
SEXP | Rcpp::wrap (const TMatrixT< Double_t > &m) |
template<> | |
SEXP | Rcpp::wrap (const TMatrixT< Float_t > &m) |
template<> | |
SEXP | Rcpp::wrap (const TVectorT< Double_t > &v) |
template<> | |
SEXP | Rcpp::wrap (const TVectorT< Float_t > &v) |