![]() |
ReFRACtor
|
#include <Python.h>#include <boost/shared_ptr.hpp>#include <map>#include <iostream>#include "generic_object.h"#include "fp_type_index.h"
Include dependency graph for swig_type_mapper_base.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FullPhysics::SwigTypeMapperBase |
| This is the base class that is used by fp_shared_ptr.i to map a shared_ptr to a python object. More... | |
Namespaces | |
| FullPhysics | |
| Contains classes to abstract away details in various Spurr Radiative Transfer software. | |
Variables | |
| std::map< type_index, boost::shared_ptr< SwigTypeMapperBase > > | FullPhysics::swig_type_map |
| Map to go from type_index to the SwigTypeMapperBase object associated with it. More... | |