ReFRACtor
ils.cc
Go to the documentation of this file.
1 #include "ils.h"
2 using namespace FullPhysics;
3 
4 #ifdef HAVE_LUA
5 #include "register_lua.h"
8 
9 // typedef to distinguish between copying value or moving value (C++11) push_back prototoypes
10 typedef void(std::vector<boost::shared_ptr<Ils> >::*pbt1)(
11  const std::vector<boost::shared_ptr<Ils> >::value_type&);
12 REGISTER_LUA_CLASS_NAME(std::vector<boost::shared_ptr<Ils> >, VectorIls)
13 .def(luabind::constructor<>())
14 .def("push_back", ((pbt1) &std::vector<boost::shared_ptr<Ils> >::push_back))
16 #endif
Definition: doxygen.h:52
STL namespace.
#define REGISTER_LUA_CLASS(X)
Definition: register_lua.h:116
#define REGISTER_LUA_CLASS_NAME(X, Y)
Definition: register_lua.h:129
void(std::vector< std::string >::* pbt1)(const std::vector< std::string >::value_type &)
Definition: register_lua.cc:52
This class models an Instrument Line Shape (ILS).
Definition: ils.h:13
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition: doxygen_python.h:1
#define REGISTER_LUA_END()
Definition: register_lua.h:134
def(luabind::constructor< int >()) .def("rows"

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:10