1 #ifndef SWIG_TYPE_MAPPER_BASE_H 2 #define SWIG_TYPE_MAPPER_BASE_H 4 #include <boost/shared_ptr.hpp> 27 extern std::map<type_index, boost::shared_ptr<SwigTypeMapperBase> >
swig_type_map;
virtual PyObject * to_python(const boost::shared_ptr< FullPhysics::GenericObject > &V)=0
std::map< type_index, boost::shared_ptr< SwigTypeMapperBase > > swig_type_map
Map to go from type_index to the SwigTypeMapperBase object associated with it.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
This is the base class that is used by fp_shared_ptr.i to map a shared_ptr to a python object...