13 .
def(luabind::constructor<>())
14 .
def("push_back", ((
pbt1) &
std::vector<
boost::shared_ptr<InstrumentCorrection> >::push_back))
18 typedef
void(
std::vector<
std::vector<
boost::shared_ptr<InstrumentCorrection> > >::*
pbt2)(
19 const
std::vector<
std::vector<
boost::shared_ptr<InstrumentCorrection> > >::value_type&);
21 .
def(luabind::constructor<>())
22 .
def("push_back", ((
pbt2) &
std::vector<
std::vector<
boost::shared_ptr<InstrumentCorrection> > >::push_back))
#define REGISTER_LUA_CLASS(X)
void(std::vector< double >::* pbt2)(const std::vector< double >::value_type &)
#define REGISTER_LUA_CLASS_NAME(X, Y)
void(std::vector< std::string >::* pbt1)(const std::vector< std::string >::value_type &)
Contains classes to abstract away details in various Spurr Radiative Transfer software.
#define REGISTER_LUA_END()
def(luabind::constructor< int >()) .def("rows"
This class models an Instrument correction.