ReFRACtor
dispersion.cc
Go to the documentation of this file.
1 #include "dispersion.h"
2 using namespace FullPhysics;
3 using namespace blitz;
4 
5 #ifdef HAVE_LUA
6 #include "register_lua.h"
7 
9 .def("pixel_grid", &Dispersion::pixel_grid)
11 
12 // typedef to distinguish between copying value or moving value (C++11) push_back prototoypes
13 typedef void(std::vector<boost::shared_ptr<Dispersion> >::*pbt1)(
14  const std::vector<boost::shared_ptr<Dispersion> >::value_type&);
15 
16 REGISTER_LUA_CLASS_NAME(std::vector<boost::shared_ptr<Dispersion> >, VectorDispersion)
17 .def(luabind::constructor<>())
18 .def("push_back", ((pbt1) &std::vector<boost::shared_ptr<Dispersion> >::push_back))
20 
21 #endif
virtual SpectralDomain pixel_grid() const =0
Returns as list of grid points for each instrument pixel, and the gradient of the points wrt the stat...
Definition: doxygen.h:52
STL namespace.
#define REGISTER_LUA_CLASS(X)
Definition: register_lua.h:116
Apply value function to a blitz array.
#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 calculates the wavenumber for each pixel in a single band of an Instrument.
Definition: dispersion.h:12
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