Returns a member of reference class objects.
# S4 method for Rcpp_PDV
getx(object)
# S4 method for Rcpp_CPS
getx(object)
# S4 method for Rcpp_PDV
gety(object)
# S4 method for Rcpp_CPS
gety(object)
# S4 method for Rcpp_PDV
gets(object)
# S4 method for Rcpp_CPS
gets(object)
# S4 method for Rcpp_PDV
getz(object)
# S4 method for Rcpp_CPS
getz(object)
# S4 method for Rcpp_CPS
getstate(object)
# S4 method for Rcpp_CPS
getstatus(object)
# S4 method for Rcpp_CPS
getniter(object)
# S4 method for Rcpp_CTRL
getparams(object)
The relevant member object of the class.
An object of either reference-class Rcpp_PDV
or
Rcpp_CPS
, or Rcpp_CTRL
.