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