1 #ifndef SWIG_TYPE_MAPPER_H 2 #define SWIG_TYPE_MAPPER_H 15 sinfo = SWIG_TypeQuery(Typename);
16 #ifdef SWIG_TYPE_MAPPER_DIAGNOSTIC 17 std::cerr <<
"sinfo - " << sinfo->str <<
"\n";
24 return SWIG_NewPointerObj(SWIG_as_voidptr(v3), sinfo,
28 swig_type_info* sinfo;
This is the implementation of SwigTypeMapperBase.
SwigTypeMapper(const char *Typename)
virtual PyObject * to_python(const boost::shared_ptr< GenericObject > &V)
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...