#include <Python.h>
#include <string.h>
#include <stdexcept>
#include "Cosmology.h"
Go to the source code of this file.
Namespaces | |
namespace | swig |
Classes | |
struct | swig_type_info |
struct | swig_cast_info |
struct | swig_module_info |
struct | swig_const_info |
struct | PySwigClientData |
struct | PySwigObject |
struct | PySwigPacked |
class | swig::PyObject_ptr |
struct | swig::PyObject_var |
struct | swig_globalvar |
struct | swig_varlinkobject |
Defines | |
#define | SWIGPYTHON |
#define | SWIG_PYTHON_DIRECTOR_NO_VTABLE |
#define | SWIGTEMPLATEDISAMBIGUATOR |
#define | SWIGINLINE |
#define | SWIGUNUSED |
#define | SWIGUNUSEDPARM(p) p SWIGUNUSED |
#define | SWIGINTERN static SWIGUNUSED |
#define | SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
#define | SWIGEXPORT |
#define | SWIGSTDCALL |
#define | SWIG_RUNTIME_VERSION "2" |
#define | SWIG_TYPE_TABLE_NAME |
#define | SWIGRUNTIME SWIGINTERN |
#define | SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
#define | SWIG_BUFFER_SIZE 1024 |
#define | SWIG_POINTER_DISOWN 0x1 |
#define | SWIG_POINTER_OWN 0x1 |
#define | SWIG_OK (0) |
#define | SWIG_ERROR (-1) |
#define | SWIG_IsOK(r) (r >= 0) |
#define | SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
#define | SWIG_CASTRANKLIMIT (1 << 8) |
#define | SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
#define | SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
#define | SWIG_BADOBJ (SWIG_ERROR) |
#define | SWIG_OLDOBJ (SWIG_OK) |
#define | SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
#define | SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
#define | SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
#define | SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
#define | SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
#define | SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
#define | SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
#define | SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
#define | SWIG_AddCast |
#define | SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0) |
#define | SWIG_TypeCheck_Template(comparison, ty) |
#define | SWIG_UnknownError -1 |
#define | SWIG_IOError -2 |
#define | SWIG_RuntimeError -3 |
#define | SWIG_IndexError -4 |
#define | SWIG_TypeError -5 |
#define | SWIG_DivisionByZero -6 |
#define | SWIG_OverflowError -7 |
#define | SWIG_SyntaxError -8 |
#define | SWIG_ValueError -9 |
#define | SWIG_SystemError -10 |
#define | SWIG_AttributeError -11 |
#define | SWIG_MemoryError -12 |
#define | SWIG_NullReferenceError -13 |
#define | PyOS_snprintf snprintf |
#define | SWIG_PYBUFFER_SIZE 1024 |
#define | PyObject_Del(op) PyMem_DEL((op)) |
#define | PyObject_DEL PyObject_Del |
#define | PyExc_StopIteration PyExc_RuntimeError |
#define | PyObject_GenericGetAttr 0 |
#define | Py_NotImplemented PyExc_RuntimeError |
#define | PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;} |
#define | PySequence_Size PySequence_Length |
#define | SWIG_PYTHON_INITIALIZE_THREADS |
#define | SWIG_PYTHON_THREAD_BEGIN_BLOCK |
#define | SWIG_PYTHON_THREAD_END_BLOCK |
#define | SWIG_PYTHON_THREAD_BEGIN_ALLOW |
#define | SWIG_PYTHON_THREAD_END_ALLOW |
#define | SWIG_PY_POINTER 4 |
#define | SWIG_PY_BINARY 5 |
#define | SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0) |
#define | SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, flags) |
#define | SWIG_ConvertPtrAndOwn(obj, pptr, type, flags, own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own) |
#define | SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(ptr, type, flags) |
#define | SWIG_CheckImplicit(ty) SWIG_Python_CheckImplicit(ty) |
#define | SWIG_AcquirePtr(ptr, src) SWIG_Python_AcquirePtr(ptr, src) |
#define | swig_owntype int |
#define | SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
#define | SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) |
#define | SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags) |
#define | SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags) |
#define | SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, type) |
#define | SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(ptr, type, 0) |
#define | SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
#define | SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) |
#define | SWIG_GetModule(clientdata) SWIG_Python_GetModule() |
#define | SWIG_SetModule(clientdata, pointer) SWIG_Python_SetModule(pointer) |
#define | SWIG_NewClientData(obj) PySwigClientData_New(obj) |
#define | SWIG_SetErrorObj SWIG_Python_SetErrorObj |
#define | SWIG_SetErrorMsg SWIG_Python_SetErrorMsg |
#define | SWIG_ErrorType(code) SWIG_Python_ErrorType(code) |
#define | SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) |
#define | SWIG_fail goto fail |
#define | SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj) |
#define | SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); |
#define | SWIG_STATIC_POINTER(var) var = 0; if (!var) var |
#define | SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1) |
#define | SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN) |
#define | SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1) |
#define | SWIG_POINTER_EXCEPTION 0 |
#define | SWIG_arg_fail(arg) SWIG_Python_ArgFail(arg) |
#define | SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags) |
#define | SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
#define | SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else |
#define | SWIGTYPE_p_Cosmology swig_types[0] |
#define | SWIGTYPE_p_char swig_types[1] |
#define | SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
#define | SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
#define | SWIG_init init_PyCos |
#define | SWIG_name "_PyCos" |
#define | SWIGVERSION 0x010329 |
#define | SWIG_as_voidptr(a) const_cast< void * >(static_cast< const void * >(a)) |
#define | SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a)) |
#define | SWIG_From_double PyFloat_FromDouble |
#define | SWIG_newvarlink() SWIG_Python_newvarlink() |
#define | SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr) |
#define | SWIG_InstallConstants(d, constants) SWIG_Python_InstallConstants(d, constants) |
Typedefs | |
typedef void *(*) | swig_converter_func (void *) |
typedef swig_type_info *(*) | swig_dycast_func (void **) |
Functions | |
SWIGRUNTIME int | SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2) |
SWIGRUNTIME int | SWIG_TypeEquiv (const char *nb, const char *tb) |
SWIGRUNTIME int | SWIG_TypeCompare (const char *nb, const char *tb) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *into) |
SWIGRUNTIMEINLINE void * | SWIG_TypeCast (swig_cast_info *ty, void *ptr) |
SWIGRUNTIME swig_type_info * | SWIG_TypeDynamicCast (swig_type_info *ty, void **ptr) |
SWIGRUNTIMEINLINE const char * | SWIG_TypeName (const swig_type_info *ty) |
SWIGRUNTIME const char * | SWIG_TypePrettyName (const swig_type_info *type) |
SWIGRUNTIME void | SWIG_TypeClientData (swig_type_info *ti, void *clientdata) |
SWIGRUNTIME void | SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata) |
SWIGRUNTIME swig_type_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
SWIGRUNTIME swig_type_info * | SWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
SWIGRUNTIME char * | SWIG_PackData (char *c, void *ptr, size_t sz) |
SWIGRUNTIME const char * | SWIG_UnpackData (const char *c, void *ptr, size_t sz) |
SWIGRUNTIME char * | SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz) |
SWIGRUNTIME const char * | SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name) |
SWIGRUNTIME char * | SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz) |
SWIGRUNTIME const char * | SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name) |
static PyObject * | PyString_FromFormat (const char *fmt,...) |
static PyObject * | PyBool_FromLong (long ok) |
SWIGRUNTIME PyObject * | SWIG_Python_ErrorType (int code) |
SWIGRUNTIME void | SWIG_Python_AddErrorMsg (const char *mesg) |
SWIGINTERN void | SWIG_Python_SetErrorObj (PyObject *errtype, PyObject *obj) |
SWIGINTERN void | SWIG_Python_SetErrorMsg (PyObject *errtype, const char *msg) |
SWIGINTERN void | SWIG_Python_SetConstant (PyObject *d, const char *name, PyObject *obj) |
SWIGINTERN PyObject * | SWIG_Python_AppendOutput (PyObject *result, PyObject *obj) |
SWIGINTERN int | SWIG_Python_UnpackTuple (PyObject *args, const char *name, int min, int max, PyObject **objs) |
SWIGRUNTIMEINLINE PyObject * | SWIG_Py_Void (void) |
SWIGRUNTIMEINLINE int | SWIG_Python_CheckImplicit (swig_type_info *ty) |
SWIGRUNTIMEINLINE PyObject * | SWIG_Python_ExceptionType (swig_type_info *desc) |
SWIGRUNTIME PySwigClientData * | PySwigClientData_New (PyObject *obj) |
SWIGRUNTIME void | PySwigClientData_Del (PySwigClientData *data) |
SWIGRUNTIME PyObject * | PySwigObject_long (PySwigObject *v) |
SWIGRUNTIME PyObject * | PySwigObject_format (const char *fmt, PySwigObject *v) |
SWIGRUNTIME PyObject * | PySwigObject_oct (PySwigObject *v) |
SWIGRUNTIME PyObject * | PySwigObject_hex (PySwigObject *v) |
SWIGRUNTIME PyObject * | PySwigObject_repr (PySwigObject *v, PyObject *args) |
SWIGRUNTIME int | PySwigObject_print (PySwigObject *v, FILE *fp, int SWIGUNUSEDPARM(flags)) |
SWIGRUNTIME PyObject * | PySwigObject_str (PySwigObject *v) |
SWIGRUNTIME int | PySwigObject_compare (PySwigObject *v, PySwigObject *w) |
SWIGRUNTIME PyTypeObject * | _PySwigObject_type (void) |
SWIGRUNTIME PyTypeObject * | PySwigObject_type (void) |
SWIGRUNTIMEINLINE int | PySwigObject_Check (PyObject *op) |
SWIGRUNTIME PyObject * | PySwigObject_New (void *ptr, swig_type_info *ty, int own) |
SWIGRUNTIME void | PySwigObject_dealloc (PyObject *v) |
SWIGRUNTIME PyObject * | PySwigObject_append (PyObject *v, PyObject *next) |
SWIGRUNTIME PyObject * | PySwigObject_next (PyObject *v, PyObject *SWIGUNUSEDPARM(args)) |
SWIGINTERN PyObject * | PySwigObject_disown (PyObject *v, PyObject *SWIGUNUSEDPARM(args)) |
SWIGINTERN PyObject * | PySwigObject_acquire (PyObject *v, PyObject *SWIGUNUSEDPARM(args)) |
SWIGINTERN PyObject * | PySwigObject_own (PyObject *v, PyObject *args) |
SWIGINTERN PyObject * | PySwigObject_getattr (PySwigObject *sobj, char *name) |
SWIGRUNTIME int | PySwigPacked_print (PySwigPacked *v, FILE *fp, int SWIGUNUSEDPARM(flags)) |
SWIGRUNTIME PyObject * | PySwigPacked_repr (PySwigPacked *v) |
SWIGRUNTIME PyObject * | PySwigPacked_str (PySwigPacked *v) |
SWIGRUNTIME int | PySwigPacked_compare (PySwigPacked *v, PySwigPacked *w) |
SWIGRUNTIME PyTypeObject * | _PySwigPacked_type (void) |
SWIGRUNTIME PyTypeObject * | PySwigPacked_type (void) |
SWIGRUNTIMEINLINE int | PySwigPacked_Check (PyObject *op) |
SWIGRUNTIME void | PySwigPacked_dealloc (PyObject *v) |
SWIGRUNTIME PyObject * | PySwigPacked_New (void *ptr, size_t size, swig_type_info *ty) |
SWIGRUNTIME swig_type_info * | PySwigPacked_UnpackData (PyObject *obj, void *ptr, size_t size) |
SWIGRUNTIMEINLINE PyObject * | _SWIG_This (void) |
SWIGRUNTIME PyObject * | SWIG_This (void) |
SWIGRUNTIME PySwigObject * | SWIG_Python_GetSwigThis (PyObject *pyobj) |
SWIGRUNTIME int | SWIG_Python_AcquirePtr (PyObject *obj, int own) |
SWIGRUNTIME int | SWIG_Python_ConvertPtrAndOwn (PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) |
SWIGRUNTIME int | SWIG_Python_ConvertFunctionPtr (PyObject *obj, void **ptr, swig_type_info *ty) |
SWIGRUNTIME int | SWIG_Python_ConvertPacked (PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) |
SWIGRUNTIME PyObject * | SWIG_Python_NewShadowInstance (PySwigClientData *data, PyObject *swig_this) |
SWIGRUNTIME void | SWIG_Python_SetSwigThis (PyObject *inst, PyObject *swig_this) |
SWIGINTERN PyObject * | SWIG_Python_InitShadowInstance (PyObject *args) |
SWIGRUNTIME PyObject * | SWIG_Python_NewPointerObj (void *ptr, swig_type_info *type, int flags) |
SWIGRUNTIMEINLINE PyObject * | SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type) |
SWIGRUNTIME swig_module_info * | SWIG_Python_GetModule (void) |
SWIGINTERN int | PyModule_AddObject (PyObject *m, char *name, PyObject *o) |
SWIGRUNTIME void | SWIG_Python_DestroyModule (void *vptr) |
SWIGRUNTIME void | SWIG_Python_SetModule (swig_module_info *swig_module) |
SWIGRUNTIME PyObject * | SWIG_Python_TypeCache () |
SWIGRUNTIME swig_type_info * | SWIG_Python_TypeQuery (const char *type) |
SWIGRUNTIME int | SWIG_Python_AddErrMesg (const char *mesg, int infront) |
SWIGRUNTIME int | SWIG_Python_ArgFail (int argnum) |
SWIGRUNTIMEINLINE const char * | PySwigObject_GetDesc (PyObject *self) |
SWIGRUNTIME void | SWIG_Python_TypeError (const char *type, PyObject *obj) |
SWIGRUNTIME void * | SWIG_Python_MustGetPtr (PyObject *obj, swig_type_info *ty, int argnum, int flags) |
SWIGINTERN int | SWIG_AsVal_double (PyObject *obj, double *val) |
SWIGINTERN PyObject * | _wrap_new_Cosmology__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Cosmology__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Cosmology__SWIG_2 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Cosmology__SWIG_3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Cosmology__SWIG_4 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Cosmology__SWIG_5 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Cosmology (PyObject *self, PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_Cosmology (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_D_C (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_D_M (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_ang_dist (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_ang_dist_z1_z2 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_lum_dist (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_unit_comoving_volume (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_comoving_volume_z1_z2 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_comoving_volume_0_z (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_lookback_time (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_age (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Cosmology_age_now (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | Cosmology_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_E_z (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_time_integral (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_schechter (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_number_schechter (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_total_number_schechter (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_luminosity_schechter (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_total_luminosity_schechter (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGRUNTIME void | SWIG_InitializeModule (void *clientdata) |
SWIGRUNTIME void | SWIG_PropagateClientData (void) |
SWIGINTERN PyObject * | swig_varlink_repr (swig_varlinkobject *SWIGUNUSEDPARM(v)) |
SWIGINTERN PyObject * | swig_varlink_str (swig_varlinkobject *v) |
SWIGINTERN int | swig_varlink_print (swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags)) |
SWIGINTERN void | swig_varlink_dealloc (swig_varlinkobject *v) |
SWIGINTERN PyObject * | swig_varlink_getattr (swig_varlinkobject *v, char *n) |
SWIGINTERN int | swig_varlink_setattr (swig_varlinkobject *v, char *n, PyObject *p) |
SWIGINTERN PyTypeObject * | swig_varlink_type (void) |
SWIGINTERN PyObject * | SWIG_Python_newvarlink (void) |
SWIGINTERN void | SWIG_Python_addvarlink (PyObject *p, char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p)) |
SWIGINTERN PyObject * | SWIG_globals () |
SWIGINTERN void | SWIG_Python_InstallConstants (PyObject *d, swig_const_info constants[]) |
SWIGINTERN void | SWIG_Python_FixMethods (PyMethodDef *methods, swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial) |
SWIGEXPORT void | SWIG_init (void) |
Variables | |
static PyMethodDef | swigobject_methods [] |
static swig_type_info * | swig_types [3] |
static swig_module_info | swig_module = {swig_types, 2, 0, 0, 0, 0} |
static PyMethodDef | SwigMethods [] |
static swig_type_info | _swigt__p_Cosmology = {"_p_Cosmology", "Cosmology *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0} |
static swig_type_info * | swig_type_initial [] |
static swig_cast_info | _swigc__p_Cosmology [] = { {&_swigt__p_Cosmology, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info * | swig_cast_initial [] |
static swig_const_info | swig_const_table [] |
#define Py_NotImplemented PyExc_RuntimeError |
Definition at line 768 of file PyCos_wrap.cpp.
#define PyExc_StopIteration PyExc_RuntimeError |
Definition at line 759 of file PyCos_wrap.cpp.
#define PyObject_DEL PyObject_Del |
Definition at line 753 of file PyCos_wrap.cpp.
Referenced by PySwigObject_dealloc(), PySwigPacked_dealloc(), and PySwigPacked_New().
#define PyObject_Del | ( | op | ) | PyMem_DEL((op)) |
Definition at line 750 of file PyCos_wrap.cpp.
#define PyObject_GenericGetAttr 0 |
Definition at line 762 of file PyCos_wrap.cpp.
Referenced by _PySwigObject_type(), and _PySwigPacked_type().
#define PyOS_snprintf snprintf |
#define PySequence_Size PySequence_Length |
Definition at line 783 of file PyCos_wrap.cpp.
#define PyString_AsStringAndSize | ( | obj, | |||
s, | |||||
len | ) | {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;} |
Definition at line 776 of file PyCos_wrap.cpp.
#define SWIG_AcquirePtr | ( | ptr, | |||
src | ) | SWIG_Python_AcquirePtr(ptr, src) |
Definition at line 994 of file PyCos_wrap.cpp.
#define SWIG_AddCast |
Definition at line 302 of file PyCos_wrap.cpp.
Referenced by SWIG_AsVal_double(), and SWIG_Python_ConvertPtrAndOwn().
#define SWIG_AddNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
#define SWIG_AddTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
Definition at line 280 of file PyCos_wrap.cpp.
#define SWIG_addvarlink | ( | p, | |||
name, | |||||
get_attr, | |||||
set_attr | ) | SWIG_Python_addvarlink(p, name, get_attr, set_attr) |
Definition at line 3901 of file PyCos_wrap.cpp.
#define SWIG_arg_fail | ( | arg | ) | SWIG_Python_ArgFail(arg) |
Definition at line 2344 of file PyCos_wrap.cpp.
#define SWIG_ArgError | ( | r | ) | ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
Definition at line 263 of file PyCos_wrap.cpp.
Referenced by _wrap_Cosmology_age(), _wrap_Cosmology_age_now(), _wrap_Cosmology_ang_dist(), _wrap_Cosmology_ang_dist_z1_z2(), _wrap_Cosmology_comoving_volume_0_z(), _wrap_Cosmology_comoving_volume_z1_z2(), _wrap_Cosmology_D_C(), _wrap_Cosmology_D_M(), _wrap_Cosmology_lookback_time(), _wrap_Cosmology_lum_dist(), _wrap_Cosmology_unit_comoving_volume(), _wrap_delete_Cosmology(), _wrap_E_z(), _wrap_luminosity_schechter(), _wrap_new_Cosmology__SWIG_0(), _wrap_new_Cosmology__SWIG_1(), _wrap_new_Cosmology__SWIG_2(), _wrap_new_Cosmology__SWIG_3(), _wrap_new_Cosmology__SWIG_4(), _wrap_number_schechter(), _wrap_schechter(), _wrap_time_integral(), _wrap_total_luminosity_schechter(), and _wrap_total_number_schechter().
#define SWIG_as_voidptr | ( | a | ) | const_cast< void * >(static_cast< const void * >(a)) |
Definition at line 2487 of file PyCos_wrap.cpp.
Referenced by _wrap_new_Cosmology__SWIG_0(), _wrap_new_Cosmology__SWIG_1(), _wrap_new_Cosmology__SWIG_2(), _wrap_new_Cosmology__SWIG_3(), _wrap_new_Cosmology__SWIG_4(), and _wrap_new_Cosmology__SWIG_5().
#define SWIG_as_voidptrptr | ( | a | ) | ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a)) |
Definition at line 2488 of file PyCos_wrap.cpp.
Referenced by _wrap_Cosmology_unit_comoving_volume(), _wrap_E_z(), and _wrap_time_integral().
#define SWIG_AttributeError -11 |
#define SWIG_BADOBJ (SWIG_ERROR) |
Definition at line 272 of file PyCos_wrap.cpp.
#define SWIG_BUFFER_SIZE 1024 |
Definition at line 170 of file PyCos_wrap.cpp.
Referenced by PySwigObject_str(), PySwigPacked_print(), PySwigPacked_repr(), and PySwigPacked_str().
#define SWIG_CASTRANKLIMIT (1 << 8) |
Definition at line 266 of file PyCos_wrap.cpp.
#define SWIG_CheckImplicit | ( | ty | ) | SWIG_Python_CheckImplicit(ty) |
Definition at line 993 of file PyCos_wrap.cpp.
#define SWIG_CheckState | ( | r | ) | (SWIG_IsOK(r) ? 1 : 0) |
#define SWIG_contract_assert | ( | expr, | |||
msg | ) | if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else |
Definition at line 2456 of file PyCos_wrap.cpp.
#define SWIG_ConvertFunctionPtr | ( | obj, | |||
pptr, | |||||
type | ) | SWIG_Python_ConvertFunctionPtr(obj, pptr, type) |
Definition at line 1006 of file PyCos_wrap.cpp.
#define SWIG_ConvertInstance | ( | obj, | |||
pptr, | |||||
type, | |||||
flags | ) | SWIG_ConvertPtr(obj, pptr, type, flags) |
Definition at line 1002 of file PyCos_wrap.cpp.
#define SWIG_ConvertMember | ( | obj, | |||
ptr, | |||||
sz, | |||||
ty | ) | SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
Definition at line 1010 of file PyCos_wrap.cpp.
#define SWIG_ConvertPacked | ( | obj, | |||
ptr, | |||||
sz, | |||||
ty | ) | SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
Definition at line 998 of file PyCos_wrap.cpp.
#define SWIG_ConvertPtr | ( | obj, | |||
pptr, | |||||
type, | |||||
flags | ) | SWIG_Python_ConvertPtr(obj, pptr, type, flags) |
Definition at line 990 of file PyCos_wrap.cpp.
Referenced by _wrap_Cosmology_age(), _wrap_Cosmology_age_now(), _wrap_Cosmology_ang_dist(), _wrap_Cosmology_ang_dist_z1_z2(), _wrap_Cosmology_comoving_volume_0_z(), _wrap_Cosmology_comoving_volume_z1_z2(), _wrap_Cosmology_D_C(), _wrap_Cosmology_D_M(), _wrap_Cosmology_lookback_time(), _wrap_Cosmology_lum_dist(), _wrap_Cosmology_unit_comoving_volume(), _wrap_delete_Cosmology(), _wrap_E_z(), _wrap_time_integral(), and SWIG_Python_ConvertFunctionPtr().
#define SWIG_ConvertPtrAndOwn | ( | obj, | |||
pptr, | |||||
type, | |||||
flags, | |||||
own | ) | SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own) |
Definition at line 991 of file PyCos_wrap.cpp.
#define SWIG_DelNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
Definition at line 278 of file PyCos_wrap.cpp.
#define SWIG_DelTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
Definition at line 281 of file PyCos_wrap.cpp.
#define SWIG_DivisionByZero -6 |
#define SWIG_Error | ( | code, | |||
msg | ) | SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) |
Definition at line 1023 of file PyCos_wrap.cpp.
#define SWIG_ERROR (-1) |
Definition at line 261 of file PyCos_wrap.cpp.
Referenced by PyModule_AddObject(), SWIG_Python_ConvertFunctionPtr(), SWIG_Python_ConvertPacked(), and SWIG_Python_ConvertPtrAndOwn().
#define SWIG_ErrorType | ( | code | ) | SWIG_Python_ErrorType(code) |
Definition at line 1022 of file PyCos_wrap.cpp.
#define SWIG_exception_fail | ( | code, | |||
msg | ) | do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
Definition at line 2454 of file PyCos_wrap.cpp.
Referenced by _wrap_Cosmology_age(), _wrap_Cosmology_age_now(), _wrap_Cosmology_ang_dist(), _wrap_Cosmology_ang_dist_z1_z2(), _wrap_Cosmology_comoving_volume_0_z(), _wrap_Cosmology_comoving_volume_z1_z2(), _wrap_Cosmology_D_C(), _wrap_Cosmology_D_M(), _wrap_Cosmology_lookback_time(), _wrap_Cosmology_lum_dist(), _wrap_Cosmology_unit_comoving_volume(), _wrap_delete_Cosmology(), _wrap_E_z(), _wrap_luminosity_schechter(), _wrap_new_Cosmology__SWIG_0(), _wrap_new_Cosmology__SWIG_1(), _wrap_new_Cosmology__SWIG_2(), _wrap_new_Cosmology__SWIG_3(), _wrap_new_Cosmology__SWIG_4(), _wrap_number_schechter(), _wrap_schechter(), _wrap_time_integral(), _wrap_total_luminosity_schechter(), and _wrap_total_number_schechter().
#define SWIG_fail goto fail |
Definition at line 1024 of file PyCos_wrap.cpp.
Referenced by _wrap_Cosmology_age(), _wrap_Cosmology_age_now(), _wrap_Cosmology_ang_dist(), _wrap_Cosmology_ang_dist_z1_z2(), _wrap_Cosmology_comoving_volume_0_z(), _wrap_Cosmology_comoving_volume_z1_z2(), _wrap_Cosmology_D_C(), _wrap_Cosmology_D_M(), _wrap_Cosmology_lookback_time(), _wrap_Cosmology_lum_dist(), _wrap_Cosmology_unit_comoving_volume(), _wrap_delete_Cosmology(), _wrap_E_z(), _wrap_luminosity_schechter(), _wrap_new_Cosmology(), _wrap_new_Cosmology__SWIG_0(), _wrap_new_Cosmology__SWIG_1(), _wrap_new_Cosmology__SWIG_2(), _wrap_new_Cosmology__SWIG_3(), _wrap_new_Cosmology__SWIG_4(), _wrap_new_Cosmology__SWIG_5(), _wrap_number_schechter(), _wrap_schechter(), _wrap_time_integral(), _wrap_total_luminosity_schechter(), and _wrap_total_number_schechter().
#define SWIG_From_double PyFloat_FromDouble |
Definition at line 2601 of file PyCos_wrap.cpp.
Referenced by _wrap_Cosmology_age(), _wrap_Cosmology_age_now(), _wrap_Cosmology_ang_dist(), _wrap_Cosmology_ang_dist_z1_z2(), _wrap_Cosmology_comoving_volume_0_z(), _wrap_Cosmology_comoving_volume_z1_z2(), _wrap_Cosmology_D_C(), _wrap_Cosmology_D_M(), _wrap_Cosmology_lookback_time(), _wrap_Cosmology_lum_dist(), _wrap_Cosmology_unit_comoving_volume(), _wrap_E_z(), _wrap_luminosity_schechter(), _wrap_number_schechter(), _wrap_schechter(), _wrap_time_integral(), _wrap_total_luminosity_schechter(), and _wrap_total_number_schechter().
#define SWIG_GetModule | ( | clientdata | ) | SWIG_Python_GetModule() |
#define SWIG_IndexError -4 |
#define SWIG_init init_PyCos |
Definition at line 2480 of file PyCos_wrap.cpp.
#define SWIG_InstallConstants | ( | d, | |||
constants | ) | SWIG_Python_InstallConstants(d, constants) |
#define SWIG_IOError -2 |
#define SWIG_IsNewObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
Definition at line 279 of file PyCos_wrap.cpp.
#define SWIG_IsOK | ( | r | ) | (r >= 0) |
Definition at line 262 of file PyCos_wrap.cpp.
Referenced by _wrap_Cosmology_age(), _wrap_Cosmology_age_now(), _wrap_Cosmology_ang_dist(), _wrap_Cosmology_ang_dist_z1_z2(), _wrap_Cosmology_comoving_volume_0_z(), _wrap_Cosmology_comoving_volume_z1_z2(), _wrap_Cosmology_D_C(), _wrap_Cosmology_D_M(), _wrap_Cosmology_lookback_time(), _wrap_Cosmology_lum_dist(), _wrap_Cosmology_unit_comoving_volume(), _wrap_delete_Cosmology(), _wrap_E_z(), _wrap_luminosity_schechter(), _wrap_new_Cosmology__SWIG_0(), _wrap_new_Cosmology__SWIG_1(), _wrap_new_Cosmology__SWIG_2(), _wrap_new_Cosmology__SWIG_3(), _wrap_new_Cosmology__SWIG_4(), _wrap_number_schechter(), _wrap_schechter(), _wrap_time_integral(), _wrap_total_luminosity_schechter(), _wrap_total_number_schechter(), and SWIG_Python_ConvertPtrAndOwn().
#define SWIG_IsTmpObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
Definition at line 282 of file PyCos_wrap.cpp.
#define SWIG_MangledTypeQuery | ( | name | ) | SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 2467 of file PyCos_wrap.cpp.
#define SWIG_MemoryError -12 |
#define SWIG_MustGetPtr | ( | p, | |||
type, | |||||
argnum, | |||||
flags | ) | SWIG_Python_MustGetPtr(p, type, argnum, flags) |
Definition at line 2345 of file PyCos_wrap.cpp.
#define SWIG_name "_PyCos" |
#define SWIG_NewClientData | ( | obj | ) | PySwigClientData_New(obj) |
#define SWIG_NewFunctionPtrObj | ( | ptr, | |||
type | ) | SWIG_Python_NewPointerObj(ptr, type, 0) |
Definition at line 1007 of file PyCos_wrap.cpp.
#define SWIG_NewInstanceObj | ( | ptr, | |||
type, | |||||
flags | ) | SWIG_NewPointerObj(ptr, type, flags) |
Definition at line 1003 of file PyCos_wrap.cpp.
#define SWIG_NewMemberObj | ( | ptr, | |||
sz, | |||||
type | ) | SWIG_Python_NewPackedObj(ptr, sz, type) |
Definition at line 1011 of file PyCos_wrap.cpp.
#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
Definition at line 274 of file PyCos_wrap.cpp.
#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
Definition at line 268 of file PyCos_wrap.cpp.
#define SWIG_NewPackedObj | ( | ptr, | |||
sz, | |||||
type | ) | SWIG_Python_NewPackedObj(ptr, sz, type) |
#define SWIG_NewPointerObj | ( | ptr, | |||
type, | |||||
flags | ) | SWIG_Python_NewPointerObj(ptr, type, flags) |
Definition at line 992 of file PyCos_wrap.cpp.
Referenced by _wrap_new_Cosmology__SWIG_0(), _wrap_new_Cosmology__SWIG_1(), _wrap_new_Cosmology__SWIG_2(), _wrap_new_Cosmology__SWIG_3(), _wrap_new_Cosmology__SWIG_4(), _wrap_new_Cosmology__SWIG_5(), and SWIG_Python_InstallConstants().
#define SWIG_newvarlink | ( | ) | SWIG_Python_newvarlink() |
#define SWIG_NullReferenceError -13 |
Definition at line 713 of file PyCos_wrap.cpp.
#define SWIG_OK (0) |
Definition at line 260 of file PyCos_wrap.cpp.
Referenced by PyModule_AddObject(), SWIG_AsVal_double(), SWIG_Python_ConvertFunctionPtr(), SWIG_Python_ConvertPacked(), and SWIG_Python_ConvertPtrAndOwn().
#define SWIG_OLDOBJ (SWIG_OK) |
Definition at line 273 of file PyCos_wrap.cpp.
#define SWIG_OverflowError -7 |
#define swig_owntype int |
Definition at line 995 of file PyCos_wrap.cpp.
#define SWIG_POINTER_DISOWN 0x1 |
Definition at line 174 of file PyCos_wrap.cpp.
Referenced by _wrap_delete_Cosmology(), and SWIG_Python_ConvertPtrAndOwn().
#define SWIG_POINTER_EXCEPTION 0 |
#define SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1) |
#define SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN) |
Definition at line 1164 of file PyCos_wrap.cpp.
Referenced by _wrap_new_Cosmology__SWIG_0(), _wrap_new_Cosmology__SWIG_1(), _wrap_new_Cosmology__SWIG_2(), _wrap_new_Cosmology__SWIG_3(), _wrap_new_Cosmology__SWIG_4(), and _wrap_new_Cosmology__SWIG_5().
#define SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1) |
#define SWIG_POINTER_OWN 0x1 |
Definition at line 177 of file PyCos_wrap.cpp.
Referenced by PySwigObject_acquire(), and SWIG_Python_NewPointerObj().
#define SWIG_PY_BINARY 5 |
#define SWIG_PY_POINTER 4 |
Definition at line 953 of file PyCos_wrap.cpp.
Referenced by SWIG_Python_FixMethods(), and SWIG_Python_InstallConstants().
#define SWIG_PYBUFFER_SIZE 1024 |
#define SWIG_Python_CallFunctor | ( | functor, | |||
obj | ) | PyObject_CallFunction(functor, "O", obj); |
Definition at line 1145 of file PyCos_wrap.cpp.
Referenced by PySwigObject_dealloc(), and SWIG_Python_ConvertPtrAndOwn().
#define SWIG_Python_ConvertPtr | ( | obj, | |||
pptr, | |||||
type, | |||||
flags | ) | SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0) |
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE |
Definition at line 12 of file PyCos_wrap.cpp.
#define SWIG_PYTHON_INITIALIZE_THREADS |
Definition at line 930 of file PyCos_wrap.cpp.
#define SWIG_Python_Raise | ( | obj, | |||
type, | |||||
desc | ) | SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj) |
Definition at line 1046 of file PyCos_wrap.cpp.
#define SWIG_PYTHON_THREAD_BEGIN_ALLOW |
Definition at line 933 of file PyCos_wrap.cpp.
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK |
Definition at line 931 of file PyCos_wrap.cpp.
Referenced by SWIG_Python_SetErrorMsg(), and SWIG_Python_SetErrorObj().
#define SWIG_PYTHON_THREAD_END_ALLOW |
Definition at line 934 of file PyCos_wrap.cpp.
#define SWIG_PYTHON_THREAD_END_BLOCK |
Definition at line 932 of file PyCos_wrap.cpp.
Referenced by SWIG_Python_SetErrorMsg(), and SWIG_Python_SetErrorObj().
#define SWIG_RUNTIME_VERSION "2" |
Definition at line 140 of file PyCos_wrap.cpp.
Referenced by SWIG_Python_GetModule(), and SWIG_Python_SetModule().
#define SWIG_RuntimeError -3 |
#define SWIG_SetErrorMsg SWIG_Python_SetErrorMsg |
#define SWIG_SetErrorObj SWIG_Python_SetErrorObj |
Definition at line 1020 of file PyCos_wrap.cpp.
#define SWIG_SetModule | ( | clientdata, | |||
pointer | ) | SWIG_Python_SetModule(pointer) |
#define SWIG_STATIC_POINTER | ( | var | ) | var = 0; if (!var) var |
Definition at line 1155 of file PyCos_wrap.cpp.
Referenced by PySwigObject_type(), PySwigPacked_type(), SWIG_Python_TypeCache(), and SWIG_This().
#define SWIG_SyntaxError -8 |
#define SWIG_SystemError -10 |
#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
Definition at line 275 of file PyCos_wrap.cpp.
#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
Definition at line 270 of file PyCos_wrap.cpp.
#define SWIG_TYPE_TABLE_NAME |
Definition at line 148 of file PyCos_wrap.cpp.
Referenced by SWIG_Python_GetModule(), and SWIG_Python_SetModule().
#define SWIG_TypeCheck_Template | ( | comparison, | |||
ty | ) |
Value:
if (ty) { \ swig_cast_info *iter = ty->cast; \ while (iter) { \ if (comparison) { \ if (iter == ty->cast) return iter; \ /* Move iter to the top of the linked list */ \ iter->prev->next = iter->next; \ if (iter->next) \ iter->next->prev = iter->prev; \ iter->next = ty->cast; \ iter->prev = 0; \ if (ty->cast) ty->cast->prev = iter; \ ty->cast = iter; \ return iter; \ } \ iter = iter->next; \ } \ } \ return 0
Definition at line 406 of file PyCos_wrap.cpp.
Referenced by SWIG_TypeCheck(), and SWIG_TypeCheckStruct().
#define SWIG_TypeError -5 |
Definition at line 705 of file PyCos_wrap.cpp.
Referenced by SWIG_AsVal_double(), and SWIG_Python_ErrorType().
#define SWIG_TypeQuery | ( | name | ) | SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 2466 of file PyCos_wrap.cpp.
#define SWIG_UnknownError -1 |
Definition at line 701 of file PyCos_wrap.cpp.
#define SWIG_ValueError -9 |
#define SWIGEXPORT |
Definition at line 108 of file PyCos_wrap.cpp.
#define SWIGINLINE |
Definition at line 53 of file PyCos_wrap.cpp.
#define SWIGINTERN static SWIGUNUSED |
Definition at line 82 of file PyCos_wrap.cpp.
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 87 of file PyCos_wrap.cpp.
#define SWIGPYTHON |
Definition at line 11 of file PyCos_wrap.cpp.
#define SWIGRUNTIME SWIGINTERN |
Definition at line 161 of file PyCos_wrap.cpp.
Referenced by _PySwigObject_type(), and _PySwigPacked_type().
#define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
Definition at line 165 of file PyCos_wrap.cpp.
#define SWIGSTDCALL |
Definition at line 118 of file PyCos_wrap.cpp.
#define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 44 of file PyCos_wrap.cpp.
#define SWIGTYPE_p_char swig_types[1] |
Definition at line 2463 of file PyCos_wrap.cpp.
#define SWIGTYPE_p_Cosmology swig_types[0] |
Definition at line 2462 of file PyCos_wrap.cpp.
Referenced by _wrap_Cosmology_age(), _wrap_Cosmology_age_now(), _wrap_Cosmology_ang_dist(), _wrap_Cosmology_ang_dist_z1_z2(), _wrap_Cosmology_comoving_volume_0_z(), _wrap_Cosmology_comoving_volume_z1_z2(), _wrap_Cosmology_D_C(), _wrap_Cosmology_D_M(), _wrap_Cosmology_lookback_time(), _wrap_Cosmology_lum_dist(), _wrap_Cosmology_unit_comoving_volume(), _wrap_delete_Cosmology(), _wrap_new_Cosmology__SWIG_0(), _wrap_new_Cosmology__SWIG_1(), _wrap_new_Cosmology__SWIG_2(), _wrap_new_Cosmology__SWIG_3(), _wrap_new_Cosmology__SWIG_4(), _wrap_new_Cosmology__SWIG_5(), and Cosmology_swigregister().
#define SWIGUNUSED |
Definition at line 68 of file PyCos_wrap.cpp.
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 76 of file PyCos_wrap.cpp.
#define SWIGVERSION 0x010329 |
Definition at line 2484 of file PyCos_wrap.cpp.
typedef void*(*) swig_converter_func(void *) |
Definition at line 315 of file PyCos_wrap.cpp.
typedef struct swig_type_info*(*) swig_dycast_func(void **) |
Definition at line 316 of file PyCos_wrap.cpp.
SWIGRUNTIME PyTypeObject * _PySwigObject_type | ( | void | ) |
Definition at line 1578 of file PyCos_wrap.cpp.
References PyObject_GenericGetAttr, PySwigObject_compare(), PySwigObject_dealloc(), PySwigObject_getattr(), PySwigObject_hex(), PySwigObject_long(), PySwigObject_oct(), PySwigObject_print(), PySwigObject_repr(), PySwigObject_str(), and SWIGRUNTIME.
Referenced by PySwigObject_type().
SWIGRUNTIME PyTypeObject * _PySwigPacked_type | ( | void | ) |
Definition at line 1777 of file PyCos_wrap.cpp.
References PyObject_GenericGetAttr, PySwigPacked_compare(), PySwigPacked_dealloc(), PySwigPacked_print(), PySwigPacked_repr(), PySwigPacked_str(), and SWIGRUNTIME.
Referenced by PySwigPacked_Check(), and PySwigPacked_type().
SWIGRUNTIMEINLINE PyObject* _SWIG_This | ( | void | ) |
SWIGINTERN PyObject* _wrap_Cosmology_age | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3293 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_Cosmology_age_now | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3324 of file PyCos_wrap.cpp.
References Cosmology::age_now(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_Cosmology_ang_dist | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3051 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_Cosmology_ang_dist_z1_z2 | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3082 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_Cosmology_comoving_volume_0_z | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3231 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_Cosmology_comoving_volume_z1_z2 | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3191 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_Cosmology_D_C | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 2971 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_Cosmology_D_M | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3011 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_Cosmology_lookback_time | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3262 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_Cosmology_lum_dist | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3122 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_Cosmology_unit_comoving_volume | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3153 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_as_voidptrptr, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_delete_Cosmology | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 2949 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_POINTER_DISOWN, SWIG_Py_Void(), and SWIGTYPE_p_Cosmology.
SWIGINTERN PyObject* _wrap_E_z | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3353 of file PyCos_wrap.cpp.
References E_z(), SWIG_ArgError, SWIG_as_voidptrptr, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, and SWIG_IsOK.
SWIGINTERN PyObject* _wrap_luminosity_schechter | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3540 of file PyCos_wrap.cpp.
References luminosity_schechter(), SWIG_ArgError, SWIG_AsVal_double(), SWIG_exception_fail, SWIG_fail, SWIG_From_double, and SWIG_IsOK.
SWIGINTERN PyObject* _wrap_new_Cosmology | ( | PyObject * | self, | |
PyObject * | args | |||
) |
Definition at line 2819 of file PyCos_wrap.cpp.
References _wrap_new_Cosmology__SWIG_0(), _wrap_new_Cosmology__SWIG_1(), _wrap_new_Cosmology__SWIG_2(), _wrap_new_Cosmology__SWIG_3(), _wrap_new_Cosmology__SWIG_4(), _wrap_new_Cosmology__SWIG_5(), SWIG_AsVal_double(), SWIG_CheckState, SWIG_fail, and SWIG_SetErrorMsg.
SWIGINTERN PyObject* _wrap_new_Cosmology__SWIG_0 | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 2606 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_AsVal_double(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIG_POINTER_NEW, and SWIGTYPE_p_Cosmology.
Referenced by _wrap_new_Cosmology().
SWIGINTERN PyObject* _wrap_new_Cosmology__SWIG_1 | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 2664 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_AsVal_double(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIG_POINTER_NEW, and SWIGTYPE_p_Cosmology.
Referenced by _wrap_new_Cosmology().
SWIGINTERN PyObject* _wrap_new_Cosmology__SWIG_2 | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 2713 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_AsVal_double(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIG_POINTER_NEW, and SWIGTYPE_p_Cosmology.
Referenced by _wrap_new_Cosmology().
SWIGINTERN PyObject* _wrap_new_Cosmology__SWIG_3 | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 2753 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_AsVal_double(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIG_POINTER_NEW, and SWIGTYPE_p_Cosmology.
Referenced by _wrap_new_Cosmology().
SWIGINTERN PyObject* _wrap_new_Cosmology__SWIG_4 | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 2784 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_AsVal_double(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIG_POINTER_NEW, and SWIGTYPE_p_Cosmology.
Referenced by _wrap_new_Cosmology().
SWIGINTERN PyObject* _wrap_new_Cosmology__SWIG_5 | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 2806 of file PyCos_wrap.cpp.
References SWIG_as_voidptr, SWIG_fail, SWIG_NewPointerObj, SWIG_POINTER_NEW, and SWIGTYPE_p_Cosmology.
Referenced by _wrap_new_Cosmology().
SWIGINTERN PyObject* _wrap_number_schechter | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3460 of file PyCos_wrap.cpp.
References number_schechter(), SWIG_ArgError, SWIG_AsVal_double(), SWIG_exception_fail, SWIG_fail, SWIG_From_double, and SWIG_IsOK.
SWIGINTERN PyObject* _wrap_schechter | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3411 of file PyCos_wrap.cpp.
References schechter(), SWIG_ArgError, SWIG_AsVal_double(), SWIG_exception_fail, SWIG_fail, SWIG_From_double, and SWIG_IsOK.
SWIGINTERN PyObject* _wrap_time_integral | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3382 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_as_voidptrptr, SWIG_AsVal_double(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and time_integral().
SWIGINTERN PyObject* _wrap_total_luminosity_schechter | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3589 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and total_luminosity_schechter().
SWIGINTERN PyObject* _wrap_total_number_schechter | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3509 of file PyCos_wrap.cpp.
References SWIG_ArgError, SWIG_AsVal_double(), SWIG_exception_fail, SWIG_fail, SWIG_From_double, SWIG_IsOK, and total_number_schechter().
SWIGINTERN PyObject* Cosmology_swigregister | ( | PyObject * | SWIGUNUSEDPARM(self), | |
PyObject * | args | |||
) |
Definition at line 3346 of file PyCos_wrap.cpp.
References SWIG_NewClientData, SWIG_Py_Void(), SWIG_TypeNewClientData(), and SWIGTYPE_p_Cosmology.
static PyObject* PyBool_FromLong | ( | long | ok | ) | [static] |
SWIGINTERN int PyModule_AddObject | ( | PyObject * | m, | |
char * | name, | |||
PyObject * | o | |||
) |
Definition at line 2253 of file PyCos_wrap.cpp.
References SWIG_ERROR, and SWIG_OK.
Referenced by SWIG_Python_SetModule().
static PyObject* PyString_FromFormat | ( | const char * | fmt, | |
... | ||||
) | [static] |
Definition at line 737 of file PyCos_wrap.cpp.
References SWIG_PYBUFFER_SIZE.
Referenced by PySwigObject_repr(), PySwigPacked_repr(), and PySwigPacked_str().
SWIGRUNTIME void PySwigClientData_Del | ( | PySwigClientData * | data | ) |
Definition at line 1294 of file PyCos_wrap.cpp.
References PySwigClientData::destroy, PySwigClientData::newargs, and PySwigClientData::newraw.
Referenced by SWIG_Python_DestroyModule().
SWIGRUNTIME PySwigClientData* PySwigClientData_New | ( | PyObject * | obj | ) |
Definition at line 1241 of file PyCos_wrap.cpp.
References PySwigClientData::delargs, PySwigClientData::destroy, PySwigClientData::implicitconv, PySwigClientData::klass, PySwigClientData::newargs, and PySwigClientData::newraw.
SWIGINTERN PyObject* PySwigObject_acquire | ( | PyObject * | v, | |
PyObject * | SWIGUNUSEDPARM(args) | |||
) |
Definition at line 1502 of file PyCos_wrap.cpp.
References PySwigObject::own, SWIG_POINTER_OWN, and SWIG_Py_Void().
Referenced by PySwigObject_own().
SWIGRUNTIME PyObject* PySwigObject_append | ( | PyObject * | v, | |
PyObject * | next | |||
) |
Definition at line 1454 of file PyCos_wrap.cpp.
References PySwigObject::next, PySwigObject_Check(), and SWIG_Py_Void().
Referenced by SWIG_Python_InitShadowInstance().
SWIGRUNTIMEINLINE int PySwigObject_Check | ( | PyObject * | op | ) |
Definition at line 1411 of file PyCos_wrap.cpp.
References PySwigObject_type().
Referenced by PySwigObject_append(), SWIG_Python_GetSwigThis(), and SWIG_Python_TypeError().
SWIGRUNTIME int PySwigObject_compare | ( | PySwigObject * | v, | |
PySwigObject * | w | |||
) |
Definition at line 1395 of file PyCos_wrap.cpp.
References PySwigObject::ptr.
Referenced by _PySwigObject_type().
SWIGRUNTIME void PySwigObject_dealloc | ( | PyObject * | v | ) |
Definition at line 1420 of file PyCos_wrap.cpp.
References swig_type_info::clientdata, PySwigClientData::delargs, PySwigClientData::destroy, PySwigObject::next, PySwigObject::own, PySwigObject::ptr, PyObject_DEL, PySwigObject_New(), SWIG_Python_CallFunctor, SWIG_TypePrettyName(), and PySwigObject::ty.
Referenced by _PySwigObject_type().
SWIGINTERN PyObject* PySwigObject_disown | ( | PyObject * | v, | |
PyObject * | SWIGUNUSEDPARM(args) | |||
) |
Definition at line 1490 of file PyCos_wrap.cpp.
References PySwigObject::own, and SWIG_Py_Void().
Referenced by PySwigObject_own().
SWIGRUNTIME PyObject* PySwigObject_format | ( | const char * | fmt, | |
PySwigObject * | v | |||
) |
Definition at line 1318 of file PyCos_wrap.cpp.
References PySwigObject_long().
Referenced by PySwigObject_hex(), and PySwigObject_oct().
SWIGINTERN PyObject* PySwigObject_getattr | ( | PySwigObject * | sobj, | |
char * | name | |||
) |
SWIGRUNTIMEINLINE const char* PySwigObject_GetDesc | ( | PyObject * | self | ) |
Definition at line 2386 of file PyCos_wrap.cpp.
References swig_type_info::str, and PySwigObject::ty.
Referenced by SWIG_Python_TypeError().
SWIGRUNTIME PyObject* PySwigObject_hex | ( | PySwigObject * | v | ) |
Definition at line 1342 of file PyCos_wrap.cpp.
References PySwigObject_format().
Referenced by _PySwigObject_type(), and PySwigObject_repr().
SWIGRUNTIME PyObject* PySwigObject_long | ( | PySwigObject * | v | ) |
Definition at line 1312 of file PyCos_wrap.cpp.
References PySwigObject::ptr.
Referenced by _PySwigObject_type(), and PySwigObject_format().
SWIGRUNTIME PyObject * PySwigObject_New | ( | void * | ptr, | |
swig_type_info * | ty, | |||
int | own | |||
) |
Definition at line 1684 of file PyCos_wrap.cpp.
References PySwigObject::next, PySwigObject::own, PySwigObject::ptr, PySwigObject_type(), and PySwigObject::ty.
Referenced by PySwigObject_dealloc(), and SWIG_Python_NewPointerObj().
SWIGRUNTIME PyObject* PySwigObject_next | ( | PyObject * | v, | |
PyObject * | SWIGUNUSEDPARM(args) | |||
) |
SWIGRUNTIME PyObject* PySwigObject_oct | ( | PySwigObject * | v | ) |
Definition at line 1336 of file PyCos_wrap.cpp.
References PySwigObject_format().
Referenced by _PySwigObject_type().
SWIGINTERN PyObject* PySwigObject_own | ( | PyObject * | v, | |
PyObject * | args | |||
) |
Definition at line 1511 of file PyCos_wrap.cpp.
References PySwigObject::own, PyBool_FromLong(), PySwigObject_acquire(), and PySwigObject_disown().
SWIGRUNTIME int PySwigObject_print | ( | PySwigObject * | v, | |
FILE * | fp, | |||
int | SWIGUNUSEDPARM(flags) | |||
) |
Definition at line 1370 of file PyCos_wrap.cpp.
References PySwigObject_repr().
Referenced by _PySwigObject_type().
SWIGRUNTIME PyObject* PySwigObject_repr | ( | PySwigObject * | v, | |
PyObject * | args | |||
) |
Definition at line 1351 of file PyCos_wrap.cpp.
References PySwigObject::next, PyString_FromFormat(), PySwigObject_hex(), SWIG_TypePrettyName(), and PySwigObject::ty.
Referenced by _PySwigObject_type(), and PySwigObject_print().
SWIGRUNTIME PyObject* PySwigObject_str | ( | PySwigObject * | v | ) |
Definition at line 1387 of file PyCos_wrap.cpp.
References swig_type_info::name, PySwigObject::ptr, SWIG_BUFFER_SIZE, SWIG_PackVoidPtr(), and PySwigObject::ty.
Referenced by _PySwigObject_type().
SWIGRUNTIME PyTypeObject* PySwigObject_type | ( | void | ) |
Definition at line 1405 of file PyCos_wrap.cpp.
References _PySwigObject_type(), and SWIG_STATIC_POINTER.
Referenced by PySwigObject_Check(), and PySwigObject_New().
SWIGRUNTIMEINLINE int PySwigPacked_Check | ( | PyObject * | op | ) |
Definition at line 1761 of file PyCos_wrap.cpp.
References _PySwigPacked_type().
Referenced by PySwigPacked_dealloc(), and PySwigPacked_UnpackData().
SWIGRUNTIME int PySwigPacked_compare | ( | PySwigPacked * | v, | |
PySwigPacked * | w | |||
) |
Definition at line 1744 of file PyCos_wrap.cpp.
References PySwigPacked::pack, and PySwigPacked::size.
Referenced by _PySwigPacked_type().
SWIGRUNTIME void PySwigPacked_dealloc | ( | PyObject * | v | ) |
Definition at line 1767 of file PyCos_wrap.cpp.
References PySwigPacked::pack, PyObject_DEL, and PySwigPacked_Check().
Referenced by _PySwigPacked_type().
SWIGRUNTIME PyObject* PySwigPacked_New | ( | void * | ptr, | |
size_t | size, | |||
swig_type_info * | ty | |||
) |
Definition at line 1847 of file PyCos_wrap.cpp.
References PySwigPacked::pack, PyObject_DEL, PySwigPacked_type(), PySwigPacked::size, and PySwigPacked::ty.
Referenced by SWIG_Python_NewPackedObj().
SWIGRUNTIME int PySwigPacked_print | ( | PySwigPacked * | v, | |
FILE * | fp, | |||
int | SWIGUNUSEDPARM(flags) | |||
) |
Definition at line 1708 of file PyCos_wrap.cpp.
References swig_type_info::name, PySwigPacked::pack, PySwigPacked::size, SWIG_BUFFER_SIZE, SWIG_PackDataName(), and PySwigPacked::ty.
Referenced by _PySwigPacked_type().
SWIGRUNTIME PyObject* PySwigPacked_repr | ( | PySwigPacked * | v | ) |
Definition at line 1722 of file PyCos_wrap.cpp.
References swig_type_info::name, PySwigPacked::pack, PyString_FromFormat(), PySwigPacked::size, SWIG_BUFFER_SIZE, SWIG_PackDataName(), and PySwigPacked::ty.
Referenced by _PySwigPacked_type().
SWIGRUNTIME PyObject* PySwigPacked_str | ( | PySwigPacked * | v | ) |
Definition at line 1733 of file PyCos_wrap.cpp.
References swig_type_info::name, PySwigPacked::pack, PyString_FromFormat(), PySwigPacked::size, SWIG_BUFFER_SIZE, SWIG_PackDataName(), and PySwigPacked::ty.
Referenced by _PySwigPacked_type().
SWIGRUNTIME PyTypeObject* PySwigPacked_type | ( | void | ) |
Definition at line 1755 of file PyCos_wrap.cpp.
References _PySwigPacked_type(), and SWIG_STATIC_POINTER.
Referenced by PySwigPacked_New().
SWIGRUNTIME swig_type_info* PySwigPacked_UnpackData | ( | PyObject * | obj, | |
void * | ptr, | |||
size_t | size | |||
) |
Definition at line 1866 of file PyCos_wrap.cpp.
References PySwigPacked::pack, PySwigPacked_Check(), PySwigPacked::size, and PySwigPacked::ty.
Referenced by SWIG_Python_ConvertPacked().
SWIGINTERN int SWIG_AsVal_double | ( | PyObject * | obj, | |
double * | val | |||
) |
Definition at line 2558 of file PyCos_wrap.cpp.
References SWIG_AddCast, SWIG_OK, and SWIG_TypeError.
Referenced by _wrap_Cosmology_age(), _wrap_Cosmology_ang_dist(), _wrap_Cosmology_ang_dist_z1_z2(), _wrap_Cosmology_comoving_volume_0_z(), _wrap_Cosmology_comoving_volume_z1_z2(), _wrap_Cosmology_D_C(), _wrap_Cosmology_D_M(), _wrap_Cosmology_lookback_time(), _wrap_Cosmology_lum_dist(), _wrap_Cosmology_unit_comoving_volume(), _wrap_E_z(), _wrap_luminosity_schechter(), _wrap_new_Cosmology(), _wrap_new_Cosmology__SWIG_0(), _wrap_new_Cosmology__SWIG_1(), _wrap_new_Cosmology__SWIG_2(), _wrap_new_Cosmology__SWIG_3(), _wrap_new_Cosmology__SWIG_4(), _wrap_number_schechter(), _wrap_schechter(), _wrap_time_integral(), _wrap_total_luminosity_schechter(), and _wrap_total_number_schechter().
SWIGINTERN PyObject* SWIG_globals | ( | ) |
SWIGEXPORT void SWIG_init | ( | void | ) |
Definition at line 4161 of file PyCos_wrap.cpp.
References swig_const_table, SWIG_InitializeModule(), SWIG_InstallConstants, SWIG_name, SWIG_Python_FixMethods(), swig_type_initial, and swig_types.
SWIGRUNTIME void SWIG_InitializeModule | ( | void * | clientdata | ) |
Definition at line 3735 of file PyCos_wrap.cpp.
References swig_module_info::cast_initial, swig_type_info::clientdata, swig_type_info::name, swig_cast_info::next, swig_module_info::next, swig_module_info::size, swig_cast_initial, SWIG_GetModule, SWIG_MangledTypeQueryModule(), swig_module, SWIG_SetModule, swig_type_initial, SWIG_TypeCheck(), swig_cast_info::type, swig_module_info::type_initial, and swig_module_info::types.
Referenced by SWIG_init().
SWIGRUNTIME swig_type_info* SWIG_MangledTypeQueryModule | ( | swig_module_info * | start, | |
swig_module_info * | end, | |||
const char * | name | |||
) |
Definition at line 527 of file PyCos_wrap.cpp.
References swig_type_info::name, swig_module_info::next, swig_module_info::size, and swig_module_info::types.
Referenced by SWIG_InitializeModule(), and SWIG_TypeQueryModule().
SWIGRUNTIME char* SWIG_PackData | ( | char * | c, | |
void * | ptr, | |||
size_t | sz | |||
) |
Definition at line 601 of file PyCos_wrap.cpp.
Referenced by SWIG_PackDataName(), and SWIG_PackVoidPtr().
SWIGRUNTIME char* SWIG_PackDataName | ( | char * | buff, | |
void * | ptr, | |||
size_t | sz, | |||
const char * | name, | |||
size_t | bsz | |||
) |
Definition at line 669 of file PyCos_wrap.cpp.
References SWIG_PackData().
Referenced by PySwigPacked_print(), PySwigPacked_repr(), and PySwigPacked_str().
SWIGRUNTIME char* SWIG_PackVoidPtr | ( | char * | buff, | |
void * | ptr, | |||
const char * | name, | |||
size_t | bsz | |||
) |
Definition at line 645 of file PyCos_wrap.cpp.
References SWIG_PackData().
Referenced by PySwigObject_str(), and SWIG_Python_FixMethods().
SWIGRUNTIME void SWIG_PropagateClientData | ( | void | ) |
Definition at line 3863 of file PyCos_wrap.cpp.
References swig_type_info::cast, swig_type_info::clientdata, swig_module_info::size, swig_module, SWIG_TypeClientData(), and swig_module_info::types.
SWIGRUNTIMEINLINE PyObject* SWIG_Py_Void | ( | void | ) |
Definition at line 1207 of file PyCos_wrap.cpp.
Referenced by _wrap_delete_Cosmology(), Cosmology_swigregister(), PySwigObject_acquire(), PySwigObject_append(), PySwigObject_disown(), PySwigObject_next(), SWIG_Python_InitShadowInstance(), SWIG_Python_NewPackedObj(), and SWIG_Python_NewPointerObj().
SWIGRUNTIME int SWIG_Python_AcquirePtr | ( | PyObject * | obj, | |
int | own | |||
) |
Definition at line 1949 of file PyCos_wrap.cpp.
References PySwigObject::own, and SWIG_Python_GetSwigThis().
SWIGRUNTIME int SWIG_Python_AddErrMesg | ( | const char * | mesg, | |
int | infront | |||
) |
SWIGRUNTIME void SWIG_Python_AddErrorMsg | ( | const char * | mesg | ) |
Definition at line 849 of file PyCos_wrap.cpp.
SWIGINTERN void SWIG_Python_addvarlink | ( | PyObject * | p, | |
char * | name, | |||
PyObject *(*)(void) | get_attr, | |||
int(*)(PyObject *p) | set_attr | |||
) |
Definition at line 4053 of file PyCos_wrap.cpp.
References swig_globalvar::get_attr, swig_globalvar::name, swig_globalvar::next, swig_globalvar::set_attr, and swig_varlinkobject::vars.
SWIGINTERN PyObject* SWIG_Python_AppendOutput | ( | PyObject * | result, | |
PyObject * | obj | |||
) |
Definition at line 1059 of file PyCos_wrap.cpp.
SWIGRUNTIME int SWIG_Python_ArgFail | ( | int | argnum | ) |
Definition at line 2373 of file PyCos_wrap.cpp.
References PyOS_snprintf, and SWIG_Python_AddErrMesg().
Referenced by SWIG_Python_MustGetPtr().
SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit | ( | swig_type_info * | ty | ) |
Definition at line 1226 of file PyCos_wrap.cpp.
References swig_type_info::clientdata, and PySwigClientData::implicitconv.
SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr | ( | PyObject * | obj, | |
void ** | ptr, | |||
swig_type_info * | ty | |||
) |
Definition at line 2044 of file PyCos_wrap.cpp.
References swig_type_info::name, SWIG_ConvertPtr, SWIG_ERROR, SWIG_OK, SWIG_TypeCast(), SWIG_TypeCheck(), and SWIG_UnpackVoidPtr().
SWIGRUNTIME int SWIG_Python_ConvertPacked | ( | PyObject * | obj, | |
void * | ptr, | |||
size_t | sz, | |||
swig_type_info * | ty | |||
) |
Definition at line 2071 of file PyCos_wrap.cpp.
References swig_type_info::name, PySwigPacked_UnpackData(), SWIG_ERROR, SWIG_OK, and SWIG_TypeCheck().
SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn | ( | PyObject * | obj, | |
void ** | ptr, | |||
swig_type_info * | ty, | |||
int | flags, | |||
int * | own | |||
) |
Definition at line 1964 of file PyCos_wrap.cpp.
References swig_type_info::clientdata, PySwigClientData::implicitconv, PySwigClientData::klass, swig_type_info::name, PySwigObject::next, PySwigObject::own, PySwigObject::ptr, SWIG_AddCast, SWIG_AddNewMask, SWIG_ERROR, SWIG_IsOK, SWIG_OK, SWIG_POINTER_DISOWN, SWIG_POINTER_IMPLICIT_CONV, SWIG_Python_CallFunctor, SWIG_Python_GetSwigThis(), SWIG_TypeCast(), SWIG_TypeCheck(), and PySwigObject::ty.
SWIGRUNTIME void SWIG_Python_DestroyModule | ( | void * | vptr | ) |
Definition at line 2282 of file PyCos_wrap.cpp.
References swig_type_info::clientdata, PySwigClientData_Del(), swig_module_info::size, swig_module, and swig_module_info::types.
Referenced by SWIG_Python_SetModule().
SWIGRUNTIME PyObject* SWIG_Python_ErrorType | ( | int | code | ) |
Definition at line 805 of file PyCos_wrap.cpp.
References SWIG_AttributeError, SWIG_DivisionByZero, SWIG_IndexError, SWIG_IOError, SWIG_MemoryError, SWIG_OverflowError, SWIG_RuntimeError, SWIG_SyntaxError, SWIG_SystemError, SWIG_TypeError, and SWIG_ValueError.
SWIGRUNTIMEINLINE PyObject* SWIG_Python_ExceptionType | ( | swig_type_info * | desc | ) |
Definition at line 1233 of file PyCos_wrap.cpp.
References swig_type_info::clientdata, and PySwigClientData::klass.
SWIGINTERN void SWIG_Python_FixMethods | ( | PyMethodDef * | methods, | |
swig_const_info * | const_table, | |||
swig_type_info ** | types, | |||
swig_type_info ** | types_initial | |||
) |
Definition at line 4109 of file PyCos_wrap.cpp.
References swig_const_info::ptype, swig_const_info::pvalue, SWIG_PackVoidPtr(), SWIG_PY_POINTER, and swig_const_info::type.
Referenced by SWIG_init().
SWIGRUNTIME swig_module_info* SWIG_Python_GetModule | ( | void | ) |
Definition at line 2231 of file PyCos_wrap.cpp.
References SWIG_RUNTIME_VERSION, and SWIG_TYPE_TABLE_NAME.
Referenced by SWIG_Python_TypeQuery().
SWIGRUNTIME PySwigObject* SWIG_Python_GetSwigThis | ( | PyObject * | pyobj | ) |
Definition at line 1898 of file PyCos_wrap.cpp.
References PySwigObject_Check(), and SWIG_This().
Referenced by SWIG_Python_AcquirePtr(), SWIG_Python_ConvertPtrAndOwn(), and SWIG_Python_InitShadowInstance().
SWIGINTERN PyObject* SWIG_Python_InitShadowInstance | ( | PyObject * | args | ) |
Definition at line 2179 of file PyCos_wrap.cpp.
References PySwigObject_append(), SWIG_Py_Void(), SWIG_Python_GetSwigThis(), SWIG_Python_SetSwigThis(), and SWIG_Python_UnpackTuple().
SWIGINTERN void SWIG_Python_InstallConstants | ( | PyObject * | d, | |
swig_const_info | constants[] | |||
) |
Definition at line 4082 of file PyCos_wrap.cpp.
References SWIG_NewPackedObj, SWIG_NewPointerObj, SWIG_PY_BINARY, SWIG_PY_POINTER, and swig_const_info::type.
SWIGRUNTIME void* SWIG_Python_MustGetPtr | ( | PyObject * | obj, | |
swig_type_info * | ty, | |||
int | argnum, | |||
int | flags | |||
) |
Definition at line 2432 of file PyCos_wrap.cpp.
References SWIG_POINTER_EXCEPTION, SWIG_Python_ArgFail(), SWIG_Python_ConvertPtr, SWIG_Python_TypeError(), and SWIG_TypePrettyName().
SWIGRUNTIMEINLINE PyObject* SWIG_Python_NewPackedObj | ( | void * | ptr, | |
size_t | sz, | |||
swig_type_info * | type | |||
) |
SWIGRUNTIME PyObject* SWIG_Python_NewPointerObj | ( | void * | ptr, | |
swig_type_info * | type, | |||
int | flags | |||
) |
Definition at line 2197 of file PyCos_wrap.cpp.
References swig_type_info::clientdata, PySwigObject_New(), SWIG_POINTER_NOSHADOW, SWIG_POINTER_OWN, SWIG_Py_Void(), and SWIG_Python_NewShadowInstance().
SWIGRUNTIME PyObject* SWIG_Python_NewShadowInstance | ( | PySwigClientData * | data, | |
PyObject * | swig_this | |||
) |
Definition at line 2094 of file PyCos_wrap.cpp.
References PySwigClientData::newargs, PySwigClientData::newraw, and SWIG_This().
Referenced by SWIG_Python_NewPointerObj().
SWIGINTERN PyObject* SWIG_Python_newvarlink | ( | void | ) |
Definition at line 4044 of file PyCos_wrap.cpp.
References swig_varlink_type(), and swig_varlinkobject::vars.
SWIGINTERN void SWIG_Python_SetConstant | ( | PyObject * | d, | |
const char * | name, | |||
PyObject * | obj | |||
) |
Definition at line 1051 of file PyCos_wrap.cpp.
SWIGINTERN void SWIG_Python_SetErrorMsg | ( | PyObject * | errtype, | |
const char * | msg | |||
) |
Definition at line 1040 of file PyCos_wrap.cpp.
References SWIG_PYTHON_THREAD_BEGIN_BLOCK, and SWIG_PYTHON_THREAD_END_BLOCK.
SWIGINTERN void SWIG_Python_SetErrorObj | ( | PyObject * | errtype, | |
PyObject * | obj | |||
) |
Definition at line 1032 of file PyCos_wrap.cpp.
References SWIG_PYTHON_THREAD_BEGIN_BLOCK, and SWIG_PYTHON_THREAD_END_BLOCK.
SWIGRUNTIME void SWIG_Python_SetModule | ( | swig_module_info * | swig_module | ) |
Definition at line 2298 of file PyCos_wrap.cpp.
References PyModule_AddObject(), swig_module, SWIG_Python_DestroyModule(), SWIG_RUNTIME_VERSION, and SWIG_TYPE_TABLE_NAME.
SWIGRUNTIME void SWIG_Python_SetSwigThis | ( | PyObject * | inst, | |
PyObject * | swig_this | |||
) |
Definition at line 2157 of file PyCos_wrap.cpp.
References SWIG_This().
Referenced by SWIG_Python_InitShadowInstance().
SWIGRUNTIME PyObject* SWIG_Python_TypeCache | ( | ) |
Definition at line 2313 of file PyCos_wrap.cpp.
References SWIG_STATIC_POINTER.
Referenced by SWIG_Python_TypeQuery().
SWIGRUNTIME void SWIG_Python_TypeError | ( | const char * | type, | |
PyObject * | obj | |||
) |
Definition at line 2394 of file PyCos_wrap.cpp.
References PySwigObject_Check(), and PySwigObject_GetDesc().
Referenced by SWIG_Python_MustGetPtr().
SWIGRUNTIME swig_type_info* SWIG_Python_TypeQuery | ( | const char * | type | ) |
Definition at line 2319 of file PyCos_wrap.cpp.
References swig_module, SWIG_Python_GetModule(), SWIG_Python_TypeCache(), and SWIG_TypeQueryModule().
SWIGINTERN int SWIG_Python_UnpackTuple | ( | PyObject * | args, | |
const char * | name, | |||
int | min, | |||
int | max, | |||
PyObject ** | objs | |||
) |
SWIGRUNTIME PyObject* SWIG_This | ( | void | ) |
Definition at line 1889 of file PyCos_wrap.cpp.
References _SWIG_This(), and SWIG_STATIC_POINTER.
Referenced by SWIG_Python_GetSwigThis(), SWIG_Python_NewShadowInstance(), and SWIG_Python_SetSwigThis().
SWIGRUNTIMEINLINE void* SWIG_TypeCast | ( | swig_cast_info * | ty, | |
void * | ptr | |||
) |
Definition at line 445 of file PyCos_wrap.cpp.
References swig_cast_info::converter.
Referenced by SWIG_Python_ConvertFunctionPtr(), and SWIG_Python_ConvertPtrAndOwn().
SWIGRUNTIME swig_cast_info* SWIG_TypeCheck | ( | const char * | c, | |
swig_type_info * | ty | |||
) |
Definition at line 431 of file PyCos_wrap.cpp.
References SWIG_TypeCheck_Template.
Referenced by SWIG_InitializeModule(), SWIG_Python_ConvertFunctionPtr(), SWIG_Python_ConvertPacked(), and SWIG_Python_ConvertPtrAndOwn().
SWIGRUNTIME swig_cast_info* SWIG_TypeCheckStruct | ( | swig_type_info * | from, | |
swig_type_info * | into | |||
) |
SWIGRUNTIME void SWIG_TypeClientData | ( | swig_type_info * | ti, | |
void * | clientdata | |||
) |
Definition at line 497 of file PyCos_wrap.cpp.
References swig_type_info::cast, swig_type_info::clientdata, swig_cast_info::converter, swig_cast_info::next, and swig_cast_info::type.
Referenced by SWIG_PropagateClientData(), and SWIG_TypeNewClientData().
SWIGRUNTIME int SWIG_TypeCompare | ( | const char * | nb, | |
const char * | tb | |||
) |
SWIGRUNTIME swig_type_info* SWIG_TypeDynamicCast | ( | swig_type_info * | ty, | |
void ** | ptr | |||
) |
SWIGRUNTIME int SWIG_TypeEquiv | ( | const char * | nb, | |
const char * | tb | |||
) |
Definition at line 371 of file PyCos_wrap.cpp.
References SWIG_TypeNameComp().
Referenced by SWIG_TypeQueryModule().
SWIGRUNTIMEINLINE const char* SWIG_TypeName | ( | const swig_type_info * | ty | ) |
SWIGRUNTIME int SWIG_TypeNameComp | ( | const char * | f1, | |
const char * | l1, | |||
const char * | f2, | |||
const char * | l2 | |||
) |
Definition at line 356 of file PyCos_wrap.cpp.
Referenced by SWIG_TypeCompare(), and SWIG_TypeEquiv().
SWIGRUNTIME void SWIG_TypeNewClientData | ( | swig_type_info * | ti, | |
void * | clientdata | |||
) |
Definition at line 513 of file PyCos_wrap.cpp.
References swig_type_info::owndata, and SWIG_TypeClientData().
Referenced by Cosmology_swigregister().
SWIGRUNTIME const char* SWIG_TypePrettyName | ( | const swig_type_info * | type | ) |
Definition at line 476 of file PyCos_wrap.cpp.
References swig_type_info::name, and swig_type_info::str.
Referenced by PySwigObject_dealloc(), PySwigObject_repr(), and SWIG_Python_MustGetPtr().
SWIGRUNTIME swig_type_info* SWIG_TypeQueryModule | ( | swig_module_info * | start, | |
swig_module_info * | end, | |||
const char * | name | |||
) |
Definition at line 572 of file PyCos_wrap.cpp.
References swig_module_info::next, swig_module_info::size, swig_type_info::str, SWIG_MangledTypeQueryModule(), SWIG_TypeEquiv(), and swig_module_info::types.
Referenced by SWIG_Python_TypeQuery().
SWIGRUNTIME const char* SWIG_UnpackData | ( | const char * | c, | |
void * | ptr, | |||
size_t | sz | |||
) |
Definition at line 617 of file PyCos_wrap.cpp.
Referenced by SWIG_UnpackDataName(), and SWIG_UnpackVoidPtr().
SWIGRUNTIME const char* SWIG_UnpackDataName | ( | const char * | c, | |
void * | ptr, | |||
size_t | sz, | |||
const char * | name | |||
) |
SWIGRUNTIME const char* SWIG_UnpackVoidPtr | ( | const char * | c, | |
void ** | ptr, | |||
const char * | name | |||
) |
Definition at line 656 of file PyCos_wrap.cpp.
References SWIG_UnpackData().
Referenced by SWIG_Python_ConvertFunctionPtr().
SWIGINTERN void swig_varlink_dealloc | ( | swig_varlinkobject * | v | ) |
Definition at line 3947 of file PyCos_wrap.cpp.
References swig_globalvar::name, swig_globalvar::next, and swig_varlinkobject::vars.
Referenced by swig_varlink_type().
SWIGINTERN PyObject* swig_varlink_getattr | ( | swig_varlinkobject * | v, | |
char * | n | |||
) |
Definition at line 3958 of file PyCos_wrap.cpp.
References swig_globalvar::get_attr, swig_globalvar::name, swig_globalvar::next, and swig_varlinkobject::vars.
Referenced by swig_varlink_type().
SWIGINTERN int swig_varlink_print | ( | swig_varlinkobject * | v, | |
FILE * | fp, | |||
int | SWIGUNUSEDPARM(flags) | |||
) |
Definition at line 3938 of file PyCos_wrap.cpp.
References swig_varlink_str().
Referenced by swig_varlink_type().
SWIGINTERN PyObject* swig_varlink_repr | ( | swig_varlinkobject * | SWIGUNUSEDPARM(v) | ) |
SWIGINTERN int swig_varlink_setattr | ( | swig_varlinkobject * | v, | |
char * | n, | |||
PyObject * | p | |||
) |
Definition at line 3975 of file PyCos_wrap.cpp.
References swig_globalvar::name, swig_globalvar::next, swig_globalvar::set_attr, and swig_varlinkobject::vars.
Referenced by swig_varlink_type().
SWIGINTERN PyObject* swig_varlink_str | ( | swig_varlinkobject * | v | ) |
Definition at line 3926 of file PyCos_wrap.cpp.
References swig_globalvar::name, swig_globalvar::next, and swig_varlinkobject::vars.
Referenced by swig_varlink_print(), and swig_varlink_type().
SWIGINTERN PyTypeObject* swig_varlink_type | ( | void | ) |
Definition at line 3992 of file PyCos_wrap.cpp.
References swig_varlink_dealloc(), swig_varlink_getattr(), swig_varlink_print(), swig_varlink_repr(), swig_varlink_setattr(), and swig_varlink_str().
Referenced by SWIG_Python_newvarlink().
swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 3666 of file PyCos_wrap.cpp.
swig_cast_info _swigc__p_Cosmology[] = { {&_swigt__p_Cosmology, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 3665 of file PyCos_wrap.cpp.
swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0} [static] |
Definition at line 3658 of file PyCos_wrap.cpp.
swig_type_info _swigt__p_Cosmology = {"_p_Cosmology", "Cosmology *", 0, 0, (void*)0, 0} [static] |
Definition at line 3657 of file PyCos_wrap.cpp.
swig_cast_info* swig_cast_initial[] [static] |
Initial value:
Definition at line 3668 of file PyCos_wrap.cpp.
Referenced by SWIG_InitializeModule().
swig_const_info swig_const_table[] [static] |
Initial value:
{ {0, 0, 0, 0.0, 0, 0}}
Definition at line 3676 of file PyCos_wrap.cpp.
Referenced by SWIG_init().
swig_module_info swig_module = {swig_types, 2, 0, 0, 0, 0} [static] |
Definition at line 2465 of file PyCos_wrap.cpp.
Referenced by SWIG_InitializeModule(), SWIG_PropagateClientData(), SWIG_Python_DestroyModule(), SWIG_Python_SetModule(), and SWIG_Python_TypeQuery().
swig_type_info* swig_type_initial[] [static] |
Initial value:
{ &_swigt__p_Cosmology, &_swigt__p_char, }
Definition at line 3660 of file PyCos_wrap.cpp.
Referenced by SWIG_init(), and SWIG_InitializeModule().
swig_type_info* swig_types[3] [static] |
PyMethodDef SwigMethods[] [static] |
Initial value:
{ { (char *)"new_Cosmology", _wrap_new_Cosmology, METH_VARARGS, NULL}, { (char *)"delete_Cosmology", _wrap_delete_Cosmology, METH_VARARGS, NULL}, { (char *)"Cosmology_D_C", _wrap_Cosmology_D_C, METH_VARARGS, NULL}, { (char *)"Cosmology_D_M", _wrap_Cosmology_D_M, METH_VARARGS, NULL}, { (char *)"Cosmology_ang_dist", _wrap_Cosmology_ang_dist, METH_VARARGS, NULL}, { (char *)"Cosmology_ang_dist_z1_z2", _wrap_Cosmology_ang_dist_z1_z2, METH_VARARGS, NULL}, { (char *)"Cosmology_lum_dist", _wrap_Cosmology_lum_dist, METH_VARARGS, NULL}, { (char *)"Cosmology_unit_comoving_volume", _wrap_Cosmology_unit_comoving_volume, METH_VARARGS, NULL}, { (char *)"Cosmology_comoving_volume_z1_z2", _wrap_Cosmology_comoving_volume_z1_z2, METH_VARARGS, NULL}, { (char *)"Cosmology_comoving_volume_0_z", _wrap_Cosmology_comoving_volume_0_z, METH_VARARGS, NULL}, { (char *)"Cosmology_lookback_time", _wrap_Cosmology_lookback_time, METH_VARARGS, NULL}, { (char *)"Cosmology_age", _wrap_Cosmology_age, METH_VARARGS, NULL}, { (char *)"Cosmology_age_now", _wrap_Cosmology_age_now, METH_VARARGS, NULL}, { (char *)"Cosmology_swigregister", Cosmology_swigregister, METH_VARARGS, NULL}, { (char *)"E_z", _wrap_E_z, METH_VARARGS, NULL}, { (char *)"time_integral", _wrap_time_integral, METH_VARARGS, NULL}, { (char *)"schechter", _wrap_schechter, METH_VARARGS, NULL}, { (char *)"number_schechter", _wrap_number_schechter, METH_VARARGS, NULL}, { (char *)"total_number_schechter", _wrap_total_number_schechter, METH_VARARGS, NULL}, { (char *)"luminosity_schechter", _wrap_luminosity_schechter, METH_VARARGS, NULL}, { (char *)"total_luminosity_schechter", _wrap_total_luminosity_schechter, METH_VARARGS, NULL}, { NULL, NULL, 0, NULL } }
Definition at line 3629 of file PyCos_wrap.cpp.
PyMethodDef swigobject_methods[] [static] |
Initial value:
{ {(char *)"disown", (PyCFunction)PySwigObject_disown, METH_VARARGS, (char *)"releases ownership of the pointer"}, {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_VARARGS, (char *)"aquires ownership of the pointer"}, {(char *)"own", (PyCFunction)PySwigObject_own, METH_VARARGS, (char *)"returns/sets ownership of the pointer"}, {(char *)"append", (PyCFunction)PySwigObject_append, METH_VARARGS, (char *)"appends another 'this' object"}, {(char *)"next", (PyCFunction)PySwigObject_next, METH_VARARGS, (char *)"returns the next 'this' object"}, {(char *)"__repr__",(PyCFunction)PySwigObject_repr, METH_VARARGS, (char *)"returns object representation"}, {0, 0, 0, 0} }
Definition at line 1558 of file PyCos_wrap.cpp.