Page MenuHomeHEPForge

No OneTemporary

This file is larger than 256 KB, so syntax highlighting was skipped.
Index: trunk/npstat/swig/stat/LOrPE1DSymbetaKernel.i
===================================================================
--- trunk/npstat/swig/stat/LOrPE1DSymbetaKernel.i (revision 771)
+++ trunk/npstat/swig/stat/LOrPE1DSymbetaKernel.i (revision 772)
@@ -1,22 +1,18 @@
+%include stddecls.i
%include numpy.i
%include stat/BoundaryHandling.i
%{
#include "npstat/stat/LOrPE1DSymbetaKernel.hh"
%}
%ignore npstat::LOrPE1DSymbetaKernel::lorpe;
%rename(lorpe) npstat::LOrPE1DSymbetaKernel::lorpe_2;
%apply (double* IN_ARRAY1, int DIM1) {
(const double *coordsd, unsigned long nCoords)
};
-%apply (float* IN_ARRAY1, int DIM1) {
- (const float *coordsf, unsigned long nCoords)
-};
-
%include "npstat/stat/LOrPE1DSymbetaKernel.hh"
-%clear (const double *coordsd, unsigned long nCoords),
- (const float *coordsf, unsigned long nCoords);
+%clear (const double *coordsd, unsigned long nCoords);
Index: trunk/npstat/swig/npstat_wrap.cc
===================================================================
--- trunk/npstat/swig/npstat_wrap.cc (revision 771)
+++ trunk/npstat/swig/npstat_wrap.cc (revision 772)
@@ -1266591,131353 +1266591,131322 @@
PyObject *resultobj = 0;
gs::Reference< npstat::RightCensoredDistribution > *arg1 = (gs::Reference< npstat::RightCensoredDistribution > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__RightCensoredDistribution_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_RightCensoredDistribution" "', argument " "1"" of type '" "gs::Reference< npstat::RightCensoredDistribution > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::RightCensoredDistribution > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_RightCensoredDistribution_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__RightCensoredDistribution_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_RightCensoredDistribution_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_DistributionMixND__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
unsigned int val1 ;
int ecode1 = 0 ;
npstat::DistributionMixND *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_DistributionMixND" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
{
try {
result = (npstat::DistributionMixND *)new npstat::DistributionMixND(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMixND, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DistributionMixND__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::DistributionMixND *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__DistributionMixND, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_DistributionMixND" "', argument " "1"" of type '" "npstat::DistributionMixND const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_DistributionMixND" "', argument " "1"" of type '" "npstat::DistributionMixND const &""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
{
try {
result = (npstat::DistributionMixND *)new npstat::DistributionMixND((npstat::DistributionMixND const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMixND, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DistributionMixND(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_DistributionMixND", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__DistributionMixND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_DistributionMixND__SWIG_1(self, argc, argv);
}
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_DistributionMixND__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_DistributionMixND'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::DistributionMixND::DistributionMixND(unsigned int)\n"
" npstat::DistributionMixND::DistributionMixND(npstat::DistributionMixND const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::DistributionMixND *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_clone" "', argument " "1"" of type '" "npstat::DistributionMixND const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
{
try {
result = (npstat::DistributionMixND *)((npstat::DistributionMixND const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMixND, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_DistributionMixND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DistributionMixND" "', argument " "1"" of type '" "npstat::DistributionMixND *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_add(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
npstat::AbsDistributionND *arg2 = 0 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
npstat::DistributionMixND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMixND_add", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_add" "', argument " "1"" of type '" "npstat::DistributionMixND *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DistributionMixND_add" "', argument " "2"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DistributionMixND_add" "', argument " "2"" of type '" "npstat::AbsDistributionND const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistributionND * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DistributionMixND_add" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (npstat::DistributionMixND *) &(arg1)->add((npstat::AbsDistributionND const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_setWeights(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMixND_setWeights", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_setWeights" "', argument " "1"" of type '" "npstat::DistributionMixND *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_DOUBLE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (double*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
try {
(arg1)->setWeights((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_nComponents(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_nComponents" "', argument " "1"" of type '" "npstat::DistributionMixND const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
{
try {
result = (unsigned int)((npstat::DistributionMixND const *)arg1)->nComponents();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_getComponent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::AbsDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMixND_getComponent", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_getComponent" "', argument " "1"" of type '" "npstat::DistributionMixND const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DistributionMixND_getComponent" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (npstat::AbsDistributionND *) &((npstat::DistributionMixND const *)arg1)->getComponent(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_getWeight(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMixND_getWeight", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_getWeight" "', argument " "1"" of type '" "npstat::DistributionMixND const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DistributionMixND_getWeight" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::DistributionMixND const *)arg1)->getWeight(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMixND_density", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_density" "', argument " "1"" of type '" "npstat::DistributionMixND const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_DOUBLE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (double*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
try {
result = (double)((npstat::DistributionMixND const *)arg1)->density((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_unitMap(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
double *arg4 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[4] ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMixND_unitMap", 4, 4, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_unitMap" "', argument " "1"" of type '" "npstat::DistributionMixND const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DistributionMixND_unitMap" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DistributionMixND_unitMap" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "DistributionMixND_unitMap" "', argument " "4"" of type '" "double *""'");
}
arg4 = reinterpret_cast< double * >(argp4);
{
try {
((npstat::DistributionMixND const *)arg1)->unitMap((double const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_mappedByQuantiles(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_mappedByQuantiles" "', argument " "1"" of type '" "npstat::DistributionMixND const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
{
try {
result = (bool)((npstat::DistributionMixND const *)arg1)->mappedByQuantiles();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_classId" "', argument " "1"" of type '" "npstat::DistributionMixND const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
{
try {
result = ((npstat::DistributionMixND const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = (npstat::DistributionMixND *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMixND_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_write" "', argument " "1"" of type '" "npstat::DistributionMixND const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DistributionMixND_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DistributionMixND_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::DistributionMixND const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMixND_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::DistributionMixND::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMixND_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::DistributionMixND::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMixND_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::DistributionMixND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMixND_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMixND_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DistributionMixND_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DistributionMixND_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DistributionMixND_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::DistributionMixND *)npstat::DistributionMixND::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMixND, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DistributionMixND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__DistributionMixND, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DistributionMixND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_DistributionMixND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::DistributionMixND > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_DistributionMixND", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__DistributionMixND, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_DistributionMixND" "', argument " "1"" of type '" "npstat::DistributionMixND const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_DistributionMixND" "', argument " "1"" of type '" "npstat::DistributionMixND const &""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_DistributionMixND" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_DistributionMixND" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::DistributionMixND > *)new gs::ArchiveRecord< npstat::DistributionMixND >((npstat::DistributionMixND const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__DistributionMixND_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_DistributionMixND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::DistributionMixND > *arg1 = (gs::ArchiveRecord< npstat::DistributionMixND > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__DistributionMixND_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_DistributionMixND" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::DistributionMixND > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::DistributionMixND > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_DistributionMixND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__DistributionMixND_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_DistributionMixND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_121(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::DistributionMixND *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::DistributionMixND > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__DistributionMixND, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::DistributionMixND const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::DistributionMixND const &""'");
}
arg1 = reinterpret_cast< npstat::DistributionMixND * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::DistributionMixND >((npstat::DistributionMixND const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::DistributionMixND >(static_cast< const gs::ArchiveRecord< npstat::DistributionMixND >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__DistributionMixND_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DistributionMixND__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::DistributionMixND > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DistributionMixND" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DistributionMixND" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_DistributionMixND" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::DistributionMixND > *)new gs::Reference< npstat::DistributionMixND >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMixND_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DistributionMixND__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::DistributionMixND > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DistributionMixND" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DistributionMixND" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_DistributionMixND" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_DistributionMixND" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::DistributionMixND > *)new gs::Reference< npstat::DistributionMixND >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMixND_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DistributionMixND__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::DistributionMixND > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DistributionMixND" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DistributionMixND" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_DistributionMixND" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DistributionMixND" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_DistributionMixND" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DistributionMixND" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::DistributionMixND > *)new gs::Reference< npstat::DistributionMixND >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMixND_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DistributionMixND(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_DistributionMixND", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_DistributionMixND__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_DistributionMixND__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_DistributionMixND__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_DistributionMixND'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::DistributionMixND >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::DistributionMixND >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::DistributionMixND >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_DistributionMixND_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::DistributionMixND > *arg1 = (gs::Reference< npstat::DistributionMixND > *) 0 ;
unsigned long arg2 ;
npstat::DistributionMixND *arg3 = (npstat::DistributionMixND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_DistributionMixND_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMixND_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_DistributionMixND_restore" "', argument " "1"" of type '" "gs::Reference< npstat::DistributionMixND > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::DistributionMixND > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_DistributionMixND_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__DistributionMixND, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_DistributionMixND_restore" "', argument " "3"" of type '" "npstat::DistributionMixND *""'");
}
arg3 = reinterpret_cast< npstat::DistributionMixND * >(argp3);
{
try {
((gs::Reference< npstat::DistributionMixND > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_DistributionMixND_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::DistributionMixND > *arg1 = (gs::Reference< npstat::DistributionMixND > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::DistributionMixND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_DistributionMixND_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMixND_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_DistributionMixND_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::DistributionMixND > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::DistributionMixND > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_DistributionMixND_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::DistributionMixND *)gs_Reference_Sl_npstat_DistributionMixND_Sg__retrieve((gs::Reference< npstat::DistributionMixND > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMixND, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_DistributionMixND_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::DistributionMixND > *arg1 = (gs::Reference< npstat::DistributionMixND > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
SwigValueWrapper< npstat::DistributionMixND > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_DistributionMixND_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMixND_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_DistributionMixND_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::DistributionMixND > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::DistributionMixND > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_DistributionMixND_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_DistributionMixND_Sg__getValue((gs::Reference< npstat::DistributionMixND > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::DistributionMixND(static_cast< const npstat::DistributionMixND& >(result))), SWIGTYPE_p_npstat__DistributionMixND, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_DistributionMixND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::DistributionMixND > *arg1 = (gs::Reference< npstat::DistributionMixND > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMixND_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_DistributionMixND" "', argument " "1"" of type '" "gs::Reference< npstat::DistributionMixND > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::DistributionMixND > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_DistributionMixND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMixND_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_DistributionMixND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_AbsUnfoldND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsUnfoldND" "', argument " "1"" of type '" "npstat::AbsUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_responseMatrix(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ResponseMatrix *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_responseMatrix" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
try {
result = (npstat::ResponseMatrix *) &((npstat::AbsUnfoldND const *)arg1)->responseMatrix();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ResponseMatrix, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_efficiency(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< double > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_efficiency" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
try {
result = (npstat::ArrayND< double > *) &((npstat::AbsUnfoldND const *)arg1)->efficiency();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_setInitialApproximation(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::ArrayND< double > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "AbsUnfoldND_setInitialApproximation", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_setInitialApproximation" "', argument " "1"" of type '" "npstat::AbsUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_setInitialApproximation" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_setInitialApproximation" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::ArrayND< double > * >(argp2);
{
try {
(arg1)->setInitialApproximation((npstat::ArrayND< double > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_clearInitialApproximation(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_clearInitialApproximation" "', argument " "1"" of type '" "npstat::AbsUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
try {
(arg1)->clearInitialApproximation();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_getInitialApproximation(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< double > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_getInitialApproximation" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
try {
result = (npstat::ArrayND< double > *) &((npstat::AbsUnfoldND const *)arg1)->getInitialApproximation();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_setFilter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::AbsUnfoldingFilterND *arg2 = (npstat::AbsUnfoldingFilterND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "AbsUnfoldND_setFilter", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_setFilter" "', argument " "1"" of type '" "npstat::AbsUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_npstat__AbsUnfoldingFilterND, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_setFilter" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const *""'");
}
arg2 = reinterpret_cast< npstat::AbsUnfoldingFilterND * >(argp2);
{
try {
(arg1)->setFilter((npstat::AbsUnfoldingFilterND const *)arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_getFilter__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
npstat::AbsUnfoldingFilterND *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_getFilter" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsUnfoldND_getFilter" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (npstat::AbsUnfoldingFilterND *)((npstat::AbsUnfoldND const *)arg1)->getFilter(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsUnfoldingFilterND, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_getFilter__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::AbsUnfoldingFilterND *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_getFilter" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
try {
result = (npstat::AbsUnfoldingFilterND *)((npstat::AbsUnfoldND const *)arg1)->getFilter();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsUnfoldingFilterND, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_getFilter(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "AbsUnfoldND_getFilter", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsUnfoldND, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_AbsUnfoldND_getFilter__SWIG_1(self, argc, argv);
}
}
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsUnfoldND, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_AbsUnfoldND_getFilter__SWIG_0(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'AbsUnfoldND_getFilter'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::AbsUnfoldND::getFilter(bool) const\n"
" npstat::AbsUnfoldND::getFilter() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_useConvolutions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "AbsUnfoldND_useConvolutions", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_useConvolutions" "', argument " "1"" of type '" "npstat::AbsUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsUnfoldND_useConvolutions" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
(arg1)->useConvolutions(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_usingConvolutions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_usingConvolutions" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
try {
result = (bool)((npstat::AbsUnfoldND const *)arg1)->usingConvolutions();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_getObservedShape(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayShape result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_getObservedShape" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
try {
result = ((npstat::AbsUnfoldND const *)arg1)->getObservedShape();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< unsigned int,std::allocator< unsigned int > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_getUnfoldedShape(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayShape result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_getUnfoldedShape" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
try {
result = ((npstat::AbsUnfoldND const *)arg1)->getUnfoldedShape();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< unsigned int,std::allocator< unsigned int > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_validateUnfoldedShape__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::ArrayND< double > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_validateUnfoldedShape" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_validateUnfoldedShape" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_validateUnfoldedShape" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::ArrayND< double > * >(argp2);
{
try {
((npstat::AbsUnfoldND const *)arg1)->validateUnfoldedShape((npstat::ArrayND< double > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_validateUnfoldedShape__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::ArrayShape *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_validateUnfoldedShape" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
std::vector< unsigned int,std::allocator< unsigned int > > *ptr = (std::vector< unsigned int,std::allocator< unsigned int > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_validateUnfoldedShape" "', argument " "2"" of type '" "npstat::ArrayShape const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_validateUnfoldedShape" "', argument " "2"" of type '" "npstat::ArrayShape const &""'");
}
arg2 = ptr;
}
{
try {
((npstat::AbsUnfoldND const *)arg1)->validateUnfoldedShape((npstat::ArrayShape const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_validateUnfoldedShape(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "AbsUnfoldND_validateUnfoldedShape", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsUnfoldND, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_AbsUnfoldND_validateUnfoldedShape__SWIG_0(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsUnfoldND, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< unsigned int,std::allocator< unsigned int > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_AbsUnfoldND_validateUnfoldedShape__SWIG_1(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'AbsUnfoldND_validateUnfoldedShape'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::AbsUnfoldND::validateUnfoldedShape(npstat::ArrayND< double > const &) const\n"
" npstat::AbsUnfoldND::validateUnfoldedShape(npstat::ArrayShape const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_validateObservedShape__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::ArrayND< double > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_validateObservedShape" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_validateObservedShape" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_validateObservedShape" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::ArrayND< double > * >(argp2);
{
try {
((npstat::AbsUnfoldND const *)arg1)->validateObservedShape((npstat::ArrayND< double > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_validateObservedShape__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::ArrayShape *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_validateObservedShape" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
{
std::vector< unsigned int,std::allocator< unsigned int > > *ptr = (std::vector< unsigned int,std::allocator< unsigned int > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_validateObservedShape" "', argument " "2"" of type '" "npstat::ArrayShape const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_validateObservedShape" "', argument " "2"" of type '" "npstat::ArrayShape const &""'");
}
arg2 = ptr;
}
{
try {
((npstat::AbsUnfoldND const *)arg1)->validateObservedShape((npstat::ArrayShape const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_validateObservedShape(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "AbsUnfoldND_validateObservedShape", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsUnfoldND, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_AbsUnfoldND_validateObservedShape__SWIG_0(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsUnfoldND, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< unsigned int,std::allocator< unsigned int > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_AbsUnfoldND_validateObservedShape__SWIG_1(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'AbsUnfoldND_validateObservedShape'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::AbsUnfoldND::validateObservedShape(npstat::ArrayND< double > const &) const\n"
" npstat::AbsUnfoldND::validateObservedShape(npstat::ArrayShape const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_probDelta(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayND< double > *arg1 = 0 ;
npstat::ArrayND< double > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "AbsUnfoldND_probDelta", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_probDelta" "', argument " "1"" of type '" "npstat::ArrayND< double > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_probDelta" "', argument " "1"" of type '" "npstat::ArrayND< double > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< double > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_probDelta" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_probDelta" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::ArrayND< double > * >(argp2);
{
try {
result = (double)npstat::AbsUnfoldND::probDelta((npstat::ArrayND< double > const &)*arg1,(npstat::ArrayND< double > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_unfold__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::ArrayND< double > *arg2 = 0 ;
npstat::Matrix< double > *arg3 = (npstat::Matrix< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
npstat::ArrayND< double > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_unfold" "', argument " "1"" of type '" "npstat::AbsUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_unfold" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_unfold" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::ArrayND< double > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__MatrixT_double_16U_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "AbsUnfoldND_unfold" "', argument " "3"" of type '" "npstat::Matrix< double > *""'");
}
arg3 = reinterpret_cast< npstat::Matrix< double > * >(argp3);
{
try {
result = (npstat::ArrayND< double > *)(arg1)->unfold2((npstat::ArrayND< double > const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_unfold__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::ArrayND< double > *arg2 = 0 ;
npstat::Matrix< double > *arg3 = 0 ;
npstat::Matrix< double > *arg4 = (npstat::Matrix< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
npstat::ArrayND< double > *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_unfold" "', argument " "1"" of type '" "npstat::AbsUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_unfold" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_unfold" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::ArrayND< double > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__MatrixT_double_16U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "AbsUnfoldND_unfold" "', argument " "3"" of type '" "npstat::Matrix< double > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_unfold" "', argument " "3"" of type '" "npstat::Matrix< double > const &""'");
}
arg3 = reinterpret_cast< npstat::Matrix< double > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4,SWIGTYPE_p_npstat__MatrixT_double_16U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "AbsUnfoldND_unfold" "', argument " "4"" of type '" "npstat::Matrix< double > *""'");
}
arg4 = reinterpret_cast< npstat::Matrix< double > * >(argp4);
{
try {
result = (npstat::ArrayND< double > *)(arg1)->unfold2((npstat::ArrayND< double > const &)*arg2,(npstat::Matrix< double > const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_unfold(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "AbsUnfoldND_unfold", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsUnfoldND, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__MatrixT_double_16U_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_AbsUnfoldND_unfold__SWIG_0(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsUnfoldND, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__MatrixT_double_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__MatrixT_double_16U_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_AbsUnfoldND_unfold__SWIG_1(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'AbsUnfoldND_unfold'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::AbsUnfoldND::unfold2(npstat::ArrayND< double > const &,npstat::Matrix< double > *)\n"
" npstat::AbsUnfoldND::unfold2(npstat::ArrayND< double > const &,npstat::Matrix< double > const &,npstat::Matrix< double > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_unfoldNoCov__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::ArrayND< double > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
npstat::ArrayND< double > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_unfoldNoCov" "', argument " "1"" of type '" "npstat::AbsUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_unfoldNoCov" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_unfoldNoCov" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::ArrayND< double > * >(argp2);
{
try {
result = (npstat::ArrayND< double > *)(arg1)->unfoldNoCov((npstat::ArrayND< double > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_unfoldNoCov__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::ArrayND< double > *arg2 = 0 ;
npstat::Matrix< double > *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
npstat::ArrayND< double > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_unfoldNoCov" "', argument " "1"" of type '" "npstat::AbsUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_unfoldNoCov" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_unfoldNoCov" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::ArrayND< double > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__MatrixT_double_16U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "AbsUnfoldND_unfoldNoCov" "', argument " "3"" of type '" "npstat::Matrix< double > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_unfoldNoCov" "', argument " "3"" of type '" "npstat::Matrix< double > const &""'");
}
arg3 = reinterpret_cast< npstat::Matrix< double > * >(argp3);
{
try {
result = (npstat::ArrayND< double > *)(arg1)->unfoldNoCov((npstat::ArrayND< double > const &)*arg2,(npstat::Matrix< double > const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_unfoldNoCov(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "AbsUnfoldND_unfoldNoCov", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsUnfoldND, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_AbsUnfoldND_unfoldNoCov__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsUnfoldND, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__MatrixT_double_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_AbsUnfoldND_unfoldNoCov__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'AbsUnfoldND_unfoldNoCov'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::AbsUnfoldND::unfoldNoCov(npstat::ArrayND< double > const &)\n"
" npstat::AbsUnfoldND::unfoldNoCov(npstat::ArrayND< double > const &,npstat::Matrix< double > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_AbsUnfoldND_fold(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsUnfoldND *arg1 = (npstat::AbsUnfoldND *) 0 ;
npstat::ArrayND< double > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::ArrayND< double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsUnfoldND_fold", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsUnfoldND_fold" "', argument " "1"" of type '" "npstat::AbsUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::AbsUnfoldND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "AbsUnfoldND_fold" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsUnfoldND_fold" "', argument " "2"" of type '" "npstat::ArrayND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::ArrayND< double > * >(argp2);
{
try {
result = (npstat::ArrayND< double > *)((npstat::AbsUnfoldND const *)arg1)->fold((npstat::ArrayND< double > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *AbsUnfoldND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsUnfoldND, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_new_FoldedDistribution1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsDistribution1D *arg1 = 0 ;
double arg2 ;
double arg3 ;
unsigned int arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
npstat::FoldedDistribution1D *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_FoldedDistribution1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_FoldedDistribution1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_FoldedDistribution1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_FoldedDistribution1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_FoldedDistribution1D" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
{
try {
result = (npstat::FoldedDistribution1D *)new npstat::FoldedDistribution1D((npstat::AbsDistribution1D const &)*arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_FoldedDistribution1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsDistribution1D *arg1 = 0 ;
double arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
npstat::FoldedDistribution1D *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_FoldedDistribution1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_FoldedDistribution1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_FoldedDistribution1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_FoldedDistribution1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (npstat::FoldedDistribution1D *)new npstat::FoldedDistribution1D((npstat::AbsDistribution1D const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_FoldedDistribution1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::FoldedDistribution1D *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_FoldedDistribution1D" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_FoldedDistribution1D" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
{
try {
result = (npstat::FoldedDistribution1D *)new npstat::FoldedDistribution1D((npstat::FoldedDistribution1D const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_FoldedDistribution1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_FoldedDistribution1D", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_FoldedDistribution1D__SWIG_2(self, argc, argv);
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_FoldedDistribution1D__SWIG_1(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_FoldedDistribution1D__SWIG_0(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_FoldedDistribution1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::FoldedDistribution1D::FoldedDistribution1D(npstat::AbsDistribution1D const &,double,double,unsigned int)\n"
" npstat::FoldedDistribution1D::FoldedDistribution1D(npstat::AbsDistribution1D const &,double,double)\n"
" npstat::FoldedDistribution1D::FoldedDistribution1D(npstat::FoldedDistribution1D const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_FoldedDistribution1D_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = (npstat::FoldedDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::FoldedDistribution1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FoldedDistribution1D_clone" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
{
try {
result = (npstat::FoldedDistribution1D *)((npstat::FoldedDistribution1D const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_FoldedDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = (npstat::FoldedDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FoldedDistribution1D" "', argument " "1"" of type '" "npstat::FoldedDistribution1D *""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FoldedDistribution1D_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = (npstat::FoldedDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "FoldedDistribution1D_density", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FoldedDistribution1D_density" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FoldedDistribution1D_density" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::FoldedDistribution1D const *)arg1)->density(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FoldedDistribution1D_cdf(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = (npstat::FoldedDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "FoldedDistribution1D_cdf", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FoldedDistribution1D_cdf" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FoldedDistribution1D_cdf" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::FoldedDistribution1D const *)arg1)->cdf(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FoldedDistribution1D_exceedance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = (npstat::FoldedDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "FoldedDistribution1D_exceedance", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FoldedDistribution1D_exceedance" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FoldedDistribution1D_exceedance" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::FoldedDistribution1D const *)arg1)->exceedance(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FoldedDistribution1D_quantile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = (npstat::FoldedDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "FoldedDistribution1D_quantile", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FoldedDistribution1D_quantile" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FoldedDistribution1D_quantile" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::FoldedDistribution1D const *)arg1)->quantile(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FoldedDistribution1D_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = (npstat::FoldedDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FoldedDistribution1D_classId" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
{
try {
result = ((npstat::FoldedDistribution1D const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FoldedDistribution1D_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = (npstat::FoldedDistribution1D *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "FoldedDistribution1D_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FoldedDistribution1D_write" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FoldedDistribution1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FoldedDistribution1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::FoldedDistribution1D const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FoldedDistribution1D_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "FoldedDistribution1D_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::FoldedDistribution1D::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FoldedDistribution1D_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "FoldedDistribution1D_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::FoldedDistribution1D::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FoldedDistribution1D_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::FoldedDistribution1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "FoldedDistribution1D_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FoldedDistribution1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FoldedDistribution1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FoldedDistribution1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FoldedDistribution1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::FoldedDistribution1D *)npstat::FoldedDistribution1D::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FoldedDistribution1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FoldedDistribution1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_FoldedDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::FoldedDistribution1D > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_FoldedDistribution1D", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_FoldedDistribution1D" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_FoldedDistribution1D" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_FoldedDistribution1D" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_FoldedDistribution1D" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::FoldedDistribution1D > *)new gs::ArchiveRecord< npstat::FoldedDistribution1D >((npstat::FoldedDistribution1D const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__FoldedDistribution1D_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_FoldedDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::FoldedDistribution1D > *arg1 = (gs::ArchiveRecord< npstat::FoldedDistribution1D > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__FoldedDistribution1D_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_FoldedDistribution1D" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::FoldedDistribution1D > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::FoldedDistribution1D > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_FoldedDistribution1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__FoldedDistribution1D_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_FoldedDistribution1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_122(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::FoldedDistribution1D *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::FoldedDistribution1D > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::FoldedDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::FoldedDistribution1D >((npstat::FoldedDistribution1D const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::FoldedDistribution1D >(static_cast< const gs::ArchiveRecord< npstat::FoldedDistribution1D >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__FoldedDistribution1D_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FoldedDistribution1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::FoldedDistribution1D > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_FoldedDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FoldedDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_FoldedDistribution1D" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::FoldedDistribution1D > *)new gs::Reference< npstat::FoldedDistribution1D >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__FoldedDistribution1D_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FoldedDistribution1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::FoldedDistribution1D > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_FoldedDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FoldedDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_FoldedDistribution1D" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_FoldedDistribution1D" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::FoldedDistribution1D > *)new gs::Reference< npstat::FoldedDistribution1D >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__FoldedDistribution1D_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FoldedDistribution1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::FoldedDistribution1D > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_FoldedDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FoldedDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_FoldedDistribution1D" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FoldedDistribution1D" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_FoldedDistribution1D" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FoldedDistribution1D" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::FoldedDistribution1D > *)new gs::Reference< npstat::FoldedDistribution1D >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__FoldedDistribution1D_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FoldedDistribution1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_FoldedDistribution1D", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_FoldedDistribution1D__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_FoldedDistribution1D__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_FoldedDistribution1D__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_FoldedDistribution1D'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::FoldedDistribution1D >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::FoldedDistribution1D >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::FoldedDistribution1D >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_FoldedDistribution1D_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::FoldedDistribution1D > *arg1 = (gs::Reference< npstat::FoldedDistribution1D > *) 0 ;
unsigned long arg2 ;
npstat::FoldedDistribution1D *arg3 = (npstat::FoldedDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_FoldedDistribution1D_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__FoldedDistribution1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_FoldedDistribution1D_restore" "', argument " "1"" of type '" "gs::Reference< npstat::FoldedDistribution1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::FoldedDistribution1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_FoldedDistribution1D_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__FoldedDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_FoldedDistribution1D_restore" "', argument " "3"" of type '" "npstat::FoldedDistribution1D *""'");
}
arg3 = reinterpret_cast< npstat::FoldedDistribution1D * >(argp3);
{
try {
((gs::Reference< npstat::FoldedDistribution1D > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_FoldedDistribution1D_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::FoldedDistribution1D > *arg1 = (gs::Reference< npstat::FoldedDistribution1D > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::FoldedDistribution1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_FoldedDistribution1D_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__FoldedDistribution1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_FoldedDistribution1D_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::FoldedDistribution1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::FoldedDistribution1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_FoldedDistribution1D_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::FoldedDistribution1D *)gs_Reference_Sl_npstat_FoldedDistribution1D_Sg__retrieve((gs::Reference< npstat::FoldedDistribution1D > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_FoldedDistribution1D_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::FoldedDistribution1D > *arg1 = (gs::Reference< npstat::FoldedDistribution1D > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
SwigValueWrapper< npstat::FoldedDistribution1D > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_FoldedDistribution1D_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__FoldedDistribution1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_FoldedDistribution1D_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::FoldedDistribution1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::FoldedDistribution1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_FoldedDistribution1D_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_FoldedDistribution1D_Sg__getValue((gs::Reference< npstat::FoldedDistribution1D > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::FoldedDistribution1D(static_cast< const npstat::FoldedDistribution1D& >(result))), SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_FoldedDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::FoldedDistribution1D > *arg1 = (gs::Reference< npstat::FoldedDistribution1D > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__FoldedDistribution1D_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_FoldedDistribution1D" "', argument " "1"" of type '" "gs::Reference< npstat::FoldedDistribution1D > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::FoldedDistribution1D > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_FoldedDistribution1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__FoldedDistribution1D_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_FoldedDistribution1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_LocalMultiFilter1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
npstat::OrthoPolyFilter1DBuilder *arg2 = 0 ;
unsigned int arg3 ;
unsigned int val1 ;
int ecode1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
npstat::LocalMultiFilter1D *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_LocalMultiFilter1D" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__OrthoPolyFilter1DBuilder, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_LocalMultiFilter1D" "', argument " "2"" of type '" "npstat::OrthoPolyFilter1DBuilder const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_LocalMultiFilter1D" "', argument " "2"" of type '" "npstat::OrthoPolyFilter1DBuilder const &""'");
}
arg2 = reinterpret_cast< npstat::OrthoPolyFilter1DBuilder * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_LocalMultiFilter1D" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (npstat::LocalMultiFilter1D *)new npstat::LocalMultiFilter1D(arg1,(npstat::OrthoPolyFilter1DBuilder const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LocalMultiFilter1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LocalMultiFilter1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::LocalMultiFilter1D *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_LocalMultiFilter1D" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_LocalMultiFilter1D" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const &""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
{
try {
result = (npstat::LocalMultiFilter1D *)new npstat::LocalMultiFilter1D((npstat::LocalMultiFilter1D const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LocalMultiFilter1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LocalMultiFilter1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_LocalMultiFilter1D", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LocalMultiFilter1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_LocalMultiFilter1D__SWIG_1(self, argc, argv);
}
}
if (argc == 3) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__OrthoPolyFilter1DBuilder, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_LocalMultiFilter1D__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_LocalMultiFilter1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::LocalMultiFilter1D::LocalMultiFilter1D(unsigned int,npstat::OrthoPolyFilter1DBuilder const &,unsigned int)\n"
" npstat::LocalMultiFilter1D::LocalMultiFilter1D(npstat::LocalMultiFilter1D const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_LocalMultiFilter1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LocalMultiFilter1D" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
npstat::LocalMultiFilter1D *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D___eq__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D___eq__" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LocalMultiFilter1D___eq__" "', argument " "2"" of type '" "npstat::LocalMultiFilter1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LocalMultiFilter1D___eq__" "', argument " "2"" of type '" "npstat::LocalMultiFilter1D const &""'");
}
arg2 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp2);
{
try {
result = (bool)((npstat::LocalMultiFilter1D const *)arg1)->operator ==((npstat::LocalMultiFilter1D const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
PyErr_Clear();
Py_INCREF(Py_NotImplemented);
return Py_NotImplemented;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
npstat::LocalMultiFilter1D *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D___ne__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D___ne__" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LocalMultiFilter1D___ne__" "', argument " "2"" of type '" "npstat::LocalMultiFilter1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LocalMultiFilter1D___ne__" "', argument " "2"" of type '" "npstat::LocalMultiFilter1D const &""'");
}
arg2 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp2);
{
try {
result = (bool)((npstat::LocalMultiFilter1D const *)arg1)->operator !=((npstat::LocalMultiFilter1D const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
PyErr_Clear();
Py_INCREF(Py_NotImplemented);
return Py_NotImplemented;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_maxDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_maxDegree" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
{
try {
result = (unsigned int)((npstat::LocalMultiFilter1D const *)arg1)->maxDegree();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_dataLen(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_dataLen" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
{
try {
result = (unsigned int)((npstat::LocalMultiFilter1D const *)arg1)->dataLen();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_getFilter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
unsigned int arg2 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
npstat::PolyFilter1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D_getFilter", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_getFilter" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LocalMultiFilter1D_getFilter" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "LocalMultiFilter1D_getFilter" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (npstat::PolyFilter1D *) &((npstat::LocalMultiFilter1D const *)arg1)->getFilter(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__PolyFilter1D, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_getFilterMatrix(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::Matrix< double > result;
if (!SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D_getFilterMatrix", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_getFilterMatrix" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LocalMultiFilter1D_getFilterMatrix" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = ((npstat::LocalMultiFilter1D const *)arg1)->getFilterMatrix(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::Matrix< double >(static_cast< const npstat::Matrix< double >& >(result))), SWIGTYPE_p_npstat__MatrixT_double_16U_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_classId" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
{
try {
result = ((npstat::LocalMultiFilter1D const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_write" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LocalMultiFilter1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LocalMultiFilter1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::LocalMultiFilter1D const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::LocalMultiFilter1D::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::LocalMultiFilter1D::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::LocalMultiFilter1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LocalMultiFilter1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LocalMultiFilter1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LocalMultiFilter1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::LocalMultiFilter1D *)npstat::LocalMultiFilter1D::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LocalMultiFilter1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_filter__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
unsigned int arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
bool arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
bool val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_filter" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LocalMultiFilter1D_filter" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
ecode5 = SWIG_AsVal_bool(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "LocalMultiFilter1D_filter" "', argument " "5"" of type '" "bool""'");
}
arg5 = static_cast< bool >(val5);
{
try {
result = (PyObject *)((npstat::LocalMultiFilter1D const *)arg1)->filter_2(arg2,(double const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_filter__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
unsigned int arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_filter" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LocalMultiFilter1D_filter" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
{
try {
result = (PyObject *)((npstat::LocalMultiFilter1D const *)arg1)->filter_2(arg2,(double const *)arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_filter(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D_filter", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
if (argc <= 3) {
return _wrap_LocalMultiFilter1D_filter__SWIG_1(self, argc, argv);
}
return _wrap_LocalMultiFilter1D_filter__SWIG_1(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_LocalMultiFilter1D_filter__SWIG_0(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'LocalMultiFilter1D_filter'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::LocalMultiFilter1D::filter_2(unsigned int,double const *,unsigned int,bool const) const\n"
" npstat::LocalMultiFilter1D::filter_2(unsigned int,double const *,unsigned int) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_convolve__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
unsigned int arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
bool arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
bool val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_convolve" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LocalMultiFilter1D_convolve" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
ecode5 = SWIG_AsVal_bool(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "LocalMultiFilter1D_convolve" "', argument " "5"" of type '" "bool""'");
}
arg5 = static_cast< bool >(val5);
{
try {
result = (PyObject *)((npstat::LocalMultiFilter1D const *)arg1)->convolve_2(arg2,(double const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_convolve__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
unsigned int arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_convolve" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LocalMultiFilter1D_convolve" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
{
try {
result = (PyObject *)((npstat::LocalMultiFilter1D const *)arg1)->convolve_2(arg2,(double const *)arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_convolve(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D_convolve", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
if (argc <= 3) {
return _wrap_LocalMultiFilter1D_convolve__SWIG_1(self, argc, argv);
}
return _wrap_LocalMultiFilter1D_convolve__SWIG_1(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_LocalMultiFilter1D_convolve__SWIG_0(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'LocalMultiFilter1D_convolve'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::LocalMultiFilter1D::convolve_2(unsigned int,double const *,unsigned int,bool const) const\n"
" npstat::LocalMultiFilter1D::convolve_2(unsigned int,double const *,unsigned int) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_filterIntoBuffer__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
unsigned int arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
double *arg5 = (double *) 0 ;
unsigned int arg6 ;
bool arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
PyArrayObject *array5 = NULL ;
int i5 = 1 ;
bool val7 ;
int ecode7 = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_filterIntoBuffer" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LocalMultiFilter1D_filterIntoBuffer" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
{
array5 = obj_to_array_no_conversion(swig_obj[3], NPY_DOUBLE);
if (!array5 || !require_dimensions(array5,1) || !require_contiguous(array5)
|| !require_native(array5)) SWIG_fail;
arg5 = (double*) array_data(array5);
arg6 = 1;
for (i5=0; i5 < array_numdims(array5); ++i5) arg6 *= array_size(array5,i5);
}
ecode7 = SWIG_AsVal_bool(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "LocalMultiFilter1D_filterIntoBuffer" "', argument " "7"" of type '" "bool""'");
}
arg7 = static_cast< bool >(val7);
{
try {
((npstat::LocalMultiFilter1D const *)arg1)->filterIntoBuffer(arg2,(double const *)arg3,arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_filterIntoBuffer__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
unsigned int arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
double *arg5 = (double *) 0 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
PyArrayObject *array5 = NULL ;
int i5 = 1 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_filterIntoBuffer" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LocalMultiFilter1D_filterIntoBuffer" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
{
array5 = obj_to_array_no_conversion(swig_obj[3], NPY_DOUBLE);
if (!array5 || !require_dimensions(array5,1) || !require_contiguous(array5)
|| !require_native(array5)) SWIG_fail;
arg5 = (double*) array_data(array5);
arg6 = 1;
for (i5=0; i5 < array_numdims(array5); ++i5) arg6 *= array_size(array5,i5);
}
{
try {
((npstat::LocalMultiFilter1D const *)arg1)->filterIntoBuffer(arg2,(double const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_filterIntoBuffer(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D_filterIntoBuffer", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
{
_v = is_array(argv[3]) && PyArray_EquivTypenums(array_type(argv[3]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 4) {
return _wrap_LocalMultiFilter1D_filterIntoBuffer__SWIG_1(self, argc, argv);
}
return _wrap_LocalMultiFilter1D_filterIntoBuffer__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
{
_v = is_array(argv[3]) && PyArray_EquivTypenums(array_type(argv[3]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_LocalMultiFilter1D_filterIntoBuffer__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'LocalMultiFilter1D_filterIntoBuffer'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::LocalMultiFilter1D::filterIntoBuffer(unsigned int,double const *,unsigned int,double *,unsigned int,bool const) const\n"
" npstat::LocalMultiFilter1D::filterIntoBuffer(unsigned int,double const *,unsigned int,double *,unsigned int) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_convolveIntoBuffer__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
unsigned int arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
double *arg5 = (double *) 0 ;
unsigned int arg6 ;
bool arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
PyArrayObject *array5 = NULL ;
int i5 = 1 ;
bool val7 ;
int ecode7 = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_convolveIntoBuffer" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LocalMultiFilter1D_convolveIntoBuffer" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
{
array5 = obj_to_array_no_conversion(swig_obj[3], NPY_DOUBLE);
if (!array5 || !require_dimensions(array5,1) || !require_contiguous(array5)
|| !require_native(array5)) SWIG_fail;
arg5 = (double*) array_data(array5);
arg6 = 1;
for (i5=0; i5 < array_numdims(array5); ++i5) arg6 *= array_size(array5,i5);
}
ecode7 = SWIG_AsVal_bool(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "LocalMultiFilter1D_convolveIntoBuffer" "', argument " "7"" of type '" "bool""'");
}
arg7 = static_cast< bool >(val7);
{
try {
((npstat::LocalMultiFilter1D const *)arg1)->convolveIntoBuffer(arg2,(double const *)arg3,arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_convolveIntoBuffer__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LocalMultiFilter1D *arg1 = (npstat::LocalMultiFilter1D *) 0 ;
unsigned int arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
double *arg5 = (double *) 0 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
PyArrayObject *array5 = NULL ;
int i5 = 1 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LocalMultiFilter1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LocalMultiFilter1D_convolveIntoBuffer" "', argument " "1"" of type '" "npstat::LocalMultiFilter1D const *""'");
}
arg1 = reinterpret_cast< npstat::LocalMultiFilter1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LocalMultiFilter1D_convolveIntoBuffer" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
{
array5 = obj_to_array_no_conversion(swig_obj[3], NPY_DOUBLE);
if (!array5 || !require_dimensions(array5,1) || !require_contiguous(array5)
|| !require_native(array5)) SWIG_fail;
arg5 = (double*) array_data(array5);
arg6 = 1;
for (i5=0; i5 < array_numdims(array5); ++i5) arg6 *= array_size(array5,i5);
}
{
try {
((npstat::LocalMultiFilter1D const *)arg1)->convolveIntoBuffer(arg2,(double const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_LocalMultiFilter1D_convolveIntoBuffer(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "LocalMultiFilter1D_convolveIntoBuffer", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
{
_v = is_array(argv[3]) && PyArray_EquivTypenums(array_type(argv[3]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 4) {
return _wrap_LocalMultiFilter1D_convolveIntoBuffer__SWIG_1(self, argc, argv);
}
return _wrap_LocalMultiFilter1D_convolveIntoBuffer__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LocalMultiFilter1D, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
{
_v = is_array(argv[3]) && PyArray_EquivTypenums(array_type(argv[3]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_LocalMultiFilter1D_convolveIntoBuffer__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'LocalMultiFilter1D_convolveIntoBuffer'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::LocalMultiFilter1D::convolveIntoBuffer(unsigned int,double const *,unsigned int,double *,unsigned int,bool const) const\n"
" npstat::LocalMultiFilter1D::convolveIntoBuffer(unsigned int,double const *,unsigned int,double *,unsigned int) const\n");
return 0;
}
SWIGINTERN PyObject *LocalMultiFilter1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__LocalMultiFilter1D, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LocalMultiFilter1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_symbetaMultiFilter1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
int arg1 ;
double arg2 ;
unsigned int arg3 ;
unsigned int arg4 ;
double arg5 ;
double arg6 ;
npstat::BoundaryHandling *arg7 = 0 ;
unsigned char *arg8 = (unsigned char *) 0 ;
unsigned int arg9 ;
bool arg10 ;
int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
PyArrayObject *array8 = NULL ;
int is_new_object8 = 0 ;
bool val10 ;
int ecode10 = 0 ;
npstat::LocalMultiFilter1D *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "symbetaMultiFilter1D" "', argument " "1"" of type '" "int""'");
}
arg1 = static_cast< int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "symbetaMultiFilter1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "symbetaMultiFilter1D" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "symbetaMultiFilter1D" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "symbetaMultiFilter1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "symbetaMultiFilter1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
res7 = SWIG_ConvertPtr(swig_obj[6], &argp7, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "symbetaMultiFilter1D" "', argument " "7"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp7) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "symbetaMultiFilter1D" "', argument " "7"" of type '" "npstat::BoundaryHandling const &""'");
}
arg7 = reinterpret_cast< npstat::BoundaryHandling * >(argp7);
{
npy_intp size[1] = {
-1
};
array8 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UBYTE,
&is_new_object8);
if (!array8 || !require_dimensions(array8, 1) ||
!require_size(array8, size, 1)) SWIG_fail;
arg8 = (unsigned char*) array_data(array8);
arg9 = (int) array_size(array8,0);
}
ecode10 = SWIG_AsVal_bool(swig_obj[8], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "symbetaMultiFilter1D" "', argument " "10"" of type '" "bool""'");
}
arg10 = static_cast< bool >(val10);
{
try {
result = (npstat::LocalMultiFilter1D *)npstat::symbetaMultiFilter1D_2(arg1,arg2,arg3,arg4,arg5,arg6,(npstat::BoundaryHandling const &)*arg7,(unsigned char const *)arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LocalMultiFilter1D, SWIG_POINTER_OWN | 0 );
{
if (is_new_object8 && array8)
{
Py_DECREF(array8);
}
}
return resultobj;
fail:
{
if (is_new_object8 && array8)
{
Py_DECREF(array8);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_symbetaMultiFilter1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
int arg1 ;
double arg2 ;
unsigned int arg3 ;
unsigned int arg4 ;
double arg5 ;
double arg6 ;
npstat::BoundaryHandling *arg7 = 0 ;
unsigned char *arg8 = (unsigned char *) 0 ;
unsigned int arg9 ;
int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
PyArrayObject *array8 = NULL ;
int is_new_object8 = 0 ;
npstat::LocalMultiFilter1D *result = 0 ;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "symbetaMultiFilter1D" "', argument " "1"" of type '" "int""'");
}
arg1 = static_cast< int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "symbetaMultiFilter1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "symbetaMultiFilter1D" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "symbetaMultiFilter1D" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "symbetaMultiFilter1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "symbetaMultiFilter1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
res7 = SWIG_ConvertPtr(swig_obj[6], &argp7, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "symbetaMultiFilter1D" "', argument " "7"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp7) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "symbetaMultiFilter1D" "', argument " "7"" of type '" "npstat::BoundaryHandling const &""'");
}
arg7 = reinterpret_cast< npstat::BoundaryHandling * >(argp7);
{
npy_intp size[1] = {
-1
};
array8 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UBYTE,
&is_new_object8);
if (!array8 || !require_dimensions(array8, 1) ||
!require_size(array8, size, 1)) SWIG_fail;
arg8 = (unsigned char*) array_data(array8);
arg9 = (int) array_size(array8,0);
}
{
try {
result = (npstat::LocalMultiFilter1D *)npstat::symbetaMultiFilter1D_2(arg1,arg2,arg3,arg4,arg5,arg6,(npstat::BoundaryHandling const &)*arg7,(unsigned char const *)arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LocalMultiFilter1D, SWIG_POINTER_OWN | 0 );
{
if (is_new_object8 && array8)
{
Py_DECREF(array8);
}
}
return resultobj;
fail:
{
if (is_new_object8 && array8)
{
Py_DECREF(array8);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_symbetaMultiFilter1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[10] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "symbetaMultiFilter1D", 0, 9, argv))) SWIG_fail;
--argc;
if (argc == 8) {
int _v;
{
int res = SWIG_AsVal_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[6], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
if (argc <= 8) {
return _wrap_symbetaMultiFilter1D__SWIG_1(self, argc, argv);
}
return _wrap_symbetaMultiFilter1D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 9) {
int _v;
{
int res = SWIG_AsVal_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[6], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[8], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_symbetaMultiFilter1D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'symbetaMultiFilter1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::symbetaMultiFilter1D_2(int,double,unsigned int,unsigned int,double,double,npstat::BoundaryHandling const &,unsigned char const *,unsigned int,bool)\n"
" npstat::symbetaMultiFilter1D_2(int,double,unsigned int,unsigned int,double,double,npstat::BoundaryHandling const &,unsigned char const *,unsigned int)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_ComparisonDistribution1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsDistribution1D *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
npstat::ComparisonDistribution1D *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ComparisonDistribution1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ComparisonDistribution1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistribution1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ComparisonDistribution1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ComparisonDistribution1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
{
try {
result = (npstat::ComparisonDistribution1D *)new npstat::ComparisonDistribution1D((npstat::AbsDistribution1D const &)*arg1,(npstat::AbsDistribution1D const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ComparisonDistribution1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_ComparisonDistribution1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ComparisonDistribution1D *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ComparisonDistribution1D" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ComparisonDistribution1D" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
{
try {
result = (npstat::ComparisonDistribution1D *)new npstat::ComparisonDistribution1D((npstat::ComparisonDistribution1D const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ComparisonDistribution1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_ComparisonDistribution1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_ComparisonDistribution1D", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ComparisonDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_ComparisonDistribution1D__SWIG_1(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_ComparisonDistribution1D__SWIG_0(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_ComparisonDistribution1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::ComparisonDistribution1D::ComparisonDistribution1D(npstat::AbsDistribution1D const &,npstat::AbsDistribution1D const &)\n"
" npstat::ComparisonDistribution1D::ComparisonDistribution1D(npstat::ComparisonDistribution1D const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_ComparisonDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = (npstat::ComparisonDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ComparisonDistribution1D, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ComparisonDistribution1D" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D *""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = (npstat::ComparisonDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "ComparisonDistribution1D_density", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ComparisonDistribution1D_density" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "ComparisonDistribution1D_density" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::ComparisonDistribution1D const *)arg1)->density(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_cdf(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = (npstat::ComparisonDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "ComparisonDistribution1D_cdf", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ComparisonDistribution1D_cdf" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "ComparisonDistribution1D_cdf" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::ComparisonDistribution1D const *)arg1)->cdf(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_exceedance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = (npstat::ComparisonDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "ComparisonDistribution1D_exceedance", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ComparisonDistribution1D_exceedance" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "ComparisonDistribution1D_exceedance" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::ComparisonDistribution1D const *)arg1)->exceedance(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_quantile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = (npstat::ComparisonDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "ComparisonDistribution1D_quantile", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ComparisonDistribution1D_quantile" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "ComparisonDistribution1D_quantile" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::ComparisonDistribution1D const *)arg1)->quantile(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = (npstat::ComparisonDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ComparisonDistribution1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ComparisonDistribution1D_clone" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
{
try {
result = (npstat::ComparisonDistribution1D *)((npstat::ComparisonDistribution1D const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ComparisonDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_compared(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = (npstat::ComparisonDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::AbsDistribution1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ComparisonDistribution1D_compared" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
{
try {
result = (npstat::AbsDistribution1D *) &((npstat::ComparisonDistribution1D const *)arg1)->compared();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_baseline(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = (npstat::ComparisonDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::AbsDistribution1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ComparisonDistribution1D_baseline" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
{
try {
result = (npstat::AbsDistribution1D *) &((npstat::ComparisonDistribution1D const *)arg1)->baseline();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = (npstat::ComparisonDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ComparisonDistribution1D_classId" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
{
try {
result = ((npstat::ComparisonDistribution1D const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = (npstat::ComparisonDistribution1D *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "ComparisonDistribution1D_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ComparisonDistribution1D_write" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ComparisonDistribution1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "ComparisonDistribution1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::ComparisonDistribution1D const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "ComparisonDistribution1D_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::ComparisonDistribution1D::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "ComparisonDistribution1D_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::ComparisonDistribution1D::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ComparisonDistribution1D_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::ComparisonDistribution1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "ComparisonDistribution1D_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ComparisonDistribution1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "ComparisonDistribution1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ComparisonDistribution1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "ComparisonDistribution1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::ComparisonDistribution1D *)npstat::ComparisonDistribution1D::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ComparisonDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ComparisonDistribution1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ComparisonDistribution1D, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ComparisonDistribution1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_ComparisonDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::ComparisonDistribution1D > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_ComparisonDistribution1D", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_ComparisonDistribution1D" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_ComparisonDistribution1D" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_ComparisonDistribution1D" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_ComparisonDistribution1D" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::ComparisonDistribution1D > *)new gs::ArchiveRecord< npstat::ComparisonDistribution1D >((npstat::ComparisonDistribution1D const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__ComparisonDistribution1D_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_ComparisonDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::ComparisonDistribution1D > *arg1 = (gs::ArchiveRecord< npstat::ComparisonDistribution1D > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__ComparisonDistribution1D_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_ComparisonDistribution1D" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::ComparisonDistribution1D > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::ComparisonDistribution1D > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_ComparisonDistribution1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__ComparisonDistribution1D_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_ComparisonDistribution1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_123(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ComparisonDistribution1D *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::ComparisonDistribution1D > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::ComparisonDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::ComparisonDistribution1D >((npstat::ComparisonDistribution1D const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::ComparisonDistribution1D >(static_cast< const gs::ArchiveRecord< npstat::ComparisonDistribution1D >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__ComparisonDistribution1D_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ComparisonDistribution1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::ComparisonDistribution1D > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::ComparisonDistribution1D > *)new gs::Reference< npstat::ComparisonDistribution1D >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__ComparisonDistribution1D_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ComparisonDistribution1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::ComparisonDistribution1D > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::ComparisonDistribution1D > *)new gs::Reference< npstat::ComparisonDistribution1D >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__ComparisonDistribution1D_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ComparisonDistribution1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::ComparisonDistribution1D > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ComparisonDistribution1D" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::ComparisonDistribution1D > *)new gs::Reference< npstat::ComparisonDistribution1D >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__ComparisonDistribution1D_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ComparisonDistribution1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_ComparisonDistribution1D", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_ComparisonDistribution1D__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ComparisonDistribution1D__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ComparisonDistribution1D__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_ComparisonDistribution1D'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::ComparisonDistribution1D >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::ComparisonDistribution1D >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::ComparisonDistribution1D >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_ComparisonDistribution1D_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::ComparisonDistribution1D > *arg1 = (gs::Reference< npstat::ComparisonDistribution1D > *) 0 ;
unsigned long arg2 ;
npstat::ComparisonDistribution1D *arg3 = (npstat::ComparisonDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ComparisonDistribution1D_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__ComparisonDistribution1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ComparisonDistribution1D_restore" "', argument " "1"" of type '" "gs::Reference< npstat::ComparisonDistribution1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::ComparisonDistribution1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ComparisonDistribution1D_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__ComparisonDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_ComparisonDistribution1D_restore" "', argument " "3"" of type '" "npstat::ComparisonDistribution1D *""'");
}
arg3 = reinterpret_cast< npstat::ComparisonDistribution1D * >(argp3);
{
try {
((gs::Reference< npstat::ComparisonDistribution1D > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ComparisonDistribution1D_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::ComparisonDistribution1D > *arg1 = (gs::Reference< npstat::ComparisonDistribution1D > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::ComparisonDistribution1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ComparisonDistribution1D_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__ComparisonDistribution1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ComparisonDistribution1D_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::ComparisonDistribution1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::ComparisonDistribution1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ComparisonDistribution1D_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::ComparisonDistribution1D *)gs_Reference_Sl_npstat_ComparisonDistribution1D_Sg__retrieve((gs::Reference< npstat::ComparisonDistribution1D > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ComparisonDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ComparisonDistribution1D_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::ComparisonDistribution1D > *arg1 = (gs::Reference< npstat::ComparisonDistribution1D > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
SwigValueWrapper< npstat::ComparisonDistribution1D > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_ComparisonDistribution1D_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__ComparisonDistribution1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ComparisonDistribution1D_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::ComparisonDistribution1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::ComparisonDistribution1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ComparisonDistribution1D_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_ComparisonDistribution1D_Sg__getValue((gs::Reference< npstat::ComparisonDistribution1D > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::ComparisonDistribution1D(static_cast< const npstat::ComparisonDistribution1D& >(result))), SWIGTYPE_p_npstat__ComparisonDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_ComparisonDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::ComparisonDistribution1D > *arg1 = (gs::Reference< npstat::ComparisonDistribution1D > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__ComparisonDistribution1D_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_ComparisonDistribution1D" "', argument " "1"" of type '" "gs::Reference< npstat::ComparisonDistribution1D > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::ComparisonDistribution1D > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_ComparisonDistribution1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__ComparisonDistribution1D_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_ComparisonDistribution1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_JohnsonKDESmoother__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
double arg3 ;
int arg4 ;
double arg5 ;
char *arg6 = (char *) 0 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
int res6 ;
char *buf6 = 0 ;
int alloc6 = 0 ;
npstat::JohnsonKDESmoother *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_JohnsonKDESmoother" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_JohnsonKDESmoother" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_JohnsonKDESmoother" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_JohnsonKDESmoother" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_JohnsonKDESmoother" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
res6 = SWIG_AsCharPtrAndSize(swig_obj[5], &buf6, NULL, &alloc6);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "new_JohnsonKDESmoother" "', argument " "6"" of type '" "char const *""'");
}
arg6 = reinterpret_cast< char * >(buf6);
{
try {
result = (npstat::JohnsonKDESmoother *)new npstat::JohnsonKDESmoother(arg1,arg2,arg3,arg4,arg5,(char const *)arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__JohnsonKDESmoother, SWIG_POINTER_NEW | 0 );
if (alloc6 == SWIG_NEWOBJ) delete[] buf6;
return resultobj;
fail:
if (alloc6 == SWIG_NEWOBJ) delete[] buf6;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_JohnsonKDESmoother__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
double arg3 ;
int arg4 ;
double arg5 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
npstat::JohnsonKDESmoother *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_JohnsonKDESmoother" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_JohnsonKDESmoother" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_JohnsonKDESmoother" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_JohnsonKDESmoother" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_JohnsonKDESmoother" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
result = (npstat::JohnsonKDESmoother *)new npstat::JohnsonKDESmoother(arg1,arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__JohnsonKDESmoother, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_JohnsonKDESmoother__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
double arg3 ;
int arg4 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
npstat::JohnsonKDESmoother *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_JohnsonKDESmoother" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_JohnsonKDESmoother" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_JohnsonKDESmoother" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_JohnsonKDESmoother" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
{
try {
result = (npstat::JohnsonKDESmoother *)new npstat::JohnsonKDESmoother(arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__JohnsonKDESmoother, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_JohnsonKDESmoother(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_JohnsonKDESmoother", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_JohnsonKDESmoother__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_JohnsonKDESmoother__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[5], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_JohnsonKDESmoother__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_JohnsonKDESmoother'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::JohnsonKDESmoother::JohnsonKDESmoother(unsigned int,double,double,int,double,char const *)\n"
" npstat::JohnsonKDESmoother::JohnsonKDESmoother(unsigned int,double,double,int,double)\n"
" npstat::JohnsonKDESmoother::JohnsonKDESmoother(unsigned int,double,double,int)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_JohnsonKDESmoother(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::JohnsonKDESmoother *arg1 = (npstat::JohnsonKDESmoother *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__JohnsonKDESmoother, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_JohnsonKDESmoother" "', argument " "1"" of type '" "npstat::JohnsonKDESmoother *""'");
}
arg1 = reinterpret_cast< npstat::JohnsonKDESmoother * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_JohnsonKDESmoother_symbetaPower(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::JohnsonKDESmoother *arg1 = (npstat::JohnsonKDESmoother *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__JohnsonKDESmoother, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "JohnsonKDESmoother_symbetaPower" "', argument " "1"" of type '" "npstat::JohnsonKDESmoother const *""'");
}
arg1 = reinterpret_cast< npstat::JohnsonKDESmoother * >(argp1);
{
try {
result = (int)((npstat::JohnsonKDESmoother const *)arg1)->symbetaPower();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_JohnsonKDESmoother_bwFactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::JohnsonKDESmoother *arg1 = (npstat::JohnsonKDESmoother *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__JohnsonKDESmoother, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "JohnsonKDESmoother_bwFactor" "', argument " "1"" of type '" "npstat::JohnsonKDESmoother const *""'");
}
arg1 = reinterpret_cast< npstat::JohnsonKDESmoother * >(argp1);
{
try {
result = (double)((npstat::JohnsonKDESmoother const *)arg1)->bwFactor();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *JohnsonKDESmoother_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__JohnsonKDESmoother, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *JohnsonKDESmoother_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_randomHistoFillCND__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = (npstat::HistoND< float,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillCND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillCND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillCND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillCND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillCND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillCND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< float,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillCND__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillCND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillCND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillCND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillCND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillCND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillCND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< double,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillCND(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "randomHistoFillCND", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillCND__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillCND__SWIG_2(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'randomHistoFillCND'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::randomHistoFillND< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = (npstat::HistoND< int,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< int,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = (npstat::HistoND< long,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< long,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = (npstat::HistoND< float,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< float,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< double,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = (npstat::HistoND< unsigned char,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< unsigned char,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = (npstat::HistoND< int,npstat::NUHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< int,npstat::NUHistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = (npstat::HistoND< long,npstat::NUHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< long,npstat::NUHistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = (npstat::HistoND< float,npstat::NUHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< float,npstat::NUHistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = (npstat::HistoND< double,npstat::NUHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< double,npstat::NUHistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = (npstat::HistoND< unsigned char,npstat::NUHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = (npstat::HistoND< int,npstat::DualHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< int,npstat::DualHistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = (npstat::HistoND< long,npstat::DualHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< long,npstat::DualHistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = (npstat::HistoND< float,npstat::DualHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< float,npstat::DualHistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = (npstat::HistoND< double,npstat::DualHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< double,npstat::DualHistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND__SWIG_15(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = (npstat::HistoND< unsigned char,npstat::DualHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistributionND *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillND" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillND" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFillND< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(arg1,*arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillND(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "randomHistoFillND", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_3(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_4(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_5(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_6(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_7(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_8(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_9(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_10(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_11(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_12(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_13(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_14(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillND__SWIG_15(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'randomHistoFillND'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::randomHistoFillND< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n"
" npstat::randomHistoFillND< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistributionND const &,unsigned long)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_amisePluginBwGauss__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
double arg3 ;
double *arg4 = (double *) 0 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "amisePluginBwGauss" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "amisePluginBwGauss" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "amisePluginBwGauss" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "amisePluginBwGauss" "', argument " "4"" of type '" "double *""'");
}
arg4 = reinterpret_cast< double * >(argp4);
{
try {
result = (double)npstat::amisePluginBwGauss(arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_amisePluginBwGauss__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
double arg3 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "amisePluginBwGauss" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "amisePluginBwGauss" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "amisePluginBwGauss" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (double)npstat::amisePluginBwGauss(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_amisePluginBwGauss(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "amisePluginBwGauss", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 3) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_amisePluginBwGauss__SWIG_1(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_amisePluginBwGauss__SWIG_0(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'amisePluginBwGauss'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::amisePluginBwGauss(unsigned int,double,double,double *)\n"
" npstat::amisePluginBwGauss(unsigned int,double,double)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_approxAmisePluginBwGauss(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double arg1 ;
double arg2 ;
double arg3 ;
double val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "approxAmisePluginBwGauss", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "approxAmisePluginBwGauss" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "approxAmisePluginBwGauss" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "approxAmisePluginBwGauss" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (double)npstat::approxAmisePluginBwGauss(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_amisePluginBwSymbeta__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
unsigned int arg2 ;
double arg3 ;
double arg4 ;
double *arg5 = (double *) 0 ;
unsigned int val1 ;
int ecode1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "amisePluginBwSymbeta" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "amisePluginBwSymbeta" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "amisePluginBwSymbeta" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "amisePluginBwSymbeta" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "amisePluginBwSymbeta" "', argument " "5"" of type '" "double *""'");
}
arg5 = reinterpret_cast< double * >(argp5);
{
try {
result = (double)npstat::amisePluginBwSymbeta(arg1,arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_amisePluginBwSymbeta__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
unsigned int arg2 ;
double arg3 ;
double arg4 ;
unsigned int val1 ;
int ecode1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "amisePluginBwSymbeta" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "amisePluginBwSymbeta" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "amisePluginBwSymbeta" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "amisePluginBwSymbeta" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (double)npstat::amisePluginBwSymbeta(arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_amisePluginBwSymbeta(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "amisePluginBwSymbeta", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_amisePluginBwSymbeta__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[4], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_amisePluginBwSymbeta__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'amisePluginBwSymbeta'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::amisePluginBwSymbeta(unsigned int,unsigned int,double,double,double *)\n"
" npstat::amisePluginBwSymbeta(unsigned int,unsigned int,double,double)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_symbetaBandwidthRatio(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
int arg1 ;
unsigned int arg2 ;
int val1 ;
int ecode1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "symbetaBandwidthRatio", 2, 2, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "symbetaBandwidthRatio" "', argument " "1"" of type '" "int""'");
}
arg1 = static_cast< int >(val1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "symbetaBandwidthRatio" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)npstat::symbetaBandwidthRatio(arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_approxSymbetaBandwidthRatio(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
int arg1 ;
double arg2 ;
int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "approxSymbetaBandwidthRatio", 2, 2, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "approxSymbetaBandwidthRatio" "', argument " "1"" of type '" "int""'");
}
arg1 = static_cast< int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "approxSymbetaBandwidthRatio" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)npstat::approxSymbetaBandwidthRatio(arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_amisePluginDegreeGauss(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "amisePluginDegreeGauss" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (unsigned int)npstat::amisePluginDegreeGauss(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_amisePluginDegreeSymbeta(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "amisePluginDegreeSymbeta", 2, 2, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "amisePluginDegreeSymbeta" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "amisePluginDegreeSymbeta" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (unsigned int)npstat::amisePluginDegreeSymbeta(arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_maxFilterDegreeSupported(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "maxFilterDegreeSupported", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::maxFilterDegreeSupported();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_integralOfSymmetricBetaSquared__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
int arg1 ;
int val1 ;
int ecode1 = 0 ;
double result;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "integralOfSymmetricBetaSquared" "', argument " "1"" of type '" "int""'");
}
arg1 = static_cast< int >(val1);
{
try {
result = (double)npstat::integralOfSymmetricBetaSquared(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_integralOfSymmetricBetaSquared__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
int arg1 ;
double arg2 ;
double arg3 ;
int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "integralOfSymmetricBetaSquared" "', argument " "1"" of type '" "int""'");
}
arg1 = static_cast< int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "integralOfSymmetricBetaSquared" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "integralOfSymmetricBetaSquared" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (double)npstat::integralOfSymmetricBetaSquared(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_integralOfSymmetricBetaSquared(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "integralOfSymmetricBetaSquared", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_integralOfSymmetricBetaSquared__SWIG_0(self, argc, argv);
}
}
if (argc == 3) {
int _v;
{
int res = SWIG_AsVal_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_integralOfSymmetricBetaSquared__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'integralOfSymmetricBetaSquared'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::integralOfSymmetricBetaSquared(int)\n"
" npstat::integralOfSymmetricBetaSquared(int,double,double)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_GaussianMixture1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double arg2 ;
npstat::GaussianMixtureEntry *arg3 = (npstat::GaussianMixtureEntry *) 0 ;
unsigned int arg4 ;
double val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
npstat::GaussianMixture1D *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_GaussianMixture1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_GaussianMixture1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__GaussianMixtureEntry, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_GaussianMixture1D" "', argument " "3"" of type '" "npstat::GaussianMixtureEntry const *""'");
}
arg3 = reinterpret_cast< npstat::GaussianMixtureEntry * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_GaussianMixture1D" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
{
try {
result = (npstat::GaussianMixture1D *)new npstat::GaussianMixture1D(arg1,arg2,(npstat::GaussianMixtureEntry const *)arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GaussianMixture1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_GaussianMixture1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double arg2 ;
std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > > *arg3 = 0 ;
double val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int res3 = SWIG_OLDOBJ ;
npstat::GaussianMixture1D *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_GaussianMixture1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_GaussianMixture1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > > *ptr = (std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > > *)0;
res3 = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_GaussianMixture1D" "', argument " "3"" of type '" "std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_GaussianMixture1D" "', argument " "3"" of type '" "std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > > const &""'");
}
arg3 = ptr;
}
{
try {
result = (npstat::GaussianMixture1D *)new npstat::GaussianMixture1D(arg1,arg2,(std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > > const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GaussianMixture1D, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res3)) delete arg3;
return resultobj;
fail:
if (SWIG_IsNewObj(res3)) delete arg3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_GaussianMixture1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Gauss1D *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::GaussianMixture1D *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__Gauss1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_GaussianMixture1D" "', argument " "1"" of type '" "npstat::Gauss1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_GaussianMixture1D" "', argument " "1"" of type '" "npstat::Gauss1D const &""'");
}
arg1 = reinterpret_cast< npstat::Gauss1D * >(argp1);
{
try {
result = (npstat::GaussianMixture1D *)new npstat::GaussianMixture1D((npstat::Gauss1D const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GaussianMixture1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_GaussianMixture1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_GaussianMixture1D", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Gauss1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_GaussianMixture1D__SWIG_2(self, argc, argv);
}
}
if (argc == 3) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_GaussianMixture1D__SWIG_1(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__GaussianMixtureEntry, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_GaussianMixture1D__SWIG_0(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_GaussianMixture1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::GaussianMixture1D::GaussianMixture1D(double,double,npstat::GaussianMixtureEntry const *,unsigned int)\n"
" npstat::GaussianMixture1D::GaussianMixture1D(double,double,std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > > const &)\n"
" npstat::GaussianMixture1D::GaussianMixture1D(npstat::Gauss1D const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_GaussianMixture1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_GaussianMixture1D" "', argument " "1"" of type '" "npstat::GaussianMixture1D *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::GaussianMixture1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_clone" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
{
try {
result = (npstat::GaussianMixture1D *)((npstat::GaussianMixture1D const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GaussianMixture1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_nentries(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_nentries" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
{
try {
result = (unsigned int)((npstat::GaussianMixture1D const *)arg1)->nentries();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_entry(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::GaussianMixtureEntry *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "GaussianMixture1D_entry", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_entry" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GaussianMixture1D_entry" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (npstat::GaussianMixtureEntry *) &((npstat::GaussianMixture1D const *)arg1)->entry(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GaussianMixtureEntry, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_entries(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_entries" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
{
try {
result = (std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > > *) &((npstat::GaussianMixture1D const *)arg1)->entries();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< npstat::GaussianMixtureEntry,std::allocator< npstat::GaussianMixtureEntry > > >(*result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_mean(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_mean" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
{
try {
result = (double)((npstat::GaussianMixture1D const *)arg1)->mean();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_stdev(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_stdev" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
{
try {
result = (double)((npstat::GaussianMixture1D const *)arg1)->stdev();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_gaussianMISE(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
unsigned int arg2 ;
double arg3 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
PyObject *swig_obj[4] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "GaussianMixture1D_gaussianMISE", 4, 4, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_gaussianMISE" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GaussianMixture1D_gaussianMISE" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "GaussianMixture1D_gaussianMISE" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "GaussianMixture1D_gaussianMISE" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
result = (double)((npstat::GaussianMixture1D const *)arg1)->gaussianMISE(arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_miseOptimalBw__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
unsigned int arg2 ;
unsigned long arg3 ;
double *arg4 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
unsigned long val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_miseOptimalBw" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GaussianMixture1D_miseOptimalBw" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_unsigned_SS_long(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "GaussianMixture1D_miseOptimalBw" "', argument " "3"" of type '" "unsigned long""'");
}
arg3 = static_cast< unsigned long >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "GaussianMixture1D_miseOptimalBw" "', argument " "4"" of type '" "double *""'");
}
arg4 = reinterpret_cast< double * >(argp4);
{
try {
result = (double)((npstat::GaussianMixture1D const *)arg1)->miseOptimalBw(arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_miseOptimalBw__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
unsigned int arg2 ;
unsigned long arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
unsigned long val3 ;
int ecode3 = 0 ;
double result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_miseOptimalBw" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GaussianMixture1D_miseOptimalBw" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_unsigned_SS_long(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "GaussianMixture1D_miseOptimalBw" "', argument " "3"" of type '" "unsigned long""'");
}
arg3 = static_cast< unsigned long >(val3);
{
try {
result = (double)((npstat::GaussianMixture1D const *)arg1)->miseOptimalBw(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_miseOptimalBw(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "GaussianMixture1D_miseOptimalBw", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__GaussianMixture1D, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_GaussianMixture1D_miseOptimalBw__SWIG_1(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__GaussianMixture1D, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_GaussianMixture1D_miseOptimalBw__SWIG_0(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'GaussianMixture1D_miseOptimalBw'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::GaussianMixture1D::miseOptimalBw(unsigned int,unsigned long,double *) const\n"
" npstat::GaussianMixture1D::miseOptimalBw(unsigned int,unsigned long) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_classId" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
{
try {
result = ((npstat::GaussianMixture1D const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GaussianMixture1D *arg1 = (npstat::GaussianMixture1D *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "GaussianMixture1D_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GaussianMixture1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_write" "', argument " "1"" of type '" "npstat::GaussianMixture1D const *""'");
}
arg1 = reinterpret_cast< npstat::GaussianMixture1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "GaussianMixture1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "GaussianMixture1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::GaussianMixture1D const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "GaussianMixture1D_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::GaussianMixture1D::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "GaussianMixture1D_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::GaussianMixture1D::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GaussianMixture1D_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::GaussianMixture1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "GaussianMixture1D_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GaussianMixture1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "GaussianMixture1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "GaussianMixture1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "GaussianMixture1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::GaussianMixture1D *)npstat::GaussianMixture1D::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GaussianMixture1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *GaussianMixture1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__GaussianMixture1D, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *GaussianMixture1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_GridInterpolatedDistribution__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > *arg1 = 0 ;
unsigned int arg2 ;
bool arg3 ;
bool arg4 ;
int res1 = SWIG_OLDOBJ ;
unsigned int val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > *ptr = (std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_GridInterpolatedDistribution" "', argument " "1"" of type '" "std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_GridInterpolatedDistribution" "', argument " "1"" of type '" "std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > const &""'");
}
arg1 = ptr;
}
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_GridInterpolatedDistribution" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_GridInterpolatedDistribution" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_GridInterpolatedDistribution" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::GridInterpolatedDistribution *)new npstat::GridInterpolatedDistribution((std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > const &)*arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_GridInterpolatedDistribution__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > *arg1 = 0 ;
unsigned int arg2 ;
bool arg3 ;
int res1 = SWIG_OLDOBJ ;
unsigned int val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
{
std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > *ptr = (std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_GridInterpolatedDistribution" "', argument " "1"" of type '" "std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_GridInterpolatedDistribution" "', argument " "1"" of type '" "std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > const &""'");
}
arg1 = ptr;
}
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_GridInterpolatedDistribution" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_GridInterpolatedDistribution" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (npstat::GridInterpolatedDistribution *)new npstat::GridInterpolatedDistribution((std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_GridInterpolatedDistribution__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_GridInterpolatedDistribution" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_GridInterpolatedDistribution" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const &""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
try {
result = (npstat::GridInterpolatedDistribution *)new npstat::GridInterpolatedDistribution((npstat::GridInterpolatedDistribution const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_GridInterpolatedDistribution(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_GridInterpolatedDistribution", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_GridInterpolatedDistribution__SWIG_2(self, argc, argv);
}
}
if (argc == 3) {
int _v;
int res = swig::asptr(argv[0], (std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_GridInterpolatedDistribution__SWIG_1(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_GridInterpolatedDistribution__SWIG_0(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_GridInterpolatedDistribution'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::GridInterpolatedDistribution::GridInterpolatedDistribution(std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > const &,unsigned int,bool,bool)\n"
" npstat::GridInterpolatedDistribution::GridInterpolatedDistribution(std::vector< npstat::GridAxis,std::allocator< npstat::GridAxis > > const &,unsigned int,bool)\n"
" npstat::GridInterpolatedDistribution::GridInterpolatedDistribution(npstat::GridInterpolatedDistribution const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_GridInterpolatedDistribution(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_GridInterpolatedDistribution" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::GridInterpolatedDistribution *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_clone" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
try {
result = (npstat::GridInterpolatedDistribution *)((npstat::GridInterpolatedDistribution const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_getGridDistro(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyObject *swig_obj[2] ;
npstat::AbsDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_getGridDistro", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_getGridDistro" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
try {
result = (npstat::AbsDistributionND *)((npstat::GridInterpolatedDistribution const *)arg1)->getGridDistro((unsigned int const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0 );
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_getLinearDistro(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::AbsDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_getLinearDistro", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_getLinearDistro" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GridInterpolatedDistribution_getLinearDistro" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::AbsDistributionND *)((npstat::GridInterpolatedDistribution const *)arg1)->getLinearDistro(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_setGridCoords(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_setGridCoords", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_setGridCoords" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_DOUBLE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (double*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
try {
(arg1)->setGridCoords((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_interpolateCopulas(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_interpolateCopulas", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_interpolateCopulas" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GridInterpolatedDistribution_interpolateCopulas" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
(arg1)->interpolateCopulas(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_useSingleCell(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_useSingleCell", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_useSingleCell" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GridInterpolatedDistribution_useSingleCell" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
(arg1)->useSingleCell(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_nAxes(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_nAxes" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
try {
result = (unsigned int)((npstat::GridInterpolatedDistribution const *)arg1)->nAxes();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_getAxis(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::GridAxis *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_getAxis", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_getAxis" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GridInterpolatedDistribution_getAxis" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (npstat::GridAxis *) &((npstat::GridInterpolatedDistribution const *)arg1)->getAxis(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridAxis, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_nDistros(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_nDistros" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
try {
result = (unsigned long)((npstat::GridInterpolatedDistribution const *)arg1)->nDistros();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_gridShape(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayShape result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_gridShape" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
try {
result = ((npstat::GridInterpolatedDistribution const *)arg1)->gridShape();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< unsigned int,std::allocator< unsigned int > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_interpolatingCopulas(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_interpolatingCopulas" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
try {
result = (bool)((npstat::GridInterpolatedDistribution const *)arg1)->interpolatingCopulas();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_usingSingleCell(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_usingSingleCell" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
try {
result = (bool)((npstat::GridInterpolatedDistribution const *)arg1)->usingSingleCell();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_density", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_density" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_DOUBLE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (double*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
try {
result = (double)((npstat::GridInterpolatedDistribution const *)arg1)->density((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_unitMap(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
double *arg4 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[4] ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_unitMap", 4, 4, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_unitMap" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "GridInterpolatedDistribution_unitMap" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "GridInterpolatedDistribution_unitMap" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "GridInterpolatedDistribution_unitMap" "', argument " "4"" of type '" "double *""'");
}
arg4 = reinterpret_cast< double * >(argp4);
{
try {
((npstat::GridInterpolatedDistribution const *)arg1)->unitMap((double const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_mappedByQuantiles(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_mappedByQuantiles" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
try {
result = (bool)((npstat::GridInterpolatedDistribution const *)arg1)->mappedByQuantiles();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_marginalDensity(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
unsigned int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_marginalDensity", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_marginalDensity" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GridInterpolatedDistribution_marginalDensity" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "GridInterpolatedDistribution_marginalDensity" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (double)((npstat::GridInterpolatedDistribution const *)arg1)->marginalDensity(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_marginalCdf(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
unsigned int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_marginalCdf", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_marginalCdf" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GridInterpolatedDistribution_marginalCdf" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "GridInterpolatedDistribution_marginalCdf" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (double)((npstat::GridInterpolatedDistribution const *)arg1)->marginalCdf(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_marginalExceedance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
unsigned int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_marginalExceedance", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_marginalExceedance" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GridInterpolatedDistribution_marginalExceedance" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "GridInterpolatedDistribution_marginalExceedance" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (double)((npstat::GridInterpolatedDistribution const *)arg1)->marginalExceedance(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_marginalQuantile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
unsigned int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_marginalQuantile", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_marginalQuantile" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GridInterpolatedDistribution_marginalQuantile" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "GridInterpolatedDistribution_marginalQuantile" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (double)((npstat::GridInterpolatedDistribution const *)arg1)->marginalQuantile(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_copulaDensity(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_copulaDensity", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_copulaDensity" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_DOUBLE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (double*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
try {
result = (double)((npstat::GridInterpolatedDistribution const *)arg1)->copulaDensity((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_productOfTheMarginals(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_productOfTheMarginals", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_productOfTheMarginals" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_DOUBLE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (double*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
try {
result = (double)((npstat::GridInterpolatedDistribution const *)arg1)->productOfTheMarginals((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_classId" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
try {
result = ((npstat::GridInterpolatedDistribution const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_write" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "GridInterpolatedDistribution_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "GridInterpolatedDistribution_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::GridInterpolatedDistribution const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::GridInterpolatedDistribution::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::GridInterpolatedDistribution::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::GridInterpolatedDistribution *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "GridInterpolatedDistribution_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "GridInterpolatedDistribution_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "GridInterpolatedDistribution_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::GridInterpolatedDistribution::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_setGridDistro(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::AbsDistributionND *arg4 = (npstat::AbsDistributionND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_setGridDistro", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_setGridDistro" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "GridInterpolatedDistribution_setGridDistro" "', argument " "4"" of type '" "npstat::AbsDistributionND *""'");
}
arg4 = reinterpret_cast< npstat::AbsDistributionND * >(argp4);
{
try {
(arg1)->setGridDistro_2((unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_GridInterpolatedDistribution_setLinearDistro(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = (npstat::GridInterpolatedDistribution *) 0 ;
unsigned long arg2 ;
npstat::AbsDistributionND *arg3 = (npstat::AbsDistributionND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "GridInterpolatedDistribution_setLinearDistro", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "GridInterpolatedDistribution_setLinearDistro" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution *""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "GridInterpolatedDistribution_setLinearDistro" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "GridInterpolatedDistribution_setLinearDistro" "', argument " "3"" of type '" "npstat::AbsDistributionND *""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
{
try {
(arg1)->setLinearDistro_2(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *GridInterpolatedDistribution_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *GridInterpolatedDistribution_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_GridInterpolatedDistribution(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::GridInterpolatedDistribution > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_GridInterpolatedDistribution", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_GridInterpolatedDistribution" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_GridInterpolatedDistribution" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const &""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_GridInterpolatedDistribution" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_GridInterpolatedDistribution" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::GridInterpolatedDistribution > *)new gs::ArchiveRecord< npstat::GridInterpolatedDistribution >((npstat::GridInterpolatedDistribution const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__GridInterpolatedDistribution_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_GridInterpolatedDistribution(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::GridInterpolatedDistribution > *arg1 = (gs::ArchiveRecord< npstat::GridInterpolatedDistribution > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__GridInterpolatedDistribution_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_GridInterpolatedDistribution" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::GridInterpolatedDistribution > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::GridInterpolatedDistribution > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_GridInterpolatedDistribution_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__GridInterpolatedDistribution_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_GridInterpolatedDistribution_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_124(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::GridInterpolatedDistribution *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::GridInterpolatedDistribution > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::GridInterpolatedDistribution const &""'");
}
arg1 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::GridInterpolatedDistribution >((npstat::GridInterpolatedDistribution const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::GridInterpolatedDistribution >(static_cast< const gs::ArchiveRecord< npstat::GridInterpolatedDistribution >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__GridInterpolatedDistribution_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_GridInterpolatedDistribution__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::GridInterpolatedDistribution > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::GridInterpolatedDistribution > *)new gs::Reference< npstat::GridInterpolatedDistribution >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__GridInterpolatedDistribution_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_GridInterpolatedDistribution__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::GridInterpolatedDistribution > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::GridInterpolatedDistribution > *)new gs::Reference< npstat::GridInterpolatedDistribution >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__GridInterpolatedDistribution_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_GridInterpolatedDistribution__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::GridInterpolatedDistribution > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_GridInterpolatedDistribution" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::GridInterpolatedDistribution > *)new gs::Reference< npstat::GridInterpolatedDistribution >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__GridInterpolatedDistribution_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_GridInterpolatedDistribution(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_GridInterpolatedDistribution", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_GridInterpolatedDistribution__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_GridInterpolatedDistribution__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_GridInterpolatedDistribution__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_GridInterpolatedDistribution'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::GridInterpolatedDistribution >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::GridInterpolatedDistribution >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::GridInterpolatedDistribution >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_GridInterpolatedDistribution_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::GridInterpolatedDistribution > *arg1 = (gs::Reference< npstat::GridInterpolatedDistribution > *) 0 ;
unsigned long arg2 ;
npstat::GridInterpolatedDistribution *arg3 = (npstat::GridInterpolatedDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_GridInterpolatedDistribution_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__GridInterpolatedDistribution_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_GridInterpolatedDistribution_restore" "', argument " "1"" of type '" "gs::Reference< npstat::GridInterpolatedDistribution > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::GridInterpolatedDistribution > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_GridInterpolatedDistribution_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__GridInterpolatedDistribution, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_GridInterpolatedDistribution_restore" "', argument " "3"" of type '" "npstat::GridInterpolatedDistribution *""'");
}
arg3 = reinterpret_cast< npstat::GridInterpolatedDistribution * >(argp3);
{
try {
((gs::Reference< npstat::GridInterpolatedDistribution > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_GridInterpolatedDistribution_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::GridInterpolatedDistribution > *arg1 = (gs::Reference< npstat::GridInterpolatedDistribution > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::GridInterpolatedDistribution *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_GridInterpolatedDistribution_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__GridInterpolatedDistribution_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_GridInterpolatedDistribution_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::GridInterpolatedDistribution > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::GridInterpolatedDistribution > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_GridInterpolatedDistribution_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::GridInterpolatedDistribution *)gs_Reference_Sl_npstat_GridInterpolatedDistribution_Sg__retrieve((gs::Reference< npstat::GridInterpolatedDistribution > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_GridInterpolatedDistribution_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::GridInterpolatedDistribution > *arg1 = (gs::Reference< npstat::GridInterpolatedDistribution > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
SwigValueWrapper< npstat::GridInterpolatedDistribution > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_GridInterpolatedDistribution_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__GridInterpolatedDistribution_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_GridInterpolatedDistribution_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::GridInterpolatedDistribution > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::GridInterpolatedDistribution > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_GridInterpolatedDistribution_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_GridInterpolatedDistribution_Sg__getValue((gs::Reference< npstat::GridInterpolatedDistribution > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::GridInterpolatedDistribution(static_cast< const npstat::GridInterpolatedDistribution& >(result))), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_GridInterpolatedDistribution(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::GridInterpolatedDistribution > *arg1 = (gs::Reference< npstat::GridInterpolatedDistribution > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__GridInterpolatedDistribution_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_GridInterpolatedDistribution" "', argument " "1"" of type '" "gs::Reference< npstat::GridInterpolatedDistribution > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::GridInterpolatedDistribution > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_GridInterpolatedDistribution_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__GridInterpolatedDistribution_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_GridInterpolatedDistribution_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_correctDensityEstimateGHUOrig(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double *arg1 = (double *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned long arg4 ;
double arg5 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyArrayObject *array3 = NULL ;
int i3 = 1 ;
double val5 ;
int ecode5 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "correctDensityEstimateGHUOrig", 3, 3, swig_obj)) SWIG_fail;
{
npy_intp size[1] = {
-1
};
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
NPY_DOUBLE,
&is_new_object1);
if (!array1 || !require_dimensions(array1, 1) ||
!require_size(array1, size, 1)) SWIG_fail;
arg1 = (double*) array_data(array1);
arg2 = (int) array_size(array1,0);
}
{
array3 = obj_to_array_no_conversion(swig_obj[1], NPY_DOUBLE);
if (!array3 || !require_dimensions(array3,1) || !require_contiguous(array3)
|| !require_native(array3)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = 1;
for (i3=0; i3 < array_numdims(array3); ++i3) arg4 *= array_size(array3,i3);
}
ecode5 = SWIG_AsVal_double(swig_obj[2], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "correctDensityEstimateGHUOrig" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
npstat::correctDensityEstimateGHU((double const *)arg1,arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_scanMultivariateDensityAsWeight2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsDistributionND *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
double *arg4 = (double *) 0 ;
unsigned int arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array4 = NULL ;
int is_new_object4 = 0 ;
PyArrayObject *array6 = NULL ;
int is_new_object6 = 0 ;
PyObject *swig_obj[4] ;
npstat::ArrayND< double,1U,10U > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "scanMultivariateDensityAsWeight2", 4, 4, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "scanMultivariateDensityAsWeight2" "', argument " "1"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "scanMultivariateDensityAsWeight2" "', argument " "1"" of type '" "npstat::AbsDistributionND const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistributionND * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
npy_intp size[1] = {
-1
};
array4 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object4);
if (!array4 || !require_dimensions(array4, 1) ||
!require_size(array4, size, 1)) SWIG_fail;
arg4 = (double*) array_data(array4);
arg5 = (int) array_size(array4,0);
}
{
npy_intp size[1] = {
-1
};
array6 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_DOUBLE,
&is_new_object6);
if (!array6 || !require_dimensions(array6, 1) ||
!require_size(array6, size, 1)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = (int) array_size(array6,0);
}
{
try {
result = (npstat::ArrayND< double,1U,10U > *)npstat::scanMultivariateDensityAsWeight2((npstat::AbsDistributionND const &)*arg1,(unsigned int const *)arg2,arg3,(double const *)arg4,arg5,(double const *)arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object4 && array4)
{
Py_DECREF(array4);
}
}
{
if (is_new_object6 && array6)
{
Py_DECREF(array6);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object4 && array4)
{
Py_DECREF(array4);
}
}
{
if (is_new_object6 && array6)
{
Py_DECREF(array6);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_AbsCompositeDistroBuilder2D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,2U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,2U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsCompositeDistroBuilder2D" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,2U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,2U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder2D_build(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,2U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,2U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,2U > >,std::allocator< npstat::OrderedPointND< std::array< double,2U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder2D_build", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder2D_build" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,2U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder2D_build" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder2D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder2D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_2U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_2U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder2D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,2U > >,std::allocator< npstat::OrderedPointND< std::array< double,2U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder2D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,2U > >,std::allocator< npstat::OrderedPointND< std::array< double,2U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,2U > >,std::allocator< npstat::OrderedPointND< std::array< double,2U > > > > * >(argp6);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const *)arg1)->build(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder2D_buildWeighted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,2U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,2U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsCompositeDistroBuilder< std::array< double,2U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
unsigned int val8 ;
int ecode8 = 0 ;
PyObject *swig_obj[7] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder2D_buildWeighted", 7, 7, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder2D_buildWeighted" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,2U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder2D_buildWeighted" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder2D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder2D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_2U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_2U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder2D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,2U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder2D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,2U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,2U > >::WeightedPtrVec * >(argp6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7,SWIGTYPE_p_unsigned_int, 0 | 0 );
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "AbsCompositeDistroBuilder2D_buildWeighted" "', argument " "7"" of type '" "unsigned int const *""'");
}
arg7 = reinterpret_cast< unsigned int * >(argp7);
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "AbsCompositeDistroBuilder2D_buildWeighted" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const *)arg1)->buildWeighted(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsCompositeDistroBuilder< std::array< double,2U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsCompositeDistroBuilder2D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_2U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsCompositeDistroBuilder3D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,3U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,3U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsCompositeDistroBuilder3D" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,3U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,3U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder3D_build(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,3U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,3U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,3U > >,std::allocator< npstat::OrderedPointND< std::array< double,3U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder3D_build", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder3D_build" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,3U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder3D_build" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder3D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder3D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_3U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_3U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder3D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,3U > >,std::allocator< npstat::OrderedPointND< std::array< double,3U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder3D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,3U > >,std::allocator< npstat::OrderedPointND< std::array< double,3U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,3U > >,std::allocator< npstat::OrderedPointND< std::array< double,3U > > > > * >(argp6);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const *)arg1)->build(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder3D_buildWeighted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,3U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,3U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsCompositeDistroBuilder< std::array< double,3U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
unsigned int val8 ;
int ecode8 = 0 ;
PyObject *swig_obj[7] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder3D_buildWeighted", 7, 7, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder3D_buildWeighted" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,3U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder3D_buildWeighted" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder3D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder3D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_3U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_3U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder3D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,3U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder3D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,3U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,3U > >::WeightedPtrVec * >(argp6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7,SWIGTYPE_p_unsigned_int, 0 | 0 );
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "AbsCompositeDistroBuilder3D_buildWeighted" "', argument " "7"" of type '" "unsigned int const *""'");
}
arg7 = reinterpret_cast< unsigned int * >(argp7);
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "AbsCompositeDistroBuilder3D_buildWeighted" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const *)arg1)->buildWeighted(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsCompositeDistroBuilder< std::array< double,3U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsCompositeDistroBuilder3D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_3U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsCompositeDistroBuilder4D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,4U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,4U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsCompositeDistroBuilder4D" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,4U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,4U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder4D_build(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,4U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,4U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,4U > >,std::allocator< npstat::OrderedPointND< std::array< double,4U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder4D_build", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder4D_build" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,4U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder4D_build" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder4D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder4D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_4U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_4U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder4D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,4U > >,std::allocator< npstat::OrderedPointND< std::array< double,4U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder4D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,4U > >,std::allocator< npstat::OrderedPointND< std::array< double,4U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,4U > >,std::allocator< npstat::OrderedPointND< std::array< double,4U > > > > * >(argp6);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const *)arg1)->build(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder4D_buildWeighted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,4U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,4U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsCompositeDistroBuilder< std::array< double,4U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
unsigned int val8 ;
int ecode8 = 0 ;
PyObject *swig_obj[7] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder4D_buildWeighted", 7, 7, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder4D_buildWeighted" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,4U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder4D_buildWeighted" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder4D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder4D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_4U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_4U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder4D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,4U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder4D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,4U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,4U > >::WeightedPtrVec * >(argp6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7,SWIGTYPE_p_unsigned_int, 0 | 0 );
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "AbsCompositeDistroBuilder4D_buildWeighted" "', argument " "7"" of type '" "unsigned int const *""'");
}
arg7 = reinterpret_cast< unsigned int * >(argp7);
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "AbsCompositeDistroBuilder4D_buildWeighted" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const *)arg1)->buildWeighted(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsCompositeDistroBuilder< std::array< double,4U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsCompositeDistroBuilder4D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_4U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsCompositeDistroBuilder5D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,5U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,5U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsCompositeDistroBuilder5D" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,5U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,5U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder5D_build(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,5U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,5U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,5U > >,std::allocator< npstat::OrderedPointND< std::array< double,5U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder5D_build", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder5D_build" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,5U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder5D_build" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder5D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder5D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_5U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_5U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder5D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,5U > >,std::allocator< npstat::OrderedPointND< std::array< double,5U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder5D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,5U > >,std::allocator< npstat::OrderedPointND< std::array< double,5U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,5U > >,std::allocator< npstat::OrderedPointND< std::array< double,5U > > > > * >(argp6);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const *)arg1)->build(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder5D_buildWeighted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,5U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,5U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsCompositeDistroBuilder< std::array< double,5U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
unsigned int val8 ;
int ecode8 = 0 ;
PyObject *swig_obj[7] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder5D_buildWeighted", 7, 7, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder5D_buildWeighted" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,5U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder5D_buildWeighted" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder5D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder5D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_5U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_5U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder5D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,5U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder5D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,5U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,5U > >::WeightedPtrVec * >(argp6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7,SWIGTYPE_p_unsigned_int, 0 | 0 );
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "AbsCompositeDistroBuilder5D_buildWeighted" "', argument " "7"" of type '" "unsigned int const *""'");
}
arg7 = reinterpret_cast< unsigned int * >(argp7);
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "AbsCompositeDistroBuilder5D_buildWeighted" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const *)arg1)->buildWeighted(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsCompositeDistroBuilder< std::array< double,5U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsCompositeDistroBuilder5D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_5U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsCompositeDistroBuilder6D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,6U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,6U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsCompositeDistroBuilder6D" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,6U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,6U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder6D_build(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,6U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,6U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,6U > >,std::allocator< npstat::OrderedPointND< std::array< double,6U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder6D_build", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder6D_build" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,6U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder6D_build" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder6D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder6D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_6U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_6U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder6D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,6U > >,std::allocator< npstat::OrderedPointND< std::array< double,6U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder6D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,6U > >,std::allocator< npstat::OrderedPointND< std::array< double,6U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,6U > >,std::allocator< npstat::OrderedPointND< std::array< double,6U > > > > * >(argp6);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const *)arg1)->build(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder6D_buildWeighted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,6U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,6U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsCompositeDistroBuilder< std::array< double,6U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
unsigned int val8 ;
int ecode8 = 0 ;
PyObject *swig_obj[7] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder6D_buildWeighted", 7, 7, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder6D_buildWeighted" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,6U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder6D_buildWeighted" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder6D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder6D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_6U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_6U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder6D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,6U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder6D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,6U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,6U > >::WeightedPtrVec * >(argp6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7,SWIGTYPE_p_unsigned_int, 0 | 0 );
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "AbsCompositeDistroBuilder6D_buildWeighted" "', argument " "7"" of type '" "unsigned int const *""'");
}
arg7 = reinterpret_cast< unsigned int * >(argp7);
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "AbsCompositeDistroBuilder6D_buildWeighted" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const *)arg1)->buildWeighted(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsCompositeDistroBuilder< std::array< double,6U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsCompositeDistroBuilder6D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_6U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsCompositeDistroBuilder7D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,7U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,7U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsCompositeDistroBuilder7D" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,7U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,7U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder7D_build(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,7U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,7U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,7U > >,std::allocator< npstat::OrderedPointND< std::array< double,7U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder7D_build", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder7D_build" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,7U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder7D_build" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder7D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder7D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_7U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_7U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder7D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,7U > >,std::allocator< npstat::OrderedPointND< std::array< double,7U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder7D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,7U > >,std::allocator< npstat::OrderedPointND< std::array< double,7U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,7U > >,std::allocator< npstat::OrderedPointND< std::array< double,7U > > > > * >(argp6);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const *)arg1)->build(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder7D_buildWeighted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,7U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,7U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsCompositeDistroBuilder< std::array< double,7U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
unsigned int val8 ;
int ecode8 = 0 ;
PyObject *swig_obj[7] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder7D_buildWeighted", 7, 7, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder7D_buildWeighted" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,7U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder7D_buildWeighted" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder7D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder7D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_7U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_7U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder7D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,7U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder7D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,7U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,7U > >::WeightedPtrVec * >(argp6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7,SWIGTYPE_p_unsigned_int, 0 | 0 );
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "AbsCompositeDistroBuilder7D_buildWeighted" "', argument " "7"" of type '" "unsigned int const *""'");
}
arg7 = reinterpret_cast< unsigned int * >(argp7);
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "AbsCompositeDistroBuilder7D_buildWeighted" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const *)arg1)->buildWeighted(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsCompositeDistroBuilder< std::array< double,7U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsCompositeDistroBuilder7D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_7U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsCompositeDistroBuilder8D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,8U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,8U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsCompositeDistroBuilder8D" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,8U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,8U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder8D_build(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,8U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,8U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,8U > >,std::allocator< npstat::OrderedPointND< std::array< double,8U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder8D_build", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder8D_build" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,8U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder8D_build" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder8D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder8D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_8U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_8U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder8D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,8U > >,std::allocator< npstat::OrderedPointND< std::array< double,8U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder8D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,8U > >,std::allocator< npstat::OrderedPointND< std::array< double,8U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,8U > >,std::allocator< npstat::OrderedPointND< std::array< double,8U > > > > * >(argp6);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const *)arg1)->build(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder8D_buildWeighted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,8U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,8U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsCompositeDistroBuilder< std::array< double,8U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
unsigned int val8 ;
int ecode8 = 0 ;
PyObject *swig_obj[7] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder8D_buildWeighted", 7, 7, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder8D_buildWeighted" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,8U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder8D_buildWeighted" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder8D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder8D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_8U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_8U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder8D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,8U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder8D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,8U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,8U > >::WeightedPtrVec * >(argp6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7,SWIGTYPE_p_unsigned_int, 0 | 0 );
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "AbsCompositeDistroBuilder8D_buildWeighted" "', argument " "7"" of type '" "unsigned int const *""'");
}
arg7 = reinterpret_cast< unsigned int * >(argp7);
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "AbsCompositeDistroBuilder8D_buildWeighted" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const *)arg1)->buildWeighted(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsCompositeDistroBuilder< std::array< double,8U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsCompositeDistroBuilder8D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_8U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsCompositeDistroBuilder9D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,9U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,9U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsCompositeDistroBuilder9D" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,9U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,9U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder9D_build(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,9U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,9U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,9U > >,std::allocator< npstat::OrderedPointND< std::array< double,9U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder9D_build", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder9D_build" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,9U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder9D_build" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder9D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder9D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_9U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_9U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder9D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,9U > >,std::allocator< npstat::OrderedPointND< std::array< double,9U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder9D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,9U > >,std::allocator< npstat::OrderedPointND< std::array< double,9U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,9U > >,std::allocator< npstat::OrderedPointND< std::array< double,9U > > > > * >(argp6);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const *)arg1)->build(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder9D_buildWeighted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,9U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,9U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsCompositeDistroBuilder< std::array< double,9U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
unsigned int val8 ;
int ecode8 = 0 ;
PyObject *swig_obj[7] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder9D_buildWeighted", 7, 7, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder9D_buildWeighted" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,9U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder9D_buildWeighted" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder9D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder9D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_9U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_9U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder9D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,9U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder9D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,9U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,9U > >::WeightedPtrVec * >(argp6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7,SWIGTYPE_p_unsigned_int, 0 | 0 );
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "AbsCompositeDistroBuilder9D_buildWeighted" "', argument " "7"" of type '" "unsigned int const *""'");
}
arg7 = reinterpret_cast< unsigned int * >(argp7);
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "AbsCompositeDistroBuilder9D_buildWeighted" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const *)arg1)->buildWeighted(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsCompositeDistroBuilder< std::array< double,9U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsCompositeDistroBuilder9D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_9U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsCompositeDistroBuilder10D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,10U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,10U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsCompositeDistroBuilder10D" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,10U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,10U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder10D_build(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,10U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,10U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,10U > >,std::allocator< npstat::OrderedPointND< std::array< double,10U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder10D_build", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder10D_build" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,10U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder10D_build" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder10D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder10D_build" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_10U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_10U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder10D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,10U > >,std::allocator< npstat::OrderedPointND< std::array< double,10U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder10D_build" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,10U > >,std::allocator< npstat::OrderedPointND< std::array< double,10U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,10U > >,std::allocator< npstat::OrderedPointND< std::array< double,10U > > > > * >(argp6);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const *)arg1)->build(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsCompositeDistroBuilder10D_buildWeighted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsCompositeDistroBuilder< std::array< double,10U > > *arg1 = (npstat::AbsCompositeDistroBuilder< std::array< double,10U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsCompositeDistroBuilder< std::array< double,10U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
unsigned int val8 ;
int ecode8 = 0 ;
PyObject *swig_obj[7] ;
npstat::CompositeDistributionND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "AbsCompositeDistroBuilder10D_buildWeighted", 7, 7, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsCompositeDistroBuilder10D_buildWeighted" "', argument " "1"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,10U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsCompositeDistroBuilder10D_buildWeighted" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsCompositeDistroBuilder10D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder10D_buildWeighted" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_10U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_10U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsCompositeDistroBuilder10D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,10U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsCompositeDistroBuilder10D_buildWeighted" "', argument " "6"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,10U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,10U > >::WeightedPtrVec * >(argp6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7,SWIGTYPE_p_unsigned_int, 0 | 0 );
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "AbsCompositeDistroBuilder10D_buildWeighted" "', argument " "7"" of type '" "unsigned int const *""'");
}
arg7 = reinterpret_cast< unsigned int * >(argp7);
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "AbsCompositeDistroBuilder10D_buildWeighted" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (npstat::CompositeDistributionND *)((npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const *)arg1)->buildWeighted(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsCompositeDistroBuilder< std::array< double,10U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsCompositeDistroBuilder10D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_new_UCharArrayMinProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< unsigned char > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_UCharArrayMinProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMinProjector< unsigned char > *)new npstat::ArrayMinProjector< unsigned char >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMinProjectorT_unsigned_char_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_UCharArrayMinProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< unsigned char > *arg1 = (npstat::ArrayMinProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_unsigned_char_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharArrayMinProjector" "', argument " "1"" of type '" "npstat::ArrayMinProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< unsigned char > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayMinProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< unsigned char > *arg1 = (npstat::ArrayMinProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayMinProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMinProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< unsigned char > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayMinProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< unsigned char > *arg1 = (npstat::ArrayMinProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned char result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayMinProjector_result" "', argument " "1"" of type '" "npstat::ArrayMinProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< unsigned char > * >(argp1);
{
try {
result = (unsigned char)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayMinProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< unsigned char > *arg1 = (npstat::ArrayMinProjector< unsigned char > *) 0 ;
unsigned char *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned char temp2 ;
unsigned char val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "UCharArrayMinProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayMinProjector_process" "', argument " "1"" of type '" "npstat::ArrayMinProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< unsigned char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_char(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "UCharArrayMinProjector_process" "', argument " "2"" of type '" "unsigned char""'");
}
temp2 = static_cast< unsigned char >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((unsigned char const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharArrayMinProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMinProjectorT_unsigned_char_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharArrayMinProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_IntArrayMinProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< int > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_IntArrayMinProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMinProjector< int > *)new npstat::ArrayMinProjector< int >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMinProjectorT_int_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_IntArrayMinProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< int > *arg1 = (npstat::ArrayMinProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_int_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntArrayMinProjector" "', argument " "1"" of type '" "npstat::ArrayMinProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< int > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayMinProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< int > *arg1 = (npstat::ArrayMinProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayMinProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMinProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< int > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayMinProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< int > *arg1 = (npstat::ArrayMinProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayMinProjector_result" "', argument " "1"" of type '" "npstat::ArrayMinProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< int > * >(argp1);
{
try {
result = (int)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayMinProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< int > *arg1 = (npstat::ArrayMinProjector< int > *) 0 ;
int *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int temp2 ;
int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "IntArrayMinProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayMinProjector_process" "', argument " "1"" of type '" "npstat::ArrayMinProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< int > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "IntArrayMinProjector_process" "', argument " "2"" of type '" "int""'");
}
temp2 = static_cast< int >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((int const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntArrayMinProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMinProjectorT_int_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntArrayMinProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_LongArrayMinProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< long > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_LongArrayMinProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMinProjector< long > *)new npstat::ArrayMinProjector< long >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMinProjectorT_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_LongArrayMinProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< long > *arg1 = (npstat::ArrayMinProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongArrayMinProjector" "', argument " "1"" of type '" "npstat::ArrayMinProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayMinProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< long > *arg1 = (npstat::ArrayMinProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayMinProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMinProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< long > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayMinProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< long > *arg1 = (npstat::ArrayMinProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayMinProjector_result" "', argument " "1"" of type '" "npstat::ArrayMinProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< long > * >(argp1);
{
try {
result = (long)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_long(static_cast< long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayMinProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< long > *arg1 = (npstat::ArrayMinProjector< long > *) 0 ;
long *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
long temp2 ;
long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "LongArrayMinProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayMinProjector_process" "', argument " "1"" of type '" "npstat::ArrayMinProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< long > * >(argp1);
ecode2 = SWIG_AsVal_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LongArrayMinProjector_process" "', argument " "2"" of type '" "long""'");
}
temp2 = static_cast< long >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((long const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongArrayMinProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMinProjectorT_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongArrayMinProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_FloatArrayMinProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< float > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_FloatArrayMinProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMinProjector< float > *)new npstat::ArrayMinProjector< float >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMinProjectorT_float_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_FloatArrayMinProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< float > *arg1 = (npstat::ArrayMinProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_float_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatArrayMinProjector" "', argument " "1"" of type '" "npstat::ArrayMinProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< float > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayMinProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< float > *arg1 = (npstat::ArrayMinProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayMinProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMinProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< float > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayMinProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< float > *arg1 = (npstat::ArrayMinProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
float result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayMinProjector_result" "', argument " "1"" of type '" "npstat::ArrayMinProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< float > * >(argp1);
{
try {
result = (float)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_float(static_cast< float >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayMinProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< float > *arg1 = (npstat::ArrayMinProjector< float > *) 0 ;
float *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
float temp2 ;
float val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "FloatArrayMinProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayMinProjector_process" "', argument " "1"" of type '" "npstat::ArrayMinProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< float > * >(argp1);
ecode2 = SWIG_AsVal_float(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FloatArrayMinProjector_process" "', argument " "2"" of type '" "float""'");
}
temp2 = static_cast< float >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((float const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatArrayMinProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMinProjectorT_float_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatArrayMinProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_DoubleArrayMinProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_DoubleArrayMinProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMinProjector< double > *)new npstat::ArrayMinProjector< double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMinProjectorT_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_DoubleArrayMinProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< double > *arg1 = (npstat::ArrayMinProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleArrayMinProjector" "', argument " "1"" of type '" "npstat::ArrayMinProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayMinProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< double > *arg1 = (npstat::ArrayMinProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayMinProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMinProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< double > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayMinProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< double > *arg1 = (npstat::ArrayMinProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayMinProjector_result" "', argument " "1"" of type '" "npstat::ArrayMinProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayMinProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMinProjector< double > *arg1 = (npstat::ArrayMinProjector< double > *) 0 ;
double *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double temp2 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleArrayMinProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMinProjectorT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayMinProjector_process" "', argument " "1"" of type '" "npstat::ArrayMinProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMinProjector< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleArrayMinProjector_process" "', argument " "2"" of type '" "double""'");
}
temp2 = static_cast< double >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((double const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleArrayMinProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMinProjectorT_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleArrayMinProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_UCharArrayMaxProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< unsigned char > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_UCharArrayMaxProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMaxProjector< unsigned char > *)new npstat::ArrayMaxProjector< unsigned char >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMaxProjectorT_unsigned_char_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_UCharArrayMaxProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< unsigned char > *arg1 = (npstat::ArrayMaxProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_unsigned_char_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharArrayMaxProjector" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< unsigned char > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayMaxProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< unsigned char > *arg1 = (npstat::ArrayMaxProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayMaxProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< unsigned char > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayMaxProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< unsigned char > *arg1 = (npstat::ArrayMaxProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned char result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayMaxProjector_result" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< unsigned char > * >(argp1);
{
try {
result = (unsigned char)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayMaxProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< unsigned char > *arg1 = (npstat::ArrayMaxProjector< unsigned char > *) 0 ;
unsigned char *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned char temp2 ;
unsigned char val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "UCharArrayMaxProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayMaxProjector_process" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< unsigned char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_char(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "UCharArrayMaxProjector_process" "', argument " "2"" of type '" "unsigned char""'");
}
temp2 = static_cast< unsigned char >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((unsigned char const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharArrayMaxProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMaxProjectorT_unsigned_char_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharArrayMaxProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_IntArrayMaxProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< int > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_IntArrayMaxProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMaxProjector< int > *)new npstat::ArrayMaxProjector< int >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMaxProjectorT_int_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_IntArrayMaxProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< int > *arg1 = (npstat::ArrayMaxProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_int_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntArrayMaxProjector" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< int > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayMaxProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< int > *arg1 = (npstat::ArrayMaxProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayMaxProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< int > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayMaxProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< int > *arg1 = (npstat::ArrayMaxProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayMaxProjector_result" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< int > * >(argp1);
{
try {
result = (int)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayMaxProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< int > *arg1 = (npstat::ArrayMaxProjector< int > *) 0 ;
int *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int temp2 ;
int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "IntArrayMaxProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayMaxProjector_process" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< int > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "IntArrayMaxProjector_process" "', argument " "2"" of type '" "int""'");
}
temp2 = static_cast< int >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((int const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntArrayMaxProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMaxProjectorT_int_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntArrayMaxProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_LongArrayMaxProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< long > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_LongArrayMaxProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMaxProjector< long > *)new npstat::ArrayMaxProjector< long >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMaxProjectorT_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_LongArrayMaxProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< long > *arg1 = (npstat::ArrayMaxProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongArrayMaxProjector" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayMaxProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< long > *arg1 = (npstat::ArrayMaxProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayMaxProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< long > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayMaxProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< long > *arg1 = (npstat::ArrayMaxProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayMaxProjector_result" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< long > * >(argp1);
{
try {
result = (long)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_long(static_cast< long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayMaxProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< long > *arg1 = (npstat::ArrayMaxProjector< long > *) 0 ;
long *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
long temp2 ;
long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "LongArrayMaxProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayMaxProjector_process" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< long > * >(argp1);
ecode2 = SWIG_AsVal_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LongArrayMaxProjector_process" "', argument " "2"" of type '" "long""'");
}
temp2 = static_cast< long >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((long const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongArrayMaxProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMaxProjectorT_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongArrayMaxProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_FloatArrayMaxProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< float > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_FloatArrayMaxProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMaxProjector< float > *)new npstat::ArrayMaxProjector< float >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMaxProjectorT_float_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_FloatArrayMaxProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< float > *arg1 = (npstat::ArrayMaxProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_float_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatArrayMaxProjector" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< float > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayMaxProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< float > *arg1 = (npstat::ArrayMaxProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayMaxProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< float > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayMaxProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< float > *arg1 = (npstat::ArrayMaxProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
float result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayMaxProjector_result" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< float > * >(argp1);
{
try {
result = (float)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_float(static_cast< float >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayMaxProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< float > *arg1 = (npstat::ArrayMaxProjector< float > *) 0 ;
float *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
float temp2 ;
float val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "FloatArrayMaxProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayMaxProjector_process" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< float > * >(argp1);
ecode2 = SWIG_AsVal_float(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FloatArrayMaxProjector_process" "', argument " "2"" of type '" "float""'");
}
temp2 = static_cast< float >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((float const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatArrayMaxProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMaxProjectorT_float_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatArrayMaxProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_DoubleArrayMaxProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_DoubleArrayMaxProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMaxProjector< double > *)new npstat::ArrayMaxProjector< double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMaxProjectorT_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_DoubleArrayMaxProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< double > *arg1 = (npstat::ArrayMaxProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleArrayMaxProjector" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayMaxProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< double > *arg1 = (npstat::ArrayMaxProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayMaxProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< double > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayMaxProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< double > *arg1 = (npstat::ArrayMaxProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayMaxProjector_result" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayMaxProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMaxProjector< double > *arg1 = (npstat::ArrayMaxProjector< double > *) 0 ;
double *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double temp2 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleArrayMaxProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMaxProjectorT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayMaxProjector_process" "', argument " "1"" of type '" "npstat::ArrayMaxProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMaxProjector< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleArrayMaxProjector_process" "', argument " "2"" of type '" "double""'");
}
temp2 = static_cast< double >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((double const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleArrayMaxProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMaxProjectorT_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleArrayMaxProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_UCharArrayMedianProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< unsigned char > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_UCharArrayMedianProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMedianProjector< unsigned char > *)new npstat::ArrayMedianProjector< unsigned char >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMedianProjectorT_unsigned_char_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_UCharArrayMedianProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< unsigned char > *arg1 = (npstat::ArrayMedianProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_unsigned_char_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharArrayMedianProjector" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< unsigned char > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayMedianProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< unsigned char > *arg1 = (npstat::ArrayMedianProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayMedianProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< unsigned char > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayMedianProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< unsigned char > *arg1 = (npstat::ArrayMedianProjector< unsigned char > *) 0 ;
unsigned char *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned char temp2 ;
unsigned char val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "UCharArrayMedianProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayMedianProjector_process" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< unsigned char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_char(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "UCharArrayMedianProjector_process" "', argument " "2"" of type '" "unsigned char""'");
}
temp2 = static_cast< unsigned char >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((unsigned char const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayMedianProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< unsigned char > *arg1 = (npstat::ArrayMedianProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned char result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayMedianProjector_result" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< unsigned char > * >(argp1);
{
try {
result = (unsigned char)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharArrayMedianProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMedianProjectorT_unsigned_char_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharArrayMedianProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_IntArrayMedianProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< int > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_IntArrayMedianProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMedianProjector< int > *)new npstat::ArrayMedianProjector< int >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMedianProjectorT_int_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_IntArrayMedianProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< int > *arg1 = (npstat::ArrayMedianProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_int_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntArrayMedianProjector" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< int > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayMedianProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< int > *arg1 = (npstat::ArrayMedianProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayMedianProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< int > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayMedianProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< int > *arg1 = (npstat::ArrayMedianProjector< int > *) 0 ;
int *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int temp2 ;
int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "IntArrayMedianProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayMedianProjector_process" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< int > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "IntArrayMedianProjector_process" "', argument " "2"" of type '" "int""'");
}
temp2 = static_cast< int >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((int const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayMedianProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< int > *arg1 = (npstat::ArrayMedianProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayMedianProjector_result" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< int > * >(argp1);
{
try {
result = (int)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntArrayMedianProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMedianProjectorT_int_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntArrayMedianProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_LongArrayMedianProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< long > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_LongArrayMedianProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMedianProjector< long > *)new npstat::ArrayMedianProjector< long >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMedianProjectorT_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_LongArrayMedianProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< long > *arg1 = (npstat::ArrayMedianProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongArrayMedianProjector" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayMedianProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< long > *arg1 = (npstat::ArrayMedianProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayMedianProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< long > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayMedianProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< long > *arg1 = (npstat::ArrayMedianProjector< long > *) 0 ;
long *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
long temp2 ;
long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "LongArrayMedianProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayMedianProjector_process" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< long > * >(argp1);
ecode2 = SWIG_AsVal_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LongArrayMedianProjector_process" "', argument " "2"" of type '" "long""'");
}
temp2 = static_cast< long >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((long const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayMedianProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< long > *arg1 = (npstat::ArrayMedianProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayMedianProjector_result" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< long > * >(argp1);
{
try {
result = (long)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_long(static_cast< long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongArrayMedianProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMedianProjectorT_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongArrayMedianProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_FloatArrayMedianProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< float > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_FloatArrayMedianProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMedianProjector< float > *)new npstat::ArrayMedianProjector< float >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMedianProjectorT_float_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_FloatArrayMedianProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< float > *arg1 = (npstat::ArrayMedianProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_float_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatArrayMedianProjector" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< float > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayMedianProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< float > *arg1 = (npstat::ArrayMedianProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayMedianProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< float > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayMedianProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< float > *arg1 = (npstat::ArrayMedianProjector< float > *) 0 ;
float *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
float temp2 ;
float val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "FloatArrayMedianProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayMedianProjector_process" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< float > * >(argp1);
ecode2 = SWIG_AsVal_float(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FloatArrayMedianProjector_process" "', argument " "2"" of type '" "float""'");
}
temp2 = static_cast< float >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((float const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayMedianProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< float > *arg1 = (npstat::ArrayMedianProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
float result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayMedianProjector_result" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< float > * >(argp1);
{
try {
result = (float)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_float(static_cast< float >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatArrayMedianProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMedianProjectorT_float_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatArrayMedianProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_DoubleArrayMedianProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_DoubleArrayMedianProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMedianProjector< double > *)new npstat::ArrayMedianProjector< double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMedianProjectorT_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_DoubleArrayMedianProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< double > *arg1 = (npstat::ArrayMedianProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleArrayMedianProjector" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayMedianProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< double > *arg1 = (npstat::ArrayMedianProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayMedianProjector_clear" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< double > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayMedianProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< double > *arg1 = (npstat::ArrayMedianProjector< double > *) 0 ;
double *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double temp2 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleArrayMedianProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayMedianProjector_process" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleArrayMedianProjector_process" "', argument " "2"" of type '" "double""'");
}
temp2 = static_cast< double >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((double const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayMedianProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMedianProjector< double > *arg1 = (npstat::ArrayMedianProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMedianProjectorT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayMedianProjector_result" "', argument " "1"" of type '" "npstat::ArrayMedianProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMedianProjector< double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleArrayMedianProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMedianProjectorT_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleArrayMedianProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_UCharArrayRangeProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< unsigned char > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_UCharArrayRangeProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayRangeProjector< unsigned char > *)new npstat::ArrayRangeProjector< unsigned char >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayRangeProjectorT_unsigned_char_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_UCharArrayRangeProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< unsigned char > *arg1 = (npstat::ArrayRangeProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayRangeProjectorT_unsigned_char_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharArrayRangeProjector" "', argument " "1"" of type '" "npstat::ArrayRangeProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayRangeProjector< unsigned char > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayRangeProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< unsigned char > *arg1 = (npstat::ArrayRangeProjector< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned char result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayRangeProjectorT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayRangeProjector_result" "', argument " "1"" of type '" "npstat::ArrayRangeProjector< unsigned char > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayRangeProjector< unsigned char > * >(argp1);
{
try {
result = (unsigned char)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharArrayRangeProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayRangeProjectorT_unsigned_char_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharArrayRangeProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_IntArrayRangeProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< int > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_IntArrayRangeProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayRangeProjector< int > *)new npstat::ArrayRangeProjector< int >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayRangeProjectorT_int_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_IntArrayRangeProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< int > *arg1 = (npstat::ArrayRangeProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayRangeProjectorT_int_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntArrayRangeProjector" "', argument " "1"" of type '" "npstat::ArrayRangeProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayRangeProjector< int > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayRangeProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< int > *arg1 = (npstat::ArrayRangeProjector< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayRangeProjectorT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayRangeProjector_result" "', argument " "1"" of type '" "npstat::ArrayRangeProjector< int > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayRangeProjector< int > * >(argp1);
{
try {
result = (int)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntArrayRangeProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayRangeProjectorT_int_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntArrayRangeProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_LongArrayRangeProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< long > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_LongArrayRangeProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayRangeProjector< long > *)new npstat::ArrayRangeProjector< long >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayRangeProjectorT_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_LongArrayRangeProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< long > *arg1 = (npstat::ArrayRangeProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayRangeProjectorT_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongArrayRangeProjector" "', argument " "1"" of type '" "npstat::ArrayRangeProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayRangeProjector< long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayRangeProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< long > *arg1 = (npstat::ArrayRangeProjector< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayRangeProjectorT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayRangeProjector_result" "', argument " "1"" of type '" "npstat::ArrayRangeProjector< long > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayRangeProjector< long > * >(argp1);
{
try {
result = (long)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_long(static_cast< long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongArrayRangeProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayRangeProjectorT_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongArrayRangeProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_FloatArrayRangeProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< float > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_FloatArrayRangeProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayRangeProjector< float > *)new npstat::ArrayRangeProjector< float >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayRangeProjectorT_float_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_FloatArrayRangeProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< float > *arg1 = (npstat::ArrayRangeProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayRangeProjectorT_float_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatArrayRangeProjector" "', argument " "1"" of type '" "npstat::ArrayRangeProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayRangeProjector< float > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayRangeProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< float > *arg1 = (npstat::ArrayRangeProjector< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
float result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayRangeProjectorT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayRangeProjector_result" "', argument " "1"" of type '" "npstat::ArrayRangeProjector< float > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayRangeProjector< float > * >(argp1);
{
try {
result = (float)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_float(static_cast< float >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatArrayRangeProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayRangeProjectorT_float_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatArrayRangeProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_DoubleArrayRangeProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_DoubleArrayRangeProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayRangeProjector< double > *)new npstat::ArrayRangeProjector< double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayRangeProjectorT_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_DoubleArrayRangeProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< double > *arg1 = (npstat::ArrayRangeProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayRangeProjectorT_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleArrayRangeProjector" "', argument " "1"" of type '" "npstat::ArrayRangeProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayRangeProjector< double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayRangeProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayRangeProjector< double > *arg1 = (npstat::ArrayRangeProjector< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayRangeProjectorT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayRangeProjector_result" "', argument " "1"" of type '" "npstat::ArrayRangeProjector< double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayRangeProjector< double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleArrayRangeProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayRangeProjectorT_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleArrayRangeProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_DoubleArraySumProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< double,double,long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_DoubleArraySumProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArraySumProjector< double,double,long double > *)new npstat::ArraySumProjector< double,double,long double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArraySumProjectorT_double_double_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_DoubleArraySumProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< double,double,long double > *arg1 = (npstat::ArraySumProjector< double,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_double_double_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleArraySumProjector" "', argument " "1"" of type '" "npstat::ArraySumProjector< double,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< double,double,long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArraySumProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< double,double,long double > *arg1 = (npstat::ArraySumProjector< double,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_double_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArraySumProjector_clear" "', argument " "1"" of type '" "npstat::ArraySumProjector< double,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< double,double,long double > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArraySumProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< double,double,long double > *arg1 = (npstat::ArraySumProjector< double,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_double_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArraySumProjector_result" "', argument " "1"" of type '" "npstat::ArraySumProjector< double,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< double,double,long double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArraySumProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< double,double,long double > *arg1 = (npstat::ArraySumProjector< double,double,long double > *) 0 ;
double *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double temp2 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleArraySumProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_double_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArraySumProjector_process" "', argument " "1"" of type '" "npstat::ArraySumProjector< double,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< double,double,long double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleArraySumProjector_process" "', argument " "2"" of type '" "double""'");
}
temp2 = static_cast< double >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((double const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleArraySumProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArraySumProjectorT_double_double_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleArraySumProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_FloatArraySumProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< float,double,long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_FloatArraySumProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArraySumProjector< float,double,long double > *)new npstat::ArraySumProjector< float,double,long double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArraySumProjectorT_float_double_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_FloatArraySumProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< float,double,long double > *arg1 = (npstat::ArraySumProjector< float,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_float_double_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatArraySumProjector" "', argument " "1"" of type '" "npstat::ArraySumProjector< float,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< float,double,long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArraySumProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< float,double,long double > *arg1 = (npstat::ArraySumProjector< float,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_float_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArraySumProjector_clear" "', argument " "1"" of type '" "npstat::ArraySumProjector< float,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< float,double,long double > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArraySumProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< float,double,long double > *arg1 = (npstat::ArraySumProjector< float,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_float_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArraySumProjector_result" "', argument " "1"" of type '" "npstat::ArraySumProjector< float,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< float,double,long double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArraySumProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< float,double,long double > *arg1 = (npstat::ArraySumProjector< float,double,long double > *) 0 ;
float *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
float temp2 ;
float val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "FloatArraySumProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_float_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArraySumProjector_process" "', argument " "1"" of type '" "npstat::ArraySumProjector< float,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< float,double,long double > * >(argp1);
ecode2 = SWIG_AsVal_float(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FloatArraySumProjector_process" "', argument " "2"" of type '" "float""'");
}
temp2 = static_cast< float >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((float const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatArraySumProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArraySumProjectorT_float_double_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatArraySumProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_IntArraySumProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< int,double,long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_IntArraySumProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArraySumProjector< int,double,long double > *)new npstat::ArraySumProjector< int,double,long double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArraySumProjectorT_int_double_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_IntArraySumProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< int,double,long double > *arg1 = (npstat::ArraySumProjector< int,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_int_double_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntArraySumProjector" "', argument " "1"" of type '" "npstat::ArraySumProjector< int,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< int,double,long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArraySumProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< int,double,long double > *arg1 = (npstat::ArraySumProjector< int,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_int_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArraySumProjector_clear" "', argument " "1"" of type '" "npstat::ArraySumProjector< int,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< int,double,long double > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArraySumProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< int,double,long double > *arg1 = (npstat::ArraySumProjector< int,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_int_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArraySumProjector_result" "', argument " "1"" of type '" "npstat::ArraySumProjector< int,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< int,double,long double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArraySumProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< int,double,long double > *arg1 = (npstat::ArraySumProjector< int,double,long double > *) 0 ;
int *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int temp2 ;
int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "IntArraySumProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_int_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArraySumProjector_process" "', argument " "1"" of type '" "npstat::ArraySumProjector< int,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< int,double,long double > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "IntArraySumProjector_process" "', argument " "2"" of type '" "int""'");
}
temp2 = static_cast< int >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((int const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntArraySumProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArraySumProjectorT_int_double_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntArraySumProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_LongArraySumProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< long,double,long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_LongArraySumProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArraySumProjector< long,double,long double > *)new npstat::ArraySumProjector< long,double,long double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArraySumProjectorT_long_double_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_LongArraySumProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< long,double,long double > *arg1 = (npstat::ArraySumProjector< long,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_long_double_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongArraySumProjector" "', argument " "1"" of type '" "npstat::ArraySumProjector< long,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< long,double,long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArraySumProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< long,double,long double > *arg1 = (npstat::ArraySumProjector< long,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_long_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArraySumProjector_clear" "', argument " "1"" of type '" "npstat::ArraySumProjector< long,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< long,double,long double > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArraySumProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< long,double,long double > *arg1 = (npstat::ArraySumProjector< long,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_long_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArraySumProjector_result" "', argument " "1"" of type '" "npstat::ArraySumProjector< long,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< long,double,long double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArraySumProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< long,double,long double > *arg1 = (npstat::ArraySumProjector< long,double,long double > *) 0 ;
long *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
long temp2 ;
long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "LongArraySumProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_long_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArraySumProjector_process" "', argument " "1"" of type '" "npstat::ArraySumProjector< long,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< long,double,long double > * >(argp1);
ecode2 = SWIG_AsVal_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LongArraySumProjector_process" "', argument " "2"" of type '" "long""'");
}
temp2 = static_cast< long >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((long const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongArraySumProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArraySumProjectorT_long_double_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongArraySumProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_UCharArraySumProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< unsigned char,double,long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_UCharArraySumProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArraySumProjector< unsigned char,double,long double > *)new npstat::ArraySumProjector< unsigned char,double,long double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArraySumProjectorT_unsigned_char_double_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_UCharArraySumProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< unsigned char,double,long double > *arg1 = (npstat::ArraySumProjector< unsigned char,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_unsigned_char_double_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharArraySumProjector" "', argument " "1"" of type '" "npstat::ArraySumProjector< unsigned char,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< unsigned char,double,long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArraySumProjector_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< unsigned char,double,long double > *arg1 = (npstat::ArraySumProjector< unsigned char,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_unsigned_char_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArraySumProjector_clear" "', argument " "1"" of type '" "npstat::ArraySumProjector< unsigned char,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< unsigned char,double,long double > * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArraySumProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< unsigned char,double,long double > *arg1 = (npstat::ArraySumProjector< unsigned char,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_unsigned_char_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArraySumProjector_result" "', argument " "1"" of type '" "npstat::ArraySumProjector< unsigned char,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< unsigned char,double,long double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArraySumProjector_process(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArraySumProjector< unsigned char,double,long double > *arg1 = (npstat::ArraySumProjector< unsigned char,double,long double > *) 0 ;
unsigned char *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned char temp2 ;
unsigned char val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "UCharArraySumProjector_process", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArraySumProjectorT_unsigned_char_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArraySumProjector_process" "', argument " "1"" of type '" "npstat::ArraySumProjector< unsigned char,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArraySumProjector< unsigned char,double,long double > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_char(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "UCharArraySumProjector_process" "', argument " "2"" of type '" "unsigned char""'");
}
temp2 = static_cast< unsigned char >(val2);
arg2 = &temp2;
{
try {
(arg1)->process((unsigned char const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharArraySumProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArraySumProjectorT_unsigned_char_double_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharArraySumProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_DoubleArrayMeanProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< double,double,long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_DoubleArrayMeanProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMeanProjector< double,double,long double > *)new npstat::ArrayMeanProjector< double,double,long double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMeanProjectorT_double_double_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_DoubleArrayMeanProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< double,double,long double > *arg1 = (npstat::ArrayMeanProjector< double,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMeanProjectorT_double_double_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleArrayMeanProjector" "', argument " "1"" of type '" "npstat::ArrayMeanProjector< double,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMeanProjector< double,double,long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleArrayMeanProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< double,double,long double > *arg1 = (npstat::ArrayMeanProjector< double,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMeanProjectorT_double_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleArrayMeanProjector_result" "', argument " "1"" of type '" "npstat::ArrayMeanProjector< double,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMeanProjector< double,double,long double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleArrayMeanProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMeanProjectorT_double_double_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleArrayMeanProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_FloatArrayMeanProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< float,double,long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_FloatArrayMeanProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMeanProjector< float,double,long double > *)new npstat::ArrayMeanProjector< float,double,long double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMeanProjectorT_float_double_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_FloatArrayMeanProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< float,double,long double > *arg1 = (npstat::ArrayMeanProjector< float,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMeanProjectorT_float_double_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatArrayMeanProjector" "', argument " "1"" of type '" "npstat::ArrayMeanProjector< float,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMeanProjector< float,double,long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatArrayMeanProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< float,double,long double > *arg1 = (npstat::ArrayMeanProjector< float,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMeanProjectorT_float_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatArrayMeanProjector_result" "', argument " "1"" of type '" "npstat::ArrayMeanProjector< float,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMeanProjector< float,double,long double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatArrayMeanProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMeanProjectorT_float_double_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatArrayMeanProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_IntArrayMeanProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< int,double,long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_IntArrayMeanProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMeanProjector< int,double,long double > *)new npstat::ArrayMeanProjector< int,double,long double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMeanProjectorT_int_double_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_IntArrayMeanProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< int,double,long double > *arg1 = (npstat::ArrayMeanProjector< int,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMeanProjectorT_int_double_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntArrayMeanProjector" "', argument " "1"" of type '" "npstat::ArrayMeanProjector< int,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMeanProjector< int,double,long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntArrayMeanProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< int,double,long double > *arg1 = (npstat::ArrayMeanProjector< int,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMeanProjectorT_int_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntArrayMeanProjector_result" "', argument " "1"" of type '" "npstat::ArrayMeanProjector< int,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMeanProjector< int,double,long double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntArrayMeanProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMeanProjectorT_int_double_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntArrayMeanProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_LongArrayMeanProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< long,double,long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_LongArrayMeanProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMeanProjector< long,double,long double > *)new npstat::ArrayMeanProjector< long,double,long double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMeanProjectorT_long_double_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_LongArrayMeanProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< long,double,long double > *arg1 = (npstat::ArrayMeanProjector< long,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMeanProjectorT_long_double_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongArrayMeanProjector" "', argument " "1"" of type '" "npstat::ArrayMeanProjector< long,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMeanProjector< long,double,long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongArrayMeanProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< long,double,long double > *arg1 = (npstat::ArrayMeanProjector< long,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMeanProjectorT_long_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongArrayMeanProjector_result" "', argument " "1"" of type '" "npstat::ArrayMeanProjector< long,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMeanProjector< long,double,long double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongArrayMeanProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMeanProjectorT_long_double_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongArrayMeanProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_UCharArrayMeanProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< unsigned char,double,long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_UCharArrayMeanProjector", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::ArrayMeanProjector< unsigned char,double,long double > *)new npstat::ArrayMeanProjector< unsigned char,double,long double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayMeanProjectorT_unsigned_char_double_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_UCharArrayMeanProjector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< unsigned char,double,long double > *arg1 = (npstat::ArrayMeanProjector< unsigned char,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMeanProjectorT_unsigned_char_double_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharArrayMeanProjector" "', argument " "1"" of type '" "npstat::ArrayMeanProjector< unsigned char,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMeanProjector< unsigned char,double,long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharArrayMeanProjector_result(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ArrayMeanProjector< unsigned char,double,long double > *arg1 = (npstat::ArrayMeanProjector< unsigned char,double,long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ArrayMeanProjectorT_unsigned_char_double_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharArrayMeanProjector_result" "', argument " "1"" of type '" "npstat::ArrayMeanProjector< unsigned char,double,long double > *""'");
}
arg1 = reinterpret_cast< npstat::ArrayMeanProjector< unsigned char,double,long double > * >(argp1);
{
try {
result = (double)(arg1)->result();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharArrayMeanProjector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ArrayMeanProjectorT_unsigned_char_double_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharArrayMeanProjector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_KDE1DHOSymbetaKernel__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
int arg1 ;
double arg2 ;
double arg3 ;
int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
npstat::KDE1DHOSymbetaKernel *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_KDE1DHOSymbetaKernel" "', argument " "1"" of type '" "int""'");
}
arg1 = static_cast< int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_KDE1DHOSymbetaKernel" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_KDE1DHOSymbetaKernel" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (npstat::KDE1DHOSymbetaKernel *)new npstat::KDE1DHOSymbetaKernel(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_KDE1DHOSymbetaKernel__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
int arg1 ;
double arg2 ;
int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
npstat::KDE1DHOSymbetaKernel *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_KDE1DHOSymbetaKernel" "', argument " "1"" of type '" "int""'");
}
arg1 = static_cast< int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_KDE1DHOSymbetaKernel" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (npstat::KDE1DHOSymbetaKernel *)new npstat::KDE1DHOSymbetaKernel(arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_KDE1DHOSymbetaKernel__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::KDE1DHOSymbetaKernel *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_KDE1DHOSymbetaKernel" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_KDE1DHOSymbetaKernel" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel const &""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
{
try {
result = (npstat::KDE1DHOSymbetaKernel *)new npstat::KDE1DHOSymbetaKernel((npstat::KDE1DHOSymbetaKernel const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_KDE1DHOSymbetaKernel(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_KDE1DHOSymbetaKernel", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_KDE1DHOSymbetaKernel__SWIG_2(self, argc, argv);
}
}
if (argc == 2) {
int _v;
{
int res = SWIG_AsVal_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_KDE1DHOSymbetaKernel__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
{
int res = SWIG_AsVal_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_KDE1DHOSymbetaKernel__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_KDE1DHOSymbetaKernel'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::KDE1DHOSymbetaKernel::KDE1DHOSymbetaKernel(int,double,double)\n"
" npstat::KDE1DHOSymbetaKernel::KDE1DHOSymbetaKernel(int,double)\n"
" npstat::KDE1DHOSymbetaKernel::KDE1DHOSymbetaKernel(npstat::KDE1DHOSymbetaKernel const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_KDE1DHOSymbetaKernel_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = (npstat::KDE1DHOSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::KDE1DHOSymbetaKernel *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "KDE1DHOSymbetaKernel_clone" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
{
try {
result = (npstat::KDE1DHOSymbetaKernel *)((npstat::KDE1DHOSymbetaKernel const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_KDE1DHOSymbetaKernel(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = (npstat::KDE1DHOSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_KDE1DHOSymbetaKernel" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel *""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_KDE1DHOSymbetaKernel_setNormFactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = (npstat::KDE1DHOSymbetaKernel *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "KDE1DHOSymbetaKernel_setNormFactor", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "KDE1DHOSymbetaKernel_setNormFactor" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel *""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "KDE1DHOSymbetaKernel_setNormFactor" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
(arg1)->setNormFactor(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_KDE1DHOSymbetaKernel_power(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = (npstat::KDE1DHOSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "KDE1DHOSymbetaKernel_power" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
{
try {
result = (int)((npstat::KDE1DHOSymbetaKernel const *)arg1)->power();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_KDE1DHOSymbetaKernel_filterDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = (npstat::KDE1DHOSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "KDE1DHOSymbetaKernel_filterDegree" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
{
try {
result = (double)((npstat::KDE1DHOSymbetaKernel const *)arg1)->filterDegree();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_KDE1DHOSymbetaKernel_weight(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = (npstat::KDE1DHOSymbetaKernel *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "KDE1DHOSymbetaKernel_weight", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "KDE1DHOSymbetaKernel_weight" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "KDE1DHOSymbetaKernel_weight" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::KDE1DHOSymbetaKernel const *)arg1)->weight(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_KDE1DHOSymbetaKernel_xmin(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = (npstat::KDE1DHOSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "KDE1DHOSymbetaKernel_xmin" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
{
try {
result = (double)((npstat::KDE1DHOSymbetaKernel const *)arg1)->xmin();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_KDE1DHOSymbetaKernel_xmax(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = (npstat::KDE1DHOSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "KDE1DHOSymbetaKernel_xmax" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
{
try {
result = (double)((npstat::KDE1DHOSymbetaKernel const *)arg1)->xmax();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_KDE1DHOSymbetaKernel_normFactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = (npstat::KDE1DHOSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "KDE1DHOSymbetaKernel_normFactor" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
{
try {
result = (double)((npstat::KDE1DHOSymbetaKernel const *)arg1)->normFactor();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_KDE1DHOSymbetaKernel___call__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1DHOSymbetaKernel *arg1 = (npstat::KDE1DHOSymbetaKernel *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "KDE1DHOSymbetaKernel___call__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "KDE1DHOSymbetaKernel___call__" "', argument " "1"" of type '" "npstat::KDE1DHOSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1DHOSymbetaKernel * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "KDE1DHOSymbetaKernel___call__" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::KDE1DHOSymbetaKernel const *)arg1)->operator ()(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *KDE1DHOSymbetaKernel_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__KDE1DHOSymbetaKernel, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *KDE1DHOSymbetaKernel_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_scannedKSDistance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsDistribution1D *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "scannedKSDistance", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "scannedKSDistance" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "scannedKSDistance" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistribution1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "scannedKSDistance" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "scannedKSDistance" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "scannedKSDistance" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (double)npstat::scannedKSDistance((npstat::AbsDistribution1D const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SeriesCGF1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double *arg1 = (double *) 0 ;
unsigned int arg2 ;
double arg3 ;
double arg4 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *swig_obj[3] ;
npstat::SeriesCGF1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_SeriesCGF1D", 3, 3, swig_obj)) SWIG_fail;
{
npy_intp size[1] = {
-1
};
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
NPY_DOUBLE,
&is_new_object1);
if (!array1 || !require_dimensions(array1, 1) ||
!require_size(array1, size, 1)) SWIG_fail;
arg1 = (double*) array_data(array1);
arg2 = (int) array_size(array1,0);
}
ecode3 = SWIG_AsVal_double(swig_obj[1], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_SeriesCGF1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[2], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_SeriesCGF1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (npstat::SeriesCGF1D *)new npstat::SeriesCGF1D((double const *)arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SeriesCGF1D, SWIG_POINTER_NEW | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_SeriesCGF1D_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::SeriesCGF1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SeriesCGF1D_clone" "', argument " "1"" of type '" "npstat::SeriesCGF1D const *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
{
try {
result = (npstat::SeriesCGF1D *)((npstat::SeriesCGF1D const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SeriesCGF1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_SeriesCGF1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SeriesCGF1D" "', argument " "1"" of type '" "npstat::SeriesCGF1D *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SeriesCGF1D_shiftAndScale(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
double arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
npstat::SeriesCGF1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "SeriesCGF1D_shiftAndScale", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SeriesCGF1D_shiftAndScale" "', argument " "1"" of type '" "npstat::SeriesCGF1D const *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SeriesCGF1D_shiftAndScale" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SeriesCGF1D_shiftAndScale" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (npstat::SeriesCGF1D *)((npstat::SeriesCGF1D const *)arg1)->shiftAndScale(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SeriesCGF1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SeriesCGF1D_smin(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SeriesCGF1D_smin" "', argument " "1"" of type '" "npstat::SeriesCGF1D const *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
{
try {
result = (double)((npstat::SeriesCGF1D const *)arg1)->smin();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SeriesCGF1D_smax(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SeriesCGF1D_smax" "', argument " "1"" of type '" "npstat::SeriesCGF1D const *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
{
try {
result = (double)((npstat::SeriesCGF1D const *)arg1)->smax();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SeriesCGF1D_derivative(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
unsigned int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "SeriesCGF1D_derivative", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SeriesCGF1D_derivative" "', argument " "1"" of type '" "npstat::SeriesCGF1D const *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SeriesCGF1D_derivative" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SeriesCGF1D_derivative" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (double)((npstat::SeriesCGF1D const *)arg1)->derivative(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SeriesCGF1D_setCumulant(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
unsigned int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "SeriesCGF1D_setCumulant", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SeriesCGF1D_setCumulant" "', argument " "1"" of type '" "npstat::SeriesCGF1D *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SeriesCGF1D_setCumulant" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SeriesCGF1D_setCumulant" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
(arg1)->setCumulant(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SeriesCGF1D_maxOrder(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SeriesCGF1D_maxOrder" "', argument " "1"" of type '" "npstat::SeriesCGF1D const *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
{
try {
result = (unsigned int)((npstat::SeriesCGF1D const *)arg1)->maxOrder();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SeriesCGF1D_allCumulants(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
std::vector< double,std::allocator< double > > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SeriesCGF1D_allCumulants" "', argument " "1"" of type '" "npstat::SeriesCGF1D const *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
{
try {
result = (std::vector< double,std::allocator< double > > *) &((npstat::SeriesCGF1D const *)arg1)->allCumulants();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< double,std::allocator< double > > >(*result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SeriesCGF1D_isConvex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
double arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "SeriesCGF1D_isConvex", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SeriesCGF1D_isConvex" "', argument " "1"" of type '" "npstat::SeriesCGF1D const *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SeriesCGF1D_isConvex" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SeriesCGF1D_isConvex" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (bool)((npstat::SeriesCGF1D const *)arg1)->isConvex(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SeriesCGF1D_convexify(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SeriesCGF1D *arg1 = (npstat::SeriesCGF1D *) 0 ;
double arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< npstat::SeriesCGF1D > result;
if (!SWIG_Python_UnpackTuple(args, "SeriesCGF1D_convexify", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SeriesCGF1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SeriesCGF1D_convexify" "', argument " "1"" of type '" "npstat::SeriesCGF1D const *""'");
}
arg1 = reinterpret_cast< npstat::SeriesCGF1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SeriesCGF1D_convexify" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SeriesCGF1D_convexify" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = ((npstat::SeriesCGF1D const *)arg1)->convexify(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::SeriesCGF1D(static_cast< const npstat::SeriesCGF1D& >(result))), SWIGTYPE_p_npstat__SeriesCGF1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *SeriesCGF1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__SeriesCGF1D, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *SeriesCGF1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_RatioOfNormals(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double arg1 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyObject *swig_obj[5] ;
npstat::RatioOfNormals *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_RatioOfNormals", 5, 5, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_RatioOfNormals" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_RatioOfNormals" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_RatioOfNormals" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_RatioOfNormals" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_RatioOfNormals" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
result = (npstat::RatioOfNormals *)new npstat::RatioOfNormals(arg1,arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__RatioOfNormals, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_RatioOfNormals(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::RatioOfNormals *arg1 = (npstat::RatioOfNormals *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__RatioOfNormals, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_RatioOfNormals" "', argument " "1"" of type '" "npstat::RatioOfNormals *""'");
}
arg1 = reinterpret_cast< npstat::RatioOfNormals * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_RatioOfNormals_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::RatioOfNormals *arg1 = (npstat::RatioOfNormals *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::RatioOfNormals *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__RatioOfNormals, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "RatioOfNormals_clone" "', argument " "1"" of type '" "npstat::RatioOfNormals const *""'");
}
arg1 = reinterpret_cast< npstat::RatioOfNormals * >(argp1);
{
try {
result = (npstat::RatioOfNormals *)((npstat::RatioOfNormals const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__RatioOfNormals, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_RatioOfNormals_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::RatioOfNormals *arg1 = (npstat::RatioOfNormals *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "RatioOfNormals_density", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__RatioOfNormals, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "RatioOfNormals_density" "', argument " "1"" of type '" "npstat::RatioOfNormals const *""'");
}
arg1 = reinterpret_cast< npstat::RatioOfNormals * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "RatioOfNormals_density" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::RatioOfNormals const *)arg1)->density(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_RatioOfNormals_cdf(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::RatioOfNormals *arg1 = (npstat::RatioOfNormals *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "RatioOfNormals_cdf", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__RatioOfNormals, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "RatioOfNormals_cdf" "', argument " "1"" of type '" "npstat::RatioOfNormals const *""'");
}
arg1 = reinterpret_cast< npstat::RatioOfNormals * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "RatioOfNormals_cdf" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::RatioOfNormals const *)arg1)->cdf(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_RatioOfNormals_exceedance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::RatioOfNormals *arg1 = (npstat::RatioOfNormals *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "RatioOfNormals_exceedance", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__RatioOfNormals, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "RatioOfNormals_exceedance" "', argument " "1"" of type '" "npstat::RatioOfNormals const *""'");
}
arg1 = reinterpret_cast< npstat::RatioOfNormals * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "RatioOfNormals_exceedance" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::RatioOfNormals const *)arg1)->exceedance(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_RatioOfNormals_quantile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::RatioOfNormals *arg1 = (npstat::RatioOfNormals *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "RatioOfNormals_quantile", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__RatioOfNormals, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "RatioOfNormals_quantile" "', argument " "1"" of type '" "npstat::RatioOfNormals const *""'");
}
arg1 = reinterpret_cast< npstat::RatioOfNormals * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "RatioOfNormals_quantile" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::RatioOfNormals const *)arg1)->quantile(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_RatioOfNormals_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::RatioOfNormals *arg1 = (npstat::RatioOfNormals *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__RatioOfNormals, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "RatioOfNormals_classId" "', argument " "1"" of type '" "npstat::RatioOfNormals const *""'");
}
arg1 = reinterpret_cast< npstat::RatioOfNormals * >(argp1);
{
try {
result = ((npstat::RatioOfNormals const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_RatioOfNormals_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::RatioOfNormals *arg1 = (npstat::RatioOfNormals *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "RatioOfNormals_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__RatioOfNormals, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "RatioOfNormals_write" "', argument " "1"" of type '" "npstat::RatioOfNormals const *""'");
}
arg1 = reinterpret_cast< npstat::RatioOfNormals * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "RatioOfNormals_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "RatioOfNormals_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::RatioOfNormals const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_RatioOfNormals_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "RatioOfNormals_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::RatioOfNormals::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_RatioOfNormals_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "RatioOfNormals_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::RatioOfNormals::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_RatioOfNormals_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::RatioOfNormals *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "RatioOfNormals_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "RatioOfNormals_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "RatioOfNormals_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "RatioOfNormals_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "RatioOfNormals_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::RatioOfNormals *)npstat::RatioOfNormals::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__RatioOfNormals, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *RatioOfNormals_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__RatioOfNormals, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *RatioOfNormals_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_UCharBandwidthGCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharBandwidthGCVLeastSquaresND" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharBandwidthGCVLeastSquaresND___call____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< unsigned char > *arg2 = 0 ;
npstat::ArrayND< double,1U,10U > *arg3 = 0 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::AbsPolyFilterND *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< unsigned char > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< unsigned char > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< unsigned char > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg3 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg5 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp5);
{
try {
result = (double)((npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< unsigned char > const &)*arg2,(npstat::ArrayND< double,1U,10U > const &)*arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::AbsPolyFilterND const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharBandwidthGCVLeastSquaresND___call____SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< unsigned char > *arg2 = 0 ;
double arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::ArrayND< double,1U,10U > *arg5 = 0 ;
npstat::AbsPolyFilterND *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< unsigned char > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< unsigned char > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< unsigned char > * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg5 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[5], &argp6, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "6"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthGCVLeastSquaresND___call__" "', argument " "6"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg6 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp6);
{
try {
result = (double)((npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< unsigned char > const &)*arg2,arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::ArrayND< double,1U,10U > const &)*arg5,(npstat::AbsPolyFilterND const &)*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharBandwidthGCVLeastSquaresND___call__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "UCharBandwidthGCVLeastSquaresND___call__", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_UCharBandwidthGCVLeastSquaresND___call____SWIG_0(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[5], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_UCharBandwidthGCVLeastSquaresND___call____SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'UCharBandwidthGCVLeastSquaresND___call__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > >::operator ()(npstat::HistoND< unsigned char > const &,npstat::ArrayND< double,1U,10U > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n"
" npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > >::operator ()(npstat::HistoND< unsigned char > const &,double,npstat::ArrayND< double,1U,10U > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_UCharBandwidthGCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_UCharBandwidthGCVLeastSquaresND", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *)new npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double > >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharBandwidthGCVLeastSquaresND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharBandwidthGCVLeastSquaresND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_IntBandwidthGCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntBandwidthGCVLeastSquaresND" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntBandwidthGCVLeastSquaresND___call____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< int > *arg2 = 0 ;
npstat::ArrayND< double,1U,10U > *arg3 = 0 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::AbsPolyFilterND *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_int_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< int > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< int > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< int > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg3 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg5 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp5);
{
try {
result = (double)((npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< int > const &)*arg2,(npstat::ArrayND< double,1U,10U > const &)*arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::AbsPolyFilterND const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntBandwidthGCVLeastSquaresND___call____SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< int > *arg2 = 0 ;
double arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::ArrayND< double,1U,10U > *arg5 = 0 ;
npstat::AbsPolyFilterND *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_int_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< int > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< int > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< int > * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg5 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[5], &argp6, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "6"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthGCVLeastSquaresND___call__" "', argument " "6"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg6 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp6);
{
try {
result = (double)((npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< int > const &)*arg2,arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::ArrayND< double,1U,10U > const &)*arg5,(npstat::AbsPolyFilterND const &)*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntBandwidthGCVLeastSquaresND___call__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "IntBandwidthGCVLeastSquaresND___call__", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_int_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_IntBandwidthGCVLeastSquaresND___call____SWIG_0(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_int_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[5], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_IntBandwidthGCVLeastSquaresND___call____SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'IntBandwidthGCVLeastSquaresND___call__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > >::operator ()(npstat::HistoND< int > const &,npstat::ArrayND< double,1U,10U > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n"
" npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > >::operator ()(npstat::HistoND< int > const &,double,npstat::ArrayND< double,1U,10U > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_IntBandwidthGCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_IntBandwidthGCVLeastSquaresND", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > > *)new npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double > >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntBandwidthGCVLeastSquaresND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntBandwidthGCVLeastSquaresND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_LongBandwidthGCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongBandwidthGCVLeastSquaresND" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongBandwidthGCVLeastSquaresND___call____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< long > *arg2 = 0 ;
npstat::ArrayND< double,1U,10U > *arg3 = 0 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::AbsPolyFilterND *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_long_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< long > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< long > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< long > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg3 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg5 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp5);
{
try {
result = (double)((npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< long > const &)*arg2,(npstat::ArrayND< double,1U,10U > const &)*arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::AbsPolyFilterND const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongBandwidthGCVLeastSquaresND___call____SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< long > *arg2 = 0 ;
double arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::ArrayND< double,1U,10U > *arg5 = 0 ;
npstat::AbsPolyFilterND *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_long_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< long > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< long > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< long > * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg5 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[5], &argp6, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "6"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthGCVLeastSquaresND___call__" "', argument " "6"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg6 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp6);
{
try {
result = (double)((npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< long > const &)*arg2,arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::ArrayND< double,1U,10U > const &)*arg5,(npstat::AbsPolyFilterND const &)*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongBandwidthGCVLeastSquaresND___call__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "LongBandwidthGCVLeastSquaresND___call__", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_long_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_LongBandwidthGCVLeastSquaresND___call____SWIG_0(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_long_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[5], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_LongBandwidthGCVLeastSquaresND___call____SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'LongBandwidthGCVLeastSquaresND___call__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > >::operator ()(npstat::HistoND< long > const &,npstat::ArrayND< double,1U,10U > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n"
" npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > >::operator ()(npstat::HistoND< long > const &,double,npstat::ArrayND< double,1U,10U > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_LongBandwidthGCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_LongBandwidthGCVLeastSquaresND", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > > *)new npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double > >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongBandwidthGCVLeastSquaresND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongBandwidthGCVLeastSquaresND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_FloatBandwidthGCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatBandwidthGCVLeastSquaresND" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatBandwidthGCVLeastSquaresND___call____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< float > *arg2 = 0 ;
npstat::ArrayND< double,1U,10U > *arg3 = 0 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::AbsPolyFilterND *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_float_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< float > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< float > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< float > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg3 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg5 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp5);
{
try {
result = (double)((npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< float > const &)*arg2,(npstat::ArrayND< double,1U,10U > const &)*arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::AbsPolyFilterND const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatBandwidthGCVLeastSquaresND___call____SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< float > *arg2 = 0 ;
double arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::ArrayND< double,1U,10U > *arg5 = 0 ;
npstat::AbsPolyFilterND *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_float_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< float > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< float > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< float > * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg5 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[5], &argp6, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "6"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthGCVLeastSquaresND___call__" "', argument " "6"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg6 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp6);
{
try {
result = (double)((npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< float > const &)*arg2,arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::ArrayND< double,1U,10U > const &)*arg5,(npstat::AbsPolyFilterND const &)*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatBandwidthGCVLeastSquaresND___call__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "FloatBandwidthGCVLeastSquaresND___call__", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_float_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatBandwidthGCVLeastSquaresND___call____SWIG_0(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_float_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[5], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatBandwidthGCVLeastSquaresND___call____SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'FloatBandwidthGCVLeastSquaresND___call__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > >::operator ()(npstat::HistoND< float > const &,npstat::ArrayND< double,1U,10U > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n"
" npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > >::operator ()(npstat::HistoND< float > const &,double,npstat::ArrayND< double,1U,10U > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_FloatBandwidthGCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_FloatBandwidthGCVLeastSquaresND", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > > *)new npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double > >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatBandwidthGCVLeastSquaresND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatBandwidthGCVLeastSquaresND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_DoubleBandwidthGCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleBandwidthGCVLeastSquaresND" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleBandwidthGCVLeastSquaresND___call____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< double > *arg2 = 0 ;
npstat::ArrayND< double,1U,10U > *arg3 = 0 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::AbsPolyFilterND *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< double > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg3 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg5 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp5);
{
try {
result = (double)((npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< double > const &)*arg2,(npstat::ArrayND< double,1U,10U > const &)*arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::AbsPolyFilterND const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleBandwidthGCVLeastSquaresND___call____SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< double > *arg2 = 0 ;
double arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::ArrayND< double,1U,10U > *arg5 = 0 ;
npstat::AbsPolyFilterND *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< double > * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg5 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[5], &argp6, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "6"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthGCVLeastSquaresND___call__" "', argument " "6"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg6 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp6);
{
try {
result = (double)((npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< double > const &)*arg2,arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::ArrayND< double,1U,10U > const &)*arg5,(npstat::AbsPolyFilterND const &)*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleBandwidthGCVLeastSquaresND___call__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "DoubleBandwidthGCVLeastSquaresND___call__", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_double_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleBandwidthGCVLeastSquaresND___call____SWIG_0(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_double_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[5], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleBandwidthGCVLeastSquaresND___call____SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'DoubleBandwidthGCVLeastSquaresND___call__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > >::operator ()(npstat::HistoND< double > const &,npstat::ArrayND< double,1U,10U > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n"
" npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > >::operator ()(npstat::HistoND< double > const &,double,npstat::ArrayND< double,1U,10U > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_DoubleBandwidthGCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_DoubleBandwidthGCVLeastSquaresND", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > > *)new npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double > >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleBandwidthGCVLeastSquaresND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthGCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleBandwidthGCVLeastSquaresND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ConstantBandwidthSmoother1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
double arg3 ;
int arg4 ;
unsigned int arg5 ;
double arg6 ;
double arg7 ;
bool arg8 ;
char *arg9 = (char *) 0 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
double val7 ;
int ecode7 = 0 ;
bool val8 ;
int ecode8 = 0 ;
int res9 ;
char *buf9 = 0 ;
int alloc9 = 0 ;
npstat::ConstantBandwidthSmoother1D *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
ecode7 = SWIG_AsVal_double(swig_obj[6], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "7"" of type '" "double""'");
}
arg7 = static_cast< double >(val7);
ecode8 = SWIG_AsVal_bool(swig_obj[7], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "8"" of type '" "bool""'");
}
arg8 = static_cast< bool >(val8);
res9 = SWIG_AsCharPtrAndSize(swig_obj[8], &buf9, NULL, &alloc9);
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "9"" of type '" "char const *""'");
}
arg9 = reinterpret_cast< char * >(buf9);
{
try {
result = (npstat::ConstantBandwidthSmoother1D *)new npstat::ConstantBandwidthSmoother1D(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,(char const *)arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, SWIG_POINTER_NEW | 0 );
if (alloc9 == SWIG_NEWOBJ) delete[] buf9;
return resultobj;
fail:
if (alloc9 == SWIG_NEWOBJ) delete[] buf9;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_ConstantBandwidthSmoother1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
double arg3 ;
int arg4 ;
unsigned int arg5 ;
double arg6 ;
double arg7 ;
bool arg8 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
double val7 ;
int ecode7 = 0 ;
bool val8 ;
int ecode8 = 0 ;
npstat::ConstantBandwidthSmoother1D *result = 0 ;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
ecode7 = SWIG_AsVal_double(swig_obj[6], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "7"" of type '" "double""'");
}
arg7 = static_cast< double >(val7);
ecode8 = SWIG_AsVal_bool(swig_obj[7], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "8"" of type '" "bool""'");
}
arg8 = static_cast< bool >(val8);
{
try {
result = (npstat::ConstantBandwidthSmoother1D *)new npstat::ConstantBandwidthSmoother1D(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_ConstantBandwidthSmoother1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
double arg3 ;
int arg4 ;
unsigned int arg5 ;
double arg6 ;
double arg7 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
double val7 ;
int ecode7 = 0 ;
npstat::ConstantBandwidthSmoother1D *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
ecode7 = SWIG_AsVal_double(swig_obj[6], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "7"" of type '" "double""'");
}
arg7 = static_cast< double >(val7);
{
try {
result = (npstat::ConstantBandwidthSmoother1D *)new npstat::ConstantBandwidthSmoother1D(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_ConstantBandwidthSmoother1D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
double arg3 ;
int arg4 ;
unsigned int arg5 ;
double arg6 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
npstat::ConstantBandwidthSmoother1D *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
try {
result = (npstat::ConstantBandwidthSmoother1D *)new npstat::ConstantBandwidthSmoother1D(arg1,arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_ConstantBandwidthSmoother1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int arg1 ;
double arg2 ;
double arg3 ;
int arg4 ;
unsigned int arg5 ;
unsigned int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
npstat::ConstantBandwidthSmoother1D *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_ConstantBandwidthSmoother1D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (npstat::ConstantBandwidthSmoother1D *)new npstat::ConstantBandwidthSmoother1D(arg1,arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_ConstantBandwidthSmoother1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[10] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_ConstantBandwidthSmoother1D", 0, 9, argv))) SWIG_fail;
--argc;
if (argc == 5) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_ConstantBandwidthSmoother1D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_ConstantBandwidthSmoother1D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_ConstantBandwidthSmoother1D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_ConstantBandwidthSmoother1D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 9) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[8], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_ConstantBandwidthSmoother1D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_ConstantBandwidthSmoother1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::ConstantBandwidthSmoother1D::ConstantBandwidthSmoother1D(unsigned int,double,double,int,unsigned int,double,double,bool,char const *)\n"
" npstat::ConstantBandwidthSmoother1D::ConstantBandwidthSmoother1D(unsigned int,double,double,int,unsigned int,double,double,bool)\n"
" npstat::ConstantBandwidthSmoother1D::ConstantBandwidthSmoother1D(unsigned int,double,double,int,unsigned int,double,double)\n"
" npstat::ConstantBandwidthSmoother1D::ConstantBandwidthSmoother1D(unsigned int,double,double,int,unsigned int,double)\n"
" npstat::ConstantBandwidthSmoother1D::ConstantBandwidthSmoother1D(unsigned int,double,double,int,unsigned int)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_ConstantBandwidthSmoother1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ConstantBandwidthSmoother1D *arg1 = (npstat::ConstantBandwidthSmoother1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ConstantBandwidthSmoother1D" "', argument " "1"" of type '" "npstat::ConstantBandwidthSmoother1D *""'");
}
arg1 = reinterpret_cast< npstat::ConstantBandwidthSmoother1D * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ConstantBandwidthSmoother1D_symbetaPower(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ConstantBandwidthSmoother1D *arg1 = (npstat::ConstantBandwidthSmoother1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ConstantBandwidthSmoother1D_symbetaPower" "', argument " "1"" of type '" "npstat::ConstantBandwidthSmoother1D const *""'");
}
arg1 = reinterpret_cast< npstat::ConstantBandwidthSmoother1D * >(argp1);
{
try {
result = (int)((npstat::ConstantBandwidthSmoother1D const *)arg1)->symbetaPower();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ConstantBandwidthSmoother1D_kernelOrder(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ConstantBandwidthSmoother1D *arg1 = (npstat::ConstantBandwidthSmoother1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ConstantBandwidthSmoother1D_kernelOrder" "', argument " "1"" of type '" "npstat::ConstantBandwidthSmoother1D const *""'");
}
arg1 = reinterpret_cast< npstat::ConstantBandwidthSmoother1D * >(argp1);
{
try {
result = (unsigned int)((npstat::ConstantBandwidthSmoother1D const *)arg1)->kernelOrder();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ConstantBandwidthSmoother1D_fixedBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ConstantBandwidthSmoother1D *arg1 = (npstat::ConstantBandwidthSmoother1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ConstantBandwidthSmoother1D_fixedBandwidth" "', argument " "1"" of type '" "npstat::ConstantBandwidthSmoother1D const *""'");
}
arg1 = reinterpret_cast< npstat::ConstantBandwidthSmoother1D * >(argp1);
{
try {
result = (double)((npstat::ConstantBandwidthSmoother1D const *)arg1)->fixedBandwidth();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ConstantBandwidthSmoother1D_bwFactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ConstantBandwidthSmoother1D *arg1 = (npstat::ConstantBandwidthSmoother1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ConstantBandwidthSmoother1D_bwFactor" "', argument " "1"" of type '" "npstat::ConstantBandwidthSmoother1D const *""'");
}
arg1 = reinterpret_cast< npstat::ConstantBandwidthSmoother1D * >(argp1);
{
try {
result = (double)((npstat::ConstantBandwidthSmoother1D const *)arg1)->bwFactor();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ConstantBandwidthSmoother1D_mirrorsData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ConstantBandwidthSmoother1D *arg1 = (npstat::ConstantBandwidthSmoother1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ConstantBandwidthSmoother1D_mirrorsData" "', argument " "1"" of type '" "npstat::ConstantBandwidthSmoother1D const *""'");
}
arg1 = reinterpret_cast< npstat::ConstantBandwidthSmoother1D * >(argp1);
{
try {
result = (bool)((npstat::ConstantBandwidthSmoother1D const *)arg1)->mirrorsData();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ConstantBandwidthSmoother1D_dataLen(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ConstantBandwidthSmoother1D *arg1 = (npstat::ConstantBandwidthSmoother1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ConstantBandwidthSmoother1D_dataLen" "', argument " "1"" of type '" "npstat::ConstantBandwidthSmoother1D const *""'");
}
arg1 = reinterpret_cast< npstat::ConstantBandwidthSmoother1D * >(argp1);
{
try {
result = (unsigned int)((npstat::ConstantBandwidthSmoother1D const *)arg1)->dataLen();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ConstantBandwidthSmoother1D_selfContribution(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ConstantBandwidthSmoother1D *arg1 = (npstat::ConstantBandwidthSmoother1D *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "ConstantBandwidthSmoother1D_selfContribution", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ConstantBandwidthSmoother1D_selfContribution" "', argument " "1"" of type '" "npstat::ConstantBandwidthSmoother1D const *""'");
}
arg1 = reinterpret_cast< npstat::ConstantBandwidthSmoother1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "ConstantBandwidthSmoother1D_selfContribution" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::ConstantBandwidthSmoother1D const *)arg1)->selfContribution(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ConstantBandwidthSmoother1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ConstantBandwidthSmoother1D, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ConstantBandwidthSmoother1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_AbsResponseBoxBuilder1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,1U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,1U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_1U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsResponseBoxBuilder1D" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,1U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,1U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder1D_makeResponseBox(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,1U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,1U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,1U > >,std::allocator< npstat::OrderedPointND< std::array< double,1U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder1D_makeResponseBox", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_1U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder1D_makeResponseBox" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,1U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,1U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder1D_makeResponseBox" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder1D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder1D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_1U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_1U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder1D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,1U > >,std::allocator< npstat::OrderedPointND< std::array< double,1U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder1D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,1U > >,std::allocator< npstat::OrderedPointND< std::array< double,1U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,1U > >,std::allocator< npstat::OrderedPointND< std::array< double,1U > > > > * >(argp6);
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,1U > > const *)arg1)->makeResponseBox(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder1D_makeResponseBoxW(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,1U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,1U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,1U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyArrayObject *array7 = NULL ;
int is_new_object7 = 0 ;
PyObject *swig_obj[6] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder1D_makeResponseBoxW", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_1U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder1D_makeResponseBoxW" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,1U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,1U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder1D_makeResponseBoxW" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder1D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder1D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_1U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_1U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder1D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,1U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder1D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,1U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,1U > >::WeightedPtrVec * >(argp6);
{
npy_intp size[1] = {
-1
};
array7 = obj_to_array_contiguous_allow_conversion(swig_obj[5],
NPY_UINT,
&is_new_object7);
if (!array7 || !require_dimensions(array7, 1) ||
!require_size(array7, size, 1)) SWIG_fail;
arg7 = (unsigned int*) array_data(array7);
arg8 = (int) array_size(array7,0);
}
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,1U > > const *)arg1)->makeResponseBoxW(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsResponseBoxBuilder< std::array< double,1U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsResponseBoxBuilder1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_1U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsResponseBoxBuilder2D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,2U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,2U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsResponseBoxBuilder2D" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,2U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,2U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder2D_makeResponseBox(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,2U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,2U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,2U > >,std::allocator< npstat::OrderedPointND< std::array< double,2U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder2D_makeResponseBox", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder2D_makeResponseBox" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,2U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,2U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder2D_makeResponseBox" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder2D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder2D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_2U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_2U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder2D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,2U > >,std::allocator< npstat::OrderedPointND< std::array< double,2U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder2D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,2U > >,std::allocator< npstat::OrderedPointND< std::array< double,2U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,2U > >,std::allocator< npstat::OrderedPointND< std::array< double,2U > > > > * >(argp6);
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,2U > > const *)arg1)->makeResponseBox(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder2D_makeResponseBoxW(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,2U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,2U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,2U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyArrayObject *array7 = NULL ;
int is_new_object7 = 0 ;
PyObject *swig_obj[6] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder2D_makeResponseBoxW", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder2D_makeResponseBoxW" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,2U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,2U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder2D_makeResponseBoxW" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder2D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder2D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_2U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_2U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder2D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,2U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder2D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,2U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,2U > >::WeightedPtrVec * >(argp6);
{
npy_intp size[1] = {
-1
};
array7 = obj_to_array_contiguous_allow_conversion(swig_obj[5],
NPY_UINT,
&is_new_object7);
if (!array7 || !require_dimensions(array7, 1) ||
!require_size(array7, size, 1)) SWIG_fail;
arg7 = (unsigned int*) array_data(array7);
arg8 = (int) array_size(array7,0);
}
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,2U > > const *)arg1)->makeResponseBoxW(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsResponseBoxBuilder< std::array< double,2U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsResponseBoxBuilder2D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_2U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsResponseBoxBuilder3D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,3U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,3U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsResponseBoxBuilder3D" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,3U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,3U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder3D_makeResponseBox(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,3U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,3U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,3U > >,std::allocator< npstat::OrderedPointND< std::array< double,3U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder3D_makeResponseBox", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder3D_makeResponseBox" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,3U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,3U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder3D_makeResponseBox" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder3D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder3D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_3U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_3U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder3D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,3U > >,std::allocator< npstat::OrderedPointND< std::array< double,3U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder3D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,3U > >,std::allocator< npstat::OrderedPointND< std::array< double,3U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,3U > >,std::allocator< npstat::OrderedPointND< std::array< double,3U > > > > * >(argp6);
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,3U > > const *)arg1)->makeResponseBox(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder3D_makeResponseBoxW(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,3U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,3U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,3U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyArrayObject *array7 = NULL ;
int is_new_object7 = 0 ;
PyObject *swig_obj[6] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder3D_makeResponseBoxW", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder3D_makeResponseBoxW" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,3U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,3U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder3D_makeResponseBoxW" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder3D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder3D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_3U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_3U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder3D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,3U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder3D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,3U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,3U > >::WeightedPtrVec * >(argp6);
{
npy_intp size[1] = {
-1
};
array7 = obj_to_array_contiguous_allow_conversion(swig_obj[5],
NPY_UINT,
&is_new_object7);
if (!array7 || !require_dimensions(array7, 1) ||
!require_size(array7, size, 1)) SWIG_fail;
arg7 = (unsigned int*) array_data(array7);
arg8 = (int) array_size(array7,0);
}
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,3U > > const *)arg1)->makeResponseBoxW(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsResponseBoxBuilder< std::array< double,3U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsResponseBoxBuilder3D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_3U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsResponseBoxBuilder4D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,4U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,4U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsResponseBoxBuilder4D" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,4U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,4U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder4D_makeResponseBox(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,4U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,4U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,4U > >,std::allocator< npstat::OrderedPointND< std::array< double,4U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder4D_makeResponseBox", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder4D_makeResponseBox" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,4U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,4U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder4D_makeResponseBox" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder4D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder4D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_4U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_4U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder4D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,4U > >,std::allocator< npstat::OrderedPointND< std::array< double,4U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder4D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,4U > >,std::allocator< npstat::OrderedPointND< std::array< double,4U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,4U > >,std::allocator< npstat::OrderedPointND< std::array< double,4U > > > > * >(argp6);
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,4U > > const *)arg1)->makeResponseBox(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder4D_makeResponseBoxW(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,4U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,4U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,4U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyArrayObject *array7 = NULL ;
int is_new_object7 = 0 ;
PyObject *swig_obj[6] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder4D_makeResponseBoxW", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder4D_makeResponseBoxW" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,4U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,4U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder4D_makeResponseBoxW" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder4D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder4D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_4U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_4U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder4D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,4U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder4D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,4U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,4U > >::WeightedPtrVec * >(argp6);
{
npy_intp size[1] = {
-1
};
array7 = obj_to_array_contiguous_allow_conversion(swig_obj[5],
NPY_UINT,
&is_new_object7);
if (!array7 || !require_dimensions(array7, 1) ||
!require_size(array7, size, 1)) SWIG_fail;
arg7 = (unsigned int*) array_data(array7);
arg8 = (int) array_size(array7,0);
}
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,4U > > const *)arg1)->makeResponseBoxW(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsResponseBoxBuilder< std::array< double,4U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsResponseBoxBuilder4D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_4U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsResponseBoxBuilder5D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,5U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,5U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsResponseBoxBuilder5D" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,5U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,5U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder5D_makeResponseBox(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,5U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,5U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,5U > >,std::allocator< npstat::OrderedPointND< std::array< double,5U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder5D_makeResponseBox", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder5D_makeResponseBox" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,5U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,5U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder5D_makeResponseBox" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder5D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder5D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_5U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_5U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder5D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,5U > >,std::allocator< npstat::OrderedPointND< std::array< double,5U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder5D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,5U > >,std::allocator< npstat::OrderedPointND< std::array< double,5U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,5U > >,std::allocator< npstat::OrderedPointND< std::array< double,5U > > > > * >(argp6);
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,5U > > const *)arg1)->makeResponseBox(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder5D_makeResponseBoxW(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,5U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,5U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,5U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyArrayObject *array7 = NULL ;
int is_new_object7 = 0 ;
PyObject *swig_obj[6] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder5D_makeResponseBoxW", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder5D_makeResponseBoxW" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,5U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,5U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder5D_makeResponseBoxW" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder5D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder5D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_5U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_5U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder5D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,5U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder5D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,5U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,5U > >::WeightedPtrVec * >(argp6);
{
npy_intp size[1] = {
-1
};
array7 = obj_to_array_contiguous_allow_conversion(swig_obj[5],
NPY_UINT,
&is_new_object7);
if (!array7 || !require_dimensions(array7, 1) ||
!require_size(array7, size, 1)) SWIG_fail;
arg7 = (unsigned int*) array_data(array7);
arg8 = (int) array_size(array7,0);
}
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,5U > > const *)arg1)->makeResponseBoxW(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsResponseBoxBuilder< std::array< double,5U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsResponseBoxBuilder5D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_5U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsResponseBoxBuilder6D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,6U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,6U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsResponseBoxBuilder6D" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,6U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,6U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder6D_makeResponseBox(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,6U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,6U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,6U > >,std::allocator< npstat::OrderedPointND< std::array< double,6U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder6D_makeResponseBox", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder6D_makeResponseBox" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,6U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,6U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder6D_makeResponseBox" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder6D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder6D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_6U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_6U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder6D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,6U > >,std::allocator< npstat::OrderedPointND< std::array< double,6U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder6D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,6U > >,std::allocator< npstat::OrderedPointND< std::array< double,6U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,6U > >,std::allocator< npstat::OrderedPointND< std::array< double,6U > > > > * >(argp6);
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,6U > > const *)arg1)->makeResponseBox(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder6D_makeResponseBoxW(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,6U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,6U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,6U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyArrayObject *array7 = NULL ;
int is_new_object7 = 0 ;
PyObject *swig_obj[6] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder6D_makeResponseBoxW", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder6D_makeResponseBoxW" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,6U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,6U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder6D_makeResponseBoxW" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder6D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder6D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_6U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_6U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder6D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,6U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder6D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,6U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,6U > >::WeightedPtrVec * >(argp6);
{
npy_intp size[1] = {
-1
};
array7 = obj_to_array_contiguous_allow_conversion(swig_obj[5],
NPY_UINT,
&is_new_object7);
if (!array7 || !require_dimensions(array7, 1) ||
!require_size(array7, size, 1)) SWIG_fail;
arg7 = (unsigned int*) array_data(array7);
arg8 = (int) array_size(array7,0);
}
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,6U > > const *)arg1)->makeResponseBoxW(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsResponseBoxBuilder< std::array< double,6U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsResponseBoxBuilder6D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_6U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsResponseBoxBuilder7D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,7U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,7U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsResponseBoxBuilder7D" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,7U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,7U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder7D_makeResponseBox(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,7U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,7U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,7U > >,std::allocator< npstat::OrderedPointND< std::array< double,7U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder7D_makeResponseBox", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder7D_makeResponseBox" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,7U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,7U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder7D_makeResponseBox" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder7D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder7D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_7U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_7U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder7D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,7U > >,std::allocator< npstat::OrderedPointND< std::array< double,7U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder7D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,7U > >,std::allocator< npstat::OrderedPointND< std::array< double,7U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,7U > >,std::allocator< npstat::OrderedPointND< std::array< double,7U > > > > * >(argp6);
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,7U > > const *)arg1)->makeResponseBox(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder7D_makeResponseBoxW(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,7U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,7U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,7U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyArrayObject *array7 = NULL ;
int is_new_object7 = 0 ;
PyObject *swig_obj[6] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder7D_makeResponseBoxW", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder7D_makeResponseBoxW" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,7U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,7U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder7D_makeResponseBoxW" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder7D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder7D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_7U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_7U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder7D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,7U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder7D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,7U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,7U > >::WeightedPtrVec * >(argp6);
{
npy_intp size[1] = {
-1
};
array7 = obj_to_array_contiguous_allow_conversion(swig_obj[5],
NPY_UINT,
&is_new_object7);
if (!array7 || !require_dimensions(array7, 1) ||
!require_size(array7, size, 1)) SWIG_fail;
arg7 = (unsigned int*) array_data(array7);
arg8 = (int) array_size(array7,0);
}
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,7U > > const *)arg1)->makeResponseBoxW(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsResponseBoxBuilder< std::array< double,7U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsResponseBoxBuilder7D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_7U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsResponseBoxBuilder8D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,8U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,8U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsResponseBoxBuilder8D" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,8U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,8U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder8D_makeResponseBox(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,8U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,8U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,8U > >,std::allocator< npstat::OrderedPointND< std::array< double,8U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder8D_makeResponseBox", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder8D_makeResponseBox" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,8U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,8U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder8D_makeResponseBox" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder8D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder8D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_8U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_8U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder8D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,8U > >,std::allocator< npstat::OrderedPointND< std::array< double,8U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder8D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,8U > >,std::allocator< npstat::OrderedPointND< std::array< double,8U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,8U > >,std::allocator< npstat::OrderedPointND< std::array< double,8U > > > > * >(argp6);
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,8U > > const *)arg1)->makeResponseBox(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder8D_makeResponseBoxW(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,8U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,8U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,8U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyArrayObject *array7 = NULL ;
int is_new_object7 = 0 ;
PyObject *swig_obj[6] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder8D_makeResponseBoxW", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder8D_makeResponseBoxW" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,8U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,8U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder8D_makeResponseBoxW" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder8D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder8D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_8U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_8U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder8D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,8U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder8D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,8U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,8U > >::WeightedPtrVec * >(argp6);
{
npy_intp size[1] = {
-1
};
array7 = obj_to_array_contiguous_allow_conversion(swig_obj[5],
NPY_UINT,
&is_new_object7);
if (!array7 || !require_dimensions(array7, 1) ||
!require_size(array7, size, 1)) SWIG_fail;
arg7 = (unsigned int*) array_data(array7);
arg8 = (int) array_size(array7,0);
}
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,8U > > const *)arg1)->makeResponseBoxW(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsResponseBoxBuilder< std::array< double,8U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsResponseBoxBuilder8D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_8U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsResponseBoxBuilder9D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,9U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,9U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsResponseBoxBuilder9D" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,9U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,9U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder9D_makeResponseBox(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,9U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,9U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,9U > >,std::allocator< npstat::OrderedPointND< std::array< double,9U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder9D_makeResponseBox", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder9D_makeResponseBox" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,9U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,9U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder9D_makeResponseBox" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder9D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder9D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_9U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_9U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder9D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,9U > >,std::allocator< npstat::OrderedPointND< std::array< double,9U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder9D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,9U > >,std::allocator< npstat::OrderedPointND< std::array< double,9U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,9U > >,std::allocator< npstat::OrderedPointND< std::array< double,9U > > > > * >(argp6);
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,9U > > const *)arg1)->makeResponseBox(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder9D_makeResponseBoxW(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,9U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,9U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,9U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyArrayObject *array7 = NULL ;
int is_new_object7 = 0 ;
PyObject *swig_obj[6] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder9D_makeResponseBoxW", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder9D_makeResponseBoxW" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,9U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,9U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder9D_makeResponseBoxW" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder9D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder9D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_9U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_9U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder9D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,9U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder9D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,9U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,9U > >::WeightedPtrVec * >(argp6);
{
npy_intp size[1] = {
-1
};
array7 = obj_to_array_contiguous_allow_conversion(swig_obj[5],
NPY_UINT,
&is_new_object7);
if (!array7 || !require_dimensions(array7, 1) ||
!require_size(array7, size, 1)) SWIG_fail;
arg7 = (unsigned int*) array_data(array7);
arg8 = (int) array_size(array7,0);
}
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,9U > > const *)arg1)->makeResponseBoxW(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsResponseBoxBuilder< std::array< double,9U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsResponseBoxBuilder9D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_9U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_AbsResponseBoxBuilder10D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,10U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,10U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_AbsResponseBoxBuilder10D" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,10U > > *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,10U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder10D_makeResponseBox(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,10U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,10U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
std::vector< npstat::OrderedPointND< std::array< double,10U > >,std::allocator< npstat::OrderedPointND< std::array< double,10U > > > > *arg6 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyObject *swig_obj[5] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder10D_makeResponseBox", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder10D_makeResponseBox" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,10U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,10U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder10D_makeResponseBox" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder10D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder10D_makeResponseBox" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_npstat__OrderedPointNDT_std__arrayT_double_10U_t_t_std__allocatorT_npstat__OrderedPointNDT_std__arrayT_double_10U_t_t_t_t, 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder10D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,10U > >,std::allocator< npstat::OrderedPointND< std::array< double,10U > > > > &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder10D_makeResponseBox" "', argument " "6"" of type '" "std::vector< npstat::OrderedPointND< std::array< double,10U > >,std::allocator< npstat::OrderedPointND< std::array< double,10U > > > > &""'");
}
arg6 = reinterpret_cast< std::vector< npstat::OrderedPointND< std::array< double,10U > >,std::allocator< npstat::OrderedPointND< std::array< double,10U > > > > * >(argp6);
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,10U > > const *)arg1)->makeResponseBox(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,*arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_AbsResponseBoxBuilder10D_makeResponseBoxW(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsResponseBoxBuilder< std::array< double,10U > > *arg1 = (npstat::AbsResponseBoxBuilder< std::array< double,10U > > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
npstat::BoxND< double > *arg5 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,10U > >::WeightedPtrVec *arg6 = 0 ;
unsigned int *arg7 = (unsigned int *) 0 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
PyArrayObject *array7 = NULL ;
int is_new_object7 = 0 ;
PyObject *swig_obj[6] ;
npstat::BoxND< double > result;
if (!SWIG_Python_UnpackTuple(args, "AbsResponseBoxBuilder10D_makeResponseBoxW", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "AbsResponseBoxBuilder10D_makeResponseBoxW" "', argument " "1"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,10U > > const *""'");
}
arg1 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,10U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "AbsResponseBoxBuilder10D_makeResponseBoxW" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "AbsResponseBoxBuilder10D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder10D_makeResponseBoxW" "', argument " "5"" of type '" "npstat::BoxND< double > const &""'");
}
arg5 = reinterpret_cast< npstat::BoxND< double > * >(argp5);
res6 = SWIG_ConvertPtr(swig_obj[4], &argp6, SWIGTYPE_p_std__vectorT_std__pairT_std__arrayT_double_10U_t_const_p_double_t_std__allocatorT_std__pairT_std__arrayT_double_10U_t_const_p_double_t_t_t, 0 | 0);
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "AbsResponseBoxBuilder10D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,10U > >::WeightedPtrVec const &""'");
}
if (!argp6) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "AbsResponseBoxBuilder10D_makeResponseBoxW" "', argument " "6"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,10U > >::WeightedPtrVec const &""'");
}
arg6 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,10U > >::WeightedPtrVec * >(argp6);
{
npy_intp size[1] = {
-1
};
array7 = obj_to_array_contiguous_allow_conversion(swig_obj[5],
NPY_UINT,
&is_new_object7);
if (!array7 || !require_dimensions(array7, 1) ||
!require_size(array7, size, 1)) SWIG_fail;
arg7 = (unsigned int*) array_data(array7);
arg8 = (int) array_size(array7,0);
}
{
try {
result = ((npstat::AbsResponseBoxBuilder< std::array< double,10U > > const *)arg1)->makeResponseBoxW(arg2,(double const *)arg3,arg4,(npstat::BoxND< double > const &)*arg5,(npstat::AbsResponseBoxBuilder< std::array< double,10U > >::WeightedPtrVec const &)*arg6,(unsigned int const *)arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::BoxND< double >(static_cast< const npstat::BoxND< double >& >(result))), SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return resultobj;
fail:
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
{
if (is_new_object7 && array7)
{
Py_DECREF(array7);
}
}
return NULL;
}
SWIGINTERN PyObject *AbsResponseBoxBuilder10D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_new_UnitMapInterpolationND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int arg1 ;
unsigned int arg2 ;
unsigned int val1 ;
int ecode1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::UnitMapInterpolationND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_UnitMapInterpolationND", 2, 2, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_UnitMapInterpolationND" "', argument " "1"" of type '" "unsigned int""'");
}
arg1 = static_cast< unsigned int >(val1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_UnitMapInterpolationND" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (npstat::UnitMapInterpolationND *)new npstat::UnitMapInterpolationND(arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__UnitMapInterpolationND, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_UnitMapInterpolationND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UnitMapInterpolationND" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::UnitMapInterpolationND *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_clone" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND const *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
{
try {
result = (npstat::UnitMapInterpolationND *)((npstat::UnitMapInterpolationND const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__UnitMapInterpolationND, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_mappedByQuantiles(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_mappedByQuantiles" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND const *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
{
try {
result = (bool)((npstat::UnitMapInterpolationND const *)arg1)->mappedByQuantiles();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_add(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
npstat::AbsDistributionND *arg2 = 0 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "UnitMapInterpolationND_add", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_add" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "UnitMapInterpolationND_add" "', argument " "2"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UnitMapInterpolationND_add" "', argument " "2"" of type '" "npstat::AbsDistributionND const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistributionND * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "UnitMapInterpolationND_add" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
(arg1)->add((npstat::AbsDistributionND const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_replace(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
unsigned int arg2 ;
npstat::AbsDistributionND *arg3 = 0 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *swig_obj[4] ;
if (!SWIG_Python_UnpackTuple(args, "UnitMapInterpolationND_replace", 4, 4, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_replace" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "UnitMapInterpolationND_replace" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "UnitMapInterpolationND_replace" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UnitMapInterpolationND_replace" "', argument " "3"" of type '" "npstat::AbsDistributionND const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistributionND * >(argp3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "UnitMapInterpolationND_replace" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
(arg1)->replace(arg2,(npstat::AbsDistributionND const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_setWeight(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
unsigned int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "UnitMapInterpolationND_setWeight", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_setWeight" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "UnitMapInterpolationND_setWeight" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "UnitMapInterpolationND_setWeight" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
(arg1)->setWeight(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_clear" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
{
try {
(arg1)->clear();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_normalizeAutomatically(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "UnitMapInterpolationND_normalizeAutomatically", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_normalizeAutomatically" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "UnitMapInterpolationND_normalizeAutomatically" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
(arg1)->normalizeAutomatically(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_size(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_size" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND const *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
{
try {
result = (unsigned int)((npstat::UnitMapInterpolationND const *)arg1)->size();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "UnitMapInterpolationND_density", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_density" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND const *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_DOUBLE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (double*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
try {
result = (double)((npstat::UnitMapInterpolationND const *)arg1)->density((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_unitMap(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
double *arg4 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[4] ;
if (!SWIG_Python_UnpackTuple(args, "UnitMapInterpolationND_unitMap", 4, 4, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_unitMap" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND const *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "UnitMapInterpolationND_unitMap" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "UnitMapInterpolationND_unitMap" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "UnitMapInterpolationND_unitMap" "', argument " "4"" of type '" "double *""'");
}
arg4 = reinterpret_cast< double * >(argp4);
{
try {
((npstat::UnitMapInterpolationND const *)arg1)->unitMap((double const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::UnitMapInterpolationND *arg1 = (npstat::UnitMapInterpolationND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__UnitMapInterpolationND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UnitMapInterpolationND_classId" "', argument " "1"" of type '" "npstat::UnitMapInterpolationND const *""'");
}
arg1 = reinterpret_cast< npstat::UnitMapInterpolationND * >(argp1);
{
try {
result = ((npstat::UnitMapInterpolationND const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "UnitMapInterpolationND_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::UnitMapInterpolationND::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UnitMapInterpolationND_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "UnitMapInterpolationND_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::UnitMapInterpolationND::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UnitMapInterpolationND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__UnitMapInterpolationND, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UnitMapInterpolationND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder2D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,2U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,2U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,2U > > *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,2U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,2U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,2U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,2U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder2D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,2U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,2U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,2U > > *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,2U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,2U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,2U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,2U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder2D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,2U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,2U > > *) 0 ;
bool arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,2U > > *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,2U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,2U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder2D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,2U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,2U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder2D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_NonparametricCompositeBuilder2D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_2U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder2D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_2U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder2D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_2U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder2D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_NonparametricCompositeBuilder2D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,2U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,2U > > *,bool,unsigned int,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,2U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,2U > > *,bool,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,2U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,2U > > *,bool)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_NonparametricCompositeBuilder2D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,2U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,2U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_NonparametricCompositeBuilder2D" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,2U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,2U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder2D_lastCopulaBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,2U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,2U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder2D_lastCopulaBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,2U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,2U > > * >(argp1);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,2U > > const *)arg1)->lastCopulaBandwidth();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder2D_lastMarginBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,2U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,2U > > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder2D_lastMarginBandwidth", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder2D_lastMarginBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,2U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,2U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "NonparametricCompositeBuilder2D_lastMarginBandwidth" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,2U > > const *)arg1)->lastMarginBandwidth(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder2D_dim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,2U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,2U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder2D_dim" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,2U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,2U > > * >(argp1);
{
try {
result = (unsigned int)((npstat::NonparametricCompositeBuilder< std::array< double,2U > > const *)arg1)->dim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder2D_setArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,2U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,2U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder2D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,2U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,2U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder2D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NonparametricCompositeBuilder2D_setArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
(arg1)->setArchive(arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder2D_setArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,2U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,2U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder2D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,2U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,2U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder2D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
{
try {
(arg1)->setArchive(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder2D_setArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder2D_setArchive", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder2D_setArchive__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder2D_setArchive__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'NonparametricCompositeBuilder2D_setArchive'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,2U > >::setArchive(gs::AbsArchive *,char const *)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,2U > >::setArchive(gs::AbsArchive *)\n");
return 0;
}
SWIGINTERN PyObject *NonparametricCompositeBuilder2D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *NonparametricCompositeBuilder2D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder3D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,3U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,3U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,3U > > *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,3U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,3U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,3U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,3U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder3D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,3U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,3U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,3U > > *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,3U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,3U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,3U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,3U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder3D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,3U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,3U > > *) 0 ;
bool arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,3U > > *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,3U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,3U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder3D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,3U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,3U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder3D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_NonparametricCompositeBuilder3D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_3U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder3D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_3U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder3D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_3U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder3D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_NonparametricCompositeBuilder3D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,3U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,3U > > *,bool,unsigned int,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,3U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,3U > > *,bool,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,3U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,3U > > *,bool)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_NonparametricCompositeBuilder3D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,3U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,3U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_NonparametricCompositeBuilder3D" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,3U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,3U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder3D_lastCopulaBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,3U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,3U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder3D_lastCopulaBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,3U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,3U > > * >(argp1);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,3U > > const *)arg1)->lastCopulaBandwidth();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder3D_lastMarginBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,3U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,3U > > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder3D_lastMarginBandwidth", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder3D_lastMarginBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,3U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,3U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "NonparametricCompositeBuilder3D_lastMarginBandwidth" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,3U > > const *)arg1)->lastMarginBandwidth(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder3D_dim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,3U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,3U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder3D_dim" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,3U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,3U > > * >(argp1);
{
try {
result = (unsigned int)((npstat::NonparametricCompositeBuilder< std::array< double,3U > > const *)arg1)->dim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder3D_setArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,3U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,3U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder3D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,3U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,3U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder3D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NonparametricCompositeBuilder3D_setArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
(arg1)->setArchive(arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder3D_setArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,3U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,3U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder3D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,3U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,3U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder3D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
{
try {
(arg1)->setArchive(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder3D_setArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder3D_setArchive", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder3D_setArchive__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder3D_setArchive__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'NonparametricCompositeBuilder3D_setArchive'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,3U > >::setArchive(gs::AbsArchive *,char const *)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,3U > >::setArchive(gs::AbsArchive *)\n");
return 0;
}
SWIGINTERN PyObject *NonparametricCompositeBuilder3D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *NonparametricCompositeBuilder3D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder4D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,4U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,4U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,4U > > *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,4U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,4U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,4U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,4U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder4D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,4U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,4U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,4U > > *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,4U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,4U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,4U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,4U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder4D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,4U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,4U > > *) 0 ;
bool arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,4U > > *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,4U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,4U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder4D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,4U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,4U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder4D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_NonparametricCompositeBuilder4D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_4U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder4D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_4U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder4D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_4U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder4D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_NonparametricCompositeBuilder4D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,4U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,4U > > *,bool,unsigned int,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,4U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,4U > > *,bool,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,4U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,4U > > *,bool)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_NonparametricCompositeBuilder4D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,4U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,4U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_NonparametricCompositeBuilder4D" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,4U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,4U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder4D_lastCopulaBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,4U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,4U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder4D_lastCopulaBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,4U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,4U > > * >(argp1);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,4U > > const *)arg1)->lastCopulaBandwidth();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder4D_lastMarginBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,4U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,4U > > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder4D_lastMarginBandwidth", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder4D_lastMarginBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,4U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,4U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "NonparametricCompositeBuilder4D_lastMarginBandwidth" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,4U > > const *)arg1)->lastMarginBandwidth(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder4D_dim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,4U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,4U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder4D_dim" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,4U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,4U > > * >(argp1);
{
try {
result = (unsigned int)((npstat::NonparametricCompositeBuilder< std::array< double,4U > > const *)arg1)->dim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder4D_setArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,4U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,4U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder4D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,4U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,4U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder4D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NonparametricCompositeBuilder4D_setArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
(arg1)->setArchive(arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder4D_setArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,4U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,4U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder4D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,4U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,4U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder4D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
{
try {
(arg1)->setArchive(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder4D_setArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder4D_setArchive", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder4D_setArchive__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder4D_setArchive__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'NonparametricCompositeBuilder4D_setArchive'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,4U > >::setArchive(gs::AbsArchive *,char const *)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,4U > >::setArchive(gs::AbsArchive *)\n");
return 0;
}
SWIGINTERN PyObject *NonparametricCompositeBuilder4D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *NonparametricCompositeBuilder4D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder5D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,5U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,5U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,5U > > *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,5U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,5U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,5U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,5U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder5D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,5U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,5U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,5U > > *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,5U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,5U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,5U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,5U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder5D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,5U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,5U > > *) 0 ;
bool arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,5U > > *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,5U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,5U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder5D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,5U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,5U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder5D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_NonparametricCompositeBuilder5D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_5U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder5D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_5U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder5D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_5U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder5D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_NonparametricCompositeBuilder5D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,5U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,5U > > *,bool,unsigned int,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,5U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,5U > > *,bool,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,5U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,5U > > *,bool)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_NonparametricCompositeBuilder5D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,5U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,5U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_NonparametricCompositeBuilder5D" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,5U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,5U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder5D_lastCopulaBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,5U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,5U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder5D_lastCopulaBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,5U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,5U > > * >(argp1);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,5U > > const *)arg1)->lastCopulaBandwidth();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder5D_lastMarginBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,5U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,5U > > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder5D_lastMarginBandwidth", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder5D_lastMarginBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,5U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,5U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "NonparametricCompositeBuilder5D_lastMarginBandwidth" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,5U > > const *)arg1)->lastMarginBandwidth(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder5D_dim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,5U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,5U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder5D_dim" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,5U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,5U > > * >(argp1);
{
try {
result = (unsigned int)((npstat::NonparametricCompositeBuilder< std::array< double,5U > > const *)arg1)->dim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder5D_setArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,5U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,5U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder5D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,5U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,5U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder5D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NonparametricCompositeBuilder5D_setArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
(arg1)->setArchive(arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder5D_setArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,5U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,5U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder5D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,5U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,5U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder5D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
{
try {
(arg1)->setArchive(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder5D_setArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder5D_setArchive", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder5D_setArchive__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder5D_setArchive__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'NonparametricCompositeBuilder5D_setArchive'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,5U > >::setArchive(gs::AbsArchive *,char const *)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,5U > >::setArchive(gs::AbsArchive *)\n");
return 0;
}
SWIGINTERN PyObject *NonparametricCompositeBuilder5D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *NonparametricCompositeBuilder5D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder6D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,6U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,6U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,6U > > *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,6U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,6U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,6U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,6U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder6D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,6U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,6U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,6U > > *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,6U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,6U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,6U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,6U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder6D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,6U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,6U > > *) 0 ;
bool arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,6U > > *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,6U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,6U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder6D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,6U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,6U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder6D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_NonparametricCompositeBuilder6D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_6U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder6D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_6U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder6D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_6U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder6D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_NonparametricCompositeBuilder6D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,6U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,6U > > *,bool,unsigned int,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,6U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,6U > > *,bool,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,6U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,6U > > *,bool)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_NonparametricCompositeBuilder6D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,6U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,6U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_NonparametricCompositeBuilder6D" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,6U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,6U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder6D_lastCopulaBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,6U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,6U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder6D_lastCopulaBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,6U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,6U > > * >(argp1);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,6U > > const *)arg1)->lastCopulaBandwidth();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder6D_lastMarginBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,6U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,6U > > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder6D_lastMarginBandwidth", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder6D_lastMarginBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,6U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,6U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "NonparametricCompositeBuilder6D_lastMarginBandwidth" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,6U > > const *)arg1)->lastMarginBandwidth(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder6D_dim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,6U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,6U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder6D_dim" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,6U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,6U > > * >(argp1);
{
try {
result = (unsigned int)((npstat::NonparametricCompositeBuilder< std::array< double,6U > > const *)arg1)->dim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder6D_setArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,6U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,6U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder6D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,6U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,6U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder6D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NonparametricCompositeBuilder6D_setArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
(arg1)->setArchive(arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder6D_setArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,6U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,6U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder6D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,6U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,6U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder6D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
{
try {
(arg1)->setArchive(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder6D_setArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder6D_setArchive", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder6D_setArchive__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder6D_setArchive__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'NonparametricCompositeBuilder6D_setArchive'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,6U > >::setArchive(gs::AbsArchive *,char const *)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,6U > >::setArchive(gs::AbsArchive *)\n");
return 0;
}
SWIGINTERN PyObject *NonparametricCompositeBuilder6D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *NonparametricCompositeBuilder6D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder7D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,7U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,7U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,7U > > *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,7U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,7U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,7U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,7U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder7D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,7U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,7U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,7U > > *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,7U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,7U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,7U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,7U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder7D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,7U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,7U > > *) 0 ;
bool arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,7U > > *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,7U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,7U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder7D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,7U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,7U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder7D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_NonparametricCompositeBuilder7D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_7U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder7D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_7U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder7D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_7U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder7D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_NonparametricCompositeBuilder7D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,7U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,7U > > *,bool,unsigned int,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,7U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,7U > > *,bool,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,7U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,7U > > *,bool)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_NonparametricCompositeBuilder7D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,7U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,7U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_NonparametricCompositeBuilder7D" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,7U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,7U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder7D_lastCopulaBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,7U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,7U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder7D_lastCopulaBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,7U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,7U > > * >(argp1);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,7U > > const *)arg1)->lastCopulaBandwidth();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder7D_lastMarginBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,7U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,7U > > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder7D_lastMarginBandwidth", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder7D_lastMarginBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,7U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,7U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "NonparametricCompositeBuilder7D_lastMarginBandwidth" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,7U > > const *)arg1)->lastMarginBandwidth(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder7D_dim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,7U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,7U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder7D_dim" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,7U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,7U > > * >(argp1);
{
try {
result = (unsigned int)((npstat::NonparametricCompositeBuilder< std::array< double,7U > > const *)arg1)->dim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder7D_setArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,7U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,7U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder7D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,7U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,7U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder7D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NonparametricCompositeBuilder7D_setArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
(arg1)->setArchive(arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder7D_setArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,7U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,7U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder7D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,7U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,7U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder7D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
{
try {
(arg1)->setArchive(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder7D_setArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder7D_setArchive", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder7D_setArchive__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder7D_setArchive__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'NonparametricCompositeBuilder7D_setArchive'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,7U > >::setArchive(gs::AbsArchive *,char const *)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,7U > >::setArchive(gs::AbsArchive *)\n");
return 0;
}
SWIGINTERN PyObject *NonparametricCompositeBuilder7D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *NonparametricCompositeBuilder7D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder8D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,8U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,8U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,8U > > *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,8U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,8U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,8U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,8U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder8D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,8U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,8U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,8U > > *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,8U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,8U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,8U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,8U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder8D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,8U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,8U > > *) 0 ;
bool arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,8U > > *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,8U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,8U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder8D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,8U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,8U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder8D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_NonparametricCompositeBuilder8D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_8U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder8D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_8U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder8D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_8U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder8D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_NonparametricCompositeBuilder8D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,8U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,8U > > *,bool,unsigned int,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,8U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,8U > > *,bool,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,8U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,8U > > *,bool)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_NonparametricCompositeBuilder8D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,8U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,8U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_NonparametricCompositeBuilder8D" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,8U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,8U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder8D_lastCopulaBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,8U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,8U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder8D_lastCopulaBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,8U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,8U > > * >(argp1);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,8U > > const *)arg1)->lastCopulaBandwidth();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder8D_lastMarginBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,8U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,8U > > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder8D_lastMarginBandwidth", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder8D_lastMarginBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,8U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,8U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "NonparametricCompositeBuilder8D_lastMarginBandwidth" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,8U > > const *)arg1)->lastMarginBandwidth(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder8D_dim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,8U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,8U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder8D_dim" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,8U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,8U > > * >(argp1);
{
try {
result = (unsigned int)((npstat::NonparametricCompositeBuilder< std::array< double,8U > > const *)arg1)->dim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder8D_setArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,8U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,8U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder8D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,8U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,8U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder8D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NonparametricCompositeBuilder8D_setArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
(arg1)->setArchive(arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder8D_setArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,8U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,8U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder8D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,8U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,8U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder8D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
{
try {
(arg1)->setArchive(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder8D_setArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder8D_setArchive", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder8D_setArchive__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder8D_setArchive__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'NonparametricCompositeBuilder8D_setArchive'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,8U > >::setArchive(gs::AbsArchive *,char const *)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,8U > >::setArchive(gs::AbsArchive *)\n");
return 0;
}
SWIGINTERN PyObject *NonparametricCompositeBuilder8D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *NonparametricCompositeBuilder8D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder9D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,9U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,9U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,9U > > *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,9U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,9U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,9U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,9U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder9D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,9U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,9U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,9U > > *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,9U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,9U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,9U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,9U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder9D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,9U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,9U > > *) 0 ;
bool arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,9U > > *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,9U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,9U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder9D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,9U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,9U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder9D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_NonparametricCompositeBuilder9D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_9U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder9D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_9U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder9D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_9U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder9D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_NonparametricCompositeBuilder9D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,9U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,9U > > *,bool,unsigned int,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,9U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,9U > > *,bool,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,9U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,9U > > *,bool)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_NonparametricCompositeBuilder9D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,9U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,9U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_NonparametricCompositeBuilder9D" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,9U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,9U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder9D_lastCopulaBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,9U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,9U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder9D_lastCopulaBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,9U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,9U > > * >(argp1);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,9U > > const *)arg1)->lastCopulaBandwidth();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder9D_lastMarginBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,9U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,9U > > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder9D_lastMarginBandwidth", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder9D_lastMarginBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,9U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,9U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "NonparametricCompositeBuilder9D_lastMarginBandwidth" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,9U > > const *)arg1)->lastMarginBandwidth(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder9D_dim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,9U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,9U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder9D_dim" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,9U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,9U > > * >(argp1);
{
try {
result = (unsigned int)((npstat::NonparametricCompositeBuilder< std::array< double,9U > > const *)arg1)->dim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder9D_setArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,9U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,9U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder9D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,9U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,9U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder9D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NonparametricCompositeBuilder9D_setArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
(arg1)->setArchive(arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder9D_setArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,9U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,9U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder9D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,9U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,9U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder9D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
{
try {
(arg1)->setArchive(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder9D_setArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder9D_setArchive", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder9D_setArchive__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder9D_setArchive__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'NonparametricCompositeBuilder9D_setArchive'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,9U > >::setArchive(gs::AbsArchive *,char const *)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,9U > >::setArchive(gs::AbsArchive *)\n");
return 0;
}
SWIGINTERN PyObject *NonparametricCompositeBuilder9D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *NonparametricCompositeBuilder9D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder10D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,10U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,10U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,10U > > *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,10U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,10U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,10U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,10U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder10D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,10U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,10U > > *) 0 ;
bool arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,10U > > *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,10U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,10U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,10U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,10U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder10D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsCopulaSmootherBase *arg1 = (npstat::AbsCopulaSmootherBase *) 0 ;
std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > *arg2 = 0 ;
npstat::AbsResponseBoxBuilder< std::array< double,10U > > *arg3 = (npstat::AbsResponseBoxBuilder< std::array< double,10U > > *) 0 ;
bool arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
void *argp3 = 0 ;
int res3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::NonparametricCompositeBuilder< std::array< double,10U > > *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "1"" of type '" "npstat::AbsCopulaSmootherBase *""'");
}
arg1 = reinterpret_cast< npstat::AbsCopulaSmootherBase * >(argp1);
{
std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *ptr = (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "2"" of type '" "std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &""'");
}
arg2 = ptr;
}
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "3"" of type '" "npstat::AbsResponseBoxBuilder< std::array< double,10U > > *""'");
}
arg3 = reinterpret_cast< npstat::AbsResponseBoxBuilder< std::array< double,10U > > * >(argp3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_NonparametricCompositeBuilder10D" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::NonparametricCompositeBuilder< std::array< double,10U > > *)new npstat::NonparametricCompositeBuilder< std::array< double,10U > >(arg1,(std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_NonparametricCompositeBuilder10D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_NonparametricCompositeBuilder10D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder10D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder10D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__AbsCopulaSmootherBase, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< npstat::AbsMarginalSmootherBase*,std::allocator< npstat::AbsMarginalSmootherBase * > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_npstat__AbsResponseBoxBuilderT_std__arrayT_double_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_NonparametricCompositeBuilder10D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_NonparametricCompositeBuilder10D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,10U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,10U > > *,bool,unsigned int,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,10U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,10U > > *,bool,unsigned int)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,10U > >::NonparametricCompositeBuilder(npstat::AbsCopulaSmootherBase *,std::vector< npstat::AbsMarginalSmootherBase *,std::allocator< npstat::AbsMarginalSmootherBase * > > const &,npstat::AbsResponseBoxBuilder< std::array< double,10U > > *,bool)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_NonparametricCompositeBuilder10D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,10U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,10U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_NonparametricCompositeBuilder10D" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,10U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,10U > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder10D_lastCopulaBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,10U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,10U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder10D_lastCopulaBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,10U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,10U > > * >(argp1);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,10U > > const *)arg1)->lastCopulaBandwidth();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder10D_lastMarginBandwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,10U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,10U > > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder10D_lastMarginBandwidth", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder10D_lastMarginBandwidth" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,10U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,10U > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "NonparametricCompositeBuilder10D_lastMarginBandwidth" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::NonparametricCompositeBuilder< std::array< double,10U > > const *)arg1)->lastMarginBandwidth(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder10D_dim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,10U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,10U > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder10D_dim" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,10U > > const *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,10U > > * >(argp1);
{
try {
result = (unsigned int)((npstat::NonparametricCompositeBuilder< std::array< double,10U > > const *)arg1)->dim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder10D_setArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,10U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,10U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder10D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,10U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,10U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder10D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NonparametricCompositeBuilder10D_setArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
(arg1)->setArchive(arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder10D_setArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NonparametricCompositeBuilder< std::array< double,10U > > *arg1 = (npstat::NonparametricCompositeBuilder< std::array< double,10U > > *) 0 ;
gs::AbsArchive *arg2 = (gs::AbsArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NonparametricCompositeBuilder10D_setArchive" "', argument " "1"" of type '" "npstat::NonparametricCompositeBuilder< std::array< double,10U > > *""'");
}
arg1 = reinterpret_cast< npstat::NonparametricCompositeBuilder< std::array< double,10U > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_gs__AbsArchive, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NonparametricCompositeBuilder10D_setArchive" "', argument " "2"" of type '" "gs::AbsArchive *""'");
}
arg2 = reinterpret_cast< gs::AbsArchive * >(argp2);
{
try {
(arg1)->setArchive(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_NonparametricCompositeBuilder10D_setArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "NonparametricCompositeBuilder10D_setArchive", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder10D_setArchive__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_gs__AbsArchive, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NonparametricCompositeBuilder10D_setArchive__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'NonparametricCompositeBuilder10D_setArchive'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NonparametricCompositeBuilder< std::array< double,10U > >::setArchive(gs::AbsArchive *,char const *)\n"
" npstat::NonparametricCompositeBuilder< std::array< double,10U > >::setArchive(gs::AbsArchive *)\n");
return 0;
}
SWIGINTERN PyObject *NonparametricCompositeBuilder10D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *NonparametricCompositeBuilder10D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_CompositeDistribution1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsDistribution1D *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
npstat::CompositeDistribution1D *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_CompositeDistribution1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_CompositeDistribution1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistribution1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_CompositeDistribution1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_CompositeDistribution1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
{
try {
result = (npstat::CompositeDistribution1D *)new npstat::CompositeDistribution1D((npstat::AbsDistribution1D const &)*arg1,(npstat::AbsDistribution1D const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistribution1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_CompositeDistribution1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::CompositeDistribution1D *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_CompositeDistribution1D" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_CompositeDistribution1D" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
{
try {
result = (npstat::CompositeDistribution1D *)new npstat::CompositeDistribution1D((npstat::CompositeDistribution1D const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistribution1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_CompositeDistribution1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_CompositeDistribution1D", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__CompositeDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_CompositeDistribution1D__SWIG_1(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_CompositeDistribution1D__SWIG_0(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_CompositeDistribution1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::CompositeDistribution1D::CompositeDistribution1D(npstat::AbsDistribution1D const &,npstat::AbsDistribution1D const &)\n"
" npstat::CompositeDistribution1D::CompositeDistribution1D(npstat::CompositeDistribution1D const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_CompositeDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = (npstat::CompositeDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeDistribution1D, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_CompositeDistribution1D" "', argument " "1"" of type '" "npstat::CompositeDistribution1D *""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = (npstat::CompositeDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "CompositeDistribution1D_density", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeDistribution1D_density" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "CompositeDistribution1D_density" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::CompositeDistribution1D const *)arg1)->density(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_cdf(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = (npstat::CompositeDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "CompositeDistribution1D_cdf", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeDistribution1D_cdf" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "CompositeDistribution1D_cdf" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::CompositeDistribution1D const *)arg1)->cdf(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_exceedance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = (npstat::CompositeDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "CompositeDistribution1D_exceedance", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeDistribution1D_exceedance" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "CompositeDistribution1D_exceedance" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::CompositeDistribution1D const *)arg1)->exceedance(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_quantile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = (npstat::CompositeDistribution1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "CompositeDistribution1D_quantile", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeDistribution1D_quantile" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "CompositeDistribution1D_quantile" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::CompositeDistribution1D const *)arg1)->quantile(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = (npstat::CompositeDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::CompositeDistribution1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeDistribution1D_clone" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
{
try {
result = (npstat::CompositeDistribution1D *)((npstat::CompositeDistribution1D const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_G(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = (npstat::CompositeDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::AbsDistribution1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeDistribution1D_G" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
{
try {
result = (npstat::AbsDistribution1D *) &((npstat::CompositeDistribution1D const *)arg1)->G();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_H(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = (npstat::CompositeDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::AbsDistribution1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeDistribution1D_H" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
{
try {
result = (npstat::AbsDistribution1D *) &((npstat::CompositeDistribution1D const *)arg1)->H();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = (npstat::CompositeDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeDistribution1D_classId" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
{
try {
result = ((npstat::CompositeDistribution1D const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = (npstat::CompositeDistribution1D *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "CompositeDistribution1D_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeDistribution1D_write" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const *""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "CompositeDistribution1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "CompositeDistribution1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::CompositeDistribution1D const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "CompositeDistribution1D_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::CompositeDistribution1D::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "CompositeDistribution1D_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::CompositeDistribution1D::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeDistribution1D_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::CompositeDistribution1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "CompositeDistribution1D_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeDistribution1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "CompositeDistribution1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "CompositeDistribution1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "CompositeDistribution1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::CompositeDistribution1D *)npstat::CompositeDistribution1D::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *CompositeDistribution1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__CompositeDistribution1D, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *CompositeDistribution1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_CompositeDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::CompositeDistribution1D > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_CompositeDistribution1D", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_CompositeDistribution1D" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_CompositeDistribution1D" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_CompositeDistribution1D" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_CompositeDistribution1D" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::CompositeDistribution1D > *)new gs::ArchiveRecord< npstat::CompositeDistribution1D >((npstat::CompositeDistribution1D const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__CompositeDistribution1D_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_CompositeDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::CompositeDistribution1D > *arg1 = (gs::ArchiveRecord< npstat::CompositeDistribution1D > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__CompositeDistribution1D_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_CompositeDistribution1D" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::CompositeDistribution1D > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::CompositeDistribution1D > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_CompositeDistribution1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__CompositeDistribution1D_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_CompositeDistribution1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_125(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::CompositeDistribution1D *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::CompositeDistribution1D > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::CompositeDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::CompositeDistribution1D >((npstat::CompositeDistribution1D const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::CompositeDistribution1D >(static_cast< const gs::ArchiveRecord< npstat::CompositeDistribution1D >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__CompositeDistribution1D_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CompositeDistribution1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::CompositeDistribution1D > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CompositeDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CompositeDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_CompositeDistribution1D" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::CompositeDistribution1D > *)new gs::Reference< npstat::CompositeDistribution1D >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__CompositeDistribution1D_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CompositeDistribution1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::CompositeDistribution1D > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CompositeDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CompositeDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CompositeDistribution1D" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CompositeDistribution1D" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::CompositeDistribution1D > *)new gs::Reference< npstat::CompositeDistribution1D >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__CompositeDistribution1D_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CompositeDistribution1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::CompositeDistribution1D > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CompositeDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CompositeDistribution1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CompositeDistribution1D" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CompositeDistribution1D" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CompositeDistribution1D" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CompositeDistribution1D" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::CompositeDistribution1D > *)new gs::Reference< npstat::CompositeDistribution1D >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__CompositeDistribution1D_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CompositeDistribution1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_CompositeDistribution1D", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_CompositeDistribution1D__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CompositeDistribution1D__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CompositeDistribution1D__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_CompositeDistribution1D'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::CompositeDistribution1D >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::CompositeDistribution1D >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::CompositeDistribution1D >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_CompositeDistribution1D_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::CompositeDistribution1D > *arg1 = (gs::Reference< npstat::CompositeDistribution1D > *) 0 ;
unsigned long arg2 ;
npstat::CompositeDistribution1D *arg3 = (npstat::CompositeDistribution1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CompositeDistribution1D_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__CompositeDistribution1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CompositeDistribution1D_restore" "', argument " "1"" of type '" "gs::Reference< npstat::CompositeDistribution1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::CompositeDistribution1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CompositeDistribution1D_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__CompositeDistribution1D, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_CompositeDistribution1D_restore" "', argument " "3"" of type '" "npstat::CompositeDistribution1D *""'");
}
arg3 = reinterpret_cast< npstat::CompositeDistribution1D * >(argp3);
{
try {
((gs::Reference< npstat::CompositeDistribution1D > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CompositeDistribution1D_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::CompositeDistribution1D > *arg1 = (gs::Reference< npstat::CompositeDistribution1D > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::CompositeDistribution1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CompositeDistribution1D_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__CompositeDistribution1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CompositeDistribution1D_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::CompositeDistribution1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::CompositeDistribution1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CompositeDistribution1D_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::CompositeDistribution1D *)gs_Reference_Sl_npstat_CompositeDistribution1D_Sg__retrieve((gs::Reference< npstat::CompositeDistribution1D > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CompositeDistribution1D_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::CompositeDistribution1D > *arg1 = (gs::Reference< npstat::CompositeDistribution1D > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
SwigValueWrapper< npstat::CompositeDistribution1D > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_CompositeDistribution1D_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__CompositeDistribution1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CompositeDistribution1D_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::CompositeDistribution1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::CompositeDistribution1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CompositeDistribution1D_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_CompositeDistribution1D_Sg__getValue((gs::Reference< npstat::CompositeDistribution1D > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::CompositeDistribution1D(static_cast< const npstat::CompositeDistribution1D& >(result))), SWIGTYPE_p_npstat__CompositeDistribution1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_CompositeDistribution1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::CompositeDistribution1D > *arg1 = (gs::Reference< npstat::CompositeDistribution1D > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__CompositeDistribution1D_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_CompositeDistribution1D" "', argument " "1"" of type '" "gs::Reference< npstat::CompositeDistribution1D > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::CompositeDistribution1D > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_CompositeDistribution1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__CompositeDistribution1D_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_CompositeDistribution1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_DoubleKDE1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsKDE1DKernel *arg1 = 0 ;
double *arg2 = (double *) 0 ;
unsigned long arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned long val3 ;
int ecode3 = 0 ;
npstat::KDE1D< double > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsKDE1DKernel, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_DoubleKDE1D" "', argument " "1"" of type '" "npstat::AbsKDE1DKernel const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_DoubleKDE1D" "', argument " "1"" of type '" "npstat::AbsKDE1DKernel const &""'");
}
arg1 = reinterpret_cast< npstat::AbsKDE1DKernel * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_DoubleKDE1D" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_long(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_DoubleKDE1D" "', argument " "3"" of type '" "unsigned long""'");
}
arg3 = static_cast< unsigned long >(val3);
{
try {
result = (npstat::KDE1D< double > *)new npstat::KDE1D< double >((npstat::AbsKDE1DKernel const &)*arg1,(double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__KDE1DT_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DoubleKDE1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsKDE1DKernel *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
npstat::KDE1D< double > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsKDE1DKernel, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_DoubleKDE1D" "', argument " "1"" of type '" "npstat::AbsKDE1DKernel const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_DoubleKDE1D" "', argument " "1"" of type '" "npstat::AbsKDE1DKernel const &""'");
}
arg1 = reinterpret_cast< npstat::AbsKDE1DKernel * >(argp1);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_DoubleKDE1D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_DoubleKDE1D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
try {
result = (npstat::KDE1D< double > *)new npstat::KDE1D< double >((npstat::AbsKDE1DKernel const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__KDE1DT_double_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DoubleKDE1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::KDE1D< double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_DoubleKDE1D" "', argument " "1"" of type '" "npstat::KDE1D< double > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_DoubleKDE1D" "', argument " "1"" of type '" "npstat::KDE1D< double > const &""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
{
try {
result = (npstat::KDE1D< double > *)new npstat::KDE1D< double >((npstat::KDE1D< double > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__KDE1DT_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DoubleKDE1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_DoubleKDE1D", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__KDE1DT_double_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_DoubleKDE1D__SWIG_2(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsKDE1DKernel, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_DoubleKDE1D__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsKDE1DKernel, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_DoubleKDE1D__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_DoubleKDE1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::KDE1D< double >::KDE1D(npstat::AbsKDE1DKernel const &,double const *,unsigned long const)\n"
" npstat::KDE1D< double >::KDE1D(npstat::AbsKDE1DKernel const &,std::vector< double,std::allocator< double > > const &)\n"
" npstat::KDE1D< double >::KDE1D(npstat::KDE1D< double > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_DoubleKDE1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleKDE1D" "', argument " "1"" of type '" "npstat::KDE1D< double > *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_setNormFactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleKDE1D_setNormFactor", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_setNormFactor" "', argument " "1"" of type '" "npstat::KDE1D< double > *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleKDE1D_setNormFactor" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
(arg1)->setNormFactor(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_kernel(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::AbsKDE1DKernel *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_kernel" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
{
try {
result = (npstat::AbsKDE1DKernel *) &((npstat::KDE1D< double > const *)arg1)->kernel();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsKDE1DKernel, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_normFactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_normFactor" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
{
try {
result = (double)((npstat::KDE1D< double > const *)arg1)->normFactor();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_coords(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
std::vector< double,std::allocator< double > > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_coords" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
{
try {
result = (std::vector< double,std::allocator< double > > *) &((npstat::KDE1D< double > const *)arg1)->coords();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< double,std::allocator< double > > >(*result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_nCoords(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_nCoords" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
{
try {
result = (unsigned long)((npstat::KDE1D< double > const *)arg1)->nCoords();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_minCoordinate(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_minCoordinate" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
{
try {
result = (double)((npstat::KDE1D< double > const *)arg1)->minCoordinate();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_maxCoordinate(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_maxCoordinate" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
{
try {
result = (double)((npstat::KDE1D< double > const *)arg1)->maxCoordinate();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
double arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DoubleKDE1D_density", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_density" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleKDE1D_density" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DoubleKDE1D_density" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (double)((npstat::KDE1D< double > const *)arg1)->density(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_densityFunctor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
SwigValueWrapper< npstat::KDE1DFunctorHelper< double > > result;
if (!SWIG_Python_UnpackTuple(args, "DoubleKDE1D_densityFunctor", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_densityFunctor" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleKDE1D_densityFunctor" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = ((npstat::KDE1D< double > const *)arg1)->densityFunctor(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::KDE1DFunctorHelper< double >(static_cast< const npstat::KDE1DFunctorHelper< double >& >(result))), SWIGTYPE_p_npstat__KDE1DFunctorHelperT_double_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_rlcvFunctor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
SwigValueWrapper< npstat::KDE1DRLCVFunctorHelper< double > > result;
if (!SWIG_Python_UnpackTuple(args, "DoubleKDE1D_rlcvFunctor", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_rlcvFunctor" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleKDE1D_rlcvFunctor" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = ((npstat::KDE1D< double > const *)arg1)->rlcvFunctor(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::KDE1DRLCVFunctorHelper< double >(static_cast< const npstat::KDE1DRLCVFunctorHelper< double >& >(result))), SWIGTYPE_p_npstat__KDE1DRLCVFunctorHelperT_double_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_lscvFunctor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
double arg2 ;
double arg3 ;
unsigned int arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
PyObject *swig_obj[5] ;
SwigValueWrapper< npstat::KDE1DLSCVFunctorHelper< double > > result;
if (!SWIG_Python_UnpackTuple(args, "DoubleKDE1D_lscvFunctor", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_lscvFunctor" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleKDE1D_lscvFunctor" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DoubleKDE1D_lscvFunctor" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "DoubleKDE1D_lscvFunctor" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "DoubleKDE1D_lscvFunctor" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = ((npstat::KDE1D< double > const *)arg1)->lscvFunctor(arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::KDE1DLSCVFunctorHelper< double >(static_cast< const npstat::KDE1DLSCVFunctorHelper< double >& >(result))), SWIGTYPE_p_npstat__KDE1DLSCVFunctorHelperT_double_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_integratedSquaredError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
unsigned int arg3 ;
unsigned int arg4 ;
double arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyObject *swig_obj[5] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DoubleKDE1D_integratedSquaredError", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_integratedSquaredError" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleKDE1D_integratedSquaredError" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleKDE1D_integratedSquaredError" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DoubleKDE1D_integratedSquaredError" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "DoubleKDE1D_integratedSquaredError" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "DoubleKDE1D_integratedSquaredError" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
result = (double)((npstat::KDE1D< double > const *)arg1)->integratedSquaredError((npstat::AbsDistribution1D const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_rlcv(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
double arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DoubleKDE1D_rlcv", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_rlcv" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleKDE1D_rlcv" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DoubleKDE1D_rlcv" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (double)((npstat::KDE1D< double > const *)arg1)->rlcv(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleKDE1D_lscv(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = (npstat::KDE1D< double > *) 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
PyObject *swig_obj[6] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DoubleKDE1D_lscv", 6, 6, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleKDE1D_lscv" "', argument " "1"" of type '" "npstat::KDE1D< double > const *""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleKDE1D_lscv" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DoubleKDE1D_lscv" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "DoubleKDE1D_lscv" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "DoubleKDE1D_lscv" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "DoubleKDE1D_lscv" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (double)((npstat::KDE1D< double > const *)arg1)->lscv(arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleKDE1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__KDE1DT_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleKDE1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_WeightedStatAccumulatorPair(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_WeightedStatAccumulatorPair", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::WeightedStatAccumulatorPair *)new npstat::WeightedStatAccumulatorPair();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_first(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::WeightedStatAccumulator *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_first" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
result = (npstat::WeightedStatAccumulator *) &((npstat::WeightedStatAccumulatorPair const *)arg1)->first();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__WeightedStatAccumulator, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_second(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::WeightedStatAccumulator *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_second" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
result = (npstat::WeightedStatAccumulator *) &((npstat::WeightedStatAccumulatorPair const *)arg1)->second();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__WeightedStatAccumulator, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_crossSumsq(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
long double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_crossSumsq" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
result = (long double)((npstat::WeightedStatAccumulatorPair const *)arg1)->crossSumsq();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new long double(static_cast< const long double& >(result))), SWIGTYPE_p_long_double, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_count(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_count" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
result = (double)((npstat::WeightedStatAccumulatorPair const *)arg1)->count();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_ncalls(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_ncalls" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
result = (unsigned long)((npstat::WeightedStatAccumulatorPair const *)arg1)->ncalls();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_nfills(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_nfills" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
result = (unsigned long)((npstat::WeightedStatAccumulatorPair const *)arg1)->nfills();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_cov(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_cov" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
result = (double)((npstat::WeightedStatAccumulatorPair const *)arg1)->cov();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_corr(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_corr" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
result = (double)((npstat::WeightedStatAccumulatorPair const *)arg1)->corr();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_accumulate__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
(arg1)->accumulate(arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_accumulate__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
std::pair< double,double > *arg2 = 0 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
double val3 ;
int ecode3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
std::pair< double,double > *ptr = (std::pair< double,double > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "2"" of type '" "std::pair< double,double > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "2"" of type '" "std::pair< double,double > const &""'");
}
arg2 = ptr;
}
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
(arg1)->accumulate((std::pair< double,double > const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_accumulate__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
npstat::WeightedStatAccumulatorPair *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "2"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "2"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
arg2 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp2);
{
try {
(arg1)->accumulate((npstat::WeightedStatAccumulatorPair const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_accumulate__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
npstat::WeightedStatAccumulatorPair *arg2 = 0 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "2"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "2"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
arg2 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "WeightedStatAccumulatorPair_accumulate" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
(arg1)->accumulate((npstat::WeightedStatAccumulatorPair const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_accumulate(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "WeightedStatAccumulatorPair_accumulate", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_WeightedStatAccumulatorPair_accumulate__SWIG_2(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_WeightedStatAccumulatorPair_accumulate__SWIG_3(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::pair< double,double >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_WeightedStatAccumulatorPair_accumulate__SWIG_1(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_WeightedStatAccumulatorPair_accumulate__SWIG_0(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'WeightedStatAccumulatorPair_accumulate'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::WeightedStatAccumulatorPair::accumulate(double,double,double)\n"
" npstat::WeightedStatAccumulatorPair::accumulate(std::pair< double,double > const &,double)\n"
" npstat::WeightedStatAccumulatorPair::accumulate(npstat::WeightedStatAccumulatorPair const &)\n"
" npstat::WeightedStatAccumulatorPair::accumulate(npstat::WeightedStatAccumulatorPair const &,double)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_reset(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_reset" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
(arg1)->reset();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair___iadd__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
npstat::WeightedStatAccumulatorPair *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::WeightedStatAccumulatorPair *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "WeightedStatAccumulatorPair___iadd__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair___iadd__" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "WeightedStatAccumulatorPair___iadd__" "', argument " "2"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "WeightedStatAccumulatorPair___iadd__" "', argument " "2"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
arg2 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp2);
{
try {
result = (npstat::WeightedStatAccumulatorPair *) &(arg1)->operator +=((npstat::WeightedStatAccumulatorPair const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_scaleWeights(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::WeightedStatAccumulatorPair *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "WeightedStatAccumulatorPair_scaleWeights", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_scaleWeights" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "WeightedStatAccumulatorPair_scaleWeights" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (npstat::WeightedStatAccumulatorPair *) &(arg1)->scaleWeights(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
npstat::WeightedStatAccumulatorPair *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "WeightedStatAccumulatorPair___eq__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair___eq__" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "WeightedStatAccumulatorPair___eq__" "', argument " "2"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "WeightedStatAccumulatorPair___eq__" "', argument " "2"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
arg2 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp2);
{
try {
result = (bool)((npstat::WeightedStatAccumulatorPair const *)arg1)->operator ==((npstat::WeightedStatAccumulatorPair const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
PyErr_Clear();
Py_INCREF(Py_NotImplemented);
return Py_NotImplemented;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
npstat::WeightedStatAccumulatorPair *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "WeightedStatAccumulatorPair___ne__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair___ne__" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "WeightedStatAccumulatorPair___ne__" "', argument " "2"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "WeightedStatAccumulatorPair___ne__" "', argument " "2"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
arg2 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp2);
{
try {
result = (bool)((npstat::WeightedStatAccumulatorPair const *)arg1)->operator !=((npstat::WeightedStatAccumulatorPair const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
PyErr_Clear();
Py_INCREF(Py_NotImplemented);
return Py_NotImplemented;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_classId" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
result = ((npstat::WeightedStatAccumulatorPair const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "WeightedStatAccumulatorPair_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_write" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "WeightedStatAccumulatorPair_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "WeightedStatAccumulatorPair_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::WeightedStatAccumulatorPair const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "WeightedStatAccumulatorPair_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::WeightedStatAccumulatorPair::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "WeightedStatAccumulatorPair_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::WeightedStatAccumulatorPair::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_WeightedStatAccumulatorPair_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
npstat::WeightedStatAccumulatorPair *arg3 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "WeightedStatAccumulatorPair_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WeightedStatAccumulatorPair_restore" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "WeightedStatAccumulatorPair_restore" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "WeightedStatAccumulatorPair_restore" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "WeightedStatAccumulatorPair_restore" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "WeightedStatAccumulatorPair_restore" "', argument " "3"" of type '" "npstat::WeightedStatAccumulatorPair *""'");
}
arg3 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp3);
{
try {
npstat::WeightedStatAccumulatorPair::restore((gs::ClassId const &)*arg1,*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_WeightedStatAccumulatorPair(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair *""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *WeightedStatAccumulatorPair_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *WeightedStatAccumulatorPair_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_WeightedStatAccumulatorPair(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_WeightedStatAccumulatorPair", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_WeightedStatAccumulatorPair" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_WeightedStatAccumulatorPair" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair > *)new gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair >((npstat::WeightedStatAccumulatorPair const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__WeightedStatAccumulatorPair_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_WeightedStatAccumulatorPair(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair > *arg1 = (gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__WeightedStatAccumulatorPair_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_WeightedStatAccumulatorPair_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__WeightedStatAccumulatorPair_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_WeightedStatAccumulatorPair_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_126(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::WeightedStatAccumulatorPair *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::WeightedStatAccumulatorPair const &""'");
}
arg1 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::WeightedStatAccumulatorPair >((npstat::WeightedStatAccumulatorPair const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair >(static_cast< const gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__WeightedStatAccumulatorPair_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_WeightedStatAccumulatorPair__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::WeightedStatAccumulatorPair > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::WeightedStatAccumulatorPair > *)new gs::Reference< npstat::WeightedStatAccumulatorPair >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__WeightedStatAccumulatorPair_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_WeightedStatAccumulatorPair__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::WeightedStatAccumulatorPair > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::WeightedStatAccumulatorPair > *)new gs::Reference< npstat::WeightedStatAccumulatorPair >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__WeightedStatAccumulatorPair_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_WeightedStatAccumulatorPair__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::WeightedStatAccumulatorPair > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_WeightedStatAccumulatorPair" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::WeightedStatAccumulatorPair > *)new gs::Reference< npstat::WeightedStatAccumulatorPair >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__WeightedStatAccumulatorPair_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_WeightedStatAccumulatorPair(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_WeightedStatAccumulatorPair", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_WeightedStatAccumulatorPair__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_WeightedStatAccumulatorPair__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_WeightedStatAccumulatorPair__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_WeightedStatAccumulatorPair'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::WeightedStatAccumulatorPair >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::WeightedStatAccumulatorPair >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::WeightedStatAccumulatorPair >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_WeightedStatAccumulatorPair_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::WeightedStatAccumulatorPair > *arg1 = (gs::Reference< npstat::WeightedStatAccumulatorPair > *) 0 ;
unsigned long arg2 ;
npstat::WeightedStatAccumulatorPair *arg3 = (npstat::WeightedStatAccumulatorPair *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_WeightedStatAccumulatorPair_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__WeightedStatAccumulatorPair_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_WeightedStatAccumulatorPair_restore" "', argument " "1"" of type '" "gs::Reference< npstat::WeightedStatAccumulatorPair > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::WeightedStatAccumulatorPair > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_WeightedStatAccumulatorPair_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_WeightedStatAccumulatorPair_restore" "', argument " "3"" of type '" "npstat::WeightedStatAccumulatorPair *""'");
}
arg3 = reinterpret_cast< npstat::WeightedStatAccumulatorPair * >(argp3);
{
try {
((gs::Reference< npstat::WeightedStatAccumulatorPair > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_WeightedStatAccumulatorPair_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::WeightedStatAccumulatorPair > *arg1 = (gs::Reference< npstat::WeightedStatAccumulatorPair > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::WeightedStatAccumulatorPair *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_WeightedStatAccumulatorPair_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__WeightedStatAccumulatorPair_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_WeightedStatAccumulatorPair_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::WeightedStatAccumulatorPair > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::WeightedStatAccumulatorPair > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_WeightedStatAccumulatorPair_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::WeightedStatAccumulatorPair *)gs_Reference_Sl_npstat_WeightedStatAccumulatorPair_Sg__retrieve((gs::Reference< npstat::WeightedStatAccumulatorPair > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_WeightedStatAccumulatorPair_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::WeightedStatAccumulatorPair > *arg1 = (gs::Reference< npstat::WeightedStatAccumulatorPair > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::WeightedStatAccumulatorPair result;
if (!SWIG_Python_UnpackTuple(args, "Ref_WeightedStatAccumulatorPair_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__WeightedStatAccumulatorPair_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_WeightedStatAccumulatorPair_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::WeightedStatAccumulatorPair > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::WeightedStatAccumulatorPair > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_WeightedStatAccumulatorPair_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_WeightedStatAccumulatorPair_Sg__getValue((gs::Reference< npstat::WeightedStatAccumulatorPair > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::WeightedStatAccumulatorPair(static_cast< const npstat::WeightedStatAccumulatorPair& >(result))), SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_WeightedStatAccumulatorPair(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::WeightedStatAccumulatorPair > *arg1 = (gs::Reference< npstat::WeightedStatAccumulatorPair > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__WeightedStatAccumulatorPair_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_WeightedStatAccumulatorPair" "', argument " "1"" of type '" "gs::Reference< npstat::WeightedStatAccumulatorPair > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::WeightedStatAccumulatorPair > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_WeightedStatAccumulatorPair_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__WeightedStatAccumulatorPair_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_WeightedStatAccumulatorPair_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_UCharBandwidthGCVPseudoLogli1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_UCharBandwidthGCVPseudoLogli1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *)new npstat::BandwidthGCVPseudoLogli1D< unsigned char,double >(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_unsigned_char_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_UCharBandwidthGCVPseudoLogli1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *)new npstat::BandwidthGCVPseudoLogli1D< unsigned char,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_unsigned_char_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_UCharBandwidthGCVPseudoLogli1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_UCharBandwidthGCVPseudoLogli1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_UCharBandwidthGCVPseudoLogli1D__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_UCharBandwidthGCVPseudoLogli1D__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_UCharBandwidthGCVPseudoLogli1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthGCVPseudoLogli1D< unsigned char,double >::BandwidthGCVPseudoLogli1D(double)\n"
" npstat::BandwidthGCVPseudoLogli1D< unsigned char,double >::BandwidthGCVPseudoLogli1D()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_UCharBandwidthGCVPseudoLogli1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_unsigned_char_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharBandwidthGCVPseudoLogli1D" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharBandwidthGCVPseudoLogli1D_getNonZeroCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_unsigned_char_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharBandwidthGCVPseudoLogli1D_getNonZeroCount" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > const *)arg1)->getNonZeroCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharBandwidthGCVPseudoLogli1D_getRenormCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_unsigned_char_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharBandwidthGCVPseudoLogli1D_getRenormCount" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthGCVPseudoLogli1D< unsigned char,double > const *)arg1)->getRenormCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharBandwidthGCVPseudoLogli1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_unsigned_char_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharBandwidthGCVPseudoLogli1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_IntBandwidthGCVPseudoLogli1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
npstat::BandwidthGCVPseudoLogli1D< int,double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_IntBandwidthGCVPseudoLogli1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (npstat::BandwidthGCVPseudoLogli1D< int,double > *)new npstat::BandwidthGCVPseudoLogli1D< int,double >(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_int_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_IntBandwidthGCVPseudoLogli1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< int,double > *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthGCVPseudoLogli1D< int,double > *)new npstat::BandwidthGCVPseudoLogli1D< int,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_int_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_IntBandwidthGCVPseudoLogli1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_IntBandwidthGCVPseudoLogli1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_IntBandwidthGCVPseudoLogli1D__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_IntBandwidthGCVPseudoLogli1D__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_IntBandwidthGCVPseudoLogli1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthGCVPseudoLogli1D< int,double >::BandwidthGCVPseudoLogli1D(double)\n"
" npstat::BandwidthGCVPseudoLogli1D< int,double >::BandwidthGCVPseudoLogli1D()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_IntBandwidthGCVPseudoLogli1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< int,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< int,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_int_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntBandwidthGCVPseudoLogli1D" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< int,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< int,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntBandwidthGCVPseudoLogli1D_getNonZeroCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< int,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< int,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_int_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntBandwidthGCVPseudoLogli1D_getNonZeroCount" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< int,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< int,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthGCVPseudoLogli1D< int,double > const *)arg1)->getNonZeroCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntBandwidthGCVPseudoLogli1D_getRenormCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< int,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< int,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_int_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntBandwidthGCVPseudoLogli1D_getRenormCount" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< int,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< int,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthGCVPseudoLogli1D< int,double > const *)arg1)->getRenormCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntBandwidthGCVPseudoLogli1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_int_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntBandwidthGCVPseudoLogli1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_LongBandwidthGCVPseudoLogli1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
npstat::BandwidthGCVPseudoLogli1D< long,double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_LongBandwidthGCVPseudoLogli1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (npstat::BandwidthGCVPseudoLogli1D< long,double > *)new npstat::BandwidthGCVPseudoLogli1D< long,double >(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LongBandwidthGCVPseudoLogli1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< long,double > *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthGCVPseudoLogli1D< long,double > *)new npstat::BandwidthGCVPseudoLogli1D< long,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LongBandwidthGCVPseudoLogli1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_LongBandwidthGCVPseudoLogli1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_LongBandwidthGCVPseudoLogli1D__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_LongBandwidthGCVPseudoLogli1D__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_LongBandwidthGCVPseudoLogli1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthGCVPseudoLogli1D< long,double >::BandwidthGCVPseudoLogli1D(double)\n"
" npstat::BandwidthGCVPseudoLogli1D< long,double >::BandwidthGCVPseudoLogli1D()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_LongBandwidthGCVPseudoLogli1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< long,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< long,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongBandwidthGCVPseudoLogli1D" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< long,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< long,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongBandwidthGCVPseudoLogli1D_getNonZeroCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< long,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< long,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongBandwidthGCVPseudoLogli1D_getNonZeroCount" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< long,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< long,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthGCVPseudoLogli1D< long,double > const *)arg1)->getNonZeroCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongBandwidthGCVPseudoLogli1D_getRenormCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< long,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< long,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongBandwidthGCVPseudoLogli1D_getRenormCount" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< long,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< long,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthGCVPseudoLogli1D< long,double > const *)arg1)->getRenormCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongBandwidthGCVPseudoLogli1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongBandwidthGCVPseudoLogli1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_FloatBandwidthGCVPseudoLogli1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
npstat::BandwidthGCVPseudoLogli1D< float,double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_FloatBandwidthGCVPseudoLogli1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (npstat::BandwidthGCVPseudoLogli1D< float,double > *)new npstat::BandwidthGCVPseudoLogli1D< float,double >(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_float_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_FloatBandwidthGCVPseudoLogli1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< float,double > *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthGCVPseudoLogli1D< float,double > *)new npstat::BandwidthGCVPseudoLogli1D< float,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_float_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_FloatBandwidthGCVPseudoLogli1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_FloatBandwidthGCVPseudoLogli1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_FloatBandwidthGCVPseudoLogli1D__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_FloatBandwidthGCVPseudoLogli1D__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_FloatBandwidthGCVPseudoLogli1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthGCVPseudoLogli1D< float,double >::BandwidthGCVPseudoLogli1D(double)\n"
" npstat::BandwidthGCVPseudoLogli1D< float,double >::BandwidthGCVPseudoLogli1D()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_FloatBandwidthGCVPseudoLogli1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< float,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< float,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_float_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatBandwidthGCVPseudoLogli1D" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< float,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< float,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatBandwidthGCVPseudoLogli1D_getNonZeroCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< float,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< float,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_float_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatBandwidthGCVPseudoLogli1D_getNonZeroCount" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< float,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< float,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthGCVPseudoLogli1D< float,double > const *)arg1)->getNonZeroCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatBandwidthGCVPseudoLogli1D_getRenormCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< float,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< float,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_float_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatBandwidthGCVPseudoLogli1D_getRenormCount" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< float,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< float,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthGCVPseudoLogli1D< float,double > const *)arg1)->getRenormCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatBandwidthGCVPseudoLogli1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_float_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatBandwidthGCVPseudoLogli1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_DoubleBandwidthGCVPseudoLogli1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
npstat::BandwidthGCVPseudoLogli1D< double,double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_DoubleBandwidthGCVPseudoLogli1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (npstat::BandwidthGCVPseudoLogli1D< double,double > *)new npstat::BandwidthGCVPseudoLogli1D< double,double >(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DoubleBandwidthGCVPseudoLogli1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< double,double > *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthGCVPseudoLogli1D< double,double > *)new npstat::BandwidthGCVPseudoLogli1D< double,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DoubleBandwidthGCVPseudoLogli1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_DoubleBandwidthGCVPseudoLogli1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_DoubleBandwidthGCVPseudoLogli1D__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_DoubleBandwidthGCVPseudoLogli1D__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_DoubleBandwidthGCVPseudoLogli1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthGCVPseudoLogli1D< double,double >::BandwidthGCVPseudoLogli1D(double)\n"
" npstat::BandwidthGCVPseudoLogli1D< double,double >::BandwidthGCVPseudoLogli1D()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_DoubleBandwidthGCVPseudoLogli1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< double,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< double,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleBandwidthGCVPseudoLogli1D" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< double,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< double,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleBandwidthGCVPseudoLogli1D_getNonZeroCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< double,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< double,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleBandwidthGCVPseudoLogli1D_getNonZeroCount" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< double,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< double,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthGCVPseudoLogli1D< double,double > const *)arg1)->getNonZeroCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleBandwidthGCVPseudoLogli1D_getRenormCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthGCVPseudoLogli1D< double,double > *arg1 = (npstat::BandwidthGCVPseudoLogli1D< double,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleBandwidthGCVPseudoLogli1D_getRenormCount" "', argument " "1"" of type '" "npstat::BandwidthGCVPseudoLogli1D< double,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthGCVPseudoLogli1D< double,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthGCVPseudoLogli1D< double,double > const *)arg1)->getRenormCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleBandwidthGCVPseudoLogli1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthGCVPseudoLogli1DT_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleBandwidthGCVPseudoLogli1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro2D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,2U > > *arg12 = 0 ;
bool arg13 ;
unsigned int arg14 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *ptr = (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_2U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,2U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,2U > >((std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const &)*arg12,arg13,arg14);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro2D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,2U > > *arg12 = 0 ;
bool arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *ptr = (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_2U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,2U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,2U > >((std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const &)*arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro3D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,3U > > *arg12 = 0 ;
bool arg13 ;
unsigned int arg14 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *ptr = (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_3U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,3U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,3U > >((std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const &)*arg12,arg13,arg14);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro3D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,3U > > *arg12 = 0 ;
bool arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *ptr = (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_3U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,3U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,3U > >((std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const &)*arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro4D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,4U > > *arg12 = 0 ;
bool arg13 ;
unsigned int arg14 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *ptr = (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_4U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,4U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,4U > >((std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const &)*arg12,arg13,arg14);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro4D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,4U > > *arg12 = 0 ;
bool arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *ptr = (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_4U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,4U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,4U > >((std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const &)*arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro5D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,5U > > *arg12 = 0 ;
bool arg13 ;
unsigned int arg14 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *ptr = (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_5U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,5U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,5U > >((std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const &)*arg12,arg13,arg14);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro5D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,5U > > *arg12 = 0 ;
bool arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *ptr = (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_5U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,5U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,5U > >((std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const &)*arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro6D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,6U > > *arg12 = 0 ;
bool arg13 ;
unsigned int arg14 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *ptr = (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_6U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,6U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,6U > >((std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const &)*arg12,arg13,arg14);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro6D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,6U > > *arg12 = 0 ;
bool arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *ptr = (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_6U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,6U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,6U > >((std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const &)*arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro7D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,7U > > *arg12 = 0 ;
bool arg13 ;
unsigned int arg14 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *ptr = (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_7U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,7U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,7U > >((std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const &)*arg12,arg13,arg14);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro7D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,7U > > *arg12 = 0 ;
bool arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *ptr = (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_7U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,7U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,7U > >((std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const &)*arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro8D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,8U > > *arg12 = 0 ;
bool arg13 ;
unsigned int arg14 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *ptr = (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_8U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,8U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,8U > >((std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const &)*arg12,arg13,arg14);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro8D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,8U > > *arg12 = 0 ;
bool arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *ptr = (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_8U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,8U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,8U > >((std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const &)*arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro9D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,9U > > *arg12 = 0 ;
bool arg13 ;
unsigned int arg14 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *ptr = (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_9U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,9U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,9U > >((std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const &)*arg12,arg13,arg14);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro9D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,9U > > *arg12 = 0 ;
bool arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *ptr = (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_9U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,9U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,9U > >((std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const &)*arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro10D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,10U > > *arg12 = 0 ;
bool arg13 ;
unsigned int arg14 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *ptr = (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_10U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,10U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,10U > >((std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const &)*arg12,arg13,arg14);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro10D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int *arg10 = (unsigned int *) 0 ;
unsigned int arg11 ;
npstat::AbsCompositeDistroBuilder< std::array< double,10U > > *arg12 = 0 ;
bool arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
PyArrayObject *array10 = NULL ;
int is_new_object10 = 0 ;
void *argp12 = 0 ;
int res12 = 0 ;
bool val13 ;
int ecode13 = 0 ;
npstat::GridInterpolatedDistribution *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *ptr = (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
{
npy_intp size[1] = {
-1
};
array10 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_UINT,
&is_new_object10);
if (!array10 || !require_dimensions(array10, 1) ||
!require_size(array10, size, 1)) SWIG_fail;
arg10 = (unsigned int*) array_data(array10);
arg11 = (int) array_size(array10,0);
}
res12 = SWIG_ConvertPtr(swig_obj[8], &argp12, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_10U_t_t, 0 | 0);
if (!SWIG_IsOK(res12)) {
SWIG_exception_fail(SWIG_ArgError(res12), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const &""'");
}
if (!argp12) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "12"" of type '" "npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const &""'");
}
arg12 = reinterpret_cast< npstat::AbsCompositeDistroBuilder< std::array< double,10U > > * >(argp12);
ecode13 = SWIG_AsVal_bool(swig_obj[9], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "13"" of type '" "bool""'");
}
arg13 = static_cast< bool >(val13);
{
try {
result = (npstat::GridInterpolatedDistribution *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedCompositeDistroND_2< std::array< double,10U > >((std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,(unsigned int const *)arg10,arg11,(npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const &)*arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
{
if (is_new_object10 && array10)
{
Py_DECREF(array10);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LeftCensoredDistribution__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsDistribution1D *arg1 = 0 ;
double arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
npstat::LeftCensoredDistribution *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_LeftCensoredDistribution" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_LeftCensoredDistribution" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_LeftCensoredDistribution" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_LeftCensoredDistribution" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (npstat::LeftCensoredDistribution *)new npstat::LeftCensoredDistribution((npstat::AbsDistribution1D const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LeftCensoredDistribution, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LeftCensoredDistribution__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::LeftCensoredDistribution *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_LeftCensoredDistribution" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_LeftCensoredDistribution" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const &""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
{
try {
result = (npstat::LeftCensoredDistribution *)new npstat::LeftCensoredDistribution((npstat::LeftCensoredDistribution const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LeftCensoredDistribution, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LeftCensoredDistribution(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_LeftCensoredDistribution", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LeftCensoredDistribution, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_LeftCensoredDistribution__SWIG_1(self, argc, argv);
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_LeftCensoredDistribution__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_LeftCensoredDistribution'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::LeftCensoredDistribution::LeftCensoredDistribution(npstat::AbsDistribution1D const &,double,double)\n"
" npstat::LeftCensoredDistribution::LeftCensoredDistribution(npstat::LeftCensoredDistribution const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::LeftCensoredDistribution *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_clone" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
{
try {
result = (npstat::LeftCensoredDistribution *)((npstat::LeftCensoredDistribution const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LeftCensoredDistribution, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_LeftCensoredDistribution(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LeftCensoredDistribution" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_visible(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::AbsDistribution1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_visible" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
{
try {
result = (npstat::AbsDistribution1D *) &((npstat::LeftCensoredDistribution const *)arg1)->visible();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_visibleFraction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_visibleFraction" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
{
try {
result = (double)((npstat::LeftCensoredDistribution const *)arg1)->visibleFraction();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_effectiveInfinity(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_effectiveInfinity" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
{
try {
result = (double)((npstat::LeftCensoredDistribution const *)arg1)->effectiveInfinity();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "LeftCensoredDistribution_density", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_density" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LeftCensoredDistribution_density" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::LeftCensoredDistribution const *)arg1)->density(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_cdf(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "LeftCensoredDistribution_cdf", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_cdf" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LeftCensoredDistribution_cdf" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::LeftCensoredDistribution const *)arg1)->cdf(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_exceedance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "LeftCensoredDistribution_exceedance", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_exceedance" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LeftCensoredDistribution_exceedance" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::LeftCensoredDistribution const *)arg1)->exceedance(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_quantile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "LeftCensoredDistribution_quantile", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_quantile" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LeftCensoredDistribution_quantile" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::LeftCensoredDistribution const *)arg1)->quantile(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_classId" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
{
try {
result = ((npstat::LeftCensoredDistribution const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = (npstat::LeftCensoredDistribution *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "LeftCensoredDistribution_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_write" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const *""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LeftCensoredDistribution_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LeftCensoredDistribution_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::LeftCensoredDistribution const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "LeftCensoredDistribution_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::LeftCensoredDistribution::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "LeftCensoredDistribution_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::LeftCensoredDistribution::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LeftCensoredDistribution_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::LeftCensoredDistribution *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "LeftCensoredDistribution_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LeftCensoredDistribution_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LeftCensoredDistribution_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LeftCensoredDistribution_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LeftCensoredDistribution_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::LeftCensoredDistribution *)npstat::LeftCensoredDistribution::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LeftCensoredDistribution, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LeftCensoredDistribution_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__LeftCensoredDistribution, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LeftCensoredDistribution_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_LeftCensoredDistribution(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::LeftCensoredDistribution > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_LeftCensoredDistribution", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_LeftCensoredDistribution" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_LeftCensoredDistribution" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const &""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_LeftCensoredDistribution" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_LeftCensoredDistribution" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::LeftCensoredDistribution > *)new gs::ArchiveRecord< npstat::LeftCensoredDistribution >((npstat::LeftCensoredDistribution const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__LeftCensoredDistribution_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_LeftCensoredDistribution(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::LeftCensoredDistribution > *arg1 = (gs::ArchiveRecord< npstat::LeftCensoredDistribution > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__LeftCensoredDistribution_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_LeftCensoredDistribution" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::LeftCensoredDistribution > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::LeftCensoredDistribution > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_LeftCensoredDistribution_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__LeftCensoredDistribution_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_LeftCensoredDistribution_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_127(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LeftCensoredDistribution *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::LeftCensoredDistribution > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::LeftCensoredDistribution const &""'");
}
arg1 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::LeftCensoredDistribution >((npstat::LeftCensoredDistribution const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::LeftCensoredDistribution >(static_cast< const gs::ArchiveRecord< npstat::LeftCensoredDistribution >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__LeftCensoredDistribution_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LeftCensoredDistribution__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::LeftCensoredDistribution > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::LeftCensoredDistribution > *)new gs::Reference< npstat::LeftCensoredDistribution >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__LeftCensoredDistribution_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LeftCensoredDistribution__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::LeftCensoredDistribution > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::LeftCensoredDistribution > *)new gs::Reference< npstat::LeftCensoredDistribution >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__LeftCensoredDistribution_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LeftCensoredDistribution__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::LeftCensoredDistribution > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LeftCensoredDistribution" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::LeftCensoredDistribution > *)new gs::Reference< npstat::LeftCensoredDistribution >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__LeftCensoredDistribution_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LeftCensoredDistribution(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_LeftCensoredDistribution", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_LeftCensoredDistribution__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LeftCensoredDistribution__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LeftCensoredDistribution__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_LeftCensoredDistribution'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::LeftCensoredDistribution >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::LeftCensoredDistribution >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::LeftCensoredDistribution >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_LeftCensoredDistribution_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::LeftCensoredDistribution > *arg1 = (gs::Reference< npstat::LeftCensoredDistribution > *) 0 ;
unsigned long arg2 ;
npstat::LeftCensoredDistribution *arg3 = (npstat::LeftCensoredDistribution *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LeftCensoredDistribution_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__LeftCensoredDistribution_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LeftCensoredDistribution_restore" "', argument " "1"" of type '" "gs::Reference< npstat::LeftCensoredDistribution > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::LeftCensoredDistribution > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LeftCensoredDistribution_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__LeftCensoredDistribution, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_LeftCensoredDistribution_restore" "', argument " "3"" of type '" "npstat::LeftCensoredDistribution *""'");
}
arg3 = reinterpret_cast< npstat::LeftCensoredDistribution * >(argp3);
{
try {
((gs::Reference< npstat::LeftCensoredDistribution > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LeftCensoredDistribution_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::LeftCensoredDistribution > *arg1 = (gs::Reference< npstat::LeftCensoredDistribution > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::LeftCensoredDistribution *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LeftCensoredDistribution_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__LeftCensoredDistribution_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LeftCensoredDistribution_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::LeftCensoredDistribution > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::LeftCensoredDistribution > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LeftCensoredDistribution_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::LeftCensoredDistribution *)gs_Reference_Sl_npstat_LeftCensoredDistribution_Sg__retrieve((gs::Reference< npstat::LeftCensoredDistribution > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LeftCensoredDistribution, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LeftCensoredDistribution_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::LeftCensoredDistribution > *arg1 = (gs::Reference< npstat::LeftCensoredDistribution > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
SwigValueWrapper< npstat::LeftCensoredDistribution > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_LeftCensoredDistribution_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__LeftCensoredDistribution_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LeftCensoredDistribution_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::LeftCensoredDistribution > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::LeftCensoredDistribution > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LeftCensoredDistribution_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_LeftCensoredDistribution_Sg__getValue((gs::Reference< npstat::LeftCensoredDistribution > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::LeftCensoredDistribution(static_cast< const npstat::LeftCensoredDistribution& >(result))), SWIGTYPE_p_npstat__LeftCensoredDistribution, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_LeftCensoredDistribution(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::LeftCensoredDistribution > *arg1 = (gs::Reference< npstat::LeftCensoredDistribution > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__LeftCensoredDistribution_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_LeftCensoredDistribution" "', argument " "1"" of type '" "gs::Reference< npstat::LeftCensoredDistribution > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::LeftCensoredDistribution > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_LeftCensoredDistribution_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__LeftCensoredDistribution_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_LeftCensoredDistribution_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_SequentialGroupedCopulaSmoother(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SequentialGroupedCopulaSmoother *arg1 = (npstat::SequentialGroupedCopulaSmoother *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SequentialGroupedCopulaSmoother, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SequentialGroupedCopulaSmoother" "', argument " "1"" of type '" "npstat::SequentialGroupedCopulaSmoother *""'");
}
arg1 = reinterpret_cast< npstat::SequentialGroupedCopulaSmoother * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SequentialGroupedCopulaSmoother(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int *arg1 = (unsigned int *) 0 ;
unsigned int arg2 ;
double arg3 ;
unsigned int arg4 ;
int arg5 ;
double arg6 ;
npstat::BoundaryHandling *arg7 = 0 ;
double arg8 ;
double *arg9 = (double *) 0 ;
unsigned int arg10 ;
npstat::GCVCopulaSmoother< npstat::SequentialPolyFilterND >::GCVCalc *arg11 = (npstat::GCVCopulaSmoother< npstat::SequentialPolyFilterND >::GCVCalc *) 0 ;
bool arg12 ;
double arg13 ;
unsigned int arg14 ;
bool arg15 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
double val3 ;
int ecode3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
int val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
double val8 ;
int ecode8 = 0 ;
PyArrayObject *array9 = NULL ;
int is_new_object9 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
double val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
bool val15 ;
int ecode15 = 0 ;
PyObject *swig_obj[13] ;
npstat::SequentialGroupedCopulaSmoother *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_SequentialGroupedCopulaSmoother", 13, 13, swig_obj)) SWIG_fail;
{
npy_intp size[1] = {
-1
};
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
NPY_UINT,
&is_new_object1);
if (!array1 || !require_dimensions(array1, 1) ||
!require_size(array1, size, 1)) SWIG_fail;
arg1 = (unsigned int*) array_data(array1);
arg2 = (int) array_size(array1,0);
}
ecode3 = SWIG_AsVal_double(swig_obj[1], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_int(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "5"" of type '" "int""'");
}
arg5 = static_cast< int >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "7"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp7) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "7"" of type '" "npstat::BoundaryHandling const &""'");
}
arg7 = reinterpret_cast< npstat::BoundaryHandling * >(argp7);
ecode8 = SWIG_AsVal_double(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
{
npy_intp size[1] = {
-1
};
array9 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_DOUBLE,
&is_new_object9);
if (!array9 || !require_dimensions(array9, 1) ||
!require_size(array9, size, 1)) SWIG_fail;
arg9 = (double*) array_data(array9);
arg10 = (int) array_size(array9,0);
}
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11,SWIGTYPE_p_npstat__AbsBandwidthGCVNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "11"" of type '" "npstat::GCVCopulaSmoother< npstat::SequentialPolyFilterND >::GCVCalc const *""'");
}
arg11 = reinterpret_cast< npstat::GCVCopulaSmoother< npstat::SequentialPolyFilterND >::GCVCalc * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_double(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "13"" of type '" "double""'");
}
arg13 = static_cast< double >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[11], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
ecode15 = SWIG_AsVal_bool(swig_obj[12], &val15);
if (!SWIG_IsOK(ecode15)) {
SWIG_exception_fail(SWIG_ArgError(ecode15), "in method '" "new_SequentialGroupedCopulaSmoother" "', argument " "15"" of type '" "bool""'");
}
arg15 = static_cast< bool >(val15);
{
try {
result = (npstat::SequentialGroupedCopulaSmoother *)new npstat::SequentialGroupedCopulaSmoother((unsigned int const *)arg1,arg2,arg3,arg4,arg5,arg6,(npstat::BoundaryHandling const &)*arg7,arg8,(double const *)arg9,arg10,(npstat::GCVCopulaSmoother< npstat::SequentialPolyFilterND >::GCVCalc const *)arg11,arg12,arg13,arg14,arg15);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SequentialGroupedCopulaSmoother, SWIG_POINTER_NEW | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
{
if (is_new_object9 && array9)
{
Py_DECREF(array9);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
{
if (is_new_object9 && array9)
{
Py_DECREF(array9);
}
}
return NULL;
}
SWIGINTERN PyObject *SequentialGroupedCopulaSmoother_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__SequentialGroupedCopulaSmoother, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *SequentialGroupedCopulaSmoother_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_UCharBandwidthCVLeastSquares1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquares1D< unsigned char,double > *arg1 = (npstat::BandwidthCVLeastSquares1D< unsigned char,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_unsigned_char_double_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharBandwidthCVLeastSquares1D" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquares1D< unsigned char,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquares1D< unsigned char,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_UCharBandwidthCVLeastSquares1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquares1D< unsigned char,double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_UCharBandwidthCVLeastSquares1D", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVLeastSquares1D< unsigned char,double > *)new npstat::BandwidthCVLeastSquares1D< unsigned char,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_unsigned_char_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharBandwidthCVLeastSquares1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_unsigned_char_double_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharBandwidthCVLeastSquares1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_IntBandwidthCVLeastSquares1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquares1D< int,double > *arg1 = (npstat::BandwidthCVLeastSquares1D< int,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_int_double_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntBandwidthCVLeastSquares1D" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquares1D< int,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquares1D< int,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_IntBandwidthCVLeastSquares1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquares1D< int,double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_IntBandwidthCVLeastSquares1D", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVLeastSquares1D< int,double > *)new npstat::BandwidthCVLeastSquares1D< int,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_int_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntBandwidthCVLeastSquares1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_int_double_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntBandwidthCVLeastSquares1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_LongBandwidthCVLeastSquares1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquares1D< long,double > *arg1 = (npstat::BandwidthCVLeastSquares1D< long,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_long_double_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongBandwidthCVLeastSquares1D" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquares1D< long,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquares1D< long,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LongBandwidthCVLeastSquares1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquares1D< long,double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_LongBandwidthCVLeastSquares1D", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVLeastSquares1D< long,double > *)new npstat::BandwidthCVLeastSquares1D< long,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_long_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongBandwidthCVLeastSquares1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_long_double_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongBandwidthCVLeastSquares1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_FloatBandwidthCVLeastSquares1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquares1D< float,double > *arg1 = (npstat::BandwidthCVLeastSquares1D< float,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_float_double_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatBandwidthCVLeastSquares1D" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquares1D< float,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquares1D< float,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_FloatBandwidthCVLeastSquares1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquares1D< float,double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_FloatBandwidthCVLeastSquares1D", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVLeastSquares1D< float,double > *)new npstat::BandwidthCVLeastSquares1D< float,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_float_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatBandwidthCVLeastSquares1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_float_double_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatBandwidthCVLeastSquares1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_DoubleBandwidthCVLeastSquares1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquares1D< double,double > *arg1 = (npstat::BandwidthCVLeastSquares1D< double,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_double_double_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleBandwidthCVLeastSquares1D" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquares1D< double,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquares1D< double,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DoubleBandwidthCVLeastSquares1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquares1D< double,double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_DoubleBandwidthCVLeastSquares1D", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVLeastSquares1D< double,double > *)new npstat::BandwidthCVLeastSquares1D< double,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_double_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleBandwidthCVLeastSquares1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVLeastSquares1DT_double_double_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleBandwidthCVLeastSquares1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_multinomialCovariance1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsDistribution1D *arg1 = 0 ;
double arg2 ;
unsigned int arg3 ;
double arg4 ;
double arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
npstat::Matrix< double,16U > result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "multinomialCovariance1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "multinomialCovariance1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "multinomialCovariance1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "multinomialCovariance1D" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "multinomialCovariance1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "multinomialCovariance1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "multinomialCovariance1D" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = npstat::multinomialCovariance1D((npstat::AbsDistribution1D const &)*arg1,arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::Matrix< double,16U >(static_cast< const npstat::Matrix< double,16U >& >(result))), SWIGTYPE_p_npstat__MatrixT_double_16U_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_multinomialCovariance1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::AbsDistribution1D *arg1 = 0 ;
double arg2 ;
unsigned int arg3 ;
double arg4 ;
double arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
npstat::Matrix< double,16U > result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "multinomialCovariance1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "multinomialCovariance1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "multinomialCovariance1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "multinomialCovariance1D" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "multinomialCovariance1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "multinomialCovariance1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
result = npstat::multinomialCovariance1D((npstat::AbsDistribution1D const &)*arg1,arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::Matrix< double,16U >(static_cast< const npstat::Matrix< double,16U >& >(result))), SWIGTYPE_p_npstat__MatrixT_double_16U_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_multinomialCovariance1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "multinomialCovariance1D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_multinomialCovariance1D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_multinomialCovariance1D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'multinomialCovariance1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::multinomialCovariance1D(npstat::AbsDistribution1D const &,double,unsigned int,double,double,unsigned int)\n"
" npstat::multinomialCovariance1D(npstat::AbsDistribution1D const &,double,unsigned int,double,double)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_DistributionMix1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::DistributionMix1D *)new npstat::DistributionMix1D();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMix1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DistributionMix1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::DistributionMix1D *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_DistributionMix1D" "', argument " "1"" of type '" "npstat::DistributionMix1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_DistributionMix1D" "', argument " "1"" of type '" "npstat::DistributionMix1D const &""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
{
try {
result = (npstat::DistributionMix1D *)new npstat::DistributionMix1D((npstat::DistributionMix1D const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMix1D, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DistributionMix1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_DistributionMix1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_DistributionMix1D__SWIG_0(self, argc, argv);
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__DistributionMix1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_DistributionMix1D__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_DistributionMix1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::DistributionMix1D::DistributionMix1D()\n"
" npstat::DistributionMix1D::DistributionMix1D(npstat::DistributionMix1D const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::DistributionMix1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_clone" "', argument " "1"" of type '" "npstat::DistributionMix1D const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
{
try {
result = (npstat::DistributionMix1D *)((npstat::DistributionMix1D const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMix1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_DistributionMix1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DistributionMix1D" "', argument " "1"" of type '" "npstat::DistributionMix1D *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_add(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
npstat::DistributionMix1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_add", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_add" "', argument " "1"" of type '" "npstat::DistributionMix1D *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DistributionMix1D_add" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DistributionMix1D_add" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DistributionMix1D_add" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (npstat::DistributionMix1D *) &(arg1)->add((npstat::AbsDistribution1D const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_setWeights(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_setWeights", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_setWeights" "', argument " "1"" of type '" "npstat::DistributionMix1D *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_DOUBLE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (double*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
try {
(arg1)->setWeights((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_nComponents(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_nComponents" "', argument " "1"" of type '" "npstat::DistributionMix1D const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
{
try {
result = (unsigned int)((npstat::DistributionMix1D const *)arg1)->nComponents();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_getComponent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::AbsDistribution1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_getComponent", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_getComponent" "', argument " "1"" of type '" "npstat::DistributionMix1D const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DistributionMix1D_getComponent" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (npstat::AbsDistribution1D *) &((npstat::DistributionMix1D const *)arg1)->getComponent(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_getWeight(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_getWeight", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_getWeight" "', argument " "1"" of type '" "npstat::DistributionMix1D const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DistributionMix1D_getWeight" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
result = (double)((npstat::DistributionMix1D const *)arg1)->getWeight(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_density", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_density" "', argument " "1"" of type '" "npstat::DistributionMix1D const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DistributionMix1D_density" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::DistributionMix1D const *)arg1)->density(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_cdf(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_cdf", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_cdf" "', argument " "1"" of type '" "npstat::DistributionMix1D const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DistributionMix1D_cdf" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::DistributionMix1D const *)arg1)->cdf(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_exceedance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_exceedance", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_exceedance" "', argument " "1"" of type '" "npstat::DistributionMix1D const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DistributionMix1D_exceedance" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::DistributionMix1D const *)arg1)->exceedance(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_quantile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_quantile", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_quantile" "', argument " "1"" of type '" "npstat::DistributionMix1D const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DistributionMix1D_quantile" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::DistributionMix1D const *)arg1)->quantile(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_classId" "', argument " "1"" of type '" "npstat::DistributionMix1D const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
{
try {
result = ((npstat::DistributionMix1D const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = (npstat::DistributionMix1D *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_write" "', argument " "1"" of type '" "npstat::DistributionMix1D const *""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DistributionMix1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DistributionMix1D_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::DistributionMix1D const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::DistributionMix1D::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::DistributionMix1D::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DistributionMix1D_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::DistributionMix1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DistributionMix1D_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DistributionMix1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DistributionMix1D_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DistributionMix1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DistributionMix1D_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::DistributionMix1D *)npstat::DistributionMix1D::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMix1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DistributionMix1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__DistributionMix1D, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DistributionMix1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_DistributionMix1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::DistributionMix1D > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_DistributionMix1D", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_DistributionMix1D" "', argument " "1"" of type '" "npstat::DistributionMix1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_DistributionMix1D" "', argument " "1"" of type '" "npstat::DistributionMix1D const &""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_DistributionMix1D" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_DistributionMix1D" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::DistributionMix1D > *)new gs::ArchiveRecord< npstat::DistributionMix1D >((npstat::DistributionMix1D const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__DistributionMix1D_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_DistributionMix1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::DistributionMix1D > *arg1 = (gs::ArchiveRecord< npstat::DistributionMix1D > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__DistributionMix1D_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_DistributionMix1D" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::DistributionMix1D > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::DistributionMix1D > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_DistributionMix1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__DistributionMix1D_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_DistributionMix1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_128(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::DistributionMix1D *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::DistributionMix1D > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::DistributionMix1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::DistributionMix1D const &""'");
}
arg1 = reinterpret_cast< npstat::DistributionMix1D * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::DistributionMix1D >((npstat::DistributionMix1D const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::DistributionMix1D >(static_cast< const gs::ArchiveRecord< npstat::DistributionMix1D >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__DistributionMix1D_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DistributionMix1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::DistributionMix1D > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DistributionMix1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DistributionMix1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_DistributionMix1D" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::DistributionMix1D > *)new gs::Reference< npstat::DistributionMix1D >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMix1D_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DistributionMix1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::DistributionMix1D > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DistributionMix1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DistributionMix1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_DistributionMix1D" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_DistributionMix1D" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::DistributionMix1D > *)new gs::Reference< npstat::DistributionMix1D >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMix1D_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DistributionMix1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::DistributionMix1D > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DistributionMix1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DistributionMix1D" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_DistributionMix1D" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DistributionMix1D" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_DistributionMix1D" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DistributionMix1D" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::DistributionMix1D > *)new gs::Reference< npstat::DistributionMix1D >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMix1D_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DistributionMix1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_DistributionMix1D", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_DistributionMix1D__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_DistributionMix1D__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_DistributionMix1D__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_DistributionMix1D'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::DistributionMix1D >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::DistributionMix1D >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::DistributionMix1D >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_DistributionMix1D_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::DistributionMix1D > *arg1 = (gs::Reference< npstat::DistributionMix1D > *) 0 ;
unsigned long arg2 ;
npstat::DistributionMix1D *arg3 = (npstat::DistributionMix1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_DistributionMix1D_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMix1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_DistributionMix1D_restore" "', argument " "1"" of type '" "gs::Reference< npstat::DistributionMix1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::DistributionMix1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_DistributionMix1D_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__DistributionMix1D, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_DistributionMix1D_restore" "', argument " "3"" of type '" "npstat::DistributionMix1D *""'");
}
arg3 = reinterpret_cast< npstat::DistributionMix1D * >(argp3);
{
try {
((gs::Reference< npstat::DistributionMix1D > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_DistributionMix1D_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::DistributionMix1D > *arg1 = (gs::Reference< npstat::DistributionMix1D > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::DistributionMix1D *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_DistributionMix1D_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMix1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_DistributionMix1D_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::DistributionMix1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::DistributionMix1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_DistributionMix1D_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::DistributionMix1D *)gs_Reference_Sl_npstat_DistributionMix1D_Sg__retrieve((gs::Reference< npstat::DistributionMix1D > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__DistributionMix1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_DistributionMix1D_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::DistributionMix1D > *arg1 = (gs::Reference< npstat::DistributionMix1D > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::DistributionMix1D result;
if (!SWIG_Python_UnpackTuple(args, "Ref_DistributionMix1D_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMix1D_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_DistributionMix1D_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::DistributionMix1D > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::DistributionMix1D > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_DistributionMix1D_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_DistributionMix1D_Sg__getValue((gs::Reference< npstat::DistributionMix1D > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::DistributionMix1D(static_cast< const npstat::DistributionMix1D& >(result))), SWIGTYPE_p_npstat__DistributionMix1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_DistributionMix1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::DistributionMix1D > *arg1 = (gs::Reference< npstat::DistributionMix1D > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMix1D_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_DistributionMix1D" "', argument " "1"" of type '" "gs::Reference< npstat::DistributionMix1D > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::DistributionMix1D > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_DistributionMix1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__DistributionMix1D_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_DistributionMix1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_DoubleHistoNDFunctor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleHistoNDFunctor" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_minDim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_minDim" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *)arg1)->minDim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor___call__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DoubleHistoNDFunctor___call__", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor___call__" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleHistoNDFunctor___call__" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DoubleHistoNDFunctor___call__" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (double)((npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *)arg1)->operator ()((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_interpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_interpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *)arg1)->interpolationDegree();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_setInterpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleHistoNDFunctor_setInterpolationDegree", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_setInterpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleHistoNDFunctor_setInterpolationDegree" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
(arg1)->setInterpolationDegree(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_interpolator__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::Table *) &(arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_interpolator__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::Table *) &((npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *)arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_interpolator(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "DoubleHistoNDFunctor_interpolator", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleHistoNDFunctor_interpolator__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleHistoNDFunctor_interpolator__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'DoubleHistoNDFunctor_interpolator'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::interpolator()\n"
" npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::interpolator() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_table__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< double > *) &(arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_table__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< double > *) &((npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *)arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_table(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "DoubleHistoNDFunctor_table", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleHistoNDFunctor_table__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleHistoNDFunctor_table__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'DoubleHistoNDFunctor_table'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::table()\n"
" npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::table() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_setConverter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
npstat::Same< double > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleHistoNDFunctor_setConverter", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_setConverter" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__SameT_double_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< double > const &""'");
}
arg2 = reinterpret_cast< npstat::Same< double > * >(argp2);
{
try {
(arg1)->setConverter((npstat::Same< double > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_classId" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = ((npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "DoubleHistoNDFunctor_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_write" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DoubleHistoNDFunctor_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "DoubleHistoNDFunctor_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleHistoNDFunctor_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DoubleHistoNDFunctor_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis > *)npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleHistoNDFunctor_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_DoubleUAHistoNDFunctor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleUAHistoNDFunctor" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_minDim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_minDim" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *)arg1)->minDim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor___call__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DoubleUAHistoNDFunctor___call__", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor___call__" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleUAHistoNDFunctor___call__" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DoubleUAHistoNDFunctor___call__" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (double)((npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *)arg1)->operator ()((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_interpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_interpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *)arg1)->interpolationDegree();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_setInterpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleUAHistoNDFunctor_setInterpolationDegree", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_setInterpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleUAHistoNDFunctor_setInterpolationDegree" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
(arg1)->setInterpolationDegree(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_interpolator__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::Table *) &(arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_interpolator__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::Table *) &((npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *)arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_interpolator(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "DoubleUAHistoNDFunctor_interpolator", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleUAHistoNDFunctor_interpolator__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleUAHistoNDFunctor_interpolator__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'DoubleUAHistoNDFunctor_interpolator'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::interpolator()\n"
" npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::interpolator() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_table__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< double > *) &(arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_table__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< double > *) &((npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *)arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_table(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "DoubleUAHistoNDFunctor_table", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleUAHistoNDFunctor_table__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleUAHistoNDFunctor_table__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'DoubleUAHistoNDFunctor_table'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::table()\n"
" npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::table() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_setConverter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
npstat::Same< double > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleUAHistoNDFunctor_setConverter", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_setConverter" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__SameT_double_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleUAHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleUAHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< double > const &""'");
}
arg2 = reinterpret_cast< npstat::Same< double > * >(argp2);
{
try {
(arg1)->setConverter((npstat::Same< double > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_classId" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
{
try {
result = ((npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "DoubleUAHistoNDFunctor_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_write" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleUAHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleUAHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DoubleUAHistoNDFunctor_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::SWIGTEMPLATEDISAMBIGUATOR classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "DoubleUAHistoNDFunctor_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::SWIGTEMPLATEDISAMBIGUATOR version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleUAHistoNDFunctor_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DoubleUAHistoNDFunctor_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleUAHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleUAHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleUAHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleUAHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::StorableHistoNDFunctor< double,npstat::HistoAxis > *)npstat::StorableHistoNDFunctor< double,npstat::HistoAxis >::SWIGTEMPLATEDISAMBIGUATOR read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleUAHistoNDFunctor_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_DoubleNUHistoNDFunctor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleNUHistoNDFunctor" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_minDim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_minDim" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *)arg1)->minDim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor___call__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "DoubleNUHistoNDFunctor___call__", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor___call__" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleNUHistoNDFunctor___call__" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DoubleNUHistoNDFunctor___call__" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (double)((npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *)arg1)->operator ()((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_interpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_interpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *)arg1)->interpolationDegree();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_setInterpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleNUHistoNDFunctor_setInterpolationDegree", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_setInterpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "DoubleNUHistoNDFunctor_setInterpolationDegree" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
(arg1)->setInterpolationDegree(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_interpolator__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::Table *) &(arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_interpolator__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::Table *) &((npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *)arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_interpolator(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "DoubleNUHistoNDFunctor_interpolator", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleNUHistoNDFunctor_interpolator__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleNUHistoNDFunctor_interpolator__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'DoubleNUHistoNDFunctor_interpolator'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::interpolator()\n"
" npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::interpolator() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_table__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< double > *) &(arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_table__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< double > *) &((npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *)arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_table(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "DoubleNUHistoNDFunctor_table", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleNUHistoNDFunctor_table__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleNUHistoNDFunctor_table__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'DoubleNUHistoNDFunctor_table'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::table()\n"
" npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::table() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_setConverter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
npstat::Same< double > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "DoubleNUHistoNDFunctor_setConverter", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_setConverter" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__SameT_double_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleNUHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleNUHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< double > const &""'");
}
arg2 = reinterpret_cast< npstat::Same< double > * >(argp2);
{
try {
(arg1)->setConverter((npstat::Same< double > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_classId" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = ((npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "DoubleNUHistoNDFunctor_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_write" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleNUHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleNUHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DoubleNUHistoNDFunctor_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "DoubleNUHistoNDFunctor_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleNUHistoNDFunctor_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "DoubleNUHistoNDFunctor_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleNUHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleNUHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleNUHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleNUHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis > *)npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleNUHistoNDFunctor_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_FloatHistoNDFunctor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatHistoNDFunctor" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_minDim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_minDim" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *)arg1)->minDim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor___call__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "FloatHistoNDFunctor___call__", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor___call__" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatHistoNDFunctor___call__" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "FloatHistoNDFunctor___call__" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (double)((npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *)arg1)->operator ()((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_interpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_interpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *)arg1)->interpolationDegree();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_setInterpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "FloatHistoNDFunctor_setInterpolationDegree", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_setInterpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FloatHistoNDFunctor_setInterpolationDegree" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
(arg1)->setInterpolationDegree(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_interpolator__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::Table *) &(arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_interpolator__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::Table *) &((npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *)arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_interpolator(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "FloatHistoNDFunctor_interpolator", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatHistoNDFunctor_interpolator__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatHistoNDFunctor_interpolator__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'FloatHistoNDFunctor_interpolator'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::interpolator()\n"
" npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::interpolator() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_table__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< float > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< float > *) &(arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_table__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< float > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< float > *) &((npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *)arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_table(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "FloatHistoNDFunctor_table", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatHistoNDFunctor_table__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatHistoNDFunctor_table__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'FloatHistoNDFunctor_table'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::table()\n"
" npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::table() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_setConverter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
npstat::Same< float > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "FloatHistoNDFunctor_setConverter", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_setConverter" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__SameT_float_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< float > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< float > const &""'");
}
arg2 = reinterpret_cast< npstat::Same< float > * >(argp2);
{
try {
(arg1)->setConverter((npstat::Same< float > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_classId" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = ((npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "FloatHistoNDFunctor_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_write" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "FloatHistoNDFunctor_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "FloatHistoNDFunctor_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatHistoNDFunctor_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "FloatHistoNDFunctor_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis > *)npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatHistoNDFunctor_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_FloatUAHistoNDFunctor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatUAHistoNDFunctor" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_minDim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_minDim" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *)arg1)->minDim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor___call__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "FloatUAHistoNDFunctor___call__", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor___call__" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatUAHistoNDFunctor___call__" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "FloatUAHistoNDFunctor___call__" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (double)((npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *)arg1)->operator ()((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_interpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_interpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *)arg1)->interpolationDegree();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_setInterpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "FloatUAHistoNDFunctor_setInterpolationDegree", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_setInterpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FloatUAHistoNDFunctor_setInterpolationDegree" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
(arg1)->setInterpolationDegree(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_interpolator__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::Table *) &(arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_interpolator__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::Table *) &((npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *)arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_interpolator(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "FloatUAHistoNDFunctor_interpolator", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatUAHistoNDFunctor_interpolator__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatUAHistoNDFunctor_interpolator__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'FloatUAHistoNDFunctor_interpolator'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::interpolator()\n"
" npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::interpolator() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_table__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< float > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< float > *) &(arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_table__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< float > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< float > *) &((npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *)arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_table(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "FloatUAHistoNDFunctor_table", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatUAHistoNDFunctor_table__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatUAHistoNDFunctor_table__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'FloatUAHistoNDFunctor_table'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::table()\n"
" npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::table() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_setConverter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
npstat::Same< float > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "FloatUAHistoNDFunctor_setConverter", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_setConverter" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__SameT_float_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatUAHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< float > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatUAHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< float > const &""'");
}
arg2 = reinterpret_cast< npstat::Same< float > * >(argp2);
{
try {
(arg1)->setConverter((npstat::Same< float > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_classId" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
{
try {
result = ((npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "FloatUAHistoNDFunctor_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_write" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatUAHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatUAHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "FloatUAHistoNDFunctor_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::SWIGTEMPLATEDISAMBIGUATOR classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "FloatUAHistoNDFunctor_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::SWIGTEMPLATEDISAMBIGUATOR version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatUAHistoNDFunctor_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "FloatUAHistoNDFunctor_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatUAHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatUAHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatUAHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatUAHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::StorableHistoNDFunctor< float,npstat::HistoAxis > *)npstat::StorableHistoNDFunctor< float,npstat::HistoAxis >::SWIGTEMPLATEDISAMBIGUATOR read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatUAHistoNDFunctor_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_FloatNUHistoNDFunctor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatNUHistoNDFunctor" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_minDim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_minDim" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *)arg1)->minDim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor___call__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "FloatNUHistoNDFunctor___call__", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor___call__" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatNUHistoNDFunctor___call__" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "FloatNUHistoNDFunctor___call__" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (double)((npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *)arg1)->operator ()((double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_interpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_interpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (unsigned int)((npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *)arg1)->interpolationDegree();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_setInterpolationDegree(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "FloatNUHistoNDFunctor_setInterpolationDegree", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_setInterpolationDegree" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "FloatNUHistoNDFunctor_setInterpolationDegree" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
(arg1)->setInterpolationDegree(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_interpolator__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::Table *) &(arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_interpolator__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::Table *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_interpolator" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::Table *) &((npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *)arg1)->interpolator();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_interpolator(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "FloatNUHistoNDFunctor_interpolator", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatNUHistoNDFunctor_interpolator__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatNUHistoNDFunctor_interpolator__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'FloatNUHistoNDFunctor_interpolator'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::interpolator()\n"
" npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::interpolator() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_table__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< float > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< float > *) &(arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_table__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::ArrayND< float > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_table" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (npstat::ArrayND< float > *) &((npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *)arg1)->table();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_table(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "FloatNUHistoNDFunctor_table", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatNUHistoNDFunctor_table__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatNUHistoNDFunctor_table__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'FloatNUHistoNDFunctor_table'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::table()\n"
" npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::table() const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_setConverter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
npstat::Same< float > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "FloatNUHistoNDFunctor_setConverter", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_setConverter" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__SameT_float_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatNUHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< float > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatNUHistoNDFunctor_setConverter" "', argument " "2"" of type '" "npstat::Same< float > const &""'");
}
arg2 = reinterpret_cast< npstat::Same< float > * >(argp2);
{
try {
(arg1)->setConverter((npstat::Same< float > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_classId" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = ((npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *arg1 = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "FloatNUHistoNDFunctor_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_write" "', argument " "1"" of type '" "npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *""'");
}
arg1 = reinterpret_cast< npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatNUHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatNUHistoNDFunctor_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "FloatNUHistoNDFunctor_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "FloatNUHistoNDFunctor_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatNUHistoNDFunctor_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "FloatNUHistoNDFunctor_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatNUHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatNUHistoNDFunctor_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatNUHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatNUHistoNDFunctor_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis > *)npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis >::SWIGTEMPLATEDISAMBIGUATOR read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatNUHistoNDFunctor_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_SequentialCopulaSmoother(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SequentialCopulaSmoother *arg1 = (npstat::SequentialCopulaSmoother *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SequentialCopulaSmoother, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SequentialCopulaSmoother" "', argument " "1"" of type '" "npstat::SequentialCopulaSmoother *""'");
}
arg1 = reinterpret_cast< npstat::SequentialCopulaSmoother * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SequentialCopulaSmoother__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int *arg1 = (unsigned int *) 0 ;
unsigned int arg2 ;
double arg3 ;
unsigned int arg4 ;
int arg5 ;
double arg6 ;
npstat::BoundaryHandling *arg7 = 0 ;
double arg8 ;
double *arg9 = (double *) 0 ;
unsigned int arg10 ;
npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc *arg11 = (npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc *) 0 ;
bool arg12 ;
double arg13 ;
unsigned int arg14 ;
bool arg15 ;
bool arg16 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
double val3 ;
int ecode3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
int val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
double val8 ;
int ecode8 = 0 ;
PyArrayObject *array9 = NULL ;
int is_new_object9 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
double val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
bool val15 ;
int ecode15 = 0 ;
bool val16 ;
int ecode16 = 0 ;
npstat::SequentialCopulaSmoother *result = 0 ;
if ((nobjs < 14) || (nobjs > 14)) SWIG_fail;
{
npy_intp size[1] = {
-1
};
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
NPY_UINT,
&is_new_object1);
if (!array1 || !require_dimensions(array1, 1) ||
!require_size(array1, size, 1)) SWIG_fail;
arg1 = (unsigned int*) array_data(array1);
arg2 = (int) array_size(array1,0);
}
ecode3 = SWIG_AsVal_double(swig_obj[1], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_SequentialCopulaSmoother" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_SequentialCopulaSmoother" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_int(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_SequentialCopulaSmoother" "', argument " "5"" of type '" "int""'");
}
arg5 = static_cast< int >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_SequentialCopulaSmoother" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "new_SequentialCopulaSmoother" "', argument " "7"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp7) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SequentialCopulaSmoother" "', argument " "7"" of type '" "npstat::BoundaryHandling const &""'");
}
arg7 = reinterpret_cast< npstat::BoundaryHandling * >(argp7);
ecode8 = SWIG_AsVal_double(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "new_SequentialCopulaSmoother" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
{
npy_intp size[1] = {
-1
};
array9 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_DOUBLE,
&is_new_object9);
if (!array9 || !require_dimensions(array9, 1) ||
!require_size(array9, size, 1)) SWIG_fail;
arg9 = (double*) array_data(array9);
arg10 = (int) array_size(array9,0);
}
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11,SWIGTYPE_p_npstat__AbsBandwidthCVNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "new_SequentialCopulaSmoother" "', argument " "11"" of type '" "npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc const *""'");
}
arg11 = reinterpret_cast< npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "new_SequentialCopulaSmoother" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_double(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "new_SequentialCopulaSmoother" "', argument " "13"" of type '" "double""'");
}
arg13 = static_cast< double >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[11], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "new_SequentialCopulaSmoother" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
ecode15 = SWIG_AsVal_bool(swig_obj[12], &val15);
if (!SWIG_IsOK(ecode15)) {
SWIG_exception_fail(SWIG_ArgError(ecode15), "in method '" "new_SequentialCopulaSmoother" "', argument " "15"" of type '" "bool""'");
}
arg15 = static_cast< bool >(val15);
ecode16 = SWIG_AsVal_bool(swig_obj[13], &val16);
if (!SWIG_IsOK(ecode16)) {
SWIG_exception_fail(SWIG_ArgError(ecode16), "in method '" "new_SequentialCopulaSmoother" "', argument " "16"" of type '" "bool""'");
}
arg16 = static_cast< bool >(val16);
{
try {
result = (npstat::SequentialCopulaSmoother *)new npstat::SequentialCopulaSmoother((unsigned int const *)arg1,arg2,arg3,arg4,arg5,arg6,(npstat::BoundaryHandling const &)*arg7,arg8,(double const *)arg9,arg10,(npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc const *)arg11,arg12,arg13,arg14,arg15,arg16);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SequentialCopulaSmoother, SWIG_POINTER_NEW | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
{
if (is_new_object9 && array9)
{
Py_DECREF(array9);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
{
if (is_new_object9 && array9)
{
Py_DECREF(array9);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SequentialCopulaSmoother__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned int *arg1 = (unsigned int *) 0 ;
unsigned int arg2 ;
double arg3 ;
unsigned int arg4 ;
int arg5 ;
double arg6 ;
npstat::BoundaryHandling *arg7 = 0 ;
double arg8 ;
double *arg9 = (double *) 0 ;
unsigned int arg10 ;
npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc *arg11 = (npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc *) 0 ;
bool arg12 ;
double arg13 ;
unsigned int arg14 ;
bool arg15 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
double val3 ;
int ecode3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
int val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
double val8 ;
int ecode8 = 0 ;
PyArrayObject *array9 = NULL ;
int is_new_object9 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
double val13 ;
int ecode13 = 0 ;
unsigned int val14 ;
int ecode14 = 0 ;
bool val15 ;
int ecode15 = 0 ;
npstat::SequentialCopulaSmoother *result = 0 ;
if ((nobjs < 13) || (nobjs > 13)) SWIG_fail;
{
npy_intp size[1] = {
-1
};
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
NPY_UINT,
&is_new_object1);
if (!array1 || !require_dimensions(array1, 1) ||
!require_size(array1, size, 1)) SWIG_fail;
arg1 = (unsigned int*) array_data(array1);
arg2 = (int) array_size(array1,0);
}
ecode3 = SWIG_AsVal_double(swig_obj[1], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_SequentialCopulaSmoother" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_SequentialCopulaSmoother" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_int(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_SequentialCopulaSmoother" "', argument " "5"" of type '" "int""'");
}
arg5 = static_cast< int >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_SequentialCopulaSmoother" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
res7 = SWIG_ConvertPtr(swig_obj[5], &argp7, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "new_SequentialCopulaSmoother" "', argument " "7"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp7) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SequentialCopulaSmoother" "', argument " "7"" of type '" "npstat::BoundaryHandling const &""'");
}
arg7 = reinterpret_cast< npstat::BoundaryHandling * >(argp7);
ecode8 = SWIG_AsVal_double(swig_obj[6], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "new_SequentialCopulaSmoother" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
{
npy_intp size[1] = {
-1
};
array9 = obj_to_array_contiguous_allow_conversion(swig_obj[7],
NPY_DOUBLE,
&is_new_object9);
if (!array9 || !require_dimensions(array9, 1) ||
!require_size(array9, size, 1)) SWIG_fail;
arg9 = (double*) array_data(array9);
arg10 = (int) array_size(array9,0);
}
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11,SWIGTYPE_p_npstat__AbsBandwidthCVNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "new_SequentialCopulaSmoother" "', argument " "11"" of type '" "npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc const *""'");
}
arg11 = reinterpret_cast< npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "new_SequentialCopulaSmoother" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_double(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "new_SequentialCopulaSmoother" "', argument " "13"" of type '" "double""'");
}
arg13 = static_cast< double >(val13);
ecode14 = SWIG_AsVal_unsigned_SS_int(swig_obj[11], &val14);
if (!SWIG_IsOK(ecode14)) {
SWIG_exception_fail(SWIG_ArgError(ecode14), "in method '" "new_SequentialCopulaSmoother" "', argument " "14"" of type '" "unsigned int""'");
}
arg14 = static_cast< unsigned int >(val14);
ecode15 = SWIG_AsVal_bool(swig_obj[12], &val15);
if (!SWIG_IsOK(ecode15)) {
SWIG_exception_fail(SWIG_ArgError(ecode15), "in method '" "new_SequentialCopulaSmoother" "', argument " "15"" of type '" "bool""'");
}
arg15 = static_cast< bool >(val15);
{
try {
result = (npstat::SequentialCopulaSmoother *)new npstat::SequentialCopulaSmoother((unsigned int const *)arg1,arg2,arg3,arg4,arg5,arg6,(npstat::BoundaryHandling const &)*arg7,arg8,(double const *)arg9,arg10,(npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc const *)arg11,arg12,arg13,arg14,arg15);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SequentialCopulaSmoother, SWIG_POINTER_NEW | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
{
if (is_new_object9 && array9)
{
Py_DECREF(array9);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
{
if (is_new_object9 && array9)
{
Py_DECREF(array9);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SequentialCopulaSmoother(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[15] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_SequentialCopulaSmoother", 0, 14, argv))) SWIG_fail;
--argc;
if (argc == 13) {
int _v;
{
_v = is_array(argv[0]) || PySequence_Check(argv[0]);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[5], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[8], &vptr, SWIGTYPE_p_npstat__AbsBandwidthCVNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[11], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[12], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_SequentialCopulaSmoother__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
if (argc == 14) {
int _v;
{
_v = is_array(argv[0]) || PySequence_Check(argv[0]);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[5], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[8], &vptr, SWIGTYPE_p_npstat__AbsBandwidthCVNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[11], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[12], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[13], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_SequentialCopulaSmoother__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_SequentialCopulaSmoother'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::SequentialCopulaSmoother::SequentialCopulaSmoother(unsigned int const *,unsigned int,double,unsigned int,int,double,npstat::BoundaryHandling const &,double,double const *,unsigned int,npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc const *,bool,double,unsigned int,bool,bool)\n"
" npstat::SequentialCopulaSmoother::SequentialCopulaSmoother(unsigned int const *,unsigned int,double,unsigned int,int,double,npstat::BoundaryHandling const &,double,double const *,unsigned int,npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND >::CVCalc const *,bool,double,unsigned int,bool)\n");
return 0;
}
SWIGINTERN PyObject *SequentialCopulaSmoother_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__SequentialCopulaSmoother, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *SequentialCopulaSmoother_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_StatAccumulatorArr__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::StatAccumulatorArr *)new npstat::StatAccumulatorArr();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_StatAccumulatorArr__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
unsigned long arg1 ;
unsigned long val1 ;
int ecode1 = 0 ;
npstat::StatAccumulatorArr *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_long(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_StatAccumulatorArr" "', argument " "1"" of type '" "unsigned long""'");
}
arg1 = static_cast< unsigned long >(val1);
{
try {
result = (npstat::StatAccumulatorArr *)new npstat::StatAccumulatorArr(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_StatAccumulatorArr(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_StatAccumulatorArr", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_StatAccumulatorArr__SWIG_0(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_unsigned_SS_long(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_StatAccumulatorArr__SWIG_1(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_StatAccumulatorArr'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StatAccumulatorArr::StatAccumulatorArr()\n"
" npstat::StatAccumulatorArr::StatAccumulatorArr(unsigned long const)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_dim(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_dim" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
{
try {
result = (unsigned long)((npstat::StatAccumulatorArr const *)arg1)->dim();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_count(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_count" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
{
try {
result = (unsigned long)((npstat::StatAccumulatorArr const *)arg1)->count();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_min(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_min", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_min" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "StatAccumulatorArr_min" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (double)((npstat::StatAccumulatorArr const *)arg1)->min(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_max(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_max", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_max" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "StatAccumulatorArr_max" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (double)((npstat::StatAccumulatorArr const *)arg1)->max(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_mean(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_mean", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_mean" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "StatAccumulatorArr_mean" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (double)((npstat::StatAccumulatorArr const *)arg1)->mean(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_stdev(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_stdev", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_stdev" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "StatAccumulatorArr_stdev" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (double)((npstat::StatAccumulatorArr const *)arg1)->stdev(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_meanUncertainty(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_meanUncertainty", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_meanUncertainty" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "StatAccumulatorArr_meanUncertainty" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (double)((npstat::StatAccumulatorArr const *)arg1)->meanUncertainty(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_accumulate(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
npstat::StatAccumulatorArr *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_accumulate", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_accumulate" "', argument " "1"" of type '" "npstat::StatAccumulatorArr *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr_accumulate" "', argument " "2"" of type '" "npstat::StatAccumulatorArr const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StatAccumulatorArr_accumulate" "', argument " "2"" of type '" "npstat::StatAccumulatorArr const &""'");
}
arg2 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp2);
{
try {
(arg1)->accumulate((npstat::StatAccumulatorArr const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr___iadd____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
npstat::StatAccumulatorArr *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
npstat::StatAccumulatorArr *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr___iadd__" "', argument " "1"" of type '" "npstat::StatAccumulatorArr *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr___iadd__" "', argument " "2"" of type '" "npstat::StatAccumulatorArr const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StatAccumulatorArr___iadd__" "', argument " "2"" of type '" "npstat::StatAccumulatorArr const &""'");
}
arg2 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp2);
{
try {
result = (npstat::StatAccumulatorArr *) &(arg1)->operator +=((npstat::StatAccumulatorArr const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_reset(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_reset" "', argument " "1"" of type '" "npstat::StatAccumulatorArr *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
{
try {
(arg1)->reset();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr___add__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
npstat::StatAccumulatorArr *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StatAccumulatorArr result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr___add__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr___add__" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr___add__" "', argument " "2"" of type '" "npstat::StatAccumulatorArr const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StatAccumulatorArr___add__" "', argument " "2"" of type '" "npstat::StatAccumulatorArr const &""'");
}
arg2 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp2);
{
try {
result = ((npstat::StatAccumulatorArr const *)arg1)->operator +((npstat::StatAccumulatorArr const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::StatAccumulatorArr(static_cast< const npstat::StatAccumulatorArr& >(result))), SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
PyErr_Clear();
Py_INCREF(Py_NotImplemented);
return Py_NotImplemented;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
npstat::StatAccumulatorArr *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr___eq__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr___eq__" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr___eq__" "', argument " "2"" of type '" "npstat::StatAccumulatorArr const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StatAccumulatorArr___eq__" "', argument " "2"" of type '" "npstat::StatAccumulatorArr const &""'");
}
arg2 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp2);
{
try {
result = (bool)((npstat::StatAccumulatorArr const *)arg1)->operator ==((npstat::StatAccumulatorArr const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
PyErr_Clear();
Py_INCREF(Py_NotImplemented);
return Py_NotImplemented;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
npstat::StatAccumulatorArr *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr___ne__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr___ne__" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr___ne__" "', argument " "2"" of type '" "npstat::StatAccumulatorArr const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StatAccumulatorArr___ne__" "', argument " "2"" of type '" "npstat::StatAccumulatorArr const &""'");
}
arg2 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp2);
{
try {
result = (bool)((npstat::StatAccumulatorArr const *)arg1)->operator !=((npstat::StatAccumulatorArr const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
PyErr_Clear();
Py_INCREF(Py_NotImplemented);
return Py_NotImplemented;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_classId" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
{
try {
result = ((npstat::StatAccumulatorArr const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_write" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StatAccumulatorArr_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::StatAccumulatorArr const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::StatAccumulatorArr::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::StatAccumulatorArr::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
npstat::StatAccumulatorArr *arg3 = (npstat::StatAccumulatorArr *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_restore" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StatAccumulatorArr_restore" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr_restore" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StatAccumulatorArr_restore" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "StatAccumulatorArr_restore" "', argument " "3"" of type '" "npstat::StatAccumulatorArr *""'");
}
arg3 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp3);
{
try {
npstat::StatAccumulatorArr::restore((gs::ClassId const &)*arg1,*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr___mul__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StatAccumulatorArr result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr___mul__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr___mul__" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "StatAccumulatorArr___mul__" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = ((npstat::StatAccumulatorArr const *)arg1)->mul2(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::StatAccumulatorArr(static_cast< const npstat::StatAccumulatorArr& >(result))), SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr___div__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StatAccumulatorArr result;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr___div__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr___div__" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "StatAccumulatorArr___div__" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = ((npstat::StatAccumulatorArr const *)arg1)->div2(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::StatAccumulatorArr(static_cast< const npstat::StatAccumulatorArr& >(result))), SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr___imul__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StatAccumulatorArr *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr___imul__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr___imul__" "', argument " "1"" of type '" "npstat::StatAccumulatorArr *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "StatAccumulatorArr___imul__" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (npstat::StatAccumulatorArr *) &(arg1)->imul2(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr___idiv__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StatAccumulatorArr *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr___idiv__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr___idiv__" "', argument " "1"" of type '" "npstat::StatAccumulatorArr *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "StatAccumulatorArr___idiv__" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (npstat::StatAccumulatorArr *) &(arg1)->idiv2(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_minArray(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
double *arg2 = (double *) 0 ;
unsigned long arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned long val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_minArray", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_minArray" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr_minArray" "', argument " "2"" of type '" "double *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_long(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "StatAccumulatorArr_minArray" "', argument " "3"" of type '" "unsigned long""'");
}
arg3 = static_cast< unsigned long >(val3);
{
try {
((npstat::StatAccumulatorArr const *)arg1)->minArray(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_maxArray(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
double *arg2 = (double *) 0 ;
unsigned long arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned long val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_maxArray", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_maxArray" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr_maxArray" "', argument " "2"" of type '" "double *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_long(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "StatAccumulatorArr_maxArray" "', argument " "3"" of type '" "unsigned long""'");
}
arg3 = static_cast< unsigned long >(val3);
{
try {
((npstat::StatAccumulatorArr const *)arg1)->maxArray(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_meanArray(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
double *arg2 = (double *) 0 ;
unsigned long arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned long val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_meanArray", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_meanArray" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr_meanArray" "', argument " "2"" of type '" "double *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_long(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "StatAccumulatorArr_meanArray" "', argument " "3"" of type '" "unsigned long""'");
}
arg3 = static_cast< unsigned long >(val3);
{
try {
((npstat::StatAccumulatorArr const *)arg1)->meanArray(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_stdevArray(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
double *arg2 = (double *) 0 ;
unsigned long arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned long val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_stdevArray", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_stdevArray" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr_stdevArray" "', argument " "2"" of type '" "double *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_long(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "StatAccumulatorArr_stdevArray" "', argument " "3"" of type '" "unsigned long""'");
}
arg3 = static_cast< unsigned long >(val3);
{
try {
((npstat::StatAccumulatorArr const *)arg1)->stdevArray(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr_meanUncertaintyArray(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
double *arg2 = (double *) 0 ;
unsigned long arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned long val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "StatAccumulatorArr_meanUncertaintyArray", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr_meanUncertaintyArray" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr_meanUncertaintyArray" "', argument " "2"" of type '" "double *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_long(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "StatAccumulatorArr_meanUncertaintyArray" "', argument " "3"" of type '" "unsigned long""'");
}
arg3 = static_cast< unsigned long >(val3);
{
try {
((npstat::StatAccumulatorArr const *)arg1)->meanUncertaintyArray(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr___iadd____SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 = SWIG_OLDOBJ ;
npstat::StatAccumulatorArr *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StatAccumulatorArr___iadd__" "', argument " "1"" of type '" "npstat::StatAccumulatorArr *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StatAccumulatorArr___iadd__" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StatAccumulatorArr___iadd__" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
try {
result = (npstat::StatAccumulatorArr *) &(arg1)->operator +=((std::vector< double,std::allocator< double > > const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res2)) delete arg2;
return resultobj;
fail:
if (SWIG_IsNewObj(res2)) delete arg2;
return NULL;
}
SWIGINTERN PyObject *_wrap_StatAccumulatorArr___iadd__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "StatAccumulatorArr___iadd__", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StatAccumulatorArr, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_StatAccumulatorArr___iadd____SWIG_0(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__StatAccumulatorArr, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_StatAccumulatorArr___iadd____SWIG_2(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'StatAccumulatorArr___iadd__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::StatAccumulatorArr::operator +=(npstat::StatAccumulatorArr const &)\n"
" npstat::StatAccumulatorArr::operator +=(std::vector< double,std::allocator< double > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_StatAccumulatorArr(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = (npstat::StatAccumulatorArr *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_StatAccumulatorArr" "', argument " "1"" of type '" "npstat::StatAccumulatorArr *""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *StatAccumulatorArr_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *StatAccumulatorArr_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_StatAccumulatorArr(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::StatAccumulatorArr > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_StatAccumulatorArr", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_StatAccumulatorArr" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_StatAccumulatorArr" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const &""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_StatAccumulatorArr" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_StatAccumulatorArr" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::StatAccumulatorArr > *)new gs::ArchiveRecord< npstat::StatAccumulatorArr >((npstat::StatAccumulatorArr const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__StatAccumulatorArr_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_StatAccumulatorArr(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::StatAccumulatorArr > *arg1 = (gs::ArchiveRecord< npstat::StatAccumulatorArr > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__StatAccumulatorArr_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_StatAccumulatorArr" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::StatAccumulatorArr > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::StatAccumulatorArr > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_StatAccumulatorArr_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__StatAccumulatorArr_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_StatAccumulatorArr_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_129(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StatAccumulatorArr *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::StatAccumulatorArr > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::StatAccumulatorArr const &""'");
}
arg1 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::StatAccumulatorArr >((npstat::StatAccumulatorArr const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::StatAccumulatorArr >(static_cast< const gs::ArchiveRecord< npstat::StatAccumulatorArr >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__StatAccumulatorArr_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StatAccumulatorArr__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::StatAccumulatorArr > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_StatAccumulatorArr" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StatAccumulatorArr" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_StatAccumulatorArr" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::StatAccumulatorArr > *)new gs::Reference< npstat::StatAccumulatorArr >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__StatAccumulatorArr_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StatAccumulatorArr__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::StatAccumulatorArr > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_StatAccumulatorArr" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StatAccumulatorArr" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_StatAccumulatorArr" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_StatAccumulatorArr" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::StatAccumulatorArr > *)new gs::Reference< npstat::StatAccumulatorArr >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__StatAccumulatorArr_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StatAccumulatorArr__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::StatAccumulatorArr > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_StatAccumulatorArr" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StatAccumulatorArr" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_StatAccumulatorArr" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StatAccumulatorArr" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_StatAccumulatorArr" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StatAccumulatorArr" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::StatAccumulatorArr > *)new gs::Reference< npstat::StatAccumulatorArr >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__StatAccumulatorArr_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StatAccumulatorArr(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_StatAccumulatorArr", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_StatAccumulatorArr__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_StatAccumulatorArr__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_StatAccumulatorArr__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_StatAccumulatorArr'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::StatAccumulatorArr >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::StatAccumulatorArr >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::StatAccumulatorArr >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_StatAccumulatorArr_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::StatAccumulatorArr > *arg1 = (gs::Reference< npstat::StatAccumulatorArr > *) 0 ;
unsigned long arg2 ;
npstat::StatAccumulatorArr *arg3 = (npstat::StatAccumulatorArr *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_StatAccumulatorArr_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__StatAccumulatorArr_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_StatAccumulatorArr_restore" "', argument " "1"" of type '" "gs::Reference< npstat::StatAccumulatorArr > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::StatAccumulatorArr > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_StatAccumulatorArr_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__StatAccumulatorArr, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_StatAccumulatorArr_restore" "', argument " "3"" of type '" "npstat::StatAccumulatorArr *""'");
}
arg3 = reinterpret_cast< npstat::StatAccumulatorArr * >(argp3);
{
try {
((gs::Reference< npstat::StatAccumulatorArr > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_StatAccumulatorArr_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::StatAccumulatorArr > *arg1 = (gs::Reference< npstat::StatAccumulatorArr > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StatAccumulatorArr *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_StatAccumulatorArr_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__StatAccumulatorArr_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_StatAccumulatorArr_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::StatAccumulatorArr > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::StatAccumulatorArr > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_StatAccumulatorArr_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::StatAccumulatorArr *)gs_Reference_Sl_npstat_StatAccumulatorArr_Sg__retrieve((gs::Reference< npstat::StatAccumulatorArr > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_StatAccumulatorArr_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::StatAccumulatorArr > *arg1 = (gs::Reference< npstat::StatAccumulatorArr > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StatAccumulatorArr result;
if (!SWIG_Python_UnpackTuple(args, "Ref_StatAccumulatorArr_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__StatAccumulatorArr_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_StatAccumulatorArr_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::StatAccumulatorArr > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::StatAccumulatorArr > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_StatAccumulatorArr_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_StatAccumulatorArr_Sg__getValue((gs::Reference< npstat::StatAccumulatorArr > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::StatAccumulatorArr(static_cast< const npstat::StatAccumulatorArr& >(result))), SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_StatAccumulatorArr(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::StatAccumulatorArr > *arg1 = (gs::Reference< npstat::StatAccumulatorArr > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__StatAccumulatorArr_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_StatAccumulatorArr" "', argument " "1"" of type '" "gs::Reference< npstat::StatAccumulatorArr > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::StatAccumulatorArr > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_StatAccumulatorArr_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__StatAccumulatorArr_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_StatAccumulatorArr_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_UCharBandwidthCVPseudoLogli1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_UCharBandwidthCVPseudoLogli1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *)new npstat::BandwidthCVPseudoLogli1D< unsigned char,double >(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_unsigned_char_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_UCharBandwidthCVPseudoLogli1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *)new npstat::BandwidthCVPseudoLogli1D< unsigned char,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_unsigned_char_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_UCharBandwidthCVPseudoLogli1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_UCharBandwidthCVPseudoLogli1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_UCharBandwidthCVPseudoLogli1D__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_UCharBandwidthCVPseudoLogli1D__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_UCharBandwidthCVPseudoLogli1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthCVPseudoLogli1D< unsigned char,double >::BandwidthCVPseudoLogli1D(double)\n"
" npstat::BandwidthCVPseudoLogli1D< unsigned char,double >::BandwidthCVPseudoLogli1D()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_UCharBandwidthCVPseudoLogli1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_unsigned_char_double_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharBandwidthCVPseudoLogli1D" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< unsigned char,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharBandwidthCVPseudoLogli1D_getNonZeroCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_unsigned_char_double_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharBandwidthCVPseudoLogli1D_getNonZeroCount" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< unsigned char,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< unsigned char,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthCVPseudoLogli1D< unsigned char,double > const *)arg1)->getNonZeroCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharBandwidthCVPseudoLogli1D_getRenormCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< unsigned char,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_unsigned_char_double_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharBandwidthCVPseudoLogli1D_getRenormCount" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< unsigned char,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< unsigned char,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthCVPseudoLogli1D< unsigned char,double > const *)arg1)->getRenormCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharBandwidthCVPseudoLogli1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_unsigned_char_double_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharBandwidthCVPseudoLogli1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_IntBandwidthCVPseudoLogli1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
npstat::BandwidthCVPseudoLogli1D< int,double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_IntBandwidthCVPseudoLogli1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (npstat::BandwidthCVPseudoLogli1D< int,double > *)new npstat::BandwidthCVPseudoLogli1D< int,double >(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_int_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_IntBandwidthCVPseudoLogli1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< int,double > *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVPseudoLogli1D< int,double > *)new npstat::BandwidthCVPseudoLogli1D< int,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_int_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_IntBandwidthCVPseudoLogli1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_IntBandwidthCVPseudoLogli1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_IntBandwidthCVPseudoLogli1D__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_IntBandwidthCVPseudoLogli1D__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_IntBandwidthCVPseudoLogli1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthCVPseudoLogli1D< int,double >::BandwidthCVPseudoLogli1D(double)\n"
" npstat::BandwidthCVPseudoLogli1D< int,double >::BandwidthCVPseudoLogli1D()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_IntBandwidthCVPseudoLogli1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< int,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< int,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_int_double_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntBandwidthCVPseudoLogli1D" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< int,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< int,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntBandwidthCVPseudoLogli1D_getNonZeroCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< int,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< int,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_int_double_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntBandwidthCVPseudoLogli1D_getNonZeroCount" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< int,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< int,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthCVPseudoLogli1D< int,double > const *)arg1)->getNonZeroCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntBandwidthCVPseudoLogli1D_getRenormCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< int,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< int,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_int_double_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntBandwidthCVPseudoLogli1D_getRenormCount" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< int,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< int,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthCVPseudoLogli1D< int,double > const *)arg1)->getRenormCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntBandwidthCVPseudoLogli1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_int_double_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntBandwidthCVPseudoLogli1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_LongBandwidthCVPseudoLogli1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
npstat::BandwidthCVPseudoLogli1D< long,double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_LongBandwidthCVPseudoLogli1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (npstat::BandwidthCVPseudoLogli1D< long,double > *)new npstat::BandwidthCVPseudoLogli1D< long,double >(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_long_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LongBandwidthCVPseudoLogli1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< long,double > *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVPseudoLogli1D< long,double > *)new npstat::BandwidthCVPseudoLogli1D< long,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_long_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LongBandwidthCVPseudoLogli1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_LongBandwidthCVPseudoLogli1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_LongBandwidthCVPseudoLogli1D__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_LongBandwidthCVPseudoLogli1D__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_LongBandwidthCVPseudoLogli1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthCVPseudoLogli1D< long,double >::BandwidthCVPseudoLogli1D(double)\n"
" npstat::BandwidthCVPseudoLogli1D< long,double >::BandwidthCVPseudoLogli1D()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_LongBandwidthCVPseudoLogli1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< long,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< long,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_long_double_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongBandwidthCVPseudoLogli1D" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< long,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< long,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongBandwidthCVPseudoLogli1D_getNonZeroCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< long,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< long,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_long_double_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongBandwidthCVPseudoLogli1D_getNonZeroCount" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< long,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< long,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthCVPseudoLogli1D< long,double > const *)arg1)->getNonZeroCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongBandwidthCVPseudoLogli1D_getRenormCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< long,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< long,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_long_double_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongBandwidthCVPseudoLogli1D_getRenormCount" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< long,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< long,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthCVPseudoLogli1D< long,double > const *)arg1)->getRenormCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongBandwidthCVPseudoLogli1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_long_double_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongBandwidthCVPseudoLogli1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_FloatBandwidthCVPseudoLogli1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
npstat::BandwidthCVPseudoLogli1D< float,double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_FloatBandwidthCVPseudoLogli1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (npstat::BandwidthCVPseudoLogli1D< float,double > *)new npstat::BandwidthCVPseudoLogli1D< float,double >(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_float_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_FloatBandwidthCVPseudoLogli1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< float,double > *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVPseudoLogli1D< float,double > *)new npstat::BandwidthCVPseudoLogli1D< float,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_float_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_FloatBandwidthCVPseudoLogli1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_FloatBandwidthCVPseudoLogli1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_FloatBandwidthCVPseudoLogli1D__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_FloatBandwidthCVPseudoLogli1D__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_FloatBandwidthCVPseudoLogli1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthCVPseudoLogli1D< float,double >::BandwidthCVPseudoLogli1D(double)\n"
" npstat::BandwidthCVPseudoLogli1D< float,double >::BandwidthCVPseudoLogli1D()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_FloatBandwidthCVPseudoLogli1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< float,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< float,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_float_double_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatBandwidthCVPseudoLogli1D" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< float,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< float,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatBandwidthCVPseudoLogli1D_getNonZeroCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< float,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< float,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_float_double_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatBandwidthCVPseudoLogli1D_getNonZeroCount" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< float,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< float,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthCVPseudoLogli1D< float,double > const *)arg1)->getNonZeroCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatBandwidthCVPseudoLogli1D_getRenormCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< float,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< float,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_float_double_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatBandwidthCVPseudoLogli1D_getRenormCount" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< float,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< float,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthCVPseudoLogli1D< float,double > const *)arg1)->getRenormCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatBandwidthCVPseudoLogli1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_float_double_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatBandwidthCVPseudoLogli1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_DoubleBandwidthCVPseudoLogli1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double arg1 ;
double val1 ;
int ecode1 = 0 ;
npstat::BandwidthCVPseudoLogli1D< double,double > *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_DoubleBandwidthCVPseudoLogli1D" "', argument " "1"" of type '" "double""'");
}
arg1 = static_cast< double >(val1);
{
try {
result = (npstat::BandwidthCVPseudoLogli1D< double,double > *)new npstat::BandwidthCVPseudoLogli1D< double,double >(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_double_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DoubleBandwidthCVPseudoLogli1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< double,double > *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVPseudoLogli1D< double,double > *)new npstat::BandwidthCVPseudoLogli1D< double,double >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_double_double_double_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_DoubleBandwidthCVPseudoLogli1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_DoubleBandwidthCVPseudoLogli1D", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_DoubleBandwidthCVPseudoLogli1D__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
{
int res = SWIG_AsVal_double(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_DoubleBandwidthCVPseudoLogli1D__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_DoubleBandwidthCVPseudoLogli1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthCVPseudoLogli1D< double,double >::BandwidthCVPseudoLogli1D(double)\n"
" npstat::BandwidthCVPseudoLogli1D< double,double >::BandwidthCVPseudoLogli1D()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_DoubleBandwidthCVPseudoLogli1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< double,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< double,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_double_double_double_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleBandwidthCVPseudoLogli1D" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< double,double > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< double,double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleBandwidthCVPseudoLogli1D_getNonZeroCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< double,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< double,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_double_double_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleBandwidthCVPseudoLogli1D_getNonZeroCount" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< double,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< double,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthCVPseudoLogli1D< double,double > const *)arg1)->getNonZeroCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleBandwidthCVPseudoLogli1D_getRenormCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVPseudoLogli1D< double,double > *arg1 = (npstat::BandwidthCVPseudoLogli1D< double,double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_double_double_double_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleBandwidthCVPseudoLogli1D_getRenormCount" "', argument " "1"" of type '" "npstat::BandwidthCVPseudoLogli1D< double,double > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVPseudoLogli1D< double,double > * >(argp1);
{
try {
result = (unsigned long)((npstat::BandwidthCVPseudoLogli1D< double,double > const *)arg1)->getRenormCount();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleBandwidthCVPseudoLogli1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVPseudoLogli1DT_double_double_double_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleBandwidthCVPseudoLogli1D_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_UCharBandwidthCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_UCharBandwidthCVLeastSquaresND" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharBandwidthCVLeastSquaresND___call____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< unsigned char > *arg2 = 0 ;
npstat::ArrayND< double,1U,10U > *arg3 = 0 ;
npstat::AbsPolyFilterND *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< unsigned char > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< unsigned char > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< unsigned char > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg3 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg4 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp4);
{
try {
result = (double)((npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< unsigned char > const &)*arg2,(npstat::ArrayND< double,1U,10U > const &)*arg3,(npstat::AbsPolyFilterND const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharBandwidthCVLeastSquaresND___call____SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< unsigned char > *arg2 = 0 ;
double arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::AbsPolyFilterND *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< unsigned char > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< unsigned char > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< unsigned char > * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "UCharBandwidthCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg5 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp5);
{
try {
result = (double)((npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< unsigned char > const &)*arg2,arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::AbsPolyFilterND const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_UCharBandwidthCVLeastSquaresND___call__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "UCharBandwidthCVLeastSquaresND___call__", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_UCharBandwidthCVLeastSquaresND___call____SWIG_0(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_UCharBandwidthCVLeastSquaresND___call____SWIG_1(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'UCharBandwidthCVLeastSquaresND___call__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > >::operator ()(npstat::HistoND< unsigned char > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n"
" npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > >::operator ()(npstat::HistoND< unsigned char > const &,double,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_UCharBandwidthCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_UCharBandwidthCVLeastSquaresND", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > > *)new npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double > >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *UCharBandwidthCVLeastSquaresND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *UCharBandwidthCVLeastSquaresND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_IntBandwidthCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IntBandwidthCVLeastSquaresND" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntBandwidthCVLeastSquaresND___call____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< int > *arg2 = 0 ;
npstat::ArrayND< double,1U,10U > *arg3 = 0 ;
npstat::AbsPolyFilterND *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_int_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< int > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< int > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< int > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg3 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg4 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp4);
{
try {
result = (double)((npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< int > const &)*arg2,(npstat::ArrayND< double,1U,10U > const &)*arg3,(npstat::AbsPolyFilterND const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntBandwidthCVLeastSquaresND___call____SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< int > *arg2 = 0 ;
double arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::AbsPolyFilterND *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_int_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< int > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< int > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< int > * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "IntBandwidthCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg5 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp5);
{
try {
result = (double)((npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< int > const &)*arg2,arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::AbsPolyFilterND const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_IntBandwidthCVLeastSquaresND___call__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "IntBandwidthCVLeastSquaresND___call__", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_int_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_IntBandwidthCVLeastSquaresND___call____SWIG_0(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_int_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_IntBandwidthCVLeastSquaresND___call____SWIG_1(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'IntBandwidthCVLeastSquaresND___call__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > >::operator ()(npstat::HistoND< int > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n"
" npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > >::operator ()(npstat::HistoND< int > const &,double,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_IntBandwidthCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_IntBandwidthCVLeastSquaresND", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > > *)new npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double > >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *IntBandwidthCVLeastSquaresND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *IntBandwidthCVLeastSquaresND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_LongBandwidthCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LongBandwidthCVLeastSquaresND" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongBandwidthCVLeastSquaresND___call____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< long > *arg2 = 0 ;
npstat::ArrayND< double,1U,10U > *arg3 = 0 ;
npstat::AbsPolyFilterND *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_long_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< long > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< long > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< long > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg3 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg4 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp4);
{
try {
result = (double)((npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< long > const &)*arg2,(npstat::ArrayND< double,1U,10U > const &)*arg3,(npstat::AbsPolyFilterND const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongBandwidthCVLeastSquaresND___call____SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< long > *arg2 = 0 ;
double arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::AbsPolyFilterND *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_long_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< long > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< long > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< long > * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LongBandwidthCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg5 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp5);
{
try {
result = (double)((npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< long > const &)*arg2,arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::AbsPolyFilterND const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LongBandwidthCVLeastSquaresND___call__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "LongBandwidthCVLeastSquaresND___call__", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_long_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_LongBandwidthCVLeastSquaresND___call____SWIG_0(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_long_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_LongBandwidthCVLeastSquaresND___call____SWIG_1(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'LongBandwidthCVLeastSquaresND___call__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > >::operator ()(npstat::HistoND< long > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n"
" npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > >::operator ()(npstat::HistoND< long > const &,double,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_LongBandwidthCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_LongBandwidthCVLeastSquaresND", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > > *)new npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double > >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LongBandwidthCVLeastSquaresND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LongBandwidthCVLeastSquaresND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_FloatBandwidthCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_FloatBandwidthCVLeastSquaresND" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatBandwidthCVLeastSquaresND___call____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< float > *arg2 = 0 ;
npstat::ArrayND< double,1U,10U > *arg3 = 0 ;
npstat::AbsPolyFilterND *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_float_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< float > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< float > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< float > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg3 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg4 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp4);
{
try {
result = (double)((npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< float > const &)*arg2,(npstat::ArrayND< double,1U,10U > const &)*arg3,(npstat::AbsPolyFilterND const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatBandwidthCVLeastSquaresND___call____SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< float > *arg2 = 0 ;
double arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::AbsPolyFilterND *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_float_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< float > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< float > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< float > * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "FloatBandwidthCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg5 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp5);
{
try {
result = (double)((npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< float > const &)*arg2,arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::AbsPolyFilterND const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_FloatBandwidthCVLeastSquaresND___call__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "FloatBandwidthCVLeastSquaresND___call__", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_float_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatBandwidthCVLeastSquaresND___call____SWIG_0(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_float_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_FloatBandwidthCVLeastSquaresND___call____SWIG_1(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'FloatBandwidthCVLeastSquaresND___call__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > >::operator ()(npstat::HistoND< float > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n"
" npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > >::operator ()(npstat::HistoND< float > const &,double,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_FloatBandwidthCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_FloatBandwidthCVLeastSquaresND", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > > *)new npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double > >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *FloatBandwidthCVLeastSquaresND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *FloatBandwidthCVLeastSquaresND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_delete_DoubleBandwidthCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_DoubleBandwidthCVLeastSquaresND" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleBandwidthCVLeastSquaresND___call____SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< double > *arg2 = 0 ;
npstat::ArrayND< double,1U,10U > *arg3 = 0 ;
npstat::AbsPolyFilterND *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< double > * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg3 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg4 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp4);
{
try {
result = (double)((npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< double > const &)*arg2,(npstat::ArrayND< double,1U,10U > const &)*arg3,(npstat::AbsPolyFilterND const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleBandwidthCVLeastSquaresND___call____SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > *arg1 = (npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > *) 0 ;
npstat::HistoND< double > *arg2 = 0 ;
double arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = 0 ;
npstat::AbsPolyFilterND *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "1"" of type '" "npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__HistoNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "2"" of type '" "npstat::HistoND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::HistoND< double > * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__AbsPolyFilterND, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "DoubleBandwidthCVLeastSquaresND___call__" "', argument " "5"" of type '" "npstat::AbsPolyFilterND const &""'");
}
arg5 = reinterpret_cast< npstat::AbsPolyFilterND * >(argp5);
{
try {
result = (double)((npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > const *)arg1)->operator ()((npstat::HistoND< double > const &)*arg2,arg3,(npstat::ArrayND< double,1U,10U > const &)*arg4,(npstat::AbsPolyFilterND const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_DoubleBandwidthCVLeastSquaresND___call__(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "DoubleBandwidthCVLeastSquaresND___call__", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_double_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleBandwidthCVLeastSquaresND___call____SWIG_0(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__HistoNDT_double_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__AbsPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_DoubleBandwidthCVLeastSquaresND___call____SWIG_1(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'DoubleBandwidthCVLeastSquaresND___call__'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > >::operator ()(npstat::HistoND< double > const &,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n"
" npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > >::operator ()(npstat::HistoND< double > const &,double,npstat::ArrayND< double,1U,10U > const &,npstat::AbsPolyFilterND const &) const\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_DoubleBandwidthCVLeastSquaresND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_DoubleBandwidthCVLeastSquaresND", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > > *)new npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double > >();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *DoubleBandwidthCVLeastSquaresND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BandwidthCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *DoubleBandwidthCVLeastSquaresND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_InterpolatedDistro1D1P__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::GridAxis *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
npstat::InterpolatedDistro1D1P *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__GridAxis, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_InterpolatedDistro1D1P" "', argument " "1"" of type '" "npstat::GridAxis const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_InterpolatedDistro1D1P" "', argument " "1"" of type '" "npstat::GridAxis const &""'");
}
arg1 = reinterpret_cast< npstat::GridAxis * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_InterpolatedDistro1D1P" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (npstat::InterpolatedDistro1D1P *)new npstat::InterpolatedDistro1D1P((npstat::GridAxis const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_InterpolatedDistro1D1P__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::GridAxis *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::InterpolatedDistro1D1P *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__GridAxis, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_InterpolatedDistro1D1P" "', argument " "1"" of type '" "npstat::GridAxis const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_InterpolatedDistro1D1P" "', argument " "1"" of type '" "npstat::GridAxis const &""'");
}
arg1 = reinterpret_cast< npstat::GridAxis * >(argp1);
{
try {
result = (npstat::InterpolatedDistro1D1P *)new npstat::InterpolatedDistro1D1P((npstat::GridAxis const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_InterpolatedDistro1D1P(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_InterpolatedDistro1D1P" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_InterpolatedDistro1D1P__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::InterpolatedDistro1D1P *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_InterpolatedDistro1D1P" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_InterpolatedDistro1D1P" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const &""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
{
try {
result = (npstat::InterpolatedDistro1D1P *)new npstat::InterpolatedDistro1D1P((npstat::InterpolatedDistro1D1P const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_InterpolatedDistro1D1P(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_InterpolatedDistro1D1P", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__GridAxis, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_InterpolatedDistro1D1P__SWIG_1(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_InterpolatedDistro1D1P__SWIG_2(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__GridAxis, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_InterpolatedDistro1D1P__SWIG_0(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_InterpolatedDistro1D1P'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::InterpolatedDistro1D1P::InterpolatedDistro1D1P(npstat::GridAxis const &,bool)\n"
" npstat::InterpolatedDistro1D1P::InterpolatedDistro1D1P(npstat::GridAxis const &)\n"
" npstat::InterpolatedDistro1D1P::InterpolatedDistro1D1P(npstat::InterpolatedDistro1D1P const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_setGridDistro(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
unsigned int arg2 ;
npstat::AbsDistribution1D *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_setGridDistro", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_setGridDistro" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "InterpolatedDistro1D1P_setGridDistro" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "InterpolatedDistro1D1P_setGridDistro" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "InterpolatedDistro1D1P_setGridDistro" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
{
try {
(arg1)->setGridDistro(arg2,(npstat::AbsDistribution1D const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_setParameter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_setParameter", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_setParameter" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "InterpolatedDistro1D1P_setParameter" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
(arg1)->setParameter(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_getParameter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_getParameter" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
{
try {
result = (double)((npstat::InterpolatedDistro1D1P const *)arg1)->getParameter();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_getAxis(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::GridAxis *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_getAxis" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
{
try {
result = (npstat::GridAxis *) &((npstat::InterpolatedDistro1D1P const *)arg1)->getAxis();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__GridAxis, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_nDistros(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_nDistros" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
{
try {
result = (unsigned int)((npstat::InterpolatedDistro1D1P const *)arg1)->nDistros();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_interpolateVertically(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_interpolateVertically", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_interpolateVertically" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "InterpolatedDistro1D1P_interpolateVertically" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
(arg1)->interpolateVertically(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_interpolatingVertically(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_interpolatingVertically" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
{
try {
result = (bool)((npstat::InterpolatedDistro1D1P const *)arg1)->interpolatingVertically();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::InterpolatedDistro1D1P *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_clone" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
{
try {
result = (npstat::InterpolatedDistro1D1P *)((npstat::InterpolatedDistro1D1P const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_density(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_density", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_density" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "InterpolatedDistro1D1P_density" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::InterpolatedDistro1D1P const *)arg1)->density(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_cdf(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_cdf", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_cdf" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "InterpolatedDistro1D1P_cdf" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::InterpolatedDistro1D1P const *)arg1)->cdf(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_exceedance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_exceedance", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_exceedance" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "InterpolatedDistro1D1P_exceedance" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::InterpolatedDistro1D1P const *)arg1)->exceedance(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_quantile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_quantile", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_quantile" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "InterpolatedDistro1D1P_quantile" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (double)((npstat::InterpolatedDistro1D1P const *)arg1)->quantile(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_classId" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
{
try {
result = ((npstat::InterpolatedDistro1D1P const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = (npstat::InterpolatedDistro1D1P *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_write" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const *""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "InterpolatedDistro1D1P_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "InterpolatedDistro1D1P_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::InterpolatedDistro1D1P const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::InterpolatedDistro1D1P::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::InterpolatedDistro1D1P::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_InterpolatedDistro1D1P_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::InterpolatedDistro1D1P *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "InterpolatedDistro1D1P_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "InterpolatedDistro1D1P_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "InterpolatedDistro1D1P_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "InterpolatedDistro1D1P_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "InterpolatedDistro1D1P_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::InterpolatedDistro1D1P *)npstat::InterpolatedDistro1D1P::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *InterpolatedDistro1D1P_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *InterpolatedDistro1D1P_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_InterpolatedDistro1D1P(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::InterpolatedDistro1D1P > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_InterpolatedDistro1D1P", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_InterpolatedDistro1D1P" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_InterpolatedDistro1D1P" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const &""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_InterpolatedDistro1D1P" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_InterpolatedDistro1D1P" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::InterpolatedDistro1D1P > *)new gs::ArchiveRecord< npstat::InterpolatedDistro1D1P >((npstat::InterpolatedDistro1D1P const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__InterpolatedDistro1D1P_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_InterpolatedDistro1D1P(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::InterpolatedDistro1D1P > *arg1 = (gs::ArchiveRecord< npstat::InterpolatedDistro1D1P > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__InterpolatedDistro1D1P_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_InterpolatedDistro1D1P" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::InterpolatedDistro1D1P > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::InterpolatedDistro1D1P > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_InterpolatedDistro1D1P_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__InterpolatedDistro1D1P_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_InterpolatedDistro1D1P_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_130(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::InterpolatedDistro1D1P *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::InterpolatedDistro1D1P > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::InterpolatedDistro1D1P const &""'");
}
arg1 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::InterpolatedDistro1D1P >((npstat::InterpolatedDistro1D1P const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::InterpolatedDistro1D1P >(static_cast< const gs::ArchiveRecord< npstat::InterpolatedDistro1D1P >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__InterpolatedDistro1D1P_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_InterpolatedDistro1D1P__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::InterpolatedDistro1D1P > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::InterpolatedDistro1D1P > *)new gs::Reference< npstat::InterpolatedDistro1D1P >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__InterpolatedDistro1D1P_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_InterpolatedDistro1D1P__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::InterpolatedDistro1D1P > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::InterpolatedDistro1D1P > *)new gs::Reference< npstat::InterpolatedDistro1D1P >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__InterpolatedDistro1D1P_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_InterpolatedDistro1D1P__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::InterpolatedDistro1D1P > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_InterpolatedDistro1D1P" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::InterpolatedDistro1D1P > *)new gs::Reference< npstat::InterpolatedDistro1D1P >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__InterpolatedDistro1D1P_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_InterpolatedDistro1D1P(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_InterpolatedDistro1D1P", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_InterpolatedDistro1D1P__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_InterpolatedDistro1D1P__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_InterpolatedDistro1D1P__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_InterpolatedDistro1D1P'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::InterpolatedDistro1D1P >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::InterpolatedDistro1D1P >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::InterpolatedDistro1D1P >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_InterpolatedDistro1D1P_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::InterpolatedDistro1D1P > *arg1 = (gs::Reference< npstat::InterpolatedDistro1D1P > *) 0 ;
unsigned long arg2 ;
npstat::InterpolatedDistro1D1P *arg3 = (npstat::InterpolatedDistro1D1P *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_InterpolatedDistro1D1P_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__InterpolatedDistro1D1P_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_InterpolatedDistro1D1P_restore" "', argument " "1"" of type '" "gs::Reference< npstat::InterpolatedDistro1D1P > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::InterpolatedDistro1D1P > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_InterpolatedDistro1D1P_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__InterpolatedDistro1D1P, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_InterpolatedDistro1D1P_restore" "', argument " "3"" of type '" "npstat::InterpolatedDistro1D1P *""'");
}
arg3 = reinterpret_cast< npstat::InterpolatedDistro1D1P * >(argp3);
{
try {
((gs::Reference< npstat::InterpolatedDistro1D1P > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_InterpolatedDistro1D1P_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::InterpolatedDistro1D1P > *arg1 = (gs::Reference< npstat::InterpolatedDistro1D1P > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::InterpolatedDistro1D1P *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_InterpolatedDistro1D1P_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__InterpolatedDistro1D1P_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_InterpolatedDistro1D1P_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::InterpolatedDistro1D1P > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::InterpolatedDistro1D1P > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_InterpolatedDistro1D1P_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::InterpolatedDistro1D1P *)gs_Reference_Sl_npstat_InterpolatedDistro1D1P_Sg__retrieve((gs::Reference< npstat::InterpolatedDistro1D1P > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_InterpolatedDistro1D1P_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::InterpolatedDistro1D1P > *arg1 = (gs::Reference< npstat::InterpolatedDistro1D1P > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
SwigValueWrapper< npstat::InterpolatedDistro1D1P > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_InterpolatedDistro1D1P_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__InterpolatedDistro1D1P_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_InterpolatedDistro1D1P_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::InterpolatedDistro1D1P > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::InterpolatedDistro1D1P > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_InterpolatedDistro1D1P_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_InterpolatedDistro1D1P_Sg__getValue((gs::Reference< npstat::InterpolatedDistro1D1P > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::InterpolatedDistro1D1P(static_cast< const npstat::InterpolatedDistro1D1P& >(result))), SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_InterpolatedDistro1D1P(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::InterpolatedDistro1D1P > *arg1 = (gs::Reference< npstat::InterpolatedDistro1D1P > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__InterpolatedDistro1D1P_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_InterpolatedDistro1D1P" "', argument " "1"" of type '" "gs::Reference< npstat::InterpolatedDistro1D1P > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::InterpolatedDistro1D1P > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_InterpolatedDistro1D1P_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__InterpolatedDistro1D1P_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_InterpolatedDistro1D1P_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_unbinnedLogLikelihood1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double *arg1 = (double *) 0 ;
unsigned long arg2 ;
npstat::AbsDistribution1D *arg3 = 0 ;
double arg4 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *swig_obj[3] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "unbinnedLogLikelihood1D", 3, 3, swig_obj)) SWIG_fail;
{
npy_intp size[1] = {
-1
};
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
NPY_DOUBLE,
&is_new_object1);
if (!array1 || !require_dimensions(array1, 1) ||
!require_size(array1, size, 1)) SWIG_fail;
arg1 = (double*) array_data(array1);
arg2 = (int) array_size(array1,0);
}
res3 = SWIG_ConvertPtr(swig_obj[1], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "unbinnedLogLikelihood1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "unbinnedLogLikelihood1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_double(swig_obj[2], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "unbinnedLogLikelihood1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (double)npstat::unbinnedLogLikelihood1D_2((double const *)arg1,arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_15(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_16(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_17(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_18(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_19(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_20(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_21(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_22(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_23(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_24(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_25(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_26(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_27(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_28(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_29(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_30(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_31(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_32(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_33(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_34(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_35(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_36(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_37(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_38(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_39(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_40(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_41(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_42(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_43(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_44(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_45(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_46(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_47(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_48(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_49(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_50(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_51(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_52(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_53(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_54(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_55(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_56(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_57(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_58(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_59(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_60(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
double *arg10 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
double result;
if ((nobjs < 8) || (nobjs > 8)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
res10 = SWIG_ConvertPtr(swig_obj[7], &argp10,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "densityFitLogLikelihood1D" "', argument " "10"" of type '" "double *""'");
}
arg10 = reinterpret_cast< double * >(argp10);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9,arg10);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_61(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
double *arg9 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
double result;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
res9 = SWIG_ConvertPtr(swig_obj[6], &argp9,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "densityFitLogLikelihood1D" "', argument " "9"" of type '" "double *""'");
}
arg9 = reinterpret_cast< double * >(argp9);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8,arg9);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_62(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
unsigned int arg8 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
unsigned int val8 ;
int ecode8 = 0 ;
double result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
ecode8 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "densityFitLogLikelihood1D" "', argument " "8"" of type '" "unsigned int""'");
}
arg8 = static_cast< unsigned int >(val8);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7,arg8);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D__SWIG_63(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
unsigned char *arg2 = (unsigned char *) 0 ;
unsigned int arg3 ;
npstat::AbsDistribution1D *arg4 = 0 ;
double arg5 ;
double *arg6 = (double *) 0 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyArrayObject *array6 = NULL ;
int i6 = 1 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UBYTE,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned char*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "densityFitLogLikelihood1D" "', argument " "4"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg4 = reinterpret_cast< npstat::AbsDistribution1D * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[3], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "densityFitLogLikelihood1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
array6 = obj_to_array_no_conversion(swig_obj[4], NPY_DOUBLE);
if (!array6 || !require_dimensions(array6,1) || !require_contiguous(array6)
|| !require_native(array6)) SWIG_fail;
arg6 = (double*) array_data(array6);
arg7 = 1;
for (i6=0; i6 < array_numdims(array6); ++i6) arg7 *= array_size(array6,i6);
}
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,(unsigned char const *)arg2,arg3,(npstat::AbsDistribution1D const &)*arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_densityFitLogLikelihood1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[9] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "densityFitLogLikelihood1D", 0, 8, argv))) SWIG_fail;
--argc;
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_7(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_7(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_11(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_11(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_15(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_15(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_19(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_19(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_23(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_23(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_27(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_27(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_31(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_31(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_35(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_35(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_39(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_39(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_43(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_43(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_47(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_47(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_51(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_51(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_55(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_55(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_59(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_59(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
if (argc <= 5) {
return _wrap_densityFitLogLikelihood1D__SWIG_63(self, argc, argv);
}
return _wrap_densityFitLogLikelihood1D__SWIG_63(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_6(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_38(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_22(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_42(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_14(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_46(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_26(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_50(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_10(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_54(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_30(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_58(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_18(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_62(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_34(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_45(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_9(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_33(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_49(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_17(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_25(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_53(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_37(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_13(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_57(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_5(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_41(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_61(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_29(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_21(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_28(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_8(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_52(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_40(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_24(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_32(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_56(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_12(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_44(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_20(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_60(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_16(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_36(self, argc, argv);
}
}
}
}
}
}
}
}
}
if (argc == 8) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[4]) && PyArray_EquivTypenums(array_type(argv[4]),
NPY_DOUBLE);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[6], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[7], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_densityFitLogLikelihood1D__SWIG_48(self, argc, argv);
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'densityFitLogLikelihood1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int,double *)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int,unsigned int)\n"
" npstat::densityFitLogLikelihood1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,unsigned char const *,unsigned int,npstat::AbsDistribution1D const &,double,double *,unsigned int)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_convertToHistoAxis__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::UniformAxis *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::HistoAxis result;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__UniformAxis, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "convertToHistoAxis" "', argument " "1"" of type '" "npstat::UniformAxis const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "convertToHistoAxis" "', argument " "1"" of type '" "npstat::UniformAxis const &""'");
}
arg1 = reinterpret_cast< npstat::UniformAxis * >(argp1);
{
try {
result = npstat::convertToHistoAxis((npstat::UniformAxis const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::HistoAxis(static_cast< const npstat::HistoAxis& >(result))), SWIGTYPE_p_npstat__HistoAxis, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_convertToGridAxis__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoAxis *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::UniformAxis result;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoAxis, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "convertToGridAxis" "', argument " "1"" of type '" "npstat::HistoAxis const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "convertToGridAxis" "', argument " "1"" of type '" "npstat::HistoAxis const &""'");
}
arg1 = reinterpret_cast< npstat::HistoAxis * >(argp1);
{
try {
result = npstat::convertToGridAxis((npstat::HistoAxis const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::UniformAxis(static_cast< const npstat::UniformAxis& >(result))), SWIGTYPE_p_npstat__UniformAxis, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_convertToGridAxis__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::NUHistoAxis *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::GridAxis result;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__NUHistoAxis, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "convertToGridAxis" "', argument " "1"" of type '" "npstat::NUHistoAxis const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "convertToGridAxis" "', argument " "1"" of type '" "npstat::NUHistoAxis const &""'");
}
arg1 = reinterpret_cast< npstat::NUHistoAxis * >(argp1);
{
try {
result = npstat::convertToGridAxis((npstat::NUHistoAxis const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::GridAxis(static_cast< const npstat::GridAxis& >(result))), SWIGTYPE_p_npstat__GridAxis, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_convertToHistoAxis__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::GridAxis *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
npstat::NUHistoAxis result;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__GridAxis, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "convertToHistoAxis" "', argument " "1"" of type '" "npstat::GridAxis const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "convertToHistoAxis" "', argument " "1"" of type '" "npstat::GridAxis const &""'");
}
arg1 = reinterpret_cast< npstat::GridAxis * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "convertToHistoAxis" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = npstat::convertToHistoAxis((npstat::GridAxis const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::NUHistoAxis(static_cast< const npstat::NUHistoAxis& >(result))), SWIGTYPE_p_npstat__NUHistoAxis, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_convertToHistoAxis(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "convertToHistoAxis", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__UniformAxis, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_convertToHistoAxis__SWIG_0(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__GridAxis, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_convertToHistoAxis__SWIG_1(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'convertToHistoAxis'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::convertToHistoAxis(npstat::UniformAxis const &)\n"
" npstat::convertToHistoAxis(npstat::GridAxis const &,double)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_convertToGridAxis__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::DualHistoAxis *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::DualAxis result;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__DualHistoAxis, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "convertToGridAxis" "', argument " "1"" of type '" "npstat::DualHistoAxis const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "convertToGridAxis" "', argument " "1"" of type '" "npstat::DualHistoAxis const &""'");
}
arg1 = reinterpret_cast< npstat::DualHistoAxis * >(argp1);
{
try {
result = npstat::convertToGridAxis((npstat::DualHistoAxis const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::DualAxis(static_cast< const npstat::DualAxis& >(result))), SWIGTYPE_p_npstat__DualAxis, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_convertToGridAxis(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "convertToGridAxis", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoAxis, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_convertToGridAxis__SWIG_0(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__NUHistoAxis, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_convertToGridAxis__SWIG_1(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__DualHistoAxis, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_convertToGridAxis__SWIG_2(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'convertToGridAxis'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::convertToGridAxis(npstat::HistoAxis const &)\n"
" npstat::convertToGridAxis(npstat::NUHistoAxis const &)\n"
" npstat::convertToGridAxis(npstat::DualHistoAxis const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro2D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,2U > > *arg11 = 0 ;
bool arg12 ;
unsigned int arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
unsigned int val13 ;
int ecode13 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *ptr = (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_2U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,2U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,2U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,2U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "13"" of type '" "unsigned int""'");
}
arg13 = static_cast< unsigned int >(val13);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,2U > >((std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,2U > > const &)*arg11,arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro2D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,2U > > *arg11 = 0 ;
bool arg12 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *ptr = (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_2U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,2U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,2U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,2U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,2U > >((std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,2U > > const &)*arg11,arg12);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro2D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,2U > > *arg11 = 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
{
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *ptr = (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_2U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,2U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro2D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,2U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,2U > > * >(argp11);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,2U > >((std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,2U > > const &)*arg11);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro2D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[12] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "buildInterpolatedCompositeDistro2D", 0, 11, argv))) SWIG_fail;
--argc;
if (argc == 9) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_buildInterpolatedCompositeDistro2D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro2D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro2D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro2D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_2U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro2D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'buildInterpolatedCompositeDistro2D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,2U > >(std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,2U > >(std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,2U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,2U > >(std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,2U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,2U > >(std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,2U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,2U > >(std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,2U > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro3D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,3U > > *arg11 = 0 ;
bool arg12 ;
unsigned int arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
unsigned int val13 ;
int ecode13 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *ptr = (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_3U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,3U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,3U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,3U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "13"" of type '" "unsigned int""'");
}
arg13 = static_cast< unsigned int >(val13);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,3U > >((std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,3U > > const &)*arg11,arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro3D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,3U > > *arg11 = 0 ;
bool arg12 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *ptr = (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_3U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,3U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,3U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,3U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,3U > >((std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,3U > > const &)*arg11,arg12);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro3D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,3U > > *arg11 = 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
{
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *ptr = (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_3U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,3U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro3D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,3U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,3U > > * >(argp11);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,3U > >((std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,3U > > const &)*arg11);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro3D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[12] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "buildInterpolatedCompositeDistro3D", 0, 11, argv))) SWIG_fail;
--argc;
if (argc == 9) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_buildInterpolatedCompositeDistro3D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro3D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro3D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro3D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_3U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro3D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'buildInterpolatedCompositeDistro3D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,3U > >(std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,3U > >(std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,3U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,3U > >(std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,3U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,3U > >(std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,3U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,3U > >(std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,3U > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro4D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,4U > > *arg11 = 0 ;
bool arg12 ;
unsigned int arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
unsigned int val13 ;
int ecode13 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *ptr = (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_4U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,4U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,4U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,4U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "13"" of type '" "unsigned int""'");
}
arg13 = static_cast< unsigned int >(val13);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,4U > >((std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,4U > > const &)*arg11,arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro4D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,4U > > *arg11 = 0 ;
bool arg12 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *ptr = (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_4U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,4U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,4U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,4U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,4U > >((std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,4U > > const &)*arg11,arg12);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro4D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,4U > > *arg11 = 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
{
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *ptr = (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_4U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,4U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro4D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,4U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,4U > > * >(argp11);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,4U > >((std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,4U > > const &)*arg11);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro4D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[12] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "buildInterpolatedCompositeDistro4D", 0, 11, argv))) SWIG_fail;
--argc;
if (argc == 9) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_buildInterpolatedCompositeDistro4D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro4D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro4D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro4D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_4U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro4D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'buildInterpolatedCompositeDistro4D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,4U > >(std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,4U > >(std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,4U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,4U > >(std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,4U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,4U > >(std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,4U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,4U > >(std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,4U > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro5D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,5U > > *arg11 = 0 ;
bool arg12 ;
unsigned int arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
unsigned int val13 ;
int ecode13 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *ptr = (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_5U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,5U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,5U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,5U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "13"" of type '" "unsigned int""'");
}
arg13 = static_cast< unsigned int >(val13);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,5U > >((std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,5U > > const &)*arg11,arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro5D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,5U > > *arg11 = 0 ;
bool arg12 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *ptr = (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_5U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,5U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,5U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,5U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,5U > >((std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,5U > > const &)*arg11,arg12);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro5D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,5U > > *arg11 = 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
{
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *ptr = (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_5U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,5U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro5D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,5U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,5U > > * >(argp11);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,5U > >((std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,5U > > const &)*arg11);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro5D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[12] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "buildInterpolatedCompositeDistro5D", 0, 11, argv))) SWIG_fail;
--argc;
if (argc == 9) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_buildInterpolatedCompositeDistro5D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro5D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro5D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro5D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_5U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro5D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'buildInterpolatedCompositeDistro5D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,5U > >(std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,5U > >(std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,5U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,5U > >(std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,5U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,5U > >(std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,5U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,5U > >(std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,5U > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro6D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,6U > > *arg11 = 0 ;
bool arg12 ;
unsigned int arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
unsigned int val13 ;
int ecode13 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *ptr = (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_6U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,6U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,6U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,6U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "13"" of type '" "unsigned int""'");
}
arg13 = static_cast< unsigned int >(val13);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,6U > >((std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,6U > > const &)*arg11,arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro6D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,6U > > *arg11 = 0 ;
bool arg12 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *ptr = (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_6U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,6U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,6U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,6U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,6U > >((std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,6U > > const &)*arg11,arg12);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro6D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,6U > > *arg11 = 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
{
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *ptr = (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_6U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,6U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro6D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,6U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,6U > > * >(argp11);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,6U > >((std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,6U > > const &)*arg11);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro6D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[12] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "buildInterpolatedCompositeDistro6D", 0, 11, argv))) SWIG_fail;
--argc;
if (argc == 9) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_buildInterpolatedCompositeDistro6D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro6D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro6D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro6D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_6U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro6D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'buildInterpolatedCompositeDistro6D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,6U > >(std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,6U > >(std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,6U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,6U > >(std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,6U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,6U > >(std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,6U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,6U > >(std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,6U > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro7D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,7U > > *arg11 = 0 ;
bool arg12 ;
unsigned int arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
unsigned int val13 ;
int ecode13 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *ptr = (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_7U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,7U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,7U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,7U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "13"" of type '" "unsigned int""'");
}
arg13 = static_cast< unsigned int >(val13);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,7U > >((std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,7U > > const &)*arg11,arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro7D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,7U > > *arg11 = 0 ;
bool arg12 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *ptr = (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_7U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,7U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,7U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,7U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,7U > >((std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,7U > > const &)*arg11,arg12);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro7D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,7U > > *arg11 = 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
{
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *ptr = (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_7U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,7U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro7D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,7U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,7U > > * >(argp11);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,7U > >((std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,7U > > const &)*arg11);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro7D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[12] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "buildInterpolatedCompositeDistro7D", 0, 11, argv))) SWIG_fail;
--argc;
if (argc == 9) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_buildInterpolatedCompositeDistro7D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro7D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro7D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro7D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_7U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro7D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'buildInterpolatedCompositeDistro7D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,7U > >(std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,7U > >(std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,7U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,7U > >(std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,7U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,7U > >(std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,7U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,7U > >(std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,7U > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro8D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,8U > > *arg11 = 0 ;
bool arg12 ;
unsigned int arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
unsigned int val13 ;
int ecode13 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *ptr = (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_8U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,8U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,8U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,8U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "13"" of type '" "unsigned int""'");
}
arg13 = static_cast< unsigned int >(val13);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,8U > >((std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,8U > > const &)*arg11,arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro8D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,8U > > *arg11 = 0 ;
bool arg12 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *ptr = (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_8U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,8U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,8U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,8U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,8U > >((std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,8U > > const &)*arg11,arg12);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro8D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,8U > > *arg11 = 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
{
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *ptr = (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_8U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,8U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro8D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,8U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,8U > > * >(argp11);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,8U > >((std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,8U > > const &)*arg11);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro8D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[12] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "buildInterpolatedCompositeDistro8D", 0, 11, argv))) SWIG_fail;
--argc;
if (argc == 9) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_buildInterpolatedCompositeDistro8D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro8D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro8D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro8D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_8U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro8D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'buildInterpolatedCompositeDistro8D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,8U > >(std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,8U > >(std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,8U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,8U > >(std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,8U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,8U > >(std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,8U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,8U > >(std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,8U > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro9D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,9U > > *arg11 = 0 ;
bool arg12 ;
unsigned int arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
unsigned int val13 ;
int ecode13 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *ptr = (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_9U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,9U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,9U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,9U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "13"" of type '" "unsigned int""'");
}
arg13 = static_cast< unsigned int >(val13);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,9U > >((std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,9U > > const &)*arg11,arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro9D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,9U > > *arg11 = 0 ;
bool arg12 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *ptr = (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_9U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,9U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,9U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,9U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,9U > >((std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,9U > > const &)*arg11,arg12);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro9D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,9U > > *arg11 = 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
{
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *ptr = (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_9U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,9U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro9D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,9U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,9U > > * >(argp11);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,9U > >((std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,9U > > const &)*arg11);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro9D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[12] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "buildInterpolatedCompositeDistro9D", 0, 11, argv))) SWIG_fail;
--argc;
if (argc == 9) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_buildInterpolatedCompositeDistro9D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro9D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro9D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro9D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_9U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro9D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'buildInterpolatedCompositeDistro9D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,9U > >(std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,9U > >(std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,9U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,9U > >(std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,9U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,9U > >(std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,9U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,9U > >(std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,9U > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro10D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,10U > > *arg11 = 0 ;
bool arg12 ;
unsigned int arg13 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
unsigned int val13 ;
int ecode13 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 11) || (nobjs > 11)) SWIG_fail;
{
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *ptr = (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_10U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,10U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,10U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,10U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
ecode13 = SWIG_AsVal_unsigned_SS_int(swig_obj[10], &val13);
if (!SWIG_IsOK(ecode13)) {
SWIG_exception_fail(SWIG_ArgError(ecode13), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "13"" of type '" "unsigned int""'");
}
arg13 = static_cast< unsigned int >(val13);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,10U > >((std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,10U > > const &)*arg11,arg12,arg13);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro10D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,10U > > *arg11 = 0 ;
bool arg12 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
bool val12 ;
int ecode12 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 10) || (nobjs > 10)) SWIG_fail;
{
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *ptr = (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_10U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,10U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,10U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,10U > > * >(argp11);
ecode12 = SWIG_AsVal_bool(swig_obj[9], &val12);
if (!SWIG_IsOK(ecode12)) {
SWIG_exception_fail(SWIG_ArgError(ecode12), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "12"" of type '" "bool""'");
}
arg12 = static_cast< bool >(val12);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,10U > >((std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,10U > > const &)*arg11,arg12);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro10D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
std::vector< std::string,std::allocator< std::string > > arg4 ;
unsigned int *arg5 = (unsigned int *) 0 ;
unsigned int arg6 ;
int arg7 ;
double arg8 ;
bool arg9 ;
unsigned int arg10 ;
npstat::AbsDistro1DBuilder< std::array< double,10U > > *arg11 = 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyArrayObject *array5 = NULL ;
int is_new_object5 = 0 ;
int val7 ;
int ecode7 = 0 ;
double val8 ;
int ecode8 = 0 ;
bool val9 ;
int ecode9 = 0 ;
unsigned int val10 ;
int ecode10 = 0 ;
void *argp11 = 0 ;
int res11 = 0 ;
npstat::InterpolatedDistro1DNP *result = 0 ;
if ((nobjs < 9) || (nobjs > 9)) SWIG_fail;
{
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *ptr = (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *ptr = (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > *)0;
int res = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res) || !ptr) {
SWIG_exception_fail(SWIG_ArgError((ptr ? res : SWIG_TypeError)), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "4"" of type '" "std::vector< std::string,std::allocator< std::string > > const""'");
}
arg4 = *ptr;
if (SWIG_IsNewObj(res)) delete ptr;
}
{
npy_intp size[1] = {
-1
};
array5 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_UINT,
&is_new_object5);
if (!array5 || !require_dimensions(array5, 1) ||
!require_size(array5, size, 1)) SWIG_fail;
arg5 = (unsigned int*) array_data(array5);
arg6 = (int) array_size(array5,0);
}
ecode7 = SWIG_AsVal_int(swig_obj[4], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "7"" of type '" "int""'");
}
arg7 = static_cast< int >(val7);
ecode8 = SWIG_AsVal_double(swig_obj[5], &val8);
if (!SWIG_IsOK(ecode8)) {
SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "8"" of type '" "double""'");
}
arg8 = static_cast< double >(val8);
ecode9 = SWIG_AsVal_bool(swig_obj[6], &val9);
if (!SWIG_IsOK(ecode9)) {
SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "9"" of type '" "bool""'");
}
arg9 = static_cast< bool >(val9);
ecode10 = SWIG_AsVal_unsigned_SS_int(swig_obj[7], &val10);
if (!SWIG_IsOK(ecode10)) {
SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "10"" of type '" "unsigned int""'");
}
arg10 = static_cast< unsigned int >(val10);
res11 = SWIG_ConvertPtr(swig_obj[8], &argp11, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_10U_t_t, 0 | 0);
if (!SWIG_IsOK(res11)) {
SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,10U > > const &""'");
}
if (!argp11) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "buildInterpolatedCompositeDistro10D" "', argument " "11"" of type '" "npstat::AbsDistro1DBuilder< std::array< double,10U > > const &""'");
}
arg11 = reinterpret_cast< npstat::AbsDistro1DBuilder< std::array< double,10U > > * >(argp11);
{
try {
result = (npstat::InterpolatedDistro1DNP *)npstat::SWIGTEMPLATEDISAMBIGUATOR buildInterpolatedDistro1DNP_2< std::array< double,10U > >((std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4,(unsigned int const *)arg5,arg6,arg7,arg8,arg9,arg10,(npstat::AbsDistro1DBuilder< std::array< double,10U > > const &)*arg11);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
{
if (is_new_object5 && array5)
{
Py_DECREF(array5);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_buildInterpolatedCompositeDistro10D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[12] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "buildInterpolatedCompositeDistro10D", 0, 11, argv))) SWIG_fail;
--argc;
if (argc == 9) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_buildInterpolatedCompositeDistro10D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro10D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 10) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro10D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[7], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsDistro1DBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro10D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
if (argc == 11) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
int res = swig::asptr(argv[2], (std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[7]) || PySequence_Check(argv[7]);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[8], 0, SWIGTYPE_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_10U_t_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[9], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[10], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_buildInterpolatedCompositeDistro10D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'buildInterpolatedCompositeDistro10D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,10U > >(std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedCompositeDistroND_2< std::array< double,10U > >(std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int const *,unsigned int,npstat::AbsCompositeDistroBuilder< std::array< double,10U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,10U > >(std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,10U > > const &,bool,unsigned int)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,10U > >(std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,10U > > const &,bool)\n"
" npstat::buildInterpolatedDistro1DNP_2< std::array< double,10U > >(std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &,unsigned int const *,unsigned int,std::vector< std::string,std::allocator< std::string > > const,unsigned int const *,unsigned int,int,double,bool,unsigned int,npstat::AbsDistro1DBuilder< std::array< double,10U > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_Ref_IntArchivedNtuple__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< int > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_IntArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_IntArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_IntArchivedNtuple" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< int > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< int > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_int_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_IntArchivedNtuple__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< int > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_IntArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_IntArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_IntArchivedNtuple" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_IntArchivedNtuple" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< int > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< int > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_int_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_IntArchivedNtuple__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< int > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_IntArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_IntArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_IntArchivedNtuple" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_IntArchivedNtuple" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_IntArchivedNtuple" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_IntArchivedNtuple" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< int > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< int > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_int_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_IntArchivedNtuple(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_IntArchivedNtuple", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_IntArchivedNtuple__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_IntArchivedNtuple__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_IntArchivedNtuple__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_IntArchivedNtuple'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< int > >::NtupleReference(gs::AbsArchive &,unsigned long long const)\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< int > >::NtupleReference(gs::AbsArchive &,char const *,char const *)\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< int > >::NtupleReference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_Ref_IntArchivedNtuple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NtupleReference< npstat::ArchivedNtuple< int > > *arg1 = (npstat::NtupleReference< npstat::ArchivedNtuple< int > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_int_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_IntArchivedNtuple" "', argument " "1"" of type '" "npstat::NtupleReference< npstat::ArchivedNtuple< int > > *""'");
}
arg1 = reinterpret_cast< npstat::NtupleReference< npstat::ArchivedNtuple< int > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_IntArchivedNtuple_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NtupleReference< npstat::ArchivedNtuple< int > > *arg1 = (npstat::NtupleReference< npstat::ArchivedNtuple< int > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::ArchivedNtuple< int > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_IntArchivedNtuple_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_int_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_IntArchivedNtuple_retrieve" "', argument " "1"" of type '" "npstat::NtupleReference< npstat::ArchivedNtuple< int > > const *""'");
}
arg1 = reinterpret_cast< npstat::NtupleReference< npstat::ArchivedNtuple< int > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_IntArchivedNtuple_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::ArchivedNtuple< int > *)npstat_NtupleReference_Sl_npstat_ArchivedNtuple_Sl_int_Sg__Sg__retrieve((npstat::NtupleReference< npstat::ArchivedNtuple< int > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArchivedNtupleT_int_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_IntArchivedNtuple_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_int_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_IntArchivedNtuple_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_Ref_LongArchivedNtuple__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< long > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LongArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LongArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_LongArchivedNtuple" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< long > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< long > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_long_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LongArchivedNtuple__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< long > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LongArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LongArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LongArchivedNtuple" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LongArchivedNtuple" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< long > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< long > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_long_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LongArchivedNtuple__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< long > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LongArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LongArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LongArchivedNtuple" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LongArchivedNtuple" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LongArchivedNtuple" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LongArchivedNtuple" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< long > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< long > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_long_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LongArchivedNtuple(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_LongArchivedNtuple", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_LongArchivedNtuple__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LongArchivedNtuple__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LongArchivedNtuple__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_LongArchivedNtuple'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< long > >::NtupleReference(gs::AbsArchive &,unsigned long long const)\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< long > >::NtupleReference(gs::AbsArchive &,char const *,char const *)\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< long > >::NtupleReference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_Ref_LongArchivedNtuple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NtupleReference< npstat::ArchivedNtuple< long > > *arg1 = (npstat::NtupleReference< npstat::ArchivedNtuple< long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_long_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_LongArchivedNtuple" "', argument " "1"" of type '" "npstat::NtupleReference< npstat::ArchivedNtuple< long > > *""'");
}
arg1 = reinterpret_cast< npstat::NtupleReference< npstat::ArchivedNtuple< long > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LongArchivedNtuple_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NtupleReference< npstat::ArchivedNtuple< long > > *arg1 = (npstat::NtupleReference< npstat::ArchivedNtuple< long > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::ArchivedNtuple< long > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LongArchivedNtuple_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_long_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LongArchivedNtuple_retrieve" "', argument " "1"" of type '" "npstat::NtupleReference< npstat::ArchivedNtuple< long > > const *""'");
}
arg1 = reinterpret_cast< npstat::NtupleReference< npstat::ArchivedNtuple< long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LongArchivedNtuple_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::ArchivedNtuple< long > *)npstat_NtupleReference_Sl_npstat_ArchivedNtuple_Sl_long_Sg__Sg__retrieve((npstat::NtupleReference< npstat::ArchivedNtuple< long > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArchivedNtupleT_long_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_LongArchivedNtuple_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_long_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_LongArchivedNtuple_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_Ref_UCharArchivedNtuple__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_unsigned_char_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UCharArchivedNtuple__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_unsigned_char_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UCharArchivedNtuple__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UCharArchivedNtuple" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_unsigned_char_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UCharArchivedNtuple(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_UCharArchivedNtuple", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_UCharArchivedNtuple__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UCharArchivedNtuple__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UCharArchivedNtuple__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_UCharArchivedNtuple'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > >::NtupleReference(gs::AbsArchive &,unsigned long long const)\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > >::NtupleReference(gs::AbsArchive &,char const *,char const *)\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > >::NtupleReference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_Ref_UCharArchivedNtuple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *arg1 = (npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_unsigned_char_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_UCharArchivedNtuple" "', argument " "1"" of type '" "npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *""'");
}
arg1 = reinterpret_cast< npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UCharArchivedNtuple_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *arg1 = (npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::ArchivedNtuple< unsigned char > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UCharArchivedNtuple_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_unsigned_char_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UCharArchivedNtuple_retrieve" "', argument " "1"" of type '" "npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > const *""'");
}
arg1 = reinterpret_cast< npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UCharArchivedNtuple_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::ArchivedNtuple< unsigned char > *)npstat_NtupleReference_Sl_npstat_ArchivedNtuple_Sl_unsigned_SS_char_Sg__Sg__retrieve((npstat::NtupleReference< npstat::ArchivedNtuple< unsigned char > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArchivedNtupleT_unsigned_char_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_UCharArchivedNtuple_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_unsigned_char_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_UCharArchivedNtuple_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_Ref_FloatArchivedNtuple__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< float > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< float > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< float > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_float_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FloatArchivedNtuple__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< float > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< float > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< float > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_float_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FloatArchivedNtuple__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< float > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FloatArchivedNtuple" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< float > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< float > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_float_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FloatArchivedNtuple(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_FloatArchivedNtuple", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_FloatArchivedNtuple__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_FloatArchivedNtuple__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_FloatArchivedNtuple__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_FloatArchivedNtuple'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< float > >::NtupleReference(gs::AbsArchive &,unsigned long long const)\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< float > >::NtupleReference(gs::AbsArchive &,char const *,char const *)\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< float > >::NtupleReference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_Ref_FloatArchivedNtuple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NtupleReference< npstat::ArchivedNtuple< float > > *arg1 = (npstat::NtupleReference< npstat::ArchivedNtuple< float > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_float_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_FloatArchivedNtuple" "', argument " "1"" of type '" "npstat::NtupleReference< npstat::ArchivedNtuple< float > > *""'");
}
arg1 = reinterpret_cast< npstat::NtupleReference< npstat::ArchivedNtuple< float > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_FloatArchivedNtuple_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NtupleReference< npstat::ArchivedNtuple< float > > *arg1 = (npstat::NtupleReference< npstat::ArchivedNtuple< float > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::ArchivedNtuple< float > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_FloatArchivedNtuple_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_FloatArchivedNtuple_retrieve" "', argument " "1"" of type '" "npstat::NtupleReference< npstat::ArchivedNtuple< float > > const *""'");
}
arg1 = reinterpret_cast< npstat::NtupleReference< npstat::ArchivedNtuple< float > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_FloatArchivedNtuple_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::ArchivedNtuple< float > *)npstat_NtupleReference_Sl_npstat_ArchivedNtuple_Sl_float_Sg__Sg__retrieve((npstat::NtupleReference< npstat::ArchivedNtuple< float > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArchivedNtupleT_float_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_FloatArchivedNtuple_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_float_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_FloatArchivedNtuple_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_Ref_DoubleArchivedNtuple__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< double > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< double > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< double > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_double_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DoubleArchivedNtuple__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< double > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< double > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< double > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_double_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DoubleArchivedNtuple__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
npstat::NtupleReference< npstat::ArchivedNtuple< double > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DoubleArchivedNtuple" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (npstat::NtupleReference< npstat::ArchivedNtuple< double > > *)new npstat::NtupleReference< npstat::ArchivedNtuple< double > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_double_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DoubleArchivedNtuple(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_DoubleArchivedNtuple", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_DoubleArchivedNtuple__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_DoubleArchivedNtuple__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_DoubleArchivedNtuple__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_DoubleArchivedNtuple'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< double > >::NtupleReference(gs::AbsArchive &,unsigned long long const)\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< double > >::NtupleReference(gs::AbsArchive &,char const *,char const *)\n"
" npstat::NtupleReference< npstat::ArchivedNtuple< double > >::NtupleReference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_Ref_DoubleArchivedNtuple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NtupleReference< npstat::ArchivedNtuple< double > > *arg1 = (npstat::NtupleReference< npstat::ArchivedNtuple< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_double_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_DoubleArchivedNtuple" "', argument " "1"" of type '" "npstat::NtupleReference< npstat::ArchivedNtuple< double > > *""'");
}
arg1 = reinterpret_cast< npstat::NtupleReference< npstat::ArchivedNtuple< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_DoubleArchivedNtuple_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::NtupleReference< npstat::ArchivedNtuple< double > > *arg1 = (npstat::NtupleReference< npstat::ArchivedNtuple< double > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::ArchivedNtuple< double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_DoubleArchivedNtuple_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_DoubleArchivedNtuple_retrieve" "', argument " "1"" of type '" "npstat::NtupleReference< npstat::ArchivedNtuple< double > > const *""'");
}
arg1 = reinterpret_cast< npstat::NtupleReference< npstat::ArchivedNtuple< double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_DoubleArchivedNtuple_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::ArchivedNtuple< double > *)npstat_NtupleReference_Sl_npstat_ArchivedNtuple_Sl_double_Sg__Sg__retrieve((npstat::NtupleReference< npstat::ArchivedNtuple< double > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArchivedNtupleT_double_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_DoubleArchivedNtuple_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__NtupleReferenceT_npstat__ArchivedNtupleT_double_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_DoubleArchivedNtuple_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_LOrPE1DSymbetaKernel__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
int arg1 ;
double arg2 ;
double arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
int val1 ;
int ecode1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
npstat::LOrPE1DSymbetaKernel *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_LOrPE1DSymbetaKernel" "', argument " "1"" of type '" "int""'");
}
arg1 = static_cast< int >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_LOrPE1DSymbetaKernel" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_LOrPE1DSymbetaKernel" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_LOrPE1DSymbetaKernel" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "new_LOrPE1DSymbetaKernel" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_LOrPE1DSymbetaKernel" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
{
try {
result = (npstat::LOrPE1DSymbetaKernel *)new npstat::LOrPE1DSymbetaKernel(arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LOrPE1DSymbetaKernel__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LOrPE1DSymbetaKernel *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
npstat::LOrPE1DSymbetaKernel *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_LOrPE1DSymbetaKernel" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_LOrPE1DSymbetaKernel" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel const &""'");
}
arg1 = reinterpret_cast< npstat::LOrPE1DSymbetaKernel * >(argp1);
{
try {
result = (npstat::LOrPE1DSymbetaKernel *)new npstat::LOrPE1DSymbetaKernel((npstat::LOrPE1DSymbetaKernel const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_LOrPE1DSymbetaKernel(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_LOrPE1DSymbetaKernel", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_LOrPE1DSymbetaKernel__SWIG_1(self, argc, argv);
}
}
if (argc == 5) {
int _v;
{
int res = SWIG_AsVal_int(argv[0], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_LOrPE1DSymbetaKernel__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_LOrPE1DSymbetaKernel'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::LOrPE1DSymbetaKernel::LOrPE1DSymbetaKernel(int,double,double,double,npstat::BoundaryHandling const &)\n"
" npstat::LOrPE1DSymbetaKernel::LOrPE1DSymbetaKernel(npstat::LOrPE1DSymbetaKernel const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_LOrPE1DSymbetaKernel(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LOrPE1DSymbetaKernel *arg1 = (npstat::LOrPE1DSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LOrPE1DSymbetaKernel" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel *""'");
}
arg1 = reinterpret_cast< npstat::LOrPE1DSymbetaKernel * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LOrPE1DSymbetaKernel_setNormFactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LOrPE1DSymbetaKernel *arg1 = (npstat::LOrPE1DSymbetaKernel *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "LOrPE1DSymbetaKernel_setNormFactor", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LOrPE1DSymbetaKernel_setNormFactor" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel *""'");
}
arg1 = reinterpret_cast< npstat::LOrPE1DSymbetaKernel * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LOrPE1DSymbetaKernel_setNormFactor" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
(arg1)->setNormFactor(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LOrPE1DSymbetaKernel_normFactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LOrPE1DSymbetaKernel *arg1 = (npstat::LOrPE1DSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LOrPE1DSymbetaKernel_normFactor" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::LOrPE1DSymbetaKernel * >(argp1);
{
try {
result = (double)((npstat::LOrPE1DSymbetaKernel const *)arg1)->normFactor();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LOrPE1DSymbetaKernel_getLastKernelAt0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LOrPE1DSymbetaKernel *arg1 = (npstat::LOrPE1DSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LOrPE1DSymbetaKernel_getLastKernelAt0" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::LOrPE1DSymbetaKernel * >(argp1);
{
try {
result = (double)((npstat::LOrPE1DSymbetaKernel const *)arg1)->getLastKernelAt0();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LOrPE1DSymbetaKernel_usedBoundaryCorrection(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LOrPE1DSymbetaKernel *arg1 = (npstat::LOrPE1DSymbetaKernel *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LOrPE1DSymbetaKernel_usedBoundaryCorrection" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel const *""'");
}
arg1 = reinterpret_cast< npstat::LOrPE1DSymbetaKernel * >(argp1);
{
try {
result = (bool)((npstat::LOrPE1DSymbetaKernel const *)arg1)->usedBoundaryCorrection();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LOrPE1DSymbetaKernel *arg1 = (npstat::LOrPE1DSymbetaKernel *) 0 ;
double arg2 ;
double arg3 ;
double *arg4 = (double *) 0 ;
unsigned long arg5 ;
bool arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyArrayObject *array4 = NULL ;
int is_new_object4 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel *""'");
}
arg1 = reinterpret_cast< npstat::LOrPE1DSymbetaKernel * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
npy_intp size[1] = {
-1
};
array4 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_DOUBLE,
&is_new_object4);
if (!array4 || !require_dimensions(array4, 1) ||
!require_size(array4, size, 1)) SWIG_fail;
arg4 = (double*) array_data(array4);
arg5 = (int) array_size(array4,0);
}
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)(arg1)->lorpe_2(arg2,arg3,(double const *)arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object4 && array4)
{
Py_DECREF(array4);
}
}
return resultobj;
fail:
{
if (is_new_object4 && array4)
{
Py_DECREF(array4);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LOrPE1DSymbetaKernel *arg1 = (npstat::LOrPE1DSymbetaKernel *) 0 ;
double arg2 ;
double arg3 ;
double *arg4 = (double *) 0 ;
unsigned long arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyArrayObject *array4 = NULL ;
int is_new_object4 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel *""'");
}
arg1 = reinterpret_cast< npstat::LOrPE1DSymbetaKernel * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
npy_intp size[1] = {
-1
};
array4 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
NPY_DOUBLE,
&is_new_object4);
if (!array4 || !require_dimensions(array4, 1) ||
!require_size(array4, size, 1)) SWIG_fail;
arg4 = (double*) array_data(array4);
arg5 = (int) array_size(array4,0);
}
{
try {
result = (double)(arg1)->lorpe_2(arg2,arg3,(double const *)arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
{
if (is_new_object4 && array4)
{
Py_DECREF(array4);
}
}
return resultobj;
fail:
{
if (is_new_object4 && array4)
{
Py_DECREF(array4);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LOrPE1DSymbetaKernel *arg1 = (npstat::LOrPE1DSymbetaKernel *) 0 ;
double arg2 ;
double arg3 ;
- float *arg4 = (float *) 0 ;
- unsigned long arg5 ;
- bool arg6 ;
+ std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > *arg4 = 0 ;
+ bool arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
- PyArrayObject *array4 = NULL ;
- int is_new_object4 = 0 ;
- bool val6 ;
- int ecode6 = 0 ;
+ int res4 = SWIG_OLDOBJ ;
+ bool val5 ;
+ int ecode5 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel *""'");
}
arg1 = reinterpret_cast< npstat::LOrPE1DSymbetaKernel * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
- npy_intp size[1] = {
- -1
- };
- array4 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
- NPY_FLOAT,
- &is_new_object4);
- if (!array4 || !require_dimensions(array4, 1) ||
- !require_size(array4, size, 1)) SWIG_fail;
- arg4 = (float*) array_data(array4);
- arg5 = (int) array_size(array4,0);
+ std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > *ptr = (std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > *)0;
+ res4 = swig::asptr(swig_obj[3], &ptr);
+ if (!SWIG_IsOK(res4)) {
+ SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "4"" of type '" "std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > const &""'");
+ }
+ if (!ptr) {
+ SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "4"" of type '" "std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > const &""'");
+ }
+ arg4 = ptr;
}
- ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
- if (!SWIG_IsOK(ecode6)) {
- SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "6"" of type '" "bool""'");
+ ecode5 = SWIG_AsVal_bool(swig_obj[4], &val5);
+ if (!SWIG_IsOK(ecode5)) {
+ SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "5"" of type '" "bool""'");
}
- arg6 = static_cast< bool >(val6);
+ arg5 = static_cast< bool >(val5);
{
try {
- result = (double)(arg1)->lorpe_2(arg2,arg3,(float const *)arg4,arg5,arg6);
+ result = (double)(arg1)->lorpe_2(arg2,arg3,(std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > const &)*arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
- {
- if (is_new_object4 && array4)
- {
- Py_DECREF(array4);
- }
- }
+ if (SWIG_IsNewObj(res4)) delete arg4;
return resultobj;
fail:
- {
- if (is_new_object4 && array4)
- {
- Py_DECREF(array4);
- }
- }
+ if (SWIG_IsNewObj(res4)) delete arg4;
return NULL;
}
SWIGINTERN PyObject *_wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::LOrPE1DSymbetaKernel *arg1 = (npstat::LOrPE1DSymbetaKernel *) 0 ;
double arg2 ;
double arg3 ;
- float *arg4 = (float *) 0 ;
- unsigned long arg5 ;
+ std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
- PyArrayObject *array4 = NULL ;
- int is_new_object4 = 0 ;
+ int res4 = SWIG_OLDOBJ ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "1"" of type '" "npstat::LOrPE1DSymbetaKernel *""'");
}
arg1 = reinterpret_cast< npstat::LOrPE1DSymbetaKernel * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
- npy_intp size[1] = {
- -1
- };
- array4 = obj_to_array_contiguous_allow_conversion(swig_obj[3],
- NPY_FLOAT,
- &is_new_object4);
- if (!array4 || !require_dimensions(array4, 1) ||
- !require_size(array4, size, 1)) SWIG_fail;
- arg4 = (float*) array_data(array4);
- arg5 = (int) array_size(array4,0);
+ std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > *ptr = (std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > *)0;
+ res4 = swig::asptr(swig_obj[3], &ptr);
+ if (!SWIG_IsOK(res4)) {
+ SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "4"" of type '" "std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > const &""'");
+ }
+ if (!ptr) {
+ SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "LOrPE1DSymbetaKernel_lorpe" "', argument " "4"" of type '" "std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > const &""'");
+ }
+ arg4 = ptr;
}
{
try {
- result = (double)(arg1)->lorpe_2(arg2,arg3,(float const *)arg4,arg5);
+ result = (double)(arg1)->lorpe_2(arg2,arg3,(std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
- {
- if (is_new_object4 && array4)
- {
- Py_DECREF(array4);
- }
- }
+ if (SWIG_IsNewObj(res4)) delete arg4;
return resultobj;
fail:
- {
- if (is_new_object4 && array4)
- {
- Py_DECREF(array4);
- }
- }
+ if (SWIG_IsNewObj(res4)) delete arg4;
return NULL;
}
SWIGINTERN PyObject *_wrap_LOrPE1DSymbetaKernel_lorpe(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "LOrPE1DSymbetaKernel_lorpe", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
- {
- _v = is_array(argv[3]) || PySequence_Check(argv[3]);
- }
+ int res = swig::asptr(argv[3], (std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > >**)(0));
+ _v = SWIG_CheckState(res);
if (_v) {
- if (argc <= 4) {
- return _wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_1(self, argc, argv);
- }
- return _wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_1(self, argc, argv);
+ return _wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_3(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
if (argc <= 4) {
- return _wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_3(self, argc, argv);
+ return _wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_1(self, argc, argv);
}
- return _wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_3(self, argc, argv);
+ return _wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
- {
- _v = is_array(argv[3]) || PySequence_Check(argv[3]);
- }
+ int res = swig::asptr(argv[3], (std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > >**)(0));
+ _v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_2(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
_v = is_array(argv[3]) || PySequence_Check(argv[3]);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_LOrPE1DSymbetaKernel_lorpe__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'LOrPE1DSymbetaKernel_lorpe'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::LOrPE1DSymbetaKernel::lorpe_2(double,double,double const *,unsigned long,bool)\n"
" npstat::LOrPE1DSymbetaKernel::lorpe_2(double,double,double const *,unsigned long)\n"
- " npstat::LOrPE1DSymbetaKernel::lorpe_2(double,double,float const *,unsigned long,bool)\n"
- " npstat::LOrPE1DSymbetaKernel::lorpe_2(double,double,float const *,unsigned long)\n");
+ " npstat::LOrPE1DSymbetaKernel::lorpe_2(double,double,std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > const &,bool)\n"
+ " npstat::LOrPE1DSymbetaKernel::lorpe_2(double,double,std::vector< std::pair< double,double >,std::allocator< std::pair< double,double > > > const &)\n");
return 0;
}
SWIGINTERN PyObject *LOrPE1DSymbetaKernel_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__LOrPE1DSymbetaKernel, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *LOrPE1DSymbetaKernel_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
bool arg6 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
{
std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > *ptr = (std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto" "', argument " "1"" of type '" "std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto" "', argument " "1"" of type '" "std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedCopulaHisto" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::vector< double >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > *ptr = (std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto" "', argument " "1"" of type '" "std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto" "', argument " "1"" of type '" "std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::vector< double >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedCopulaHisto", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedCopulaHisto__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedCopulaHisto__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedCopulaHisto'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedCopulaHisto_2< std::vector< double >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *,bool)\n"
" npstat::weightedCopulaHisto_2< std::vector< double >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto2D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
bool arg6 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
{
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *ptr = (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto2D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto2D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto2D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedCopulaHisto2D" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,2U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto2D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *ptr = (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto2D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto2D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto2D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,2U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto2D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedCopulaHisto2D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedCopulaHisto2D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedCopulaHisto2D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedCopulaHisto2D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedCopulaHisto_2< std::array< double,2U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *,bool)\n"
" npstat::weightedCopulaHisto_2< std::array< double,2U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto3D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
bool arg6 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
{
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *ptr = (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto3D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto3D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto3D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedCopulaHisto3D" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,3U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto3D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *ptr = (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto3D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto3D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto3D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,3U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto3D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedCopulaHisto3D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedCopulaHisto3D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedCopulaHisto3D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedCopulaHisto3D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedCopulaHisto_2< std::array< double,3U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *,bool)\n"
" npstat::weightedCopulaHisto_2< std::array< double,3U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto4D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
bool arg6 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
{
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *ptr = (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto4D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto4D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto4D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedCopulaHisto4D" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,4U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto4D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *ptr = (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto4D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto4D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto4D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,4U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto4D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedCopulaHisto4D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedCopulaHisto4D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedCopulaHisto4D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedCopulaHisto4D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedCopulaHisto_2< std::array< double,4U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *,bool)\n"
" npstat::weightedCopulaHisto_2< std::array< double,4U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto5D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
bool arg6 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
{
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *ptr = (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto5D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto5D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto5D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedCopulaHisto5D" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,5U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto5D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *ptr = (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto5D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto5D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto5D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,5U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto5D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedCopulaHisto5D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedCopulaHisto5D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedCopulaHisto5D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedCopulaHisto5D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedCopulaHisto_2< std::array< double,5U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *,bool)\n"
" npstat::weightedCopulaHisto_2< std::array< double,5U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto6D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
bool arg6 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
{
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *ptr = (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto6D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto6D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto6D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedCopulaHisto6D" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,6U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto6D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *ptr = (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto6D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto6D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto6D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,6U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto6D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedCopulaHisto6D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedCopulaHisto6D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedCopulaHisto6D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedCopulaHisto6D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedCopulaHisto_2< std::array< double,6U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *,bool)\n"
" npstat::weightedCopulaHisto_2< std::array< double,6U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto7D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
bool arg6 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
{
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *ptr = (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto7D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto7D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto7D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedCopulaHisto7D" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,7U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto7D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *ptr = (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto7D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto7D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto7D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,7U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto7D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedCopulaHisto7D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedCopulaHisto7D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedCopulaHisto7D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedCopulaHisto7D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedCopulaHisto_2< std::array< double,7U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *,bool)\n"
" npstat::weightedCopulaHisto_2< std::array< double,7U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto8D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
bool arg6 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
{
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *ptr = (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto8D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto8D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto8D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedCopulaHisto8D" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,8U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto8D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *ptr = (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto8D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto8D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto8D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,8U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto8D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedCopulaHisto8D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedCopulaHisto8D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedCopulaHisto8D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedCopulaHisto8D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedCopulaHisto_2< std::array< double,8U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *,bool)\n"
" npstat::weightedCopulaHisto_2< std::array< double,8U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto9D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
bool arg6 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
{
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *ptr = (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto9D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto9D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto9D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedCopulaHisto9D" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,9U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto9D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *ptr = (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto9D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto9D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto9D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,9U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto9D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedCopulaHisto9D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedCopulaHisto9D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedCopulaHisto9D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedCopulaHisto9D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedCopulaHisto_2< std::array< double,9U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *,bool)\n"
" npstat::weightedCopulaHisto_2< std::array< double,9U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto10D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
bool arg6 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
bool val6 ;
int ecode6 = 0 ;
double result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
{
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *ptr = (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto10D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto10D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto10D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
ecode6 = SWIG_AsVal_bool(swig_obj[4], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedCopulaHisto10D" "', argument " "6"" of type '" "bool""'");
}
arg6 = static_cast< bool >(val6);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,10U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto10D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *arg1 = 0 ;
std::vector< double,std::allocator< double > > *arg2 = 0 ;
unsigned int *arg3 = (unsigned int *) 0 ;
unsigned int arg4 ;
npstat::HistoND< double,npstat::HistoAxis > *arg5 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 = SWIG_OLDOBJ ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
{
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *ptr = (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedCopulaHisto10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
arg1 = ptr;
}
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res2 = swig::asptr(swig_obj[1], &ptr);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "weightedCopulaHisto10D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedCopulaHisto10D" "', argument " "2"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg2 = ptr;
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[2],
NPY_UINT,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (unsigned int*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
res5 = SWIG_ConvertPtr(swig_obj[3], &argp5,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedCopulaHisto10D" "', argument " "5"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg5 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp5);
{
try {
result = (double)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedCopulaHisto_2< std::array< double,10U >,npstat::HistoND< double,npstat::HistoAxis > >((std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &)*arg1,(std::vector< double,std::allocator< double > > const &)*arg2,(unsigned int const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (SWIG_IsNewObj(res2)) delete arg2;
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedCopulaHisto10D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedCopulaHisto10D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedCopulaHisto10D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = swig::asptr(argv[0], (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = swig::asptr(argv[1], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
{
_v = is_array(argv[2]) || PySequence_Check(argv[2]);
}
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedCopulaHisto10D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedCopulaHisto10D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedCopulaHisto_2< std::array< double,10U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *,bool)\n"
" npstat::weightedCopulaHisto_2< std::array< double,10U >,npstat::HistoND< double,npstat::HistoAxis > >(std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &,std::vector< double,std::allocator< double > > const &,unsigned int const *,unsigned int const,npstat::HistoND< double,npstat::HistoAxis > *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_CompositeGauss1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeGauss1D *arg1 = (npstat::CompositeGauss1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeGauss1D, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_CompositeGauss1D" "', argument " "1"" of type '" "npstat::CompositeGauss1D *""'");
}
arg1 = reinterpret_cast< npstat::CompositeGauss1D * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_CompositeGauss1D_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::CompositeGauss1D *arg1 = (npstat::CompositeGauss1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::CompositeGauss1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__CompositeGauss1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "CompositeGauss1D_clone" "', argument " "1"" of type '" "npstat::CompositeGauss1D const *""'");
}
arg1 = reinterpret_cast< npstat::CompositeGauss1D * >(argp1);
{
try {
result = (npstat::CompositeGauss1D *)((npstat::CompositeGauss1D const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__CompositeGauss1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *CompositeGauss1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__CompositeGauss1D, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_BetaGauss1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BetaGauss1D *arg1 = (npstat::BetaGauss1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BetaGauss1D, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_BetaGauss1D" "', argument " "1"" of type '" "npstat::BetaGauss1D *""'");
}
arg1 = reinterpret_cast< npstat::BetaGauss1D * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BetaGauss1D_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BetaGauss1D *arg1 = (npstat::BetaGauss1D *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::BetaGauss1D *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BetaGauss1D, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BetaGauss1D_clone" "', argument " "1"" of type '" "npstat::BetaGauss1D const *""'");
}
arg1 = reinterpret_cast< npstat::BetaGauss1D * >(argp1);
{
try {
result = (npstat::BetaGauss1D *)((npstat::BetaGauss1D const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BetaGauss1D, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *BetaGauss1D_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BetaGauss1D, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_LogQuadraticLadder(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LogQuadraticLadder *arg1 = (npstat::LogQuadraticLadder *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LogQuadraticLadder, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LogQuadraticLadder" "', argument " "1"" of type '" "npstat::LogQuadraticLadder *""'");
}
arg1 = reinterpret_cast< npstat::LogQuadraticLadder * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_LogQuadraticLadder_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::LogQuadraticLadder *arg1 = (npstat::LogQuadraticLadder *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::LogQuadraticLadder *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__LogQuadraticLadder, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LogQuadraticLadder_clone" "', argument " "1"" of type '" "npstat::LogQuadraticLadder const *""'");
}
arg1 = reinterpret_cast< npstat::LogQuadraticLadder * >(argp1);
{
try {
result = (npstat::LogQuadraticLadder *)((npstat::LogQuadraticLadder const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__LogQuadraticLadder, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *LogQuadraticLadder_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__LogQuadraticLadder, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_BinnedCompositeJohnson(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BinnedCompositeJohnson *arg1 = (npstat::BinnedCompositeJohnson *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BinnedCompositeJohnson, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_BinnedCompositeJohnson" "', argument " "1"" of type '" "npstat::BinnedCompositeJohnson *""'");
}
arg1 = reinterpret_cast< npstat::BinnedCompositeJohnson * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinnedCompositeJohnson_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::BinnedCompositeJohnson *arg1 = (npstat::BinnedCompositeJohnson *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::BinnedCompositeJohnson *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__BinnedCompositeJohnson, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinnedCompositeJohnson_clone" "', argument " "1"" of type '" "npstat::BinnedCompositeJohnson const *""'");
}
arg1 = reinterpret_cast< npstat::BinnedCompositeJohnson * >(argp1);
{
try {
result = (npstat::BinnedCompositeJohnson *)((npstat::BinnedCompositeJohnson const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__BinnedCompositeJohnson, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *BinnedCompositeJohnson_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__BinnedCompositeJohnson, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_delete_JohnsonLadder(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::JohnsonLadder *arg1 = (npstat::JohnsonLadder *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__JohnsonLadder, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_JohnsonLadder" "', argument " "1"" of type '" "npstat::JohnsonLadder *""'");
}
arg1 = reinterpret_cast< npstat::JohnsonLadder * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_JohnsonLadder_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::JohnsonLadder *arg1 = (npstat::JohnsonLadder *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::JohnsonLadder *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__JohnsonLadder, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "JohnsonLadder_clone" "', argument " "1"" of type '" "npstat::JohnsonLadder const *""'");
}
arg1 = reinterpret_cast< npstat::JohnsonLadder * >(argp1);
{
try {
result = (npstat::JohnsonLadder *)((npstat::JohnsonLadder const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__JohnsonLadder, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *JohnsonLadder_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__JohnsonLadder, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_empiricalCopulaDensity(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = (npstat::ArrayND< double,1U,10U > *) 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "empiricalCopulaDensity", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > *ptr = (std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "empiricalCopulaDensity" "', argument " "1"" of type '" "std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "empiricalCopulaDensity" "', argument " "1"" of type '" "std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "empiricalCopulaDensity" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > *""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR empiricalCopulaDensity< std::vector< double >,npstat::ArrayND< double > >((std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_empiricalCopulaDensity2D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = (npstat::ArrayND< double,1U,10U > *) 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "empiricalCopulaDensity2D", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *ptr = (std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "empiricalCopulaDensity2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "empiricalCopulaDensity2D" "', argument " "1"" of type '" "std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "empiricalCopulaDensity2D" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > *""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR empiricalCopulaDensity< std::array< double,2U >,npstat::ArrayND< double > >((std::vector< std::array< double,2U >,std::allocator< std::array< double,2U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_empiricalCopulaDensity3D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = (npstat::ArrayND< double,1U,10U > *) 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "empiricalCopulaDensity3D", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *ptr = (std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "empiricalCopulaDensity3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "empiricalCopulaDensity3D" "', argument " "1"" of type '" "std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "empiricalCopulaDensity3D" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > *""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR empiricalCopulaDensity< std::array< double,3U >,npstat::ArrayND< double > >((std::vector< std::array< double,3U >,std::allocator< std::array< double,3U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_empiricalCopulaDensity4D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = (npstat::ArrayND< double,1U,10U > *) 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "empiricalCopulaDensity4D", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *ptr = (std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "empiricalCopulaDensity4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "empiricalCopulaDensity4D" "', argument " "1"" of type '" "std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "empiricalCopulaDensity4D" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > *""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR empiricalCopulaDensity< std::array< double,4U >,npstat::ArrayND< double > >((std::vector< std::array< double,4U >,std::allocator< std::array< double,4U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_empiricalCopulaDensity5D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = (npstat::ArrayND< double,1U,10U > *) 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "empiricalCopulaDensity5D", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *ptr = (std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "empiricalCopulaDensity5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "empiricalCopulaDensity5D" "', argument " "1"" of type '" "std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "empiricalCopulaDensity5D" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > *""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR empiricalCopulaDensity< std::array< double,5U >,npstat::ArrayND< double > >((std::vector< std::array< double,5U >,std::allocator< std::array< double,5U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_empiricalCopulaDensity6D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = (npstat::ArrayND< double,1U,10U > *) 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "empiricalCopulaDensity6D", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *ptr = (std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "empiricalCopulaDensity6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "empiricalCopulaDensity6D" "', argument " "1"" of type '" "std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "empiricalCopulaDensity6D" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > *""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR empiricalCopulaDensity< std::array< double,6U >,npstat::ArrayND< double > >((std::vector< std::array< double,6U >,std::allocator< std::array< double,6U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_empiricalCopulaDensity7D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = (npstat::ArrayND< double,1U,10U > *) 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "empiricalCopulaDensity7D", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *ptr = (std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "empiricalCopulaDensity7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "empiricalCopulaDensity7D" "', argument " "1"" of type '" "std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "empiricalCopulaDensity7D" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > *""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR empiricalCopulaDensity< std::array< double,7U >,npstat::ArrayND< double > >((std::vector< std::array< double,7U >,std::allocator< std::array< double,7U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_empiricalCopulaDensity8D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = (npstat::ArrayND< double,1U,10U > *) 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "empiricalCopulaDensity8D", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *ptr = (std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "empiricalCopulaDensity8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "empiricalCopulaDensity8D" "', argument " "1"" of type '" "std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "empiricalCopulaDensity8D" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > *""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR empiricalCopulaDensity< std::array< double,8U >,npstat::ArrayND< double > >((std::vector< std::array< double,8U >,std::allocator< std::array< double,8U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_empiricalCopulaDensity9D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = (npstat::ArrayND< double,1U,10U > *) 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "empiricalCopulaDensity9D", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *ptr = (std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "empiricalCopulaDensity9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "empiricalCopulaDensity9D" "', argument " "1"" of type '" "std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "empiricalCopulaDensity9D" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > *""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR empiricalCopulaDensity< std::array< double,9U >,npstat::ArrayND< double > >((std::vector< std::array< double,9U >,std::allocator< std::array< double,9U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_empiricalCopulaDensity10D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *arg1 = 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
npstat::ArrayND< double,1U,10U > *arg4 = (npstat::ArrayND< double,1U,10U > *) 0 ;
int res1 = SWIG_OLDOBJ ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "empiricalCopulaDensity10D", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *ptr = (std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "empiricalCopulaDensity10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "empiricalCopulaDensity10D" "', argument " "1"" of type '" "std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &""'");
}
arg1 = ptr;
}
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
res4 = SWIG_ConvertPtr(swig_obj[2], &argp4,SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "empiricalCopulaDensity10D" "', argument " "4"" of type '" "npstat::ArrayND< double,1U,10U > *""'");
}
arg4 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR empiricalCopulaDensity< std::array< double,10U >,npstat::ArrayND< double > >((std::vector< std::array< double,10U >,std::allocator< std::array< double,10U > > > const &)*arg1,(unsigned int const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SmoothedEMUnfoldND__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ResponseMatrix *arg1 = 0 ;
npstat::AbsUnfoldingFilterND *arg2 = 0 ;
bool arg3 ;
bool arg4 ;
bool arg5 ;
double arg6 ;
unsigned int arg7 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
bool val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
unsigned int val7 ;
int ecode7 = 0 ;
npstat::SmoothedEMUnfoldND *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ResponseMatrix, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::ResponseMatrix const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::ResponseMatrix const &""'");
}
arg1 = reinterpret_cast< npstat::ResponseMatrix * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsUnfoldingFilterND, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_SmoothedEMUnfoldND" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SmoothedEMUnfoldND" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const &""'");
}
arg2 = reinterpret_cast< npstat::AbsUnfoldingFilterND * >(argp2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_SmoothedEMUnfoldND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_SmoothedEMUnfoldND" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_bool(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_SmoothedEMUnfoldND" "', argument " "5"" of type '" "bool""'");
}
arg5 = static_cast< bool >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_SmoothedEMUnfoldND" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
ecode7 = SWIG_AsVal_unsigned_SS_int(swig_obj[6], &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "new_SmoothedEMUnfoldND" "', argument " "7"" of type '" "unsigned int""'");
}
arg7 = static_cast< unsigned int >(val7);
{
try {
result = (npstat::SmoothedEMUnfoldND *)new npstat::SmoothedEMUnfoldND((npstat::ResponseMatrix const &)*arg1,(npstat::AbsUnfoldingFilterND const &)*arg2,arg3,arg4,arg5,arg6,arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SmoothedEMUnfoldND, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SmoothedEMUnfoldND__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ResponseMatrix *arg1 = 0 ;
npstat::AbsUnfoldingFilterND *arg2 = 0 ;
bool arg3 ;
bool arg4 ;
bool arg5 ;
double arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
bool val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
npstat::SmoothedEMUnfoldND *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ResponseMatrix, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::ResponseMatrix const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::ResponseMatrix const &""'");
}
arg1 = reinterpret_cast< npstat::ResponseMatrix * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsUnfoldingFilterND, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_SmoothedEMUnfoldND" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SmoothedEMUnfoldND" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const &""'");
}
arg2 = reinterpret_cast< npstat::AbsUnfoldingFilterND * >(argp2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_SmoothedEMUnfoldND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_SmoothedEMUnfoldND" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_bool(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_SmoothedEMUnfoldND" "', argument " "5"" of type '" "bool""'");
}
arg5 = static_cast< bool >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_SmoothedEMUnfoldND" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
try {
result = (npstat::SmoothedEMUnfoldND *)new npstat::SmoothedEMUnfoldND((npstat::ResponseMatrix const &)*arg1,(npstat::AbsUnfoldingFilterND const &)*arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SmoothedEMUnfoldND, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SmoothedEMUnfoldND__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ResponseMatrix *arg1 = 0 ;
npstat::AbsUnfoldingFilterND *arg2 = 0 ;
bool arg3 ;
bool arg4 ;
bool arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
bool val5 ;
int ecode5 = 0 ;
npstat::SmoothedEMUnfoldND *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ResponseMatrix, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::ResponseMatrix const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::ResponseMatrix const &""'");
}
arg1 = reinterpret_cast< npstat::ResponseMatrix * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsUnfoldingFilterND, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_SmoothedEMUnfoldND" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SmoothedEMUnfoldND" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const &""'");
}
arg2 = reinterpret_cast< npstat::AbsUnfoldingFilterND * >(argp2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_SmoothedEMUnfoldND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_SmoothedEMUnfoldND" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
ecode5 = SWIG_AsVal_bool(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_SmoothedEMUnfoldND" "', argument " "5"" of type '" "bool""'");
}
arg5 = static_cast< bool >(val5);
{
try {
result = (npstat::SmoothedEMUnfoldND *)new npstat::SmoothedEMUnfoldND((npstat::ResponseMatrix const &)*arg1,(npstat::AbsUnfoldingFilterND const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SmoothedEMUnfoldND, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SmoothedEMUnfoldND__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ResponseMatrix *arg1 = 0 ;
npstat::AbsUnfoldingFilterND *arg2 = 0 ;
bool arg3 ;
bool arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
bool val4 ;
int ecode4 = 0 ;
npstat::SmoothedEMUnfoldND *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ResponseMatrix, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::ResponseMatrix const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::ResponseMatrix const &""'");
}
arg1 = reinterpret_cast< npstat::ResponseMatrix * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsUnfoldingFilterND, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_SmoothedEMUnfoldND" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SmoothedEMUnfoldND" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const &""'");
}
arg2 = reinterpret_cast< npstat::AbsUnfoldingFilterND * >(argp2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_SmoothedEMUnfoldND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
ecode4 = SWIG_AsVal_bool(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_SmoothedEMUnfoldND" "', argument " "4"" of type '" "bool""'");
}
arg4 = static_cast< bool >(val4);
{
try {
result = (npstat::SmoothedEMUnfoldND *)new npstat::SmoothedEMUnfoldND((npstat::ResponseMatrix const &)*arg1,(npstat::AbsUnfoldingFilterND const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SmoothedEMUnfoldND, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SmoothedEMUnfoldND__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ResponseMatrix *arg1 = 0 ;
npstat::AbsUnfoldingFilterND *arg2 = 0 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
npstat::SmoothedEMUnfoldND *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ResponseMatrix, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::ResponseMatrix const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::ResponseMatrix const &""'");
}
arg1 = reinterpret_cast< npstat::ResponseMatrix * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsUnfoldingFilterND, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_SmoothedEMUnfoldND" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SmoothedEMUnfoldND" "', argument " "2"" of type '" "npstat::AbsUnfoldingFilterND const &""'");
}
arg2 = reinterpret_cast< npstat::AbsUnfoldingFilterND * >(argp2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_SmoothedEMUnfoldND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (npstat::SmoothedEMUnfoldND *)new npstat::SmoothedEMUnfoldND((npstat::ResponseMatrix const &)*arg1,(npstat::AbsUnfoldingFilterND const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__SmoothedEMUnfoldND, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_SmoothedEMUnfoldND(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[8] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_SmoothedEMUnfoldND", 0, 7, argv))) SWIG_fail;
--argc;
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ResponseMatrix, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsUnfoldingFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_SmoothedEMUnfoldND__SWIG_4(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ResponseMatrix, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsUnfoldingFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_SmoothedEMUnfoldND__SWIG_3(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ResponseMatrix, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsUnfoldingFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_SmoothedEMUnfoldND__SWIG_2(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ResponseMatrix, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsUnfoldingFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_SmoothedEMUnfoldND__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ResponseMatrix, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsUnfoldingFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[6], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_SmoothedEMUnfoldND__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_SmoothedEMUnfoldND'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::SmoothedEMUnfoldND::SmoothedEMUnfoldND(npstat::ResponseMatrix const &,npstat::AbsUnfoldingFilterND const &,bool,bool,bool,double,unsigned int)\n"
" npstat::SmoothedEMUnfoldND::SmoothedEMUnfoldND(npstat::ResponseMatrix const &,npstat::AbsUnfoldingFilterND const &,bool,bool,bool,double)\n"
" npstat::SmoothedEMUnfoldND::SmoothedEMUnfoldND(npstat::ResponseMatrix const &,npstat::AbsUnfoldingFilterND const &,bool,bool,bool)\n"
" npstat::SmoothedEMUnfoldND::SmoothedEMUnfoldND(npstat::ResponseMatrix const &,npstat::AbsUnfoldingFilterND const &,bool,bool)\n"
" npstat::SmoothedEMUnfoldND::SmoothedEMUnfoldND(npstat::ResponseMatrix const &,npstat::AbsUnfoldingFilterND const &,bool)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_SmoothedEMUnfoldND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SmoothedEMUnfoldND" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_setMaxIterations(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
unsigned int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "SmoothedEMUnfoldND_setMaxIterations", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_setMaxIterations" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SmoothedEMUnfoldND_setMaxIterations" "', argument " "2"" of type '" "unsigned int""'");
}
arg2 = static_cast< unsigned int >(val2);
{
try {
(arg1)->setMaxIterations(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_useMultinomialCovariance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "SmoothedEMUnfoldND_useMultinomialCovariance", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_useMultinomialCovariance" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SmoothedEMUnfoldND_useMultinomialCovariance" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
(arg1)->useMultinomialCovariance(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_smoothLastIteration(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "SmoothedEMUnfoldND_smoothLastIteration", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_smoothLastIteration" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SmoothedEMUnfoldND_smoothLastIteration" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
(arg1)->smoothLastIteration(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_setConvergenceEpsilon(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
if (!SWIG_Python_UnpackTuple(args, "SmoothedEMUnfoldND_setConvergenceEpsilon", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_setConvergenceEpsilon" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SmoothedEMUnfoldND_setConvergenceEpsilon" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
(arg1)->setConvergenceEpsilon(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_convergenceEpsilon(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_convergenceEpsilon" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
{
try {
result = (double)((npstat::SmoothedEMUnfoldND const *)arg1)->convergenceEpsilon();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_maxIterations(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_maxIterations" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
{
try {
result = (unsigned int)((npstat::SmoothedEMUnfoldND const *)arg1)->maxIterations();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_usingMultinomialCovariance(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_usingMultinomialCovariance" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
{
try {
result = (bool)((npstat::SmoothedEMUnfoldND const *)arg1)->usingMultinomialCovariance();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_smoothingLastIteration(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_smoothingLastIteration" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
{
try {
result = (bool)((npstat::SmoothedEMUnfoldND const *)arg1)->smoothingLastIteration();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_lastNIterations(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_lastNIterations" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
{
try {
result = (unsigned int)((npstat::SmoothedEMUnfoldND const *)arg1)->lastNIterations();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_lastEPIterations(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_lastEPIterations" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
{
try {
result = (unsigned int)((npstat::SmoothedEMUnfoldND const *)arg1)->lastEPIterations();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_SmoothedEMUnfoldND_lastSmoothingNormfactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::SmoothedEMUnfoldND *arg1 = (npstat::SmoothedEMUnfoldND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
double result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__SmoothedEMUnfoldND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SmoothedEMUnfoldND_lastSmoothingNormfactor" "', argument " "1"" of type '" "npstat::SmoothedEMUnfoldND const *""'");
}
arg1 = reinterpret_cast< npstat::SmoothedEMUnfoldND * >(argp1);
{
try {
result = (double)((npstat::SmoothedEMUnfoldND const *)arg1)->lastSmoothingNormfactor();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *SmoothedEMUnfoldND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__SmoothedEMUnfoldND, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *SmoothedEMUnfoldND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_randomHistoFillC1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = (npstat::HistoND< float,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillC1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillC1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillC1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillC1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillC1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillC1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< float,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillC1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFillC1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFillC1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillC1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFillC1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFillC1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFillC1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< double,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFillC1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "randomHistoFillC1D", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillC1D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFillC1D__SWIG_2(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'randomHistoFillC1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::randomHistoFill1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = (npstat::HistoND< int,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< int,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = (npstat::HistoND< long,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< long,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = (npstat::HistoND< float,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< float,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = (npstat::HistoND< double,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< double,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = (npstat::HistoND< unsigned char,npstat::HistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = (npstat::HistoND< int,npstat::NUHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< int,npstat::NUHistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = (npstat::HistoND< long,npstat::NUHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< long,npstat::NUHistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = (npstat::HistoND< float,npstat::NUHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< float,npstat::NUHistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = (npstat::HistoND< double,npstat::NUHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< double,npstat::NUHistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = (npstat::HistoND< unsigned char,npstat::NUHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = (npstat::HistoND< int,npstat::DualHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< int,npstat::DualHistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = (npstat::HistoND< long,npstat::DualHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< long,npstat::DualHistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = (npstat::HistoND< float,npstat::DualHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< float,npstat::DualHistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = (npstat::HistoND< double,npstat::DualHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< double,npstat::DualHistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D__SWIG_15(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = (npstat::HistoND< unsigned char,npstat::DualHistoAxis > *) 0 ;
npstat::AbsRandomGenerator *arg2 = 0 ;
npstat::AbsDistribution1D *arg3 = 0 ;
unsigned long arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
unsigned long val4 ;
int ecode4 = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "randomHistoFill1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > *""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsRandomGenerator, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "2"" of type '" "npstat::AbsRandomGenerator &""'");
}
arg2 = reinterpret_cast< npstat::AbsRandomGenerator * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "randomHistoFill1D" "', argument " "3"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg3 = reinterpret_cast< npstat::AbsDistribution1D * >(argp3);
ecode4 = SWIG_AsVal_unsigned_SS_long(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "randomHistoFill1D" "', argument " "4"" of type '" "unsigned long""'");
}
arg4 = static_cast< unsigned long >(val4);
{
try {
npstat::SWIGTEMPLATEDISAMBIGUATOR randomHistoFill1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(arg1,*arg2,(npstat::AbsDistribution1D const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_randomHistoFill1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "randomHistoFill1D", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_3(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_4(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_5(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_6(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_7(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_8(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_9(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_10(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_11(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_12(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_13(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_14(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_npstat__AbsRandomGenerator, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_randomHistoFill1D__SWIG_15(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'randomHistoFill1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::randomHistoFill1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n"
" npstat::randomHistoFill1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > *,npstat::AbsRandomGenerator &,npstat::AbsDistribution1D const &,unsigned long)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_ScalableGaussND__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double *arg1 = (double *) 0 ;
double *arg2 = (double *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
npstat::ScalableGaussND *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ScalableGaussND" "', argument " "1"" of type '" "double const *""'");
}
arg1 = reinterpret_cast< double * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ScalableGaussND" "', argument " "2"" of type '" "double const *""'");
}
arg2 = reinterpret_cast< double * >(argp2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_ScalableGaussND" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (npstat::ScalableGaussND *)new npstat::ScalableGaussND((double const *)arg1,(double const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ScalableGaussND, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ScalableGaussND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ScalableGaussND *arg1 = (npstat::ScalableGaussND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ScalableGaussND, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ScalableGaussND" "', argument " "1"" of type '" "npstat::ScalableGaussND *""'");
}
arg1 = reinterpret_cast< npstat::ScalableGaussND * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ScalableGaussND_clone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ScalableGaussND *arg1 = (npstat::ScalableGaussND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ScalableGaussND *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ScalableGaussND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ScalableGaussND_clone" "', argument " "1"" of type '" "npstat::ScalableGaussND const *""'");
}
arg1 = reinterpret_cast< npstat::ScalableGaussND * >(argp1);
{
try {
result = (npstat::ScalableGaussND *)((npstat::ScalableGaussND const *)arg1)->clone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ScalableGaussND, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ScalableGaussND_mappedByQuantiles(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ScalableGaussND *arg1 = (npstat::ScalableGaussND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ScalableGaussND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ScalableGaussND_mappedByQuantiles" "', argument " "1"" of type '" "npstat::ScalableGaussND const *""'");
}
arg1 = reinterpret_cast< npstat::ScalableGaussND * >(argp1);
{
try {
result = (bool)((npstat::ScalableGaussND const *)arg1)->mappedByQuantiles();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ScalableGaussND_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ScalableGaussND *arg1 = (npstat::ScalableGaussND *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ScalableGaussND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ScalableGaussND_classId" "', argument " "1"" of type '" "npstat::ScalableGaussND const *""'");
}
arg1 = reinterpret_cast< npstat::ScalableGaussND * >(argp1);
{
try {
result = ((npstat::ScalableGaussND const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ScalableGaussND_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::ScalableGaussND *arg1 = (npstat::ScalableGaussND *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "ScalableGaussND_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__ScalableGaussND, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ScalableGaussND_write" "', argument " "1"" of type '" "npstat::ScalableGaussND const *""'");
}
arg1 = reinterpret_cast< npstat::ScalableGaussND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ScalableGaussND_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "ScalableGaussND_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::ScalableGaussND const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ScalableGaussND_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "ScalableGaussND_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::ScalableGaussND::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ScalableGaussND_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "ScalableGaussND_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::ScalableGaussND::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_ScalableGaussND_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::ScalableGaussND *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "ScalableGaussND_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ScalableGaussND_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "ScalableGaussND_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ScalableGaussND_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "ScalableGaussND_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::ScalableGaussND *)npstat::ScalableGaussND::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ScalableGaussND, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_ScalableGaussND__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
double *arg1 = (double *) 0 ;
unsigned int arg2 ;
double *arg3 = (double *) 0 ;
unsigned int arg4 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyArrayObject *array3 = NULL ;
int is_new_object3 = 0 ;
npstat::ScalableGaussND *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
{
npy_intp size[1] = {
-1
};
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
NPY_DOUBLE,
&is_new_object1);
if (!array1 || !require_dimensions(array1, 1) ||
!require_size(array1, size, 1)) SWIG_fail;
arg1 = (double*) array_data(array1);
arg2 = (int) array_size(array1,0);
}
{
npy_intp size[1] = {
-1
};
array3 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_DOUBLE,
&is_new_object3);
if (!array3 || !require_dimensions(array3, 1) ||
!require_size(array3, size, 1)) SWIG_fail;
arg3 = (double*) array_data(array3);
arg4 = (int) array_size(array3,0);
}
{
try {
result = (npstat::ScalableGaussND *)new npstat::ScalableGaussND((double const *)arg1,arg2,(double const *)arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ScalableGaussND, SWIG_POINTER_NEW | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
{
if (is_new_object3 && array3)
{
Py_DECREF(array3);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_new_ScalableGaussND(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_ScalableGaussND", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
{
_v = is_array(argv[0]) || PySequence_Check(argv[0]);
}
if (_v) {
{
_v = is_array(argv[1]) || PySequence_Check(argv[1]);
}
if (_v) {
if (argc <= 2) {
return _wrap_new_ScalableGaussND__SWIG_1(self, argc, argv);
}
return _wrap_new_ScalableGaussND__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_double, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_ScalableGaussND__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_ScalableGaussND'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::ScalableGaussND::ScalableGaussND(double const *,double const *,unsigned int)\n"
" npstat::ScalableGaussND::ScalableGaussND(double const *,unsigned int,double const *,unsigned int)\n");
return 0;
}
SWIGINTERN PyObject *ScalableGaussND_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__ScalableGaussND, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ScalableGaussND_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_scanKDE1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::KDE1D< double > *arg1 = 0 ;
double arg2 ;
double arg3 ;
unsigned int arg4 ;
double arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyObject *swig_obj[5] ;
PyObject *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "scanKDE1D", 5, 5, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__KDE1DT_double_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "scanKDE1D" "', argument " "1"" of type '" "npstat::KDE1D< double > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "scanKDE1D" "', argument " "1"" of type '" "npstat::KDE1D< double > const &""'");
}
arg1 = reinterpret_cast< npstat::KDE1D< double > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "scanKDE1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "scanKDE1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "scanKDE1D" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "scanKDE1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
result = (PyObject *)npstat::scanKDE1D((npstat::KDE1D< double > const &)*arg1,arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
double arg4 ;
bool arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
bool val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "variableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_bool(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "variableBandwidthSmooth1D" "', argument " "5"" of type '" "bool""'");
}
arg5 = static_cast< bool >(val5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "variableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
double arg4 ;
bool arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
bool val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "variableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_bool(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "variableBandwidthSmooth1D" "', argument " "5"" of type '" "bool""'");
}
arg5 = static_cast< bool >(val5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "variableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
double arg4 ;
bool arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
bool val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "variableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_bool(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "variableBandwidthSmooth1D" "', argument " "5"" of type '" "bool""'");
}
arg5 = static_cast< bool >(val5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "variableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
double arg4 ;
bool arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
bool val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "variableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_bool(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "variableBandwidthSmooth1D" "', argument " "5"" of type '" "bool""'");
}
arg5 = static_cast< bool >(val5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "variableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
double arg4 ;
bool arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
bool val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "variableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_bool(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "variableBandwidthSmooth1D" "', argument " "5"" of type '" "bool""'");
}
arg5 = static_cast< bool >(val5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "variableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
npstat::AbsDistribution1D *arg2 = 0 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "variableBandwidthSmooth1D" "', argument " "2"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg2 = reinterpret_cast< npstat::AbsDistribution1D * >(argp2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "variableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR variableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,(npstat::AbsDistribution1D const &)*arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_variableBandwidthSmooth1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "variableBandwidthSmooth1D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_5(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_8(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_11(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_14(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_4(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_10(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_13(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_7(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_6(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_12(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_variableBandwidthSmooth1D__SWIG_9(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'variableBandwidthSmooth1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const,double const,bool const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const,double const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const,double const,bool const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const,double const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const,double const,bool const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const,double const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const,double const,bool const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const,double const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const,double const,bool const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const,double const)\n"
" npstat::variableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,npstat::AbsDistribution1D const &,double const)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedVariableBandwidthSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedVariableBandwidthSmooth1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[5] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedVariableBandwidthSmooth1D", 0, 4, argv))) SWIG_fail;
--argc;
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedVariableBandwidthSmooth1D__SWIG_1(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedVariableBandwidthSmooth1D__SWIG_3(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedVariableBandwidthSmooth1D__SWIG_5(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedVariableBandwidthSmooth1D__SWIG_7(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedVariableBandwidthSmooth1D__SWIG_9(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedVariableBandwidthSmooth1D__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedVariableBandwidthSmooth1D__SWIG_6(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedVariableBandwidthSmooth1D__SWIG_0(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedVariableBandwidthSmooth1D__SWIG_8(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedVariableBandwidthSmooth1D__SWIG_4(self, argc, argv);
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedVariableBandwidthSmooth1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,double const,int const,double const)\n"
" npstat::weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,double const,int const)\n"
" npstat::weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,double const,int const,double const)\n"
" npstat::weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,double const,int const)\n"
" npstat::weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,double const,int const,double const)\n"
" npstat::weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,double const,int const)\n"
" npstat::weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,double const,int const,double const)\n"
" npstat::weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,double const,int const)\n"
" npstat::weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,double const,int const,double const)\n"
" npstat::weightedVariableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,double const,int const)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "simpleVariableBandwidthSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_simpleVariableBandwidthSmooth1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "simpleVariableBandwidthSmooth1D", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_simpleVariableBandwidthSmooth1D__SWIG_1(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_simpleVariableBandwidthSmooth1D__SWIG_3(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_simpleVariableBandwidthSmooth1D__SWIG_5(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_simpleVariableBandwidthSmooth1D__SWIG_7(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_simpleVariableBandwidthSmooth1D__SWIG_9(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_simpleVariableBandwidthSmooth1D__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_simpleVariableBandwidthSmooth1D__SWIG_6(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_simpleVariableBandwidthSmooth1D__SWIG_0(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_simpleVariableBandwidthSmooth1D__SWIG_8(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_simpleVariableBandwidthSmooth1D__SWIG_4(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'simpleVariableBandwidthSmooth1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,int const,double const)\n"
" npstat::simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,int const)\n"
" npstat::simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,int const,double const)\n"
" npstat::simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,int const)\n"
" npstat::simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,int const,double const)\n"
" npstat::simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,int const)\n"
" npstat::simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,int const,double const)\n"
" npstat::simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,int const)\n"
" npstat::simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,int const,double const)\n"
" npstat::simpleVariableBandwidthSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,int const)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_SCharVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< signed char,std::allocator< signed char > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< signed char > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_SCharVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< signed char,std::allocator< signed char > > *ptr = (std::vector< signed char,std::allocator< signed char > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_SCharVector" "', argument " "1"" of type '" "std::vector< signed char,std::allocator< signed char > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_SCharVector" "', argument " "1"" of type '" "std::vector< signed char,std::allocator< signed char > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_SCharVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_SCharVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< signed char > > *)new gs::ArchiveValueRecord< std::vector< signed char > >((std::vector< signed char,std::allocator< signed char > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_SCharVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< signed char > > *arg1 = (gs::ArchiveValueRecord< std::vector< signed char > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_SCharVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< signed char > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< signed char > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_SCharVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_SCharVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_SCharVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< signed char,std::allocator< signed char > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< signed char,std::allocator< signed char > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_SCharVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< signed char,std::allocator< signed char > > *ptr = (std::vector< signed char,std::allocator< signed char > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_SCharVector" "', argument " "1"" of type '" "std::vector< signed char,std::allocator< signed char > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_SCharVector" "', argument " "1"" of type '" "std::vector< signed char,std::allocator< signed char > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_SCharVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_SCharVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< signed char > >((std::vector< signed char,std::allocator< signed char > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< signed char,std::allocator< signed char > > >(static_cast< const gs::ArchiveValueRecord< std::vector< signed char,std::allocator< signed char > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_SCharVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< signed char > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_SCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_SCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_SCharVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< signed char > > *)new gs::Reference< std::vector< signed char > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_SCharVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< signed char > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_SCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_SCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_SCharVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_SCharVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< signed char > > *)new gs::Reference< std::vector< signed char > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_SCharVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< signed char > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_SCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_SCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_SCharVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_SCharVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_SCharVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_SCharVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< signed char > > *)new gs::Reference< std::vector< signed char > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_SCharVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_SCharVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_SCharVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_SCharVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_SCharVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_SCharVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< signed char > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< signed char > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< signed char > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_SCharVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< signed char > > *arg1 = (gs::Reference< std::vector< signed char > > *) 0 ;
unsigned long arg2 ;
std::vector< signed char,std::allocator< signed char > > *arg3 = (std::vector< signed char,std::allocator< signed char > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_SCharVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_SCharVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< signed char > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< signed char > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_SCharVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_signed_char_std__allocatorT_signed_char_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_SCharVector_restore" "', argument " "3"" of type '" "std::vector< signed char,std::allocator< signed char > > *""'");
}
arg3 = reinterpret_cast< std::vector< signed char,std::allocator< signed char > > * >(argp3);
{
try {
((gs::Reference< std::vector< signed char > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_SCharVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< signed char > > *arg1 = (gs::Reference< std::vector< signed char > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< signed char,std::allocator< signed char > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_SCharVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_SCharVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< signed char > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< signed char > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_SCharVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< signed char,std::allocator< signed char > > *)gs_Reference_Sl_std_vector_Sl_signed_SS_char_Sg__Sg__retrieve((gs::Reference< std::vector< signed char > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_signed_char_std__allocatorT_signed_char_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_SCharVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< signed char > > *arg1 = (gs::Reference< std::vector< signed char > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< signed char,std::allocator< signed char > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_SCharVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_SCharVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< signed char > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< signed char > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_SCharVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_signed_SS_char_Sg__Sg__getValue((gs::Reference< std::vector< signed char > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< signed char,std::allocator< signed char > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_SCharVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< signed char > > *arg1 = (gs::Reference< std::vector< signed char > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_SCharVector" "', argument " "1"" of type '" "gs::Reference< std::vector< signed char > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< signed char > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_SCharVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_SCharVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_UCharVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< unsigned char,std::allocator< unsigned char > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< unsigned char > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_UCharVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< unsigned char,std::allocator< unsigned char > > *ptr = (std::vector< unsigned char,std::allocator< unsigned char > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_UCharVector" "', argument " "1"" of type '" "std::vector< unsigned char,std::allocator< unsigned char > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_UCharVector" "', argument " "1"" of type '" "std::vector< unsigned char,std::allocator< unsigned char > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_UCharVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_UCharVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< unsigned char > > *)new gs::ArchiveValueRecord< std::vector< unsigned char > >((std::vector< unsigned char,std::allocator< unsigned char > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_UCharVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< unsigned char > > *arg1 = (gs::ArchiveValueRecord< std::vector< unsigned char > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_UCharVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< unsigned char > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< unsigned char > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_UCharVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_UCharVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_UCharVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< unsigned char,std::allocator< unsigned char > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< unsigned char,std::allocator< unsigned char > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_UCharVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< unsigned char,std::allocator< unsigned char > > *ptr = (std::vector< unsigned char,std::allocator< unsigned char > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_UCharVector" "', argument " "1"" of type '" "std::vector< unsigned char,std::allocator< unsigned char > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_UCharVector" "', argument " "1"" of type '" "std::vector< unsigned char,std::allocator< unsigned char > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_UCharVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_UCharVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< unsigned char > >((std::vector< unsigned char,std::allocator< unsigned char > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< unsigned char,std::allocator< unsigned char > > >(static_cast< const gs::ArchiveValueRecord< std::vector< unsigned char,std::allocator< unsigned char > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UCharVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< unsigned char > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_UCharVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< unsigned char > > *)new gs::Reference< std::vector< unsigned char > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UCharVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< unsigned char > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UCharVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UCharVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< unsigned char > > *)new gs::Reference< std::vector< unsigned char > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UCharVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< unsigned char > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UCharVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UCharVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UCharVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UCharVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UCharVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< unsigned char > > *)new gs::Reference< std::vector< unsigned char > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UCharVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_UCharVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_UCharVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UCharVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UCharVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_UCharVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< unsigned char > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< unsigned char > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< unsigned char > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_UCharVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned char > > *arg1 = (gs::Reference< std::vector< unsigned char > > *) 0 ;
unsigned long arg2 ;
std::vector< unsigned char,std::allocator< unsigned char > > *arg3 = (std::vector< unsigned char,std::allocator< unsigned char > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UCharVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UCharVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned char > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned char > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UCharVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_UCharVector_restore" "', argument " "3"" of type '" "std::vector< unsigned char,std::allocator< unsigned char > > *""'");
}
arg3 = reinterpret_cast< std::vector< unsigned char,std::allocator< unsigned char > > * >(argp3);
{
try {
((gs::Reference< std::vector< unsigned char > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UCharVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned char > > *arg1 = (gs::Reference< std::vector< unsigned char > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< unsigned char,std::allocator< unsigned char > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UCharVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UCharVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned char > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned char > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UCharVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< unsigned char,std::allocator< unsigned char > > *)gs_Reference_Sl_std_vector_Sl_unsigned_SS_char_Sg__Sg__retrieve((gs::Reference< std::vector< unsigned char > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UCharVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned char > > *arg1 = (gs::Reference< std::vector< unsigned char > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< unsigned char,std::allocator< unsigned char > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_UCharVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UCharVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned char > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned char > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UCharVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_unsigned_SS_char_Sg__Sg__getValue((gs::Reference< std::vector< unsigned char > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< unsigned char,std::allocator< unsigned char > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_UCharVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned char > > *arg1 = (gs::Reference< std::vector< unsigned char > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_UCharVector" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned char > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned char > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_UCharVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_UCharVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_ShortVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< short,std::allocator< short > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< short > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_ShortVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< short,std::allocator< short > > *ptr = (std::vector< short,std::allocator< short > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_ShortVector" "', argument " "1"" of type '" "std::vector< short,std::allocator< short > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_ShortVector" "', argument " "1"" of type '" "std::vector< short,std::allocator< short > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_ShortVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_ShortVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< short > > *)new gs::ArchiveValueRecord< std::vector< short > >((std::vector< short,std::allocator< short > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_short_std__allocatorT_short_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_ShortVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< short > > *arg1 = (gs::ArchiveValueRecord< std::vector< short > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_short_std__allocatorT_short_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_ShortVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< short > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< short > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_ShortVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_short_std__allocatorT_short_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_ShortVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_ShortVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< short,std::allocator< short > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< short,std::allocator< short > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_ShortVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< short,std::allocator< short > > *ptr = (std::vector< short,std::allocator< short > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_ShortVector" "', argument " "1"" of type '" "std::vector< short,std::allocator< short > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_ShortVector" "', argument " "1"" of type '" "std::vector< short,std::allocator< short > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_ShortVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_ShortVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< short > >((std::vector< short,std::allocator< short > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< short,std::allocator< short > > >(static_cast< const gs::ArchiveValueRecord< std::vector< short,std::allocator< short > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_short_std__allocatorT_short_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ShortVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< short > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_ShortVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< short > > *)new gs::Reference< std::vector< short > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_short_std__allocatorT_short_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ShortVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< short > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ShortVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ShortVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< short > > *)new gs::Reference< std::vector< short > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_short_std__allocatorT_short_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ShortVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< short > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ShortVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ShortVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ShortVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ShortVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< short > > *)new gs::Reference< std::vector< short > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_short_std__allocatorT_short_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ShortVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_ShortVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_ShortVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ShortVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ShortVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_ShortVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< short > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< short > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< short > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_ShortVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< short > > *arg1 = (gs::Reference< std::vector< short > > *) 0 ;
unsigned long arg2 ;
std::vector< short,std::allocator< short > > *arg3 = (std::vector< short,std::allocator< short > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ShortVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_short_std__allocatorT_short_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ShortVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< short > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< short > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ShortVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_short_std__allocatorT_short_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_ShortVector_restore" "', argument " "3"" of type '" "std::vector< short,std::allocator< short > > *""'");
}
arg3 = reinterpret_cast< std::vector< short,std::allocator< short > > * >(argp3);
{
try {
((gs::Reference< std::vector< short > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ShortVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< short > > *arg1 = (gs::Reference< std::vector< short > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< short,std::allocator< short > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ShortVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_short_std__allocatorT_short_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ShortVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< short > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< short > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ShortVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< short,std::allocator< short > > *)gs_Reference_Sl_std_vector_Sl_short_Sg__Sg__retrieve((gs::Reference< std::vector< short > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_short_std__allocatorT_short_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ShortVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< short > > *arg1 = (gs::Reference< std::vector< short > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< short,std::allocator< short > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_ShortVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_short_std__allocatorT_short_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ShortVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< short > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< short > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ShortVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_short_Sg__Sg__getValue((gs::Reference< std::vector< short > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< short,std::allocator< short > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_ShortVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< short > > *arg1 = (gs::Reference< std::vector< short > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_short_std__allocatorT_short_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_ShortVector" "', argument " "1"" of type '" "gs::Reference< std::vector< short > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< short > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_ShortVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_short_std__allocatorT_short_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_ShortVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_UShortVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< unsigned short,std::allocator< unsigned short > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< unsigned short > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_UShortVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< unsigned short,std::allocator< unsigned short > > *ptr = (std::vector< unsigned short,std::allocator< unsigned short > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_UShortVector" "', argument " "1"" of type '" "std::vector< unsigned short,std::allocator< unsigned short > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_UShortVector" "', argument " "1"" of type '" "std::vector< unsigned short,std::allocator< unsigned short > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_UShortVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_UShortVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< unsigned short > > *)new gs::ArchiveValueRecord< std::vector< unsigned short > >((std::vector< unsigned short,std::allocator< unsigned short > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_UShortVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< unsigned short > > *arg1 = (gs::ArchiveValueRecord< std::vector< unsigned short > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_UShortVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< unsigned short > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< unsigned short > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_UShortVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_UShortVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_UShortVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< unsigned short,std::allocator< unsigned short > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< unsigned short,std::allocator< unsigned short > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_UShortVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< unsigned short,std::allocator< unsigned short > > *ptr = (std::vector< unsigned short,std::allocator< unsigned short > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_UShortVector" "', argument " "1"" of type '" "std::vector< unsigned short,std::allocator< unsigned short > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_UShortVector" "', argument " "1"" of type '" "std::vector< unsigned short,std::allocator< unsigned short > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_UShortVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_UShortVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< unsigned short > >((std::vector< unsigned short,std::allocator< unsigned short > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< unsigned short,std::allocator< unsigned short > > >(static_cast< const gs::ArchiveValueRecord< std::vector< unsigned short,std::allocator< unsigned short > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UShortVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< unsigned short > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_UShortVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< unsigned short > > *)new gs::Reference< std::vector< unsigned short > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UShortVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< unsigned short > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UShortVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UShortVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< unsigned short > > *)new gs::Reference< std::vector< unsigned short > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UShortVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< unsigned short > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UShortVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UShortVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UShortVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UShortVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UShortVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< unsigned short > > *)new gs::Reference< std::vector< unsigned short > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UShortVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_UShortVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_UShortVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UShortVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UShortVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_UShortVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< unsigned short > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< unsigned short > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< unsigned short > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_UShortVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned short > > *arg1 = (gs::Reference< std::vector< unsigned short > > *) 0 ;
unsigned long arg2 ;
std::vector< unsigned short,std::allocator< unsigned short > > *arg3 = (std::vector< unsigned short,std::allocator< unsigned short > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UShortVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UShortVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned short > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned short > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UShortVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_UShortVector_restore" "', argument " "3"" of type '" "std::vector< unsigned short,std::allocator< unsigned short > > *""'");
}
arg3 = reinterpret_cast< std::vector< unsigned short,std::allocator< unsigned short > > * >(argp3);
{
try {
((gs::Reference< std::vector< unsigned short > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UShortVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned short > > *arg1 = (gs::Reference< std::vector< unsigned short > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< unsigned short,std::allocator< unsigned short > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UShortVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UShortVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned short > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned short > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UShortVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< unsigned short,std::allocator< unsigned short > > *)gs_Reference_Sl_std_vector_Sl_unsigned_SS_short_Sg__Sg__retrieve((gs::Reference< std::vector< unsigned short > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UShortVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned short > > *arg1 = (gs::Reference< std::vector< unsigned short > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< unsigned short,std::allocator< unsigned short > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_UShortVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UShortVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned short > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned short > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UShortVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_unsigned_SS_short_Sg__Sg__getValue((gs::Reference< std::vector< unsigned short > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< unsigned short,std::allocator< unsigned short > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_UShortVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned short > > *arg1 = (gs::Reference< std::vector< unsigned short > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_UShortVector" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned short > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned short > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_UShortVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_UShortVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_LongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< long,std::allocator< long > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< long > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_LongVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< long,std::allocator< long > > *ptr = (std::vector< long,std::allocator< long > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_LongVector" "', argument " "1"" of type '" "std::vector< long,std::allocator< long > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_LongVector" "', argument " "1"" of type '" "std::vector< long,std::allocator< long > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_LongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_LongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< long > > *)new gs::ArchiveValueRecord< std::vector< long > >((std::vector< long,std::allocator< long > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_std__allocatorT_long_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_LongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< long > > *arg1 = (gs::ArchiveValueRecord< std::vector< long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_std__allocatorT_long_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_LongVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< long > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< long > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_LongVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_std__allocatorT_long_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_LongVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_LongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< long,std::allocator< long > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< long,std::allocator< long > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_LongVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< long,std::allocator< long > > *ptr = (std::vector< long,std::allocator< long > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_LongVector" "', argument " "1"" of type '" "std::vector< long,std::allocator< long > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_LongVector" "', argument " "1"" of type '" "std::vector< long,std::allocator< long > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_LongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_LongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< long > >((std::vector< long,std::allocator< long > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< long,std::allocator< long > > >(static_cast< const gs::ArchiveValueRecord< std::vector< long,std::allocator< long > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_std__allocatorT_long_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LongVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< long > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_LongVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< long > > *)new gs::Reference< std::vector< long > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_std__allocatorT_long_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LongVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< long > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< long > > *)new gs::Reference< std::vector< long > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_std__allocatorT_long_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LongVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< long > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LongVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LongVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LongVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LongVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< long > > *)new gs::Reference< std::vector< long > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_std__allocatorT_long_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LongVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_LongVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_LongVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LongVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LongVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_LongVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< long > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< long > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< long > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_LongVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long > > *arg1 = (gs::Reference< std::vector< long > > *) 0 ;
unsigned long arg2 ;
std::vector< long,std::allocator< long > > *arg3 = (std::vector< long,std::allocator< long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LongVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_std__allocatorT_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LongVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LongVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_long_std__allocatorT_long_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_LongVector_restore" "', argument " "3"" of type '" "std::vector< long,std::allocator< long > > *""'");
}
arg3 = reinterpret_cast< std::vector< long,std::allocator< long > > * >(argp3);
{
try {
((gs::Reference< std::vector< long > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LongVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long > > *arg1 = (gs::Reference< std::vector< long > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< long,std::allocator< long > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LongVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_std__allocatorT_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LongVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LongVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< long,std::allocator< long > > *)gs_Reference_Sl_std_vector_Sl_long_Sg__Sg__retrieve((gs::Reference< std::vector< long > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_long_std__allocatorT_long_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LongVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long > > *arg1 = (gs::Reference< std::vector< long > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< long,std::allocator< long > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_LongVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_std__allocatorT_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LongVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LongVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_long_Sg__Sg__getValue((gs::Reference< std::vector< long > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< long,std::allocator< long > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_LongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long > > *arg1 = (gs::Reference< std::vector< long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_std__allocatorT_long_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_LongVector" "', argument " "1"" of type '" "gs::Reference< std::vector< long > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_LongVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_std__allocatorT_long_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_LongVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_ULongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< unsigned long,std::allocator< unsigned long > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< unsigned long > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_ULongVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< unsigned long,std::allocator< unsigned long > > *ptr = (std::vector< unsigned long,std::allocator< unsigned long > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_ULongVector" "', argument " "1"" of type '" "std::vector< unsigned long,std::allocator< unsigned long > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_ULongVector" "', argument " "1"" of type '" "std::vector< unsigned long,std::allocator< unsigned long > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_ULongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_ULongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< unsigned long > > *)new gs::ArchiveValueRecord< std::vector< unsigned long > >((std::vector< unsigned long,std::allocator< unsigned long > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_ULongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< unsigned long > > *arg1 = (gs::ArchiveValueRecord< std::vector< unsigned long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_ULongVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< unsigned long > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< unsigned long > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_ULongVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_ULongVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_ULongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< unsigned long,std::allocator< unsigned long > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< unsigned long,std::allocator< unsigned long > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_ULongVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< unsigned long,std::allocator< unsigned long > > *ptr = (std::vector< unsigned long,std::allocator< unsigned long > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_ULongVector" "', argument " "1"" of type '" "std::vector< unsigned long,std::allocator< unsigned long > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_ULongVector" "', argument " "1"" of type '" "std::vector< unsigned long,std::allocator< unsigned long > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_ULongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_ULongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< unsigned long > >((std::vector< unsigned long,std::allocator< unsigned long > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< unsigned long,std::allocator< unsigned long > > >(static_cast< const gs::ArchiveValueRecord< std::vector< unsigned long,std::allocator< unsigned long > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULongVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< unsigned long > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_ULongVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< unsigned long > > *)new gs::Reference< std::vector< unsigned long > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULongVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< unsigned long > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ULongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ULongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< unsigned long > > *)new gs::Reference< std::vector< unsigned long > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULongVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< unsigned long > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ULongVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULongVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ULongVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULongVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< unsigned long > > *)new gs::Reference< std::vector< unsigned long > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULongVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_ULongVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_ULongVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ULongVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ULongVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_ULongVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< unsigned long > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< unsigned long > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< unsigned long > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_ULongVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned long > > *arg1 = (gs::Reference< std::vector< unsigned long > > *) 0 ;
unsigned long arg2 ;
std::vector< unsigned long,std::allocator< unsigned long > > *arg3 = (std::vector< unsigned long,std::allocator< unsigned long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULongVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULongVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULongVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_ULongVector_restore" "', argument " "3"" of type '" "std::vector< unsigned long,std::allocator< unsigned long > > *""'");
}
arg3 = reinterpret_cast< std::vector< unsigned long,std::allocator< unsigned long > > * >(argp3);
{
try {
((gs::Reference< std::vector< unsigned long > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ULongVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned long > > *arg1 = (gs::Reference< std::vector< unsigned long > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< unsigned long,std::allocator< unsigned long > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULongVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULongVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULongVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< unsigned long,std::allocator< unsigned long > > *)gs_Reference_Sl_std_vector_Sl_unsigned_SS_long_Sg__Sg__retrieve((gs::Reference< std::vector< unsigned long > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ULongVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned long > > *arg1 = (gs::Reference< std::vector< unsigned long > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< unsigned long,std::allocator< unsigned long > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULongVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULongVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULongVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_unsigned_SS_long_Sg__Sg__getValue((gs::Reference< std::vector< unsigned long > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< unsigned long,std::allocator< unsigned long > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_ULongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned long > > *arg1 = (gs::Reference< std::vector< unsigned long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_ULongVector" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned long > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned long > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_ULongVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_ULongVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_IntVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< int,std::allocator< int > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< int > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_IntVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< int,std::allocator< int > > *ptr = (std::vector< int,std::allocator< int > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_IntVector" "', argument " "1"" of type '" "std::vector< int,std::allocator< int > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_IntVector" "', argument " "1"" of type '" "std::vector< int,std::allocator< int > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_IntVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_IntVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< int > > *)new gs::ArchiveValueRecord< std::vector< int > >((std::vector< int,std::allocator< int > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_int_std__allocatorT_int_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_IntVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< int > > *arg1 = (gs::ArchiveValueRecord< std::vector< int > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_int_std__allocatorT_int_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_IntVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< int > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< int > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_IntVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_int_std__allocatorT_int_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_IntVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_IntVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< int,std::allocator< int > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< int,std::allocator< int > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_IntVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< int,std::allocator< int > > *ptr = (std::vector< int,std::allocator< int > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_IntVector" "', argument " "1"" of type '" "std::vector< int,std::allocator< int > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_IntVector" "', argument " "1"" of type '" "std::vector< int,std::allocator< int > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_IntVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_IntVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< int > >((std::vector< int,std::allocator< int > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< int,std::allocator< int > > >(static_cast< const gs::ArchiveValueRecord< std::vector< int,std::allocator< int > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_int_std__allocatorT_int_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_IntVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< int > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_IntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_IntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_IntVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< int > > *)new gs::Reference< std::vector< int > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_int_std__allocatorT_int_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_IntVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< int > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_IntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_IntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_IntVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_IntVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< int > > *)new gs::Reference< std::vector< int > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_int_std__allocatorT_int_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_IntVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< int > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_IntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_IntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_IntVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_IntVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_IntVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_IntVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< int > > *)new gs::Reference< std::vector< int > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_int_std__allocatorT_int_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_IntVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_IntVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_IntVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_IntVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_IntVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_IntVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< int > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< int > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< int > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_IntVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< int > > *arg1 = (gs::Reference< std::vector< int > > *) 0 ;
unsigned long arg2 ;
std::vector< int,std::allocator< int > > *arg3 = (std::vector< int,std::allocator< int > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_IntVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_int_std__allocatorT_int_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_IntVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< int > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< int > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_IntVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_int_std__allocatorT_int_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_IntVector_restore" "', argument " "3"" of type '" "std::vector< int,std::allocator< int > > *""'");
}
arg3 = reinterpret_cast< std::vector< int,std::allocator< int > > * >(argp3);
{
try {
((gs::Reference< std::vector< int > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_IntVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< int > > *arg1 = (gs::Reference< std::vector< int > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< int,std::allocator< int > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_IntVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_int_std__allocatorT_int_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_IntVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< int > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< int > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_IntVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< int,std::allocator< int > > *)gs_Reference_Sl_std_vector_Sl_int_Sg__Sg__retrieve((gs::Reference< std::vector< int > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_int_std__allocatorT_int_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_IntVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< int > > *arg1 = (gs::Reference< std::vector< int > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< int,std::allocator< int > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_IntVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_int_std__allocatorT_int_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_IntVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< int > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< int > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_IntVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_int_Sg__Sg__getValue((gs::Reference< std::vector< int > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< int,std::allocator< int > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_IntVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< int > > *arg1 = (gs::Reference< std::vector< int > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_int_std__allocatorT_int_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_IntVector" "', argument " "1"" of type '" "gs::Reference< std::vector< int > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< int > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_IntVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_int_std__allocatorT_int_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_IntVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_LLongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< long long,std::allocator< long long > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< long long > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_LLongVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< long long,std::allocator< long long > > *ptr = (std::vector< long long,std::allocator< long long > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_LLongVector" "', argument " "1"" of type '" "std::vector< long long,std::allocator< long long > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_LLongVector" "', argument " "1"" of type '" "std::vector< long long,std::allocator< long long > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_LLongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_LLongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< long long > > *)new gs::ArchiveValueRecord< std::vector< long long > >((std::vector< long long,std::allocator< long long > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_LLongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< long long > > *arg1 = (gs::ArchiveValueRecord< std::vector< long long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_LLongVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< long long > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< long long > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_LLongVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_LLongVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_LLongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< long long,std::allocator< long long > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< long long,std::allocator< long long > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_LLongVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< long long,std::allocator< long long > > *ptr = (std::vector< long long,std::allocator< long long > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_LLongVector" "', argument " "1"" of type '" "std::vector< long long,std::allocator< long long > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_LLongVector" "', argument " "1"" of type '" "std::vector< long long,std::allocator< long long > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_LLongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_LLongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< long long > >((std::vector< long long,std::allocator< long long > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< long long,std::allocator< long long > > >(static_cast< const gs::ArchiveValueRecord< std::vector< long long,std::allocator< long long > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LLongVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< long long > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_LLongVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< long long > > *)new gs::Reference< std::vector< long long > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LLongVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< long long > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LLongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LLongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< long long > > *)new gs::Reference< std::vector< long long > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LLongVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< long long > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LLongVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LLongVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LLongVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LLongVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< long long > > *)new gs::Reference< std::vector< long long > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LLongVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_LLongVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_LLongVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LLongVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LLongVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_LLongVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< long long > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< long long > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< long long > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_LLongVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long long > > *arg1 = (gs::Reference< std::vector< long long > > *) 0 ;
unsigned long arg2 ;
std::vector< long long,std::allocator< long long > > *arg3 = (std::vector< long long,std::allocator< long long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LLongVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LLongVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< long long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LLongVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_long_long_std__allocatorT_long_long_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_LLongVector_restore" "', argument " "3"" of type '" "std::vector< long long,std::allocator< long long > > *""'");
}
arg3 = reinterpret_cast< std::vector< long long,std::allocator< long long > > * >(argp3);
{
try {
((gs::Reference< std::vector< long long > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LLongVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long long > > *arg1 = (gs::Reference< std::vector< long long > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< long long,std::allocator< long long > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LLongVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LLongVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< long long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LLongVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< long long,std::allocator< long long > > *)gs_Reference_Sl_std_vector_Sl_long_SS_long_Sg__Sg__retrieve((gs::Reference< std::vector< long long > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_long_long_std__allocatorT_long_long_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LLongVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long long > > *arg1 = (gs::Reference< std::vector< long long > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< long long,std::allocator< long long > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_LLongVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LLongVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< long long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LLongVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_long_SS_long_Sg__Sg__getValue((gs::Reference< std::vector< long long > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< long long,std::allocator< long long > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_LLongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long long > > *arg1 = (gs::Reference< std::vector< long long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_LLongVector" "', argument " "1"" of type '" "gs::Reference< std::vector< long long > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long long > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_LLongVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_long_std__allocatorT_long_long_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_LLongVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_UIntVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< unsigned int,std::allocator< unsigned int > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< unsigned int > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_UIntVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< unsigned int,std::allocator< unsigned int > > *ptr = (std::vector< unsigned int,std::allocator< unsigned int > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_UIntVector" "', argument " "1"" of type '" "std::vector< unsigned int,std::allocator< unsigned int > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_UIntVector" "', argument " "1"" of type '" "std::vector< unsigned int,std::allocator< unsigned int > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_UIntVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_UIntVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< unsigned int > > *)new gs::ArchiveValueRecord< std::vector< unsigned int > >((std::vector< unsigned int,std::allocator< unsigned int > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_UIntVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< unsigned int > > *arg1 = (gs::ArchiveValueRecord< std::vector< unsigned int > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_UIntVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< unsigned int > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< unsigned int > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_UIntVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_UIntVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_UIntVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< unsigned int,std::allocator< unsigned int > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< unsigned int,std::allocator< unsigned int > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_UIntVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< unsigned int,std::allocator< unsigned int > > *ptr = (std::vector< unsigned int,std::allocator< unsigned int > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_UIntVector" "', argument " "1"" of type '" "std::vector< unsigned int,std::allocator< unsigned int > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_UIntVector" "', argument " "1"" of type '" "std::vector< unsigned int,std::allocator< unsigned int > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_UIntVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_UIntVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< unsigned int > >((std::vector< unsigned int,std::allocator< unsigned int > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< unsigned int,std::allocator< unsigned int > > >(static_cast< const gs::ArchiveValueRecord< std::vector< unsigned int,std::allocator< unsigned int > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UIntVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< unsigned int > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UIntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UIntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_UIntVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< unsigned int > > *)new gs::Reference< std::vector< unsigned int > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UIntVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< unsigned int > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UIntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UIntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UIntVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UIntVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< unsigned int > > *)new gs::Reference< std::vector< unsigned int > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UIntVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< unsigned int > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UIntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UIntVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UIntVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UIntVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UIntVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UIntVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< unsigned int > > *)new gs::Reference< std::vector< unsigned int > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UIntVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_UIntVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_UIntVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UIntVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UIntVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_UIntVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< unsigned int > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< unsigned int > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< unsigned int > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_UIntVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned int > > *arg1 = (gs::Reference< std::vector< unsigned int > > *) 0 ;
unsigned long arg2 ;
std::vector< unsigned int,std::allocator< unsigned int > > *arg3 = (std::vector< unsigned int,std::allocator< unsigned int > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UIntVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UIntVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned int > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned int > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UIntVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_UIntVector_restore" "', argument " "3"" of type '" "std::vector< unsigned int,std::allocator< unsigned int > > *""'");
}
arg3 = reinterpret_cast< std::vector< unsigned int,std::allocator< unsigned int > > * >(argp3);
{
try {
((gs::Reference< std::vector< unsigned int > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UIntVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned int > > *arg1 = (gs::Reference< std::vector< unsigned int > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< unsigned int,std::allocator< unsigned int > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UIntVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UIntVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned int > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned int > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UIntVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< unsigned int,std::allocator< unsigned int > > *)gs_Reference_Sl_std_vector_Sl_unsigned_SS_int_Sg__Sg__retrieve((gs::Reference< std::vector< unsigned int > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UIntVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned int > > *arg1 = (gs::Reference< std::vector< unsigned int > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< unsigned int,std::allocator< unsigned int > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_UIntVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UIntVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned int > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned int > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UIntVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_unsigned_SS_int_Sg__Sg__getValue((gs::Reference< std::vector< unsigned int > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< unsigned int,std::allocator< unsigned int > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_UIntVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned int > > *arg1 = (gs::Reference< std::vector< unsigned int > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_UIntVector" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned int > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned int > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_UIntVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_UIntVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_ULLongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< unsigned long long,std::allocator< unsigned long long > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< unsigned long long > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_ULLongVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< unsigned long long,std::allocator< unsigned long long > > *ptr = (std::vector< unsigned long long,std::allocator< unsigned long long > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_ULLongVector" "', argument " "1"" of type '" "std::vector< unsigned long long,std::allocator< unsigned long long > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_ULLongVector" "', argument " "1"" of type '" "std::vector< unsigned long long,std::allocator< unsigned long long > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_ULLongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_ULLongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< unsigned long long > > *)new gs::ArchiveValueRecord< std::vector< unsigned long long > >((std::vector< unsigned long long,std::allocator< unsigned long long > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_ULLongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< unsigned long long > > *arg1 = (gs::ArchiveValueRecord< std::vector< unsigned long long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_ULLongVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< unsigned long long > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< unsigned long long > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_ULLongVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_ULLongVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_ULLongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< unsigned long long,std::allocator< unsigned long long > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< unsigned long long,std::allocator< unsigned long long > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_ULLongVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< unsigned long long,std::allocator< unsigned long long > > *ptr = (std::vector< unsigned long long,std::allocator< unsigned long long > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_ULLongVector" "', argument " "1"" of type '" "std::vector< unsigned long long,std::allocator< unsigned long long > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_ULLongVector" "', argument " "1"" of type '" "std::vector< unsigned long long,std::allocator< unsigned long long > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_ULLongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_ULLongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< unsigned long long > >((std::vector< unsigned long long,std::allocator< unsigned long long > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< unsigned long long,std::allocator< unsigned long long > > >(static_cast< const gs::ArchiveValueRecord< std::vector< unsigned long long,std::allocator< unsigned long long > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULLongVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< unsigned long long > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_ULLongVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< unsigned long long > > *)new gs::Reference< std::vector< unsigned long long > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULLongVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< unsigned long long > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ULLongVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ULLongVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< unsigned long long > > *)new gs::Reference< std::vector< unsigned long long > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULLongVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< unsigned long long > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULLongVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ULLongVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULLongVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ULLongVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULLongVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< unsigned long long > > *)new gs::Reference< std::vector< unsigned long long > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULLongVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_ULLongVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_ULLongVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ULLongVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ULLongVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_ULLongVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< unsigned long long > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< unsigned long long > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< unsigned long long > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_ULLongVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned long long > > *arg1 = (gs::Reference< std::vector< unsigned long long > > *) 0 ;
unsigned long arg2 ;
std::vector< unsigned long long,std::allocator< unsigned long long > > *arg3 = (std::vector< unsigned long long,std::allocator< unsigned long long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULLongVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULLongVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned long long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned long long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULLongVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_ULLongVector_restore" "', argument " "3"" of type '" "std::vector< unsigned long long,std::allocator< unsigned long long > > *""'");
}
arg3 = reinterpret_cast< std::vector< unsigned long long,std::allocator< unsigned long long > > * >(argp3);
{
try {
((gs::Reference< std::vector< unsigned long long > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ULLongVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned long long > > *arg1 = (gs::Reference< std::vector< unsigned long long > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< unsigned long long,std::allocator< unsigned long long > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULLongVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULLongVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned long long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned long long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULLongVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< unsigned long long,std::allocator< unsigned long long > > *)gs_Reference_Sl_std_vector_Sl_unsigned_SS_long_SS_long_Sg__Sg__retrieve((gs::Reference< std::vector< unsigned long long > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ULLongVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned long long > > *arg1 = (gs::Reference< std::vector< unsigned long long > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< unsigned long long,std::allocator< unsigned long long > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULLongVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULLongVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned long long > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned long long > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULLongVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_unsigned_SS_long_SS_long_Sg__Sg__getValue((gs::Reference< std::vector< unsigned long long > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< unsigned long long,std::allocator< unsigned long long > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_ULLongVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< unsigned long long > > *arg1 = (gs::Reference< std::vector< unsigned long long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_ULLongVector" "', argument " "1"" of type '" "gs::Reference< std::vector< unsigned long long > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< unsigned long long > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_ULLongVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_ULLongVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_FloatVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< float,std::allocator< float > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< float > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_FloatVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< float,std::allocator< float > > *ptr = (std::vector< float,std::allocator< float > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_FloatVector" "', argument " "1"" of type '" "std::vector< float,std::allocator< float > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_FloatVector" "', argument " "1"" of type '" "std::vector< float,std::allocator< float > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_FloatVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_FloatVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< float > > *)new gs::ArchiveValueRecord< std::vector< float > >((std::vector< float,std::allocator< float > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_float_std__allocatorT_float_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_FloatVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< float > > *arg1 = (gs::ArchiveValueRecord< std::vector< float > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_float_std__allocatorT_float_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_FloatVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< float > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< float > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_FloatVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_float_std__allocatorT_float_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_FloatVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_FloatVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< float,std::allocator< float > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< float,std::allocator< float > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_FloatVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< float,std::allocator< float > > *ptr = (std::vector< float,std::allocator< float > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_FloatVector" "', argument " "1"" of type '" "std::vector< float,std::allocator< float > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_FloatVector" "', argument " "1"" of type '" "std::vector< float,std::allocator< float > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_FloatVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_FloatVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< float > >((std::vector< float,std::allocator< float > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< float,std::allocator< float > > >(static_cast< const gs::ArchiveValueRecord< std::vector< float,std::allocator< float > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_float_std__allocatorT_float_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FloatVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< float > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_FloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_FloatVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< float > > *)new gs::Reference< std::vector< float > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_float_std__allocatorT_float_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FloatVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< float > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_FloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_FloatVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_FloatVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< float > > *)new gs::Reference< std::vector< float > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_float_std__allocatorT_float_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FloatVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< float > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_FloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_FloatVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FloatVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_FloatVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_FloatVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< float > > *)new gs::Reference< std::vector< float > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_float_std__allocatorT_float_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_FloatVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_FloatVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_FloatVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_FloatVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_FloatVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_FloatVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< float > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< float > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< float > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_FloatVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< float > > *arg1 = (gs::Reference< std::vector< float > > *) 0 ;
unsigned long arg2 ;
std::vector< float,std::allocator< float > > *arg3 = (std::vector< float,std::allocator< float > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_FloatVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_float_std__allocatorT_float_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_FloatVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< float > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< float > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_FloatVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_float_std__allocatorT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_FloatVector_restore" "', argument " "3"" of type '" "std::vector< float,std::allocator< float > > *""'");
}
arg3 = reinterpret_cast< std::vector< float,std::allocator< float > > * >(argp3);
{
try {
((gs::Reference< std::vector< float > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_FloatVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< float > > *arg1 = (gs::Reference< std::vector< float > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< float,std::allocator< float > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_FloatVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_float_std__allocatorT_float_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_FloatVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< float > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< float > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_FloatVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< float,std::allocator< float > > *)gs_Reference_Sl_std_vector_Sl_float_Sg__Sg__retrieve((gs::Reference< std::vector< float > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_float_std__allocatorT_float_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_FloatVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< float > > *arg1 = (gs::Reference< std::vector< float > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< float,std::allocator< float > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_FloatVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_float_std__allocatorT_float_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_FloatVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< float > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< float > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_FloatVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_float_Sg__Sg__getValue((gs::Reference< std::vector< float > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< float,std::allocator< float > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_FloatVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< float > > *arg1 = (gs::Reference< std::vector< float > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_float_std__allocatorT_float_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_FloatVector" "', argument " "1"" of type '" "gs::Reference< std::vector< float > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< float > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_FloatVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_float_std__allocatorT_float_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_FloatVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_DoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< double,std::allocator< double > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_DoubleVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_DoubleVector" "', argument " "1"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_DoubleVector" "', argument " "1"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_DoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_DoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< double > > *)new gs::ArchiveValueRecord< std::vector< double > >((std::vector< double,std::allocator< double > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_double_std__allocatorT_double_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_DoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< double > > *arg1 = (gs::ArchiveValueRecord< std::vector< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_double_std__allocatorT_double_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_DoubleVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< double > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_DoubleVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_double_std__allocatorT_double_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_DoubleVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_DoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< double,std::allocator< double > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< double,std::allocator< double > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_DoubleVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_DoubleVector" "', argument " "1"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_DoubleVector" "', argument " "1"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_DoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_DoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< double > >((std::vector< double,std::allocator< double > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< double,std::allocator< double > > >(static_cast< const gs::ArchiveValueRecord< std::vector< double,std::allocator< double > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_double_std__allocatorT_double_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DoubleVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< double > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_DoubleVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< double > > *)new gs::Reference< std::vector< double > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_double_std__allocatorT_double_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DoubleVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< double > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_DoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_DoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< double > > *)new gs::Reference< std::vector< double > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_double_std__allocatorT_double_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DoubleVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< double > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_DoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_DoubleVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DoubleVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_DoubleVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_DoubleVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< double > > *)new gs::Reference< std::vector< double > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_double_std__allocatorT_double_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_DoubleVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_DoubleVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_DoubleVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_DoubleVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_DoubleVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_DoubleVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< double > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< double > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< double > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_DoubleVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< double > > *arg1 = (gs::Reference< std::vector< double > > *) 0 ;
unsigned long arg2 ;
std::vector< double,std::allocator< double > > *arg3 = (std::vector< double,std::allocator< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_DoubleVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_double_std__allocatorT_double_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_DoubleVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_DoubleVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_double_std__allocatorT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_DoubleVector_restore" "', argument " "3"" of type '" "std::vector< double,std::allocator< double > > *""'");
}
arg3 = reinterpret_cast< std::vector< double,std::allocator< double > > * >(argp3);
{
try {
((gs::Reference< std::vector< double > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_DoubleVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< double > > *arg1 = (gs::Reference< std::vector< double > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< double,std::allocator< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_DoubleVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_double_std__allocatorT_double_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_DoubleVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_DoubleVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< double,std::allocator< double > > *)gs_Reference_Sl_std_vector_Sl_double_Sg__Sg__retrieve((gs::Reference< std::vector< double > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_double_std__allocatorT_double_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_DoubleVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< double > > *arg1 = (gs::Reference< std::vector< double > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< double,std::allocator< double > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_DoubleVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_double_std__allocatorT_double_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_DoubleVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_DoubleVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_double_Sg__Sg__getValue((gs::Reference< std::vector< double > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< double,std::allocator< double > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_DoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< double > > *arg1 = (gs::Reference< std::vector< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_double_std__allocatorT_double_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_DoubleVector" "', argument " "1"" of type '" "gs::Reference< std::vector< double > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_DoubleVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_double_std__allocatorT_double_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_DoubleVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_LDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< long double,std::allocator< long double > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< long double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_LDoubleVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< long double,std::allocator< long double > > *ptr = (std::vector< long double,std::allocator< long double > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_LDoubleVector" "', argument " "1"" of type '" "std::vector< long double,std::allocator< long double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_LDoubleVector" "', argument " "1"" of type '" "std::vector< long double,std::allocator< long double > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_LDoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_LDoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< long double > > *)new gs::ArchiveValueRecord< std::vector< long double > >((std::vector< long double,std::allocator< long double > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_LDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< long double > > *arg1 = (gs::ArchiveValueRecord< std::vector< long double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_LDoubleVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< long double > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< long double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_LDoubleVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_LDoubleVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_LDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< long double,std::allocator< long double > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< long double,std::allocator< long double > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_LDoubleVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< long double,std::allocator< long double > > *ptr = (std::vector< long double,std::allocator< long double > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_LDoubleVector" "', argument " "1"" of type '" "std::vector< long double,std::allocator< long double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_LDoubleVector" "', argument " "1"" of type '" "std::vector< long double,std::allocator< long double > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_LDoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_LDoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< long double > >((std::vector< long double,std::allocator< long double > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< long double,std::allocator< long double > > >(static_cast< const gs::ArchiveValueRecord< std::vector< long double,std::allocator< long double > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LDoubleVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< long double > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_LDoubleVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< long double > > *)new gs::Reference< std::vector< long double > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LDoubleVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< long double > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LDoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LDoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< long double > > *)new gs::Reference< std::vector< long double > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LDoubleVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< long double > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LDoubleVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LDoubleVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LDoubleVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LDoubleVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< long double > > *)new gs::Reference< std::vector< long double > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LDoubleVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_LDoubleVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_LDoubleVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LDoubleVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LDoubleVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_LDoubleVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< long double > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< long double > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< long double > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_LDoubleVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long double > > *arg1 = (gs::Reference< std::vector< long double > > *) 0 ;
unsigned long arg2 ;
std::vector< long double,std::allocator< long double > > *arg3 = (std::vector< long double,std::allocator< long double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LDoubleVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LDoubleVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< long double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LDoubleVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_long_double_std__allocatorT_long_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_LDoubleVector_restore" "', argument " "3"" of type '" "std::vector< long double,std::allocator< long double > > *""'");
}
arg3 = reinterpret_cast< std::vector< long double,std::allocator< long double > > * >(argp3);
{
try {
((gs::Reference< std::vector< long double > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LDoubleVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long double > > *arg1 = (gs::Reference< std::vector< long double > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< long double,std::allocator< long double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LDoubleVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LDoubleVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< long double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LDoubleVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< long double,std::allocator< long double > > *)gs_Reference_Sl_std_vector_Sl_long_SS_double_Sg__Sg__retrieve((gs::Reference< std::vector< long double > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_long_double_std__allocatorT_long_double_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LDoubleVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long double > > *arg1 = (gs::Reference< std::vector< long double > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< long double,std::allocator< long double > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_LDoubleVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LDoubleVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< long double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LDoubleVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_long_SS_double_Sg__Sg__getValue((gs::Reference< std::vector< long double > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< long double,std::allocator< long double > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_LDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< long double > > *arg1 = (gs::Reference< std::vector< long double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_LDoubleVector" "', argument " "1"" of type '" "gs::Reference< std::vector< long double > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< long double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_LDoubleVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_long_double_std__allocatorT_long_double_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_LDoubleVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_CFloatVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::complex< float >,std::allocator< std::complex< float > > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< std::complex< float > > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_CFloatVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::complex< float >,std::allocator< std::complex< float > > > *ptr = (std::vector< std::complex< float >,std::allocator< std::complex< float > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_CFloatVector" "', argument " "1"" of type '" "std::vector< std::complex< float >,std::allocator< std::complex< float > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_CFloatVector" "', argument " "1"" of type '" "std::vector< std::complex< float >,std::allocator< std::complex< float > > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_CFloatVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_CFloatVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< std::complex< float > > > *)new gs::ArchiveValueRecord< std::vector< std::complex< float > > >((std::vector< std::complex< float >,std::allocator< std::complex< float > > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_CFloatVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< std::complex< float > > > *arg1 = (gs::ArchiveValueRecord< std::vector< std::complex< float > > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_CFloatVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< std::complex< float > > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< std::complex< float > > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_CFloatVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_CFloatVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_CFloatVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::complex< float >,std::allocator< std::complex< float > > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< std::complex< float >,std::allocator< std::complex< float > > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_CFloatVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::complex< float >,std::allocator< std::complex< float > > > *ptr = (std::vector< std::complex< float >,std::allocator< std::complex< float > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_CFloatVector" "', argument " "1"" of type '" "std::vector< std::complex< float >,std::allocator< std::complex< float > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_CFloatVector" "', argument " "1"" of type '" "std::vector< std::complex< float >,std::allocator< std::complex< float > > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_CFloatVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_CFloatVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< std::complex< float > > >((std::vector< std::complex< float >,std::allocator< std::complex< float > > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< std::complex< float >,std::allocator< std::complex< float > > > >(static_cast< const gs::ArchiveValueRecord< std::vector< std::complex< float >,std::allocator< std::complex< float > > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CFloatVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< std::complex< float > > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CFloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CFloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_CFloatVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< std::complex< float > > > *)new gs::Reference< std::vector< std::complex< float > > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CFloatVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< std::complex< float > > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CFloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CFloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CFloatVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CFloatVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< std::complex< float > > > *)new gs::Reference< std::vector< std::complex< float > > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CFloatVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< std::complex< float > > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CFloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CFloatVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CFloatVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CFloatVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CFloatVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CFloatVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< std::complex< float > > > *)new gs::Reference< std::vector< std::complex< float > > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CFloatVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_CFloatVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_CFloatVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CFloatVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CFloatVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_CFloatVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< std::complex< float > > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< std::complex< float > > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< std::complex< float > > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_CFloatVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< float > > > *arg1 = (gs::Reference< std::vector< std::complex< float > > > *) 0 ;
unsigned long arg2 ;
std::vector< std::complex< float >,std::allocator< std::complex< float > > > *arg3 = (std::vector< std::complex< float >,std::allocator< std::complex< float > > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CFloatVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CFloatVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< float > > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< float > > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CFloatVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_CFloatVector_restore" "', argument " "3"" of type '" "std::vector< std::complex< float >,std::allocator< std::complex< float > > > *""'");
}
arg3 = reinterpret_cast< std::vector< std::complex< float >,std::allocator< std::complex< float > > > * >(argp3);
{
try {
((gs::Reference< std::vector< std::complex< float > > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CFloatVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< float > > > *arg1 = (gs::Reference< std::vector< std::complex< float > > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< std::complex< float >,std::allocator< std::complex< float > > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CFloatVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CFloatVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< float > > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< float > > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CFloatVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< std::complex< float >,std::allocator< std::complex< float > > > *)gs_Reference_Sl_std_vector_Sl_std_complex_Sl_float_Sg__Sg__Sg__retrieve((gs::Reference< std::vector< std::complex< float > > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CFloatVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< float > > > *arg1 = (gs::Reference< std::vector< std::complex< float > > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< std::complex< float >,std::allocator< std::complex< float > > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_CFloatVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CFloatVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< float > > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< float > > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CFloatVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_std_complex_Sl_float_Sg__Sg__Sg__getValue((gs::Reference< std::vector< std::complex< float > > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< std::complex< float >,std::allocator< std::complex< float > > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_CFloatVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< float > > > *arg1 = (gs::Reference< std::vector< std::complex< float > > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_CFloatVector" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< float > > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< float > > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_CFloatVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_CFloatVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_CDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::complex< double >,std::allocator< std::complex< double > > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< std::complex< double > > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_CDoubleVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::complex< double >,std::allocator< std::complex< double > > > *ptr = (std::vector< std::complex< double >,std::allocator< std::complex< double > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_CDoubleVector" "', argument " "1"" of type '" "std::vector< std::complex< double >,std::allocator< std::complex< double > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_CDoubleVector" "', argument " "1"" of type '" "std::vector< std::complex< double >,std::allocator< std::complex< double > > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_CDoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_CDoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< std::complex< double > > > *)new gs::ArchiveValueRecord< std::vector< std::complex< double > > >((std::vector< std::complex< double >,std::allocator< std::complex< double > > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_CDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< std::complex< double > > > *arg1 = (gs::ArchiveValueRecord< std::vector< std::complex< double > > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_CDoubleVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< std::complex< double > > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< std::complex< double > > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_CDoubleVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_CDoubleVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_CDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::complex< double >,std::allocator< std::complex< double > > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< std::complex< double >,std::allocator< std::complex< double > > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_CDoubleVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::complex< double >,std::allocator< std::complex< double > > > *ptr = (std::vector< std::complex< double >,std::allocator< std::complex< double > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_CDoubleVector" "', argument " "1"" of type '" "std::vector< std::complex< double >,std::allocator< std::complex< double > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_CDoubleVector" "', argument " "1"" of type '" "std::vector< std::complex< double >,std::allocator< std::complex< double > > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_CDoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_CDoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< std::complex< double > > >((std::vector< std::complex< double >,std::allocator< std::complex< double > > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< std::complex< double >,std::allocator< std::complex< double > > > >(static_cast< const gs::ArchiveValueRecord< std::vector< std::complex< double >,std::allocator< std::complex< double > > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CDoubleVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< std::complex< double > > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_CDoubleVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< std::complex< double > > > *)new gs::Reference< std::vector< std::complex< double > > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CDoubleVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< std::complex< double > > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CDoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CDoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< std::complex< double > > > *)new gs::Reference< std::vector< std::complex< double > > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CDoubleVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< std::complex< double > > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CDoubleVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CDoubleVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CDoubleVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CDoubleVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< std::complex< double > > > *)new gs::Reference< std::vector< std::complex< double > > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CDoubleVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_CDoubleVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_CDoubleVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CDoubleVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CDoubleVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_CDoubleVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< std::complex< double > > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< std::complex< double > > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< std::complex< double > > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_CDoubleVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< double > > > *arg1 = (gs::Reference< std::vector< std::complex< double > > > *) 0 ;
unsigned long arg2 ;
std::vector< std::complex< double >,std::allocator< std::complex< double > > > *arg3 = (std::vector< std::complex< double >,std::allocator< std::complex< double > > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CDoubleVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CDoubleVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< double > > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< double > > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CDoubleVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_CDoubleVector_restore" "', argument " "3"" of type '" "std::vector< std::complex< double >,std::allocator< std::complex< double > > > *""'");
}
arg3 = reinterpret_cast< std::vector< std::complex< double >,std::allocator< std::complex< double > > > * >(argp3);
{
try {
((gs::Reference< std::vector< std::complex< double > > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CDoubleVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< double > > > *arg1 = (gs::Reference< std::vector< std::complex< double > > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< std::complex< double >,std::allocator< std::complex< double > > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CDoubleVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CDoubleVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< double > > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< double > > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CDoubleVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< std::complex< double >,std::allocator< std::complex< double > > > *)gs_Reference_Sl_std_vector_Sl_std_complex_Sl_double_Sg__Sg__Sg__retrieve((gs::Reference< std::vector< std::complex< double > > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CDoubleVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< double > > > *arg1 = (gs::Reference< std::vector< std::complex< double > > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< std::complex< double >,std::allocator< std::complex< double > > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_CDoubleVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CDoubleVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< double > > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< double > > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CDoubleVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_std_complex_Sl_double_Sg__Sg__Sg__getValue((gs::Reference< std::vector< std::complex< double > > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< std::complex< double >,std::allocator< std::complex< double > > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_CDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< double > > > *arg1 = (gs::Reference< std::vector< std::complex< double > > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_CDoubleVector" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< double > > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< double > > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_CDoubleVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_CDoubleVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_CLDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< std::complex< long double > > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_CLDoubleVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *ptr = (std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_CLDoubleVector" "', argument " "1"" of type '" "std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_CLDoubleVector" "', argument " "1"" of type '" "std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_CLDoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_CLDoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< std::complex< long double > > > *)new gs::ArchiveValueRecord< std::vector< std::complex< long double > > >((std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_CLDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< std::complex< long double > > > *arg1 = (gs::ArchiveValueRecord< std::vector< std::complex< long double > > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_CLDoubleVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< std::complex< long double > > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< std::complex< long double > > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_CLDoubleVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_CLDoubleVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_CLDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_CLDoubleVector", 3, 3, swig_obj)) SWIG_fail;
{
std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *ptr = (std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *)0;
res1 = swig::asptr(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_CLDoubleVector" "', argument " "1"" of type '" "std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_CLDoubleVector" "', argument " "1"" of type '" "std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_CLDoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_CLDoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< std::complex< long double > > >((std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > >(static_cast< const gs::ArchiveValueRecord< std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CLDoubleVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< std::complex< long double > > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CLDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CLDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_CLDoubleVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< std::complex< long double > > > *)new gs::Reference< std::vector< std::complex< long double > > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CLDoubleVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< std::complex< long double > > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CLDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CLDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CLDoubleVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CLDoubleVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< std::complex< long double > > > *)new gs::Reference< std::vector< std::complex< long double > > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CLDoubleVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< std::complex< long double > > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CLDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CLDoubleVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CLDoubleVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CLDoubleVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CLDoubleVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CLDoubleVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< std::complex< long double > > > *)new gs::Reference< std::vector< std::complex< long double > > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CLDoubleVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_CLDoubleVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_CLDoubleVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CLDoubleVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CLDoubleVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_CLDoubleVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< std::complex< long double > > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< std::complex< long double > > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< std::complex< long double > > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_CLDoubleVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< long double > > > *arg1 = (gs::Reference< std::vector< std::complex< long double > > > *) 0 ;
unsigned long arg2 ;
std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *arg3 = (std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CLDoubleVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CLDoubleVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< long double > > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< long double > > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CLDoubleVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_CLDoubleVector_restore" "', argument " "3"" of type '" "std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *""'");
}
arg3 = reinterpret_cast< std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > * >(argp3);
{
try {
((gs::Reference< std::vector< std::complex< long double > > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CLDoubleVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< long double > > > *arg1 = (gs::Reference< std::vector< std::complex< long double > > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CLDoubleVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CLDoubleVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< long double > > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< long double > > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CLDoubleVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > *)gs_Reference_Sl_std_vector_Sl_std_complex_Sl_long_SS_double_Sg__Sg__Sg__retrieve((gs::Reference< std::vector< std::complex< long double > > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CLDoubleVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< long double > > > *arg1 = (gs::Reference< std::vector< std::complex< long double > > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_CLDoubleVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CLDoubleVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< long double > > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< long double > > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CLDoubleVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_std_complex_Sl_long_SS_double_Sg__Sg__Sg__getValue((gs::Reference< std::vector< std::complex< long double > > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = swig::from(static_cast< std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_CLDoubleVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::complex< long double > > > *arg1 = (gs::Reference< std::vector< std::complex< long double > > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_CLDoubleVector" "', argument " "1"" of type '" "gs::Reference< std::vector< std::complex< long double > > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::complex< long double > > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_CLDoubleVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_CLDoubleVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_StringVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::string,std::allocator< std::string > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::vector< std::string > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_StringVector", 3, 3, swig_obj)) SWIG_fail;
{
if (PySequence_Check(swig_obj[0]))
{
arg1 = new std::vector<std::string>();
const Py_ssize_t size = PySequence_Size(swig_obj[0]);
arg1->reserve(size);
for (Py_ssize_t i=0; i<size; ++i)
{
PyObject *o = PySequence_GetItem(swig_obj[0], i);
assert(o);
if (PyUnicode_Check(o))
{
PyObject* pyStr = PyUnicode_AsEncodedString(o, "utf-8", "Error -");
assert(pyStr);
const char* contents = PyBytes_AsString(pyStr);
assert(contents);
arg1->push_back(std::string(contents));
Py_DECREF(pyStr);
Py_DECREF(o);
}
else
{
Py_DECREF(o);
delete arg1;
SWIG_exception(SWIG_TypeError, "sequence must contain only strings");
return NULL;
}
}
}
else
{
SWIG_exception(SWIG_TypeError, "expected a sequence of strings");
return NULL;
}
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_StringVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_StringVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::vector< std::string > > *)new gs::ArchiveValueRecord< std::vector< std::string > >((std::vector< std::string,std::allocator< std::string > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, SWIG_POINTER_NEW | 0 );
{
delete arg1;
}
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
{
delete arg1;
}
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_StringVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::vector< std::string > > *arg1 = (gs::ArchiveValueRecord< std::vector< std::string > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_StringVector" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::vector< std::string > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::vector< std::string > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_StringVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_StringVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_StringVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::vector< std::string,std::allocator< std::string > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_StringVector", 3, 3, swig_obj)) SWIG_fail;
{
if (PySequence_Check(swig_obj[0]))
{
arg1 = new std::vector<std::string>();
const Py_ssize_t size = PySequence_Size(swig_obj[0]);
arg1->reserve(size);
for (Py_ssize_t i=0; i<size; ++i)
{
PyObject *o = PySequence_GetItem(swig_obj[0], i);
assert(o);
if (PyUnicode_Check(o))
{
PyObject* pyStr = PyUnicode_AsEncodedString(o, "utf-8", "Error -");
assert(pyStr);
const char* contents = PyBytes_AsString(pyStr);
assert(contents);
arg1->push_back(std::string(contents));
Py_DECREF(pyStr);
Py_DECREF(o);
}
else
{
Py_DECREF(o);
delete arg1;
SWIG_exception(SWIG_TypeError, "sequence must contain only strings");
return NULL;
}
}
}
else
{
SWIG_exception(SWIG_TypeError, "expected a sequence of strings");
return NULL;
}
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_StringVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_StringVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::vector< std::string > >((std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,std::allocator< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::vector< std::string,std::allocator< std::string > > >(static_cast< const gs::ArchiveValueRecord< std::vector< std::string,std::allocator< std::string > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, SWIG_POINTER_OWN | 0 );
{
delete arg1;
}
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
{
delete arg1;
}
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StringVector__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::vector< std::string > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_StringVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StringVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_StringVector" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::vector< std::string > > *)new gs::Reference< std::vector< std::string > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StringVector__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::vector< std::string > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_StringVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StringVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_StringVector" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_StringVector" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::vector< std::string > > *)new gs::Reference< std::vector< std::string > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StringVector__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::vector< std::string > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_StringVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StringVector" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_StringVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StringVector" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_StringVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StringVector" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::vector< std::string > > *)new gs::Reference< std::vector< std::string > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StringVector(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_StringVector", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_StringVector__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_StringVector__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_StringVector__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_StringVector'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::vector< std::string > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::vector< std::string > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::vector< std::string > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_StringVector_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::string > > *arg1 = (gs::Reference< std::vector< std::string > > *) 0 ;
unsigned long arg2 ;
std::vector< std::string,std::allocator< std::string > > *arg3 = (std::vector< std::string,std::allocator< std::string > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_StringVector_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_StringVector_restore" "', argument " "1"" of type '" "gs::Reference< std::vector< std::string > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::string > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_StringVector_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__vectorT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_std__allocatorT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_StringVector_restore" "', argument " "3"" of type '" "std::vector< std::string,std::allocator< std::string > > *""'");
}
arg3 = reinterpret_cast< std::vector< std::string,std::allocator< std::string > > * >(argp3);
{
try {
((gs::Reference< std::vector< std::string > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_StringVector_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::string > > *arg1 = (gs::Reference< std::vector< std::string > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< std::string,std::allocator< std::string > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_StringVector_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_StringVector_retrieve" "', argument " "1"" of type '" "gs::Reference< std::vector< std::string > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::string > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_StringVector_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::vector< std::string,std::allocator< std::string > > *)gs_Reference_Sl_std_vector_Sl_std_string_Sg__Sg__retrieve((gs::Reference< std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_std__allocatorT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_StringVector_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::string > > *arg1 = (gs::Reference< std::vector< std::string > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::vector< std::string,std::allocator< std::string > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_StringVector_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_StringVector_getValue" "', argument " "1"" of type '" "gs::Reference< std::vector< std::string > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::string > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_StringVector_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_vector_Sl_std_string_Sg__Sg__getValue((gs::Reference< std::vector< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
{
const unsigned long vsize = (&result)->size();
resultobj = PyList_New(vsize);
if (resultobj)
{
bool ok = true;
for (unsigned long i=0; i<vsize && ok; ++i)
{
PyObject* copy = PyUnicode_FromString((result[i]).c_str());
if (copy == NULL)
ok = false;
else
PyList_SET_ITEM(resultobj, i, copy);
}
if (!ok)
{
Py_DECREF(resultobj);
resultobj = NULL;
}
}
}
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_StringVector(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::vector< std::string > > *arg1 = (gs::Reference< std::vector< std::string > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_StringVector" "', argument " "1"" of type '" "gs::Reference< std::vector< std::string > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::vector< std::string > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_StringVector_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__vectorT_std__string_std__allocatorT_std__string_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_StringVector_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars__SWIG_15(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
std::vector< double,std::allocator< double > > *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
int res5 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res5 = swig::asptr(swig_obj[4], &ptr);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars" "', argument " "5"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg5 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,arg2,arg3,arg4,(std::vector< double,std::allocator< double > > const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res5)) delete arg5;
return resultobj;
fail:
if (SWIG_IsNewObj(res5)) delete arg5;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "histoBars", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_2(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_3(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_4(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_5(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_6(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_7(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_8(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_9(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_10(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_11(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_12(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_13(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_14(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[4], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars__SWIG_15(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'histoBars'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::histoBars< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d__SWIG_15(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
double arg3 ;
double arg4 ;
double arg5 ;
double arg6 ;
std::vector< double,std::allocator< double > > *arg7 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
double val5 ;
int ecode5 = 0 ;
double val6 ;
int ecode6 = 0 ;
int res7 = SWIG_OLDOBJ ;
PyObject *result = 0 ;
if ((nobjs < 7) || (nobjs > 7)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBars3d" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "histoBars3d" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "histoBars3d" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "histoBars3d" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "histoBars3d" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
std::vector< double,std::allocator< double > > *ptr = (std::vector< double,std::allocator< double > > *)0;
res7 = swig::asptr(swig_obj[6], &ptr);
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBars3d" "', argument " "7"" of type '" "std::vector< double,std::allocator< double > > const &""'");
}
arg7 = ptr;
}
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBars3d< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,arg2,arg3,arg4,arg5,arg6,(std::vector< double,std::allocator< double > > const &)*arg7);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res7)) delete arg7;
return resultobj;
fail:
if (SWIG_IsNewObj(res7)) delete arg7;
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBars3d(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[8] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "histoBars3d", 0, 7, argv))) SWIG_fail;
--argc;
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_1(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_3(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_5(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_6(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_7(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_8(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_9(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_10(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_11(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_12(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_13(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_14(self, argc, argv);
}
}
}
}
}
}
}
}
if (argc == 7) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = swig::asptr(argv[6], (std::vector< double,std::allocator< double > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBars3d__SWIG_15(self, argc, argv);
}
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'histoBars3d'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::histoBars3d< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n"
" npstat::histoBars3d< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,double const,double const,double const,double const,double const,std::vector< double,std::allocator< double > > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_15(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_16(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_17(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_18(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_19(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_20(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_21(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_22(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_23(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_24(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_25(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_26(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_27(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_28(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_29(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_30(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_31(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_32(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_33(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_34(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_35(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_36(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_37(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_38(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_39(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_40(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_41(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_42(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_43(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_44(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_45(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBins1D" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_46(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBins1D" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D__SWIG_47(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBins1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBins1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "doubleHistoBins1D", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_5(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_8(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_11(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_14(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_17(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_20(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_23(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_26(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_29(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_32(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_35(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_38(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_41(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_44(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_47(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_4(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_28(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_16(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_31(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_10(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_34(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_19(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_37(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_7(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_40(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_22(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_43(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_13(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_46(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_25(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_33(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_6(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_24(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_36(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_12(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_18(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_39(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_27(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_9(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_42(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_3(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_30(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_45(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_21(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBins1D__SWIG_15(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'doubleHistoBins1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::doubleHistoBins1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBins1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_scanDensityND(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsDistributionND *arg1 = 0 ;
npstat::BoxND< double > *arg2 = 0 ;
std::vector< unsigned int,std::allocator< unsigned int > > *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
int res3 = SWIG_OLDOBJ ;
PyObject *swig_obj[3] ;
PyObject *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "scanDensityND", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistributionND, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "scanDensityND" "', argument " "1"" of type '" "npstat::AbsDistributionND const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "scanDensityND" "', argument " "1"" of type '" "npstat::AbsDistributionND const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistributionND * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__BoxNDT_double_t, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "scanDensityND" "', argument " "2"" of type '" "npstat::BoxND< double > const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "scanDensityND" "', argument " "2"" of type '" "npstat::BoxND< double > const &""'");
}
arg2 = reinterpret_cast< npstat::BoxND< double > * >(argp2);
{
std::vector< unsigned int,std::allocator< unsigned int > > *ptr = (std::vector< unsigned int,std::allocator< unsigned int > > *)0;
res3 = swig::asptr(swig_obj[2], &ptr);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "scanDensityND" "', argument " "3"" of type '" "std::vector< unsigned int,std::allocator< unsigned int > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "scanDensityND" "', argument " "3"" of type '" "std::vector< unsigned int,std::allocator< unsigned int > > const &""'");
}
arg3 = ptr;
}
{
try {
result = (PyObject *)npstat::scanDensityND((npstat::AbsDistributionND const &)*arg1,(npstat::BoxND< double > const &)*arg2,(std::vector< unsigned int,std::allocator< unsigned int > > const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
if (SWIG_IsNewObj(res3)) delete arg3;
return resultobj;
fail:
if (SWIG_IsNewObj(res3)) delete arg3;
return NULL;
}
SWIGINTERN PyObject *_wrap_templateParameters(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
PyObject *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "templateParameters" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "templateParameters" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
{
try {
result = (PyObject *)npstat::templateParameters((gs::ClassId const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_numpyArrayType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
PyObject *arg1 = (PyObject *) 0 ;
PyObject *swig_obj[1] ;
int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
arg1 = swig_obj[0];
{
try {
result = (int)npstat::numpyArrayType(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_isNumpyShapeCompatible(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
PyObject *arg1 = (PyObject *) 0 ;
unsigned int *arg2 = (unsigned int *) 0 ;
unsigned int arg3 ;
PyArrayObject *array2 = NULL ;
int is_new_object2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "isNumpyShapeCompatible", 2, 2, swig_obj)) SWIG_fail;
arg1 = swig_obj[0];
{
npy_intp size[1] = {
-1
};
array2 = obj_to_array_contiguous_allow_conversion(swig_obj[1],
NPY_UINT,
&is_new_object2);
if (!array2 || !require_dimensions(array2, 1) ||
!require_size(array2, size, 1)) SWIG_fail;
arg2 = (unsigned int*) array_data(array2);
arg3 = (int) array_size(array2,0);
}
{
try {
result = (bool)npstat::isNumpyShapeCompatible(arg1,(unsigned int const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return resultobj;
fail:
{
if (is_new_object2 && array2)
{
Py_DECREF(array2);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_linearNumpyArrayElement(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
PyObject *arg1 = (PyObject *) 0 ;
unsigned long arg2 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
PyObject *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "linearNumpyArrayElement", 2, 2, swig_obj)) SWIG_fail;
arg1 = swig_obj[0];
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "linearNumpyArrayElement" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (PyObject *)npstat::linearNumpyArrayElement(arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_sumOfSquaredDifferences(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
PyObject *arg1 = (PyObject *) 0 ;
PyObject *arg2 = (PyObject *) 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "sumOfSquaredDifferences", 2, 2, swig_obj)) SWIG_fail;
arg1 = swig_obj[0];
arg2 = swig_obj[1];
{
try {
result = (double)npstat::sumOfSquaredDifferences(arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyBool(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
bool *arg1 = (bool *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< unsigned char,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<bool >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (bool*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< unsigned char,1U,10U > *)npstat::arrayNDFromNumpyBool(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_unsigned_char_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyInMemBool(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
bool *arg1 = (bool *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< unsigned char,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<bool >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (bool*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< unsigned char,1U,10U > *)npstat::arrayNDFromNumpyInMemBool(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_unsigned_char_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyUChar(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned char *arg1 = (unsigned char *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< unsigned char,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<unsigned char >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (unsigned char*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< unsigned char,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpy< unsigned char >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_unsigned_char_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyInt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
int *arg1 = (int *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< int,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<int >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (int*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< int,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpy< int >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_int_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyLong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
long *arg1 = (long *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< long,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<long >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (long*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< long,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpy< long >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_long_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyFloat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
float *arg1 = (float *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< float,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<float >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (float*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< float,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpy< float >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double *arg1 = (double *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< double,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<double >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (double*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< double,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpy< double >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyCFloat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::complex< float > *arg1 = (std::complex< float > *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< std::complex< float >,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<std::complex<float> >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (std::complex<float>*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< std::complex< float >,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpy< std::complex< float > >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_std__complexT_float_t_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyCDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::complex< double > *arg1 = (std::complex< double > *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< std::complex< double >,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<std::complex<double> >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (std::complex<double>*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< std::complex< double >,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpy< std::complex< double > >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_std__complexT_double_t_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyInMemUChar(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned char *arg1 = (unsigned char *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< unsigned char,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<unsigned char >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (unsigned char*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< unsigned char,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpyInMem< unsigned char >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_unsigned_char_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyInMemInt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
int *arg1 = (int *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< int,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<int >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (int*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< int,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpyInMem< int >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_int_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyInMemLong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
long *arg1 = (long *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< long,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<long >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (long*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< long,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpyInMem< long >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_long_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyInMemFloat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
float *arg1 = (float *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< float,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<float >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (float*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< float,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpyInMem< float >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDFromNumpyInMemDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double *arg1 = (double *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::ArrayND< double,1U,10U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<double >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (double*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::ArrayND< double,1U,10U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDFromNumpyInMem< double >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixFromNumpy(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double *arg1 = (double *) 0 ;
long *arg2 = (long *) 0 ;
int arg3 ;
PyArrayObject *array1 = NULL ;
int is_new_object1 = 0 ;
PyObject *swig_obj[1] ;
npstat::Matrix< double,16U > *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
{
array1 = obj_to_array_contiguous_allow_conversion(swig_obj[0],
npstat::NumpyTypecode<double >::code, &is_new_object1);
if (!array1) SWIG_fail;
arg1 = (double*)array_data(array1);
arg2 = array_dimensions(array1);
arg3 = array_numdims(array1);
}
{
try {
result = (npstat::Matrix< double,16U > *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixFromNumpy< double >(arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__MatrixT_double_16U_t, SWIG_POINTER_OWN | 0 );
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return resultobj;
fail:
{
if (is_new_object1 && array1)
{
Py_DECREF(array1);
}
}
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_15(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_16(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_17(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_18(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_19(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_20(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_21(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_22(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_23(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_24(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_25(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_26(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_27(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_28(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_29(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_30(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoOutline1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D__SWIG_31(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoOutline1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoOutline1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoOutline1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "histoOutline1D", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_3(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_5(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_7(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_9(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_11(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_13(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_15(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_17(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_19(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_21(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_23(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_25(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_27(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_29(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoOutline1D__SWIG_31(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_2(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_18(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_10(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_20(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_6(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_22(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_12(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_24(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_4(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_26(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_14(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_28(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_8(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_30(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoOutline1D__SWIG_16(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'histoOutline1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::histoOutline1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &)\n"
" npstat::histoOutline1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,double const)\n"
" npstat::histoOutline1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_15(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_16(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_17(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_18(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_19(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_20(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_21(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_22(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_23(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_24(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_25(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_26(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_27(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_28(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_29(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_30(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
double arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "histoBinContents1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D__SWIG_31(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "histoBinContents1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR histoBinContents1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_histoBinContents1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "histoBinContents1D", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_3(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_5(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_7(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_9(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_11(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_13(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_15(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_17(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_19(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_21(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_23(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_25(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_27(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_29(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_histoBinContents1D__SWIG_31(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_2(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_18(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_10(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_20(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_6(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_22(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_12(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_24(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_4(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_26(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_14(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_28(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_8(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_30(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_histoBinContents1D__SWIG_16(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'histoBinContents1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::histoBinContents1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &)\n"
" npstat::histoBinContents1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,double const)\n"
" npstat::histoBinContents1D< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_scanDensity1D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::AbsDistribution1D *arg1 = 0 ;
double arg2 ;
double arg3 ;
unsigned int arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
PyObject *swig_obj[4] ;
PyObject *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "scanDensity1D", 4, 4, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__AbsDistribution1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "scanDensity1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "scanDensity1D" "', argument " "1"" of type '" "npstat::AbsDistribution1D const &""'");
}
arg1 = reinterpret_cast< npstat::AbsDistribution1D * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "scanDensity1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "scanDensity1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "scanDensity1D" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
{
try {
result = (PyObject *)npstat::scanDensity1D((npstat::AbsDistribution1D const &)*arg1,arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_StorableNone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableNone *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_StorableNone", 0, 0, 0)) SWIG_fail;
{
try {
result = (npstat::StorableNone *)new npstat::StorableNone();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StorableNone, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StorableNone___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableNone *arg1 = (npstat::StorableNone *) 0 ;
npstat::StorableNone *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "StorableNone___eq__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableNone, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StorableNone___eq__" "', argument " "1"" of type '" "npstat::StorableNone const *""'");
}
arg1 = reinterpret_cast< npstat::StorableNone * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__StorableNone, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StorableNone___eq__" "', argument " "2"" of type '" "npstat::StorableNone const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StorableNone___eq__" "', argument " "2"" of type '" "npstat::StorableNone const &""'");
}
arg2 = reinterpret_cast< npstat::StorableNone * >(argp2);
{
try {
result = (bool)((npstat::StorableNone const *)arg1)->operator ==((npstat::StorableNone const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
PyErr_Clear();
Py_INCREF(Py_NotImplemented);
return Py_NotImplemented;
}
SWIGINTERN PyObject *_wrap_StorableNone___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableNone *arg1 = (npstat::StorableNone *) 0 ;
npstat::StorableNone *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "StorableNone___ne__", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableNone, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StorableNone___ne__" "', argument " "1"" of type '" "npstat::StorableNone const *""'");
}
arg1 = reinterpret_cast< npstat::StorableNone * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_npstat__StorableNone, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StorableNone___ne__" "', argument " "2"" of type '" "npstat::StorableNone const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StorableNone___ne__" "', argument " "2"" of type '" "npstat::StorableNone const &""'");
}
arg2 = reinterpret_cast< npstat::StorableNone * >(argp2);
{
try {
result = (bool)((npstat::StorableNone const *)arg1)->operator !=((npstat::StorableNone const &)*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
PyErr_Clear();
Py_INCREF(Py_NotImplemented);
return Py_NotImplemented;
}
SWIGINTERN PyObject *_wrap_StorableNone_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableNone *arg1 = (npstat::StorableNone *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableNone, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StorableNone_classId" "', argument " "1"" of type '" "npstat::StorableNone const *""'");
}
arg1 = reinterpret_cast< npstat::StorableNone * >(argp1);
{
try {
result = ((npstat::StorableNone const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StorableNone_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableNone *arg1 = (npstat::StorableNone *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "StorableNone_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableNone, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StorableNone_write" "', argument " "1"" of type '" "npstat::StorableNone const *""'");
}
arg1 = reinterpret_cast< npstat::StorableNone * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StorableNone_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StorableNone_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((npstat::StorableNone const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StorableNone_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "StorableNone_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)npstat::StorableNone::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StorableNone_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "StorableNone_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)npstat::StorableNone::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StorableNone_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StorableNone *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "StorableNone_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StorableNone_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StorableNone_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StorableNone_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StorableNone_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (npstat::StorableNone *)npstat::StorableNone::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StorableNone, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_StorableNone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableNone *arg1 = (npstat::StorableNone *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_npstat__StorableNone, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_StorableNone" "', argument " "1"" of type '" "npstat::StorableNone *""'");
}
arg1 = reinterpret_cast< npstat::StorableNone * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *StorableNone_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_npstat__StorableNone, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *StorableNone_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_StorableNone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableNone *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< npstat::StorableNone > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_StorableNone", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__StorableNone, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_StorableNone" "', argument " "1"" of type '" "npstat::StorableNone const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_StorableNone" "', argument " "1"" of type '" "npstat::StorableNone const &""'");
}
arg1 = reinterpret_cast< npstat::StorableNone * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_StorableNone" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_StorableNone" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< npstat::StorableNone > *)new gs::ArchiveRecord< npstat::StorableNone >((npstat::StorableNone const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_npstat__StorableNone_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_StorableNone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< npstat::StorableNone > *arg1 = (gs::ArchiveRecord< npstat::StorableNone > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_npstat__StorableNone_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_StorableNone" "', argument " "1"" of type '" "gs::ArchiveRecord< npstat::StorableNone > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< npstat::StorableNone > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_StorableNone_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_npstat__StorableNone_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_StorableNone_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_131(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::StorableNone *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< npstat::StorableNone > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__StorableNone, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::StorableNone const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "npstat::StorableNone const &""'");
}
arg1 = reinterpret_cast< npstat::StorableNone * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< npstat::StorableNone >((npstat::StorableNone const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< npstat::StorableNone >(static_cast< const gs::ArchiveRecord< npstat::StorableNone >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_npstat__StorableNone_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StorableNone__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< npstat::StorableNone > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_StorableNone" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StorableNone" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_StorableNone" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< npstat::StorableNone > *)new gs::Reference< npstat::StorableNone >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__StorableNone_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StorableNone__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< npstat::StorableNone > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_StorableNone" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StorableNone" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_StorableNone" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_StorableNone" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< npstat::StorableNone > *)new gs::Reference< npstat::StorableNone >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__StorableNone_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StorableNone__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< npstat::StorableNone > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_StorableNone" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StorableNone" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_StorableNone" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StorableNone" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_StorableNone" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_StorableNone" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< npstat::StorableNone > *)new gs::Reference< npstat::StorableNone >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_npstat__StorableNone_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_StorableNone(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_StorableNone", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_StorableNone__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_StorableNone__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_StorableNone__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_StorableNone'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< npstat::StorableNone >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< npstat::StorableNone >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< npstat::StorableNone >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_StorableNone_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::StorableNone > *arg1 = (gs::Reference< npstat::StorableNone > *) 0 ;
unsigned long arg2 ;
npstat::StorableNone *arg3 = (npstat::StorableNone *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_StorableNone_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__StorableNone_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_StorableNone_restore" "', argument " "1"" of type '" "gs::Reference< npstat::StorableNone > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::StorableNone > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_StorableNone_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_npstat__StorableNone, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_StorableNone_restore" "', argument " "3"" of type '" "npstat::StorableNone *""'");
}
arg3 = reinterpret_cast< npstat::StorableNone * >(argp3);
{
try {
((gs::Reference< npstat::StorableNone > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_StorableNone_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::StorableNone > *arg1 = (gs::Reference< npstat::StorableNone > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StorableNone *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_StorableNone_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__StorableNone_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_StorableNone_retrieve" "', argument " "1"" of type '" "gs::Reference< npstat::StorableNone > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::StorableNone > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_StorableNone_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (npstat::StorableNone *)gs_Reference_Sl_npstat_StorableNone_Sg__retrieve((gs::Reference< npstat::StorableNone > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_npstat__StorableNone, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_StorableNone_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::StorableNone > *arg1 = (gs::Reference< npstat::StorableNone > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
npstat::StorableNone result;
if (!SWIG_Python_UnpackTuple(args, "Ref_StorableNone_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__StorableNone_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_StorableNone_getValue" "', argument " "1"" of type '" "gs::Reference< npstat::StorableNone > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::StorableNone > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_StorableNone_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_npstat_StorableNone_Sg__getValue((gs::Reference< npstat::StorableNone > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new npstat::StorableNone(static_cast< const npstat::StorableNone& >(result))), SWIGTYPE_p_npstat__StorableNone, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_StorableNone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< npstat::StorableNone > *arg1 = (gs::Reference< npstat::StorableNone > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_npstat__StorableNone_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_StorableNone" "', argument " "1"" of type '" "gs::Reference< npstat::StorableNone > *""'");
}
arg1 = reinterpret_cast< gs::Reference< npstat::StorableNone > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_StorableNone_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_npstat__StorableNone_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_StorableNone_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_StorableNone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableNone *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< npstat::StorableNone > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_StorableNone", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__StorableNone, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_StorableNone" "', argument " "1"" of type '" "npstat::StorableNone const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_StorableNone" "', argument " "1"" of type '" "npstat::StorableNone const &""'");
}
arg1 = reinterpret_cast< npstat::StorableNone * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_StorableNone" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_StorableNone" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< npstat::StorableNone > *)new gs::ArchiveValueRecord< npstat::StorableNone >((npstat::StorableNone const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_npstat__StorableNone_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_StorableNone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< npstat::StorableNone > *arg1 = (gs::ArchiveValueRecord< npstat::StorableNone > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_npstat__StorableNone_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_StorableNone" "', argument " "1"" of type '" "gs::ArchiveValueRecord< npstat::StorableNone > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< npstat::StorableNone > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_StorableNone_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_npstat__StorableNone_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_StorableNone_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_StorableNone(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::StorableNone *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< npstat::StorableNone > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_StorableNone", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__StorableNone, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_StorableNone" "', argument " "1"" of type '" "npstat::StorableNone const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_StorableNone" "', argument " "1"" of type '" "npstat::StorableNone const &""'");
}
arg1 = reinterpret_cast< npstat::StorableNone * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_StorableNone" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_StorableNone" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< npstat::StorableNone >((npstat::StorableNone const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< npstat::StorableNone >(static_cast< const gs::ArchiveValueRecord< npstat::StorableNone >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_npstat__StorableNone_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_polyFilter1DToNumpy(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
npstat::PolyFilter1D *arg1 = 0 ;
int arg2 ;
int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
PyObject *swig_obj[3] ;
PyObject *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "polyFilter1DToNumpy", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__PolyFilter1D, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "polyFilter1DToNumpy" "', argument " "1"" of type '" "npstat::PolyFilter1D const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "polyFilter1DToNumpy" "', argument " "1"" of type '" "npstat::PolyFilter1D const &""'");
}
arg1 = reinterpret_cast< npstat::PolyFilter1D * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "polyFilter1DToNumpy" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "polyFilter1DToNumpy" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
{
try {
result = (PyObject *)npstat::polyFilter1DToNumpy((npstat::PolyFilter1D const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_15(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_16(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_17(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_18(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_19(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_20(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< int,npstat::NUHistoAxis > >((npstat::HistoND< int,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_21(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_22(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_23(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< long,npstat::NUHistoAxis > >((npstat::HistoND< long,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_24(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_25(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_26(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< float,npstat::NUHistoAxis > >((npstat::HistoND< float,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_27(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_28(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_29(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< double,npstat::NUHistoAxis > >((npstat::HistoND< double,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_30(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_31(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_32(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::NUHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::NUHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >((npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_33(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_34(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_35(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< int,npstat::DualHistoAxis > >((npstat::HistoND< int,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_36(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_37(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_38(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< long,npstat::DualHistoAxis > >((npstat::HistoND< long,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_39(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_40(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_41(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< float,npstat::DualHistoAxis > >((npstat::HistoND< float,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_42(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_43(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_44(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< double,npstat::DualHistoAxis > >((npstat::HistoND< double,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_45(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
bool arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
bool val3 ;
int ecode3 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
ecode3 = SWIG_AsVal_bool(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "doubleHistoBinsND" "', argument " "3"" of type '" "bool""'");
}
arg3 = static_cast< bool >(val3);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_46(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "doubleHistoBinsND" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND__SWIG_47(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::DualHistoAxis > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "doubleHistoBinsND" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::DualHistoAxis > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >((npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_doubleHistoBinsND(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "doubleHistoBinsND", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_5(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_8(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_11(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_14(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_17(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_20(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_23(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_26(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_29(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_32(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_35(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_38(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_41(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_44(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_47(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_4(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_28(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_16(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_31(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_10(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_34(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_19(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_37(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_7(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_40(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_22(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_43(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_13(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_46(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_25(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_33(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_6(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_24(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_36(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_12(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_18(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_39(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_27(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_9(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_42(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_3(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_30(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_45(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_21(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_bool(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_doubleHistoBinsND__SWIG_15(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'doubleHistoBinsND'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::doubleHistoBinsND< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,bool const,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,bool const)\n"
" npstat::doubleHistoBinsND< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_new_Ref_PyObject__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Ref_PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_PyObject" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_PyObject" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_PyObject" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Ref_PyObject *)new gs::Ref_PyObject(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__Ref_PyObject, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_PyObject__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Ref_PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_PyObject" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_PyObject" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_PyObject" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_PyObject" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Ref_PyObject *)new gs::Ref_PyObject(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__Ref_PyObject, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_PyObject__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Ref_PyObject *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_PyObject" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_PyObject" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_PyObject" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_PyObject" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_PyObject" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_PyObject" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Ref_PyObject *)new gs::Ref_PyObject(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__Ref_PyObject, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_PyObject(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_PyObject", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_PyObject__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_PyObject__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_PyObject__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_PyObject'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Ref_PyObject::Ref_PyObject(gs::AbsArchive &,unsigned long long const)\n"
" gs::Ref_PyObject::Ref_PyObject(gs::AbsArchive &,char const *,char const *)\n"
" gs::Ref_PyObject::Ref_PyObject(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_Ref_PyObject(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Ref_PyObject *arg1 = (gs::Ref_PyObject *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__Ref_PyObject, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_PyObject" "', argument " "1"" of type '" "gs::Ref_PyObject *""'");
}
arg1 = reinterpret_cast< gs::Ref_PyObject * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_PyObject_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Ref_PyObject *arg1 = (gs::Ref_PyObject *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
PyObject *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_PyObject_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__Ref_PyObject, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_PyObject_retrieve" "', argument " "1"" of type '" "gs::Ref_PyObject const *""'");
}
arg1 = reinterpret_cast< gs::Ref_PyObject * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_PyObject_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (PyObject *)((gs::Ref_PyObject const *)arg1)->retrieve(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_PyObject_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Ref_PyObject *arg1 = (gs::Ref_PyObject *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
PyObject *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_PyObject_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__Ref_PyObject, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_PyObject_getValue" "', argument " "1"" of type '" "gs::Ref_PyObject const *""'");
}
arg1 = reinterpret_cast< gs::Ref_PyObject * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_PyObject_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (PyObject *)((gs::Ref_PyObject const *)arg1)->getValue(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_PyObject_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__Ref_PyObject, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_PyObject_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_PythonRecord__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
PyObject *arg1 = (PyObject *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::PythonRecord *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
arg1 = swig_obj[0];
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_PythonRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_PythonRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::PythonRecord *)new gs::PythonRecord(arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__PythonRecord, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_PythonRecord__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::PythonRecord *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
gs::PythonRecord *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__PythonRecord, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PythonRecord" "', argument " "1"" of type '" "gs::PythonRecord const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_PythonRecord" "', argument " "1"" of type '" "gs::PythonRecord const &""'");
}
arg1 = reinterpret_cast< gs::PythonRecord * >(argp1);
{
try {
result = (gs::PythonRecord *)new gs::PythonRecord((gs::PythonRecord const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__PythonRecord, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_PythonRecord(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_PythonRecord", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_gs__PythonRecord, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_PythonRecord__SWIG_1(self, argc, argv);
}
}
if (argc == 3) {
int _v;
_v = (argv[0] != 0);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_PythonRecord__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_PythonRecord'.\n"
" Possible C/C++ prototypes are:\n"
" gs::PythonRecord::PythonRecord(PyObject *,char const *,char const *)\n"
" gs::PythonRecord::PythonRecord(gs::PythonRecord const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_PythonRecord(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::PythonRecord *arg1 = (gs::PythonRecord *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__PythonRecord, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_PythonRecord" "', argument " "1"" of type '" "gs::PythonRecord *""'");
}
arg1 = reinterpret_cast< gs::PythonRecord * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *PythonRecord_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__PythonRecord, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *PythonRecord_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_132(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
PyObject *arg1 = (PyObject *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::PythonRecord > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
arg1 = swig_obj[0];
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::NPRecord(arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::PythonRecord(static_cast< const gs::PythonRecord& >(result))), SWIGTYPE_p_gs__PythonRecord, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_StringArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
gs::StringArchive *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_StringArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
{
try {
result = (gs::StringArchive *)new gs::StringArchive((char const *)arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_NEW | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_StringArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj)) {
PyObject *resultobj = 0;
gs::StringArchive *result = 0 ;
if ((nobjs < 0) || (nobjs > 0)) SWIG_fail;
{
try {
result = (gs::StringArchive *)new gs::StringArchive();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_StringArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[2] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_StringArchive", 0, 1, argv))) SWIG_fail;
--argc;
if (argc == 0) {
return _wrap_new_StringArchive__SWIG_1(self, argc, argv);
}
if (argc == 1) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_StringArchive__SWIG_0(self, argc, argv);
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_StringArchive'.\n"
" Possible C/C++ prototypes are:\n"
" gs::StringArchive::StringArchive(char const *)\n"
" gs::StringArchive::StringArchive()\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_StringArchive(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_StringArchive" "', argument " "1"" of type '" "gs::StringArchive *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_isOpen(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_isOpen" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = (bool)((gs::StringArchive const *)arg1)->isOpen();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_error(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
std::string result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_error" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = ((gs::StringArchive const *)arg1)->error();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_std_basic_string_Sl_char_Sg_(static_cast< std::basic_string<char> >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_isReadable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_isReadable" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = (bool)((gs::StringArchive const *)arg1)->isReadable();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_isWritable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_isWritable" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = (bool)((gs::StringArchive const *)arg1)->isWritable();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_size(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_size" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = (unsigned long long)((gs::StringArchive const *)arg1)->size();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_smallestId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_smallestId" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = (unsigned long long)((gs::StringArchive const *)arg1)->smallestId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_largestId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_largestId" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = (unsigned long long)((gs::StringArchive const *)arg1)->largestId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_idsAreContiguous(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_idsAreContiguous" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = (bool)((gs::StringArchive const *)arg1)->idsAreContiguous();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_itemExists(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "StringArchive_itemExists", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_itemExists" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "StringArchive_itemExists" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (bool)((gs::StringArchive const *)arg1)->itemExists(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_itemSearch(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
std::vector< unsigned long long,std::allocator< unsigned long long > > *arg4 = (std::vector< unsigned long long,std::allocator< unsigned long long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[4] ;
if (!SWIG_Python_UnpackTuple(args, "StringArchive_itemSearch", 4, 4, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_itemSearch" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StringArchive_itemSearch" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StringArchive_itemSearch" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "StringArchive_itemSearch" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StringArchive_itemSearch" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4,SWIGTYPE_p_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "StringArchive_itemSearch" "', argument " "4"" of type '" "std::vector< unsigned long long,std::allocator< unsigned long long > > *""'");
}
arg4 = reinterpret_cast< std::vector< unsigned long long,std::allocator< unsigned long long > > * >(argp4);
{
try {
((gs::StringArchive const *)arg1)->itemSearch((gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_flush(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_flush" "', argument " "1"" of type '" "gs::StringArchive *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
(arg1)->flush();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_str(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
std::string result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_str" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = ((gs::StringArchive const *)arg1)->str();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_std_basic_string_Sl_char_Sg_(static_cast< std::basic_string<char> >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_dataSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_dataSize" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = (unsigned long)((gs::StringArchive const *)arg1)->dataSize();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_classId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
SwigValueWrapper< gs::ClassId > result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_classId" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = ((gs::StringArchive const *)arg1)->classId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ClassId(static_cast< const gs::ClassId& >(result))), SWIGTYPE_p_gs__ClassId, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = (gs::StringArchive *) 0 ;
std::ostream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "StringArchive_write", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__StringArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_write" "', argument " "1"" of type '" "gs::StringArchive const *""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StringArchive_write" "', argument " "2"" of type '" "std::ostream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StringArchive_write" "', argument " "2"" of type '" "std::ostream &""'");
}
arg2 = reinterpret_cast< std::ostream * >(argp2);
{
try {
result = (bool)((gs::StringArchive const *)arg1)->write(*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_classname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "StringArchive_classname", 0, 0, 0)) SWIG_fail;
{
try {
result = (char *)gs::StringArchive::classname();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_version(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "StringArchive_version", 0, 0, 0)) SWIG_fail;
{
try {
result = (unsigned int)gs::StringArchive::version();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_StringArchive_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ClassId *arg1 = 0 ;
std::istream *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
PyObject *swig_obj[2] ;
gs::StringArchive *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "StringArchive_read", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__ClassId, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "StringArchive_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StringArchive_read" "', argument " "1"" of type '" "gs::ClassId const &""'");
}
arg1 = reinterpret_cast< gs::ClassId * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_std__basic_istreamT_char_std__char_traitsT_char_t_t, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "StringArchive_read" "', argument " "2"" of type '" "std::istream &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "StringArchive_read" "', argument " "2"" of type '" "std::istream &""'");
}
arg2 = reinterpret_cast< std::istream * >(argp2);
{
try {
result = (gs::StringArchive *)gs::StringArchive::read((gs::ClassId const &)*arg1,*arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__StringArchive, 0 | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *StringArchive_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__StringArchive, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *StringArchive_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveRecord_StringArchive(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveRecord< gs::StringArchive > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveRecord_StringArchive", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveRecord_StringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveRecord_StringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveRecord_StringArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveRecord_StringArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveRecord< gs::StringArchive > *)new gs::ArchiveRecord< gs::StringArchive >((gs::StringArchive const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveRecordT_gs__StringArchive_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveRecord_StringArchive(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveRecord< gs::StringArchive > *arg1 = (gs::ArchiveRecord< gs::StringArchive > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveRecordT_gs__StringArchive_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveRecord_StringArchive" "', argument " "1"" of type '" "gs::ArchiveRecord< gs::StringArchive > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveRecord< gs::StringArchive > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveRecord_StringArchive_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveRecordT_gs__StringArchive_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveRecord_StringArchive_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPRecord__SWIG_133(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
SwigValueWrapper< gs::ArchiveRecord< gs::StringArchive > > result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPRecord" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPRecord" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPRecord" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPRecord" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR Record< gs::StringArchive >((gs::StringArchive const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveRecord< gs::StringArchive >(static_cast< const gs::ArchiveRecord< gs::StringArchive >& >(result))), SWIGTYPE_p_gs__ArchiveRecordT_gs__StringArchive_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_NPRecord(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "NPRecord", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_float_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_0(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_double_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_1(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_long_double_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_int_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_3(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_long_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_4(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__BoxNDT_unsigned_char_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_5(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__BoxNDT_int_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_6(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__BoxNDT_long_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_7(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__BoxNDT_float_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_8(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__BoxNDT_double_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_9(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__BoxNDT_unsigned_int_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_10(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__StorablePolySeries1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_11(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__StatAccumulator, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_12(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__WeightedStatAccumulator, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_13(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LinInterpolatedTable1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_14(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Uniform1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_16(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__IsoscelesTriangle1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_17(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Exponential1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_18(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Logistic1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_19(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Quadratic1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_20(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LogQuadratic1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_21(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Gauss1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_22(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__TruncatedGauss1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_23(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MirroredGauss1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_24(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__BifurcatedGauss1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_25(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__SymmetricBeta1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_26(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Beta1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_27(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Gamma1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_28(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Pareto1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_29(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__UniPareto1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_30(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Huber1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_31(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Cauchy1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_32(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LogNormal, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_33(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Moyal1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_34(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__StudentsT1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_35(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Tabulated1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_36(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__BinnedDensity1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_37(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__TruncatedDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_109(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ProductDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_100(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoAxis, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_39(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__NUHistoAxis, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_41(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__DualHistoAxis, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_43(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_npstat__StatAccumulator_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_45(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_npstat__WeightedStatAccumulator_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_46(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_npstat__SampleAccumulatorT_float_long_double_t_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_47(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_npstat__SampleAccumulatorT_double_long_double_t_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_48(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_npstat__WeightedSampleAccumulatorT_double_long_double_t_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_49(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_npstat__BinSummary_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_50(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_unsigned_char_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_51(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_int_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_52(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_long_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_53(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_54(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_55(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_std__complexT_float_t_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_56(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_std__complexT_double_t_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_57(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LinInterpolatedTableNDT_double_npstat__UniformAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_58(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LinInterpolatedTableNDT_double_npstat__GridAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_59(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LinInterpolatedTableNDT_double_npstat__DualAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_60(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LinInterpolatedTableNDT_float_npstat__UniformAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_61(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LinInterpolatedTableNDT_float_npstat__GridAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_62(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LinInterpolatedTableNDT_float_npstat__DualAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_63(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LocalPolyFilterNDT_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_64(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__SequentialPolyFilterND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_65(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_66(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_67(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_68(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_69(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_70(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_71(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_72(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_73(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_74(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_75(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_76(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_77(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_78(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_79(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_80(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__StatAccumulator_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_81(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__StatAccumulator_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_82(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__StatAccumulator_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_83(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__WeightedStatAccumulator_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_84(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__WeightedStatAccumulator_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_85(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__WeightedStatAccumulator_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_86(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__BinSummary_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_87(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__BinSummary_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_88(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__BinSummary_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_89(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__SampleAccumulatorT_float_long_double_t_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_90(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__SampleAccumulatorT_float_long_double_t_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_91(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__SampleAccumulatorT_float_long_double_t_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_92(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__SampleAccumulatorT_double_long_double_t_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_93(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__SampleAccumulatorT_double_long_double_t_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_94(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__SampleAccumulatorT_double_long_double_t_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_95(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__WeightedSampleAccumulatorT_double_long_double_t_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_96(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__WeightedSampleAccumulatorT_double_long_double_t_npstat__NUHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_97(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_npstat__WeightedSampleAccumulatorT_double_long_double_t_npstat__DualHistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_98(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__DiscreteTabulated1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_116(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__GaussND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_101(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__UniformND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_102(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ScalableSymmetricBetaND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_103(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ScalableHuberND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_104(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__RadialProfileND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_105(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__BinnedDensityND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_106(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LinTransformedDistroND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_107(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__CompositeDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_108(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__DistributionMixND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_121(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__InterpolatedDistro1DNP, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_118(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__InMemoryNtupleT_unsigned_char_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_110(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__InMemoryNtupleT_int_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_111(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__InMemoryNtupleT_long_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_112(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__InMemoryNtupleT_float_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_113(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__InMemoryNtupleT_double_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_114(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__StatAccumulatorPair, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_115(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__Poisson1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_117(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsDiscreteDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_99(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__RightCensoredDistribution, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_120(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ResponseMatrix, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_119(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__FoldedDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_122(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__GridInterpolatedDistribution, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_124(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ComparisonDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_123(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__CompositeDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_125(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsDistributionND, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_38(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__LeftCensoredDistribution, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_127(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__WeightedStatAccumulatorPair, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_126(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__DistributionMix1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_128(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__InterpolatedDistro1D1P, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_130(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__StatAccumulatorArr, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_129(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__AbsDistribution1D, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_15(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__StorableNone, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_131(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_133(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = swig::asptr(argv[0], (std::vector< npstat::HistoAxis,std::allocator< npstat::HistoAxis > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_40(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = swig::asptr(argv[0], (std::vector< npstat::DualHistoAxis,std::allocator< npstat::DualHistoAxis > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_44(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
int res = swig::asptr(argv[0], (std::vector< npstat::NUHistoAxis,std::allocator< npstat::NUHistoAxis > >**)(0));
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_42(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
_v = (argv[0] != 0);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_NPRecord__SWIG_132(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'NPRecord'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Record< npstat::Matrix< float > >(npstat::Matrix< float,16U > const &,char const *,char const *)\n"
" gs::Record< npstat::Matrix< double > >(npstat::Matrix< double,16U > const &,char const *,char const *)\n"
" gs::Record< npstat::Matrix< long double > >(npstat::Matrix< long double,16U > const &,char const *,char const *)\n"
" gs::Record< npstat::Matrix< int > >(npstat::Matrix< int,16U > const &,char const *,char const *)\n"
" gs::Record< npstat::Matrix< long > >(npstat::Matrix< long,16U > const &,char const *,char const *)\n"
" gs::Record< npstat::BoxND< unsigned char > >(npstat::BoxND< unsigned char > const &,char const *,char const *)\n"
" gs::Record< npstat::BoxND< int > >(npstat::BoxND< int > const &,char const *,char const *)\n"
" gs::Record< npstat::BoxND< long > >(npstat::BoxND< long > const &,char const *,char const *)\n"
" gs::Record< npstat::BoxND< float > >(npstat::BoxND< float > const &,char const *,char const *)\n"
" gs::Record< npstat::BoxND< double > >(npstat::BoxND< double > const &,char const *,char const *)\n"
" gs::Record< npstat::BoxND< unsigned int > >(npstat::BoxND< unsigned int > const &,char const *,char const *)\n"
" gs::Record< npstat::StorablePolySeries1D >(npstat::StorablePolySeries1D const &,char const *,char const *)\n"
" gs::Record< npstat::StatAccumulator >(npstat::StatAccumulator const &,char const *,char const *)\n"
" gs::Record< npstat::WeightedStatAccumulator >(npstat::WeightedStatAccumulator const &,char const *,char const *)\n"
" gs::Record< npstat::LinInterpolatedTable1D >(npstat::LinInterpolatedTable1D const &,char const *,char const *)\n"
" gs::Record< npstat::AbsDistribution1D >(npstat::AbsDistribution1D const &,char const *,char const *)\n"
" gs::Record< npstat::Uniform1D >(npstat::Uniform1D const &,char const *,char const *)\n"
" gs::Record< npstat::IsoscelesTriangle1D >(npstat::IsoscelesTriangle1D const &,char const *,char const *)\n"
" gs::Record< npstat::Exponential1D >(npstat::Exponential1D const &,char const *,char const *)\n"
" gs::Record< npstat::Logistic1D >(npstat::Logistic1D const &,char const *,char const *)\n"
" gs::Record< npstat::Quadratic1D >(npstat::Quadratic1D const &,char const *,char const *)\n"
" gs::Record< npstat::LogQuadratic1D >(npstat::LogQuadratic1D const &,char const *,char const *)\n"
" gs::Record< npstat::Gauss1D >(npstat::Gauss1D const &,char const *,char const *)\n"
" gs::Record< npstat::TruncatedGauss1D >(npstat::TruncatedGauss1D const &,char const *,char const *)\n"
" gs::Record< npstat::MirroredGauss1D >(npstat::MirroredGauss1D const &,char const *,char const *)\n"
" gs::Record< npstat::BifurcatedGauss1D >(npstat::BifurcatedGauss1D const &,char const *,char const *)\n"
" gs::Record< npstat::SymmetricBeta1D >(npstat::SymmetricBeta1D const &,char const *,char const *)\n"
" gs::Record< npstat::Beta1D >(npstat::Beta1D const &,char const *,char const *)\n"
" gs::Record< npstat::Gamma1D >(npstat::Gamma1D const &,char const *,char const *)\n"
" gs::Record< npstat::Pareto1D >(npstat::Pareto1D const &,char const *,char const *)\n"
" gs::Record< npstat::UniPareto1D >(npstat::UniPareto1D const &,char const *,char const *)\n"
" gs::Record< npstat::Huber1D >(npstat::Huber1D const &,char const *,char const *)\n"
" gs::Record< npstat::Cauchy1D >(npstat::Cauchy1D const &,char const *,char const *)\n"
" gs::Record< npstat::LogNormal >(npstat::LogNormal const &,char const *,char const *)\n"
" gs::Record< npstat::Moyal1D >(npstat::Moyal1D const &,char const *,char const *)\n"
" gs::Record< npstat::StudentsT1D >(npstat::StudentsT1D const &,char const *,char const *)\n"
" gs::Record< npstat::Tabulated1D >(npstat::Tabulated1D const &,char const *,char const *)\n"
" gs::Record< npstat::BinnedDensity1D >(npstat::BinnedDensity1D const &,char const *,char const *)\n"
" gs::Record< npstat::AbsDistributionND >(npstat::AbsDistributionND const &,char const *,char const *)\n"
" gs::Record< npstat::HistoAxis >(npstat::HistoAxis const &,char const *,char const *)\n"
" gs::Record< std::vector< npstat::HistoAxis > >(std::vector< npstat::HistoAxis,std::allocator< npstat::HistoAxis > > const &,char const *,char const *)\n"
" gs::Record< npstat::NUHistoAxis >(npstat::NUHistoAxis const &,char const *,char const *)\n"
" gs::Record< std::vector< npstat::NUHistoAxis > >(std::vector< npstat::NUHistoAxis,std::allocator< npstat::NUHistoAxis > > const &,char const *,char const *)\n"
" gs::Record< npstat::DualHistoAxis >(npstat::DualHistoAxis const &,char const *,char const *)\n"
" gs::Record< std::vector< npstat::DualHistoAxis > >(std::vector< npstat::DualHistoAxis,std::allocator< npstat::DualHistoAxis > > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< npstat::StatAccumulator > >(npstat::ArrayND< npstat::StatAccumulator,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< npstat::WeightedStatAccumulator > >(npstat::ArrayND< npstat::WeightedStatAccumulator,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< npstat::FloatSampleAccumulator > >(npstat::ArrayND< npstat::FloatSampleAccumulator,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< npstat::DoubleSampleAccumulator > >(npstat::ArrayND< npstat::DoubleSampleAccumulator,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< npstat::DoubleWeightedSampleAccumulator > >(npstat::ArrayND< npstat::DoubleWeightedSampleAccumulator,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< npstat::BinSummary > >(npstat::ArrayND< npstat::BinSummary,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< unsigned char > >(npstat::ArrayND< unsigned char,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< int > >(npstat::ArrayND< int,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< long > >(npstat::ArrayND< long,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< float > >(npstat::ArrayND< float,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< double > >(npstat::ArrayND< double,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< std::complex< float > > >(npstat::ArrayND< std::complex< float >,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::ArrayND< std::complex< double > > >(npstat::ArrayND< std::complex< double >,1U,10U > const &,char const *,char const *)\n"
" gs::Record< npstat::LinInterpolatedTableND< double,npstat::UniformAxis > >(npstat::LinInterpolatedTableND< double,npstat::UniformAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::LinInterpolatedTableND< double,npstat::GridAxis > >(npstat::LinInterpolatedTableND< double,npstat::GridAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::LinInterpolatedTableND< double,npstat::DualAxis > >(npstat::LinInterpolatedTableND< double,npstat::DualAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::LinInterpolatedTableND< float,npstat::UniformAxis > >(npstat::LinInterpolatedTableND< float,npstat::UniformAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::LinInterpolatedTableND< float,npstat::GridAxis > >(npstat::LinInterpolatedTableND< float,npstat::GridAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::LinInterpolatedTableND< float,npstat::DualAxis > >(npstat::LinInterpolatedTableND< float,npstat::DualAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::LocalPolyFilterND< 10U > >(npstat::LocalPolyFilterND< 10U > const &,char const *,char const *)\n"
" gs::Record< npstat::SequentialPolyFilterND >(npstat::SequentialPolyFilterND const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< unsigned char,npstat::NUHistoAxis > >(npstat::HistoND< unsigned char,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< unsigned char,npstat::DualHistoAxis > >(npstat::HistoND< unsigned char,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< int,npstat::NUHistoAxis > >(npstat::HistoND< int,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< int,npstat::DualHistoAxis > >(npstat::HistoND< int,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< long,npstat::NUHistoAxis > >(npstat::HistoND< long,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< long,npstat::DualHistoAxis > >(npstat::HistoND< long,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< float,npstat::NUHistoAxis > >(npstat::HistoND< float,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< float,npstat::DualHistoAxis > >(npstat::HistoND< float,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< double,npstat::NUHistoAxis > >(npstat::HistoND< double,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< double,npstat::DualHistoAxis > >(npstat::HistoND< double,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::StatAccumulator,npstat::HistoAxis > >(npstat::HistoND< npstat::StatAccumulator,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::StatAccumulator,npstat::NUHistoAxis > >(npstat::HistoND< npstat::StatAccumulator,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::StatAccumulator,npstat::DualHistoAxis > >(npstat::HistoND< npstat::StatAccumulator,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::WeightedStatAccumulator,npstat::HistoAxis > >(npstat::HistoND< npstat::WeightedStatAccumulator,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::WeightedStatAccumulator,npstat::NUHistoAxis > >(npstat::HistoND< npstat::WeightedStatAccumulator,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::WeightedStatAccumulator,npstat::DualHistoAxis > >(npstat::HistoND< npstat::WeightedStatAccumulator,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::BinSummary,npstat::HistoAxis > >(npstat::HistoND< npstat::BinSummary,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::BinSummary,npstat::NUHistoAxis > >(npstat::HistoND< npstat::BinSummary,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::BinSummary,npstat::DualHistoAxis > >(npstat::HistoND< npstat::BinSummary,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::FloatSampleAccumulator,npstat::HistoAxis > >(npstat::HistoND< npstat::FloatSampleAccumulator,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::FloatSampleAccumulator,npstat::NUHistoAxis > >(npstat::HistoND< npstat::FloatSampleAccumulator,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::FloatSampleAccumulator,npstat::DualHistoAxis > >(npstat::HistoND< npstat::FloatSampleAccumulator,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::DoubleSampleAccumulator,npstat::HistoAxis > >(npstat::HistoND< npstat::DoubleSampleAccumulator,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::DoubleSampleAccumulator,npstat::NUHistoAxis > >(npstat::HistoND< npstat::DoubleSampleAccumulator,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::DoubleSampleAccumulator,npstat::DualHistoAxis > >(npstat::HistoND< npstat::DoubleSampleAccumulator,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::DoubleWeightedSampleAccumulator,npstat::HistoAxis > >(npstat::HistoND< npstat::DoubleWeightedSampleAccumulator,npstat::HistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::DoubleWeightedSampleAccumulator,npstat::NUHistoAxis > >(npstat::HistoND< npstat::DoubleWeightedSampleAccumulator,npstat::NUHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::HistoND< npstat::DoubleWeightedSampleAccumulator,npstat::DualHistoAxis > >(npstat::HistoND< npstat::DoubleWeightedSampleAccumulator,npstat::DualHistoAxis > const &,char const *,char const *)\n"
" gs::Record< npstat::AbsDiscreteDistribution1D >(npstat::AbsDiscreteDistribution1D const &,char const *,char const *)\n"
" gs::Record< npstat::ProductDistributionND >(npstat::ProductDistributionND const &,char const *,char const *)\n"
" gs::Record< npstat::GaussND >(npstat::GaussND const &,char const *,char const *)\n"
" gs::Record< npstat::UniformND >(npstat::UniformND const &,char const *,char const *)\n"
" gs::Record< npstat::ScalableSymmetricBetaND >(npstat::ScalableSymmetricBetaND const &,char const *,char const *)\n"
" gs::Record< npstat::ScalableHuberND >(npstat::ScalableHuberND const &,char const *,char const *)\n"
" gs::Record< npstat::RadialProfileND >(npstat::RadialProfileND const &,char const *,char const *)\n"
" gs::Record< npstat::BinnedDensityND >(npstat::BinnedDensityND const &,char const *,char const *)\n"
" gs::Record< npstat::LinTransformedDistroND >(npstat::LinTransformedDistroND const &,char const *,char const *)\n"
" gs::Record< npstat::CompositeDistributionND >(npstat::CompositeDistributionND const &,char const *,char const *)\n"
" gs::Record< npstat::TruncatedDistribution1D >(npstat::TruncatedDistribution1D const &,char const *,char const *)\n"
" gs::Record< npstat::InMemoryNtuple< unsigned char > >(npstat::InMemoryNtuple< unsigned char > const &,char const *,char const *)\n"
" gs::Record< npstat::InMemoryNtuple< int > >(npstat::InMemoryNtuple< int > const &,char const *,char const *)\n"
" gs::Record< npstat::InMemoryNtuple< long > >(npstat::InMemoryNtuple< long > const &,char const *,char const *)\n"
" gs::Record< npstat::InMemoryNtuple< float > >(npstat::InMemoryNtuple< float > const &,char const *,char const *)\n"
" gs::Record< npstat::InMemoryNtuple< double > >(npstat::InMemoryNtuple< double > const &,char const *,char const *)\n"
" gs::Record< npstat::StatAccumulatorPair >(npstat::StatAccumulatorPair const &,char const *,char const *)\n"
" gs::Record< npstat::DiscreteTabulated1D >(npstat::DiscreteTabulated1D const &,char const *,char const *)\n"
" gs::Record< npstat::Poisson1D >(npstat::Poisson1D const &,char const *,char const *)\n"
" gs::Record< npstat::InterpolatedDistro1DNP >(npstat::InterpolatedDistro1DNP const &,char const *,char const *)\n"
" gs::Record< npstat::ResponseMatrix >(npstat::ResponseMatrix const &,char const *,char const *)\n"
" gs::Record< npstat::RightCensoredDistribution >(npstat::RightCensoredDistribution const &,char const *,char const *)\n"
" gs::Record< npstat::DistributionMixND >(npstat::DistributionMixND const &,char const *,char const *)\n"
" gs::Record< npstat::FoldedDistribution1D >(npstat::FoldedDistribution1D const &,char const *,char const *)\n"
" gs::Record< npstat::ComparisonDistribution1D >(npstat::ComparisonDistribution1D const &,char const *,char const *)\n"
" gs::Record< npstat::GridInterpolatedDistribution >(npstat::GridInterpolatedDistribution const &,char const *,char const *)\n"
" gs::Record< npstat::CompositeDistribution1D >(npstat::CompositeDistribution1D const &,char const *,char const *)\n"
" gs::Record< npstat::WeightedStatAccumulatorPair >(npstat::WeightedStatAccumulatorPair const &,char const *,char const *)\n"
" gs::Record< npstat::LeftCensoredDistribution >(npstat::LeftCensoredDistribution const &,char const *,char const *)\n"
" gs::Record< npstat::DistributionMix1D >(npstat::DistributionMix1D const &,char const *,char const *)\n"
" gs::Record< npstat::StatAccumulatorArr >(npstat::StatAccumulatorArr const &,char const *,char const *)\n"
" gs::Record< npstat::InterpolatedDistro1D1P >(npstat::InterpolatedDistro1D1P const &,char const *,char const *)\n"
" gs::Record< npstat::StorableNone >(npstat::StorableNone const &,char const *,char const *)\n"
" gs::NPRecord(PyObject *,char const *,char const *)\n"
" gs::Record< gs::StringArchive >(gs::StringArchive const &,char const *,char const *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_stringArchiveToBinary(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
PyObject *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "stringArchiveToBinary" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "stringArchiveToBinary" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
{
try {
result = (PyObject *)npstat::stringArchiveToBinary((gs::StringArchive const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_stringArchiveFromBinary(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
PyObject *arg1 = (PyObject *) 0 ;
PyObject *swig_obj[1] ;
gs::StringArchive *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
arg1 = swig_obj[0];
{
try {
result = (gs::StringArchive *)npstat::stringArchiveFromBinary(arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
npstat::BoundaryHandling *arg4 = 0 ;
double arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "lorpeSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "lorpeSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
arg4 = reinterpret_cast< npstat::BoundaryHandling * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "lorpeSmooth1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR lorpeSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3,(npstat::BoundaryHandling const &)*arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
npstat::BoundaryHandling *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "lorpeSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "lorpeSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
arg4 = reinterpret_cast< npstat::BoundaryHandling * >(argp4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR lorpeSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3,(npstat::BoundaryHandling const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
npstat::BoundaryHandling *arg4 = 0 ;
double arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "lorpeSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "lorpeSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
arg4 = reinterpret_cast< npstat::BoundaryHandling * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "lorpeSmooth1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR lorpeSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3,(npstat::BoundaryHandling const &)*arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
npstat::BoundaryHandling *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "lorpeSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "lorpeSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
arg4 = reinterpret_cast< npstat::BoundaryHandling * >(argp4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR lorpeSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3,(npstat::BoundaryHandling const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
npstat::BoundaryHandling *arg4 = 0 ;
double arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "lorpeSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "lorpeSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
arg4 = reinterpret_cast< npstat::BoundaryHandling * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "lorpeSmooth1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR lorpeSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3,(npstat::BoundaryHandling const &)*arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
npstat::BoundaryHandling *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "lorpeSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "lorpeSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
arg4 = reinterpret_cast< npstat::BoundaryHandling * >(argp4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR lorpeSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3,(npstat::BoundaryHandling const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
npstat::BoundaryHandling *arg4 = 0 ;
double arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "lorpeSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "lorpeSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
arg4 = reinterpret_cast< npstat::BoundaryHandling * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "lorpeSmooth1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR lorpeSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3,(npstat::BoundaryHandling const &)*arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
npstat::BoundaryHandling *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "lorpeSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "lorpeSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
arg4 = reinterpret_cast< npstat::BoundaryHandling * >(argp4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR lorpeSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3,(npstat::BoundaryHandling const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
npstat::BoundaryHandling *arg4 = 0 ;
double arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
double val5 ;
int ecode5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "lorpeSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "lorpeSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
arg4 = reinterpret_cast< npstat::BoundaryHandling * >(argp4);
ecode5 = SWIG_AsVal_double(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "lorpeSmooth1D" "', argument " "5"" of type '" "double""'");
}
arg5 = static_cast< double >(val5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR lorpeSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3,(npstat::BoundaryHandling const &)*arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
int arg2 ;
double arg3 ;
npstat::BoundaryHandling *arg4 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int val2 ;
int ecode2 = 0 ;
double val3 ;
int ecode3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_int(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "lorpeSmooth1D" "', argument " "2"" of type '" "int""'");
}
arg2 = static_cast< int >(val2);
ecode3 = SWIG_AsVal_double(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "lorpeSmooth1D" "', argument " "3"" of type '" "double""'");
}
arg3 = static_cast< double >(val3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp4) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "lorpeSmooth1D" "', argument " "4"" of type '" "npstat::BoundaryHandling const &""'");
}
arg4 = reinterpret_cast< npstat::BoundaryHandling * >(argp4);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR lorpeSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3,(npstat::BoundaryHandling const &)*arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_lorpeSmooth1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "lorpeSmooth1D", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_lorpeSmooth1D__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_lorpeSmooth1D__SWIG_3(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_lorpeSmooth1D__SWIG_5(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_lorpeSmooth1D__SWIG_7(self, argc, argv);
}
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_lorpeSmooth1D__SWIG_9(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_lorpeSmooth1D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_lorpeSmooth1D__SWIG_6(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_lorpeSmooth1D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_lorpeSmooth1D__SWIG_8(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_int(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_lorpeSmooth1D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'lorpeSmooth1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::lorpeSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,int,double,npstat::BoundaryHandling const &,double)\n"
" npstat::lorpeSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,int,double,npstat::BoundaryHandling const &)\n"
" npstat::lorpeSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,int,double,npstat::BoundaryHandling const &,double)\n"
" npstat::lorpeSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,int,double,npstat::BoundaryHandling const &)\n"
" npstat::lorpeSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,int,double,npstat::BoundaryHandling const &,double)\n"
" npstat::lorpeSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,int,double,npstat::BoundaryHandling const &)\n"
" npstat::lorpeSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,int,double,npstat::BoundaryHandling const &,double)\n"
" npstat::lorpeSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,int,double,npstat::BoundaryHandling const &)\n"
" npstat::lorpeSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,int,double,npstat::BoundaryHandling const &,double)\n"
" npstat::lorpeSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,int,double,npstat::BoundaryHandling const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
double arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double val6 ;
int ecode6 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedLorpeSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedLorpeSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedLorpeSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedLorpeSmooth1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedLorpeSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< int,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< int,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< int,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedLorpeSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedLorpeSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedLorpeSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedLorpeSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >((npstat::HistoND< int,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
double arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double val6 ;
int ecode6 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedLorpeSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedLorpeSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedLorpeSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedLorpeSmooth1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedLorpeSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< long,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< long,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< long,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedLorpeSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedLorpeSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedLorpeSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedLorpeSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >((npstat::HistoND< long,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
double arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double val6 ;
int ecode6 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedLorpeSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedLorpeSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedLorpeSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedLorpeSmooth1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedLorpeSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< float,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< float,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< float,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedLorpeSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedLorpeSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedLorpeSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedLorpeSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >((npstat::HistoND< float,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
double arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double val6 ;
int ecode6 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedLorpeSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedLorpeSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedLorpeSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedLorpeSmooth1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedLorpeSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< double,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< double,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< double,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedLorpeSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedLorpeSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedLorpeSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedLorpeSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >((npstat::HistoND< double,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
double arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
double val6 ;
int ecode6 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedLorpeSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedLorpeSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedLorpeSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
ecode6 = SWIG_AsVal_double(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "weightedLorpeSmooth1D" "', argument " "6"" of type '" "double""'");
}
arg6 = static_cast< double >(val6);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedLorpeSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::HistoND< unsigned char,npstat::HistoAxis > *arg1 = 0 ;
double arg2 ;
int arg3 ;
double arg4 ;
npstat::BoundaryHandling *arg5 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
double val2 ;
int ecode2 = 0 ;
int val3 ;
int ecode3 = 0 ;
double val4 ;
int ecode4 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "1"" of type '" "npstat::HistoND< unsigned char,npstat::HistoAxis > const &""'");
}
arg1 = reinterpret_cast< npstat::HistoND< unsigned char,npstat::HistoAxis > * >(argp1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "weightedLorpeSmooth1D" "', argument " "2"" of type '" "double""'");
}
arg2 = static_cast< double >(val2);
ecode3 = SWIG_AsVal_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "weightedLorpeSmooth1D" "', argument " "3"" of type '" "int""'");
}
arg3 = static_cast< int >(val3);
ecode4 = SWIG_AsVal_double(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "weightedLorpeSmooth1D" "', argument " "4"" of type '" "double""'");
}
arg4 = static_cast< double >(val4);
res5 = SWIG_ConvertPtr(swig_obj[4], &argp5, SWIGTYPE_p_npstat__BoundaryHandling, 0 | 0);
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
if (!argp5) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "weightedLorpeSmooth1D" "', argument " "5"" of type '" "npstat::BoundaryHandling const &""'");
}
arg5 = reinterpret_cast< npstat::BoundaryHandling * >(argp5);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR weightedLorpeSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >((npstat::HistoND< unsigned char,npstat::HistoAxis > const &)*arg1,arg2,arg3,arg4,(npstat::BoundaryHandling const &)*arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_weightedLorpeSmooth1D(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "weightedLorpeSmooth1D", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedLorpeSmooth1D__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedLorpeSmooth1D__SWIG_3(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedLorpeSmooth1D__SWIG_5(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedLorpeSmooth1D__SWIG_7(self, argc, argv);
}
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_weightedLorpeSmooth1D__SWIG_9(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_long_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedLorpeSmooth1D__SWIG_2(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_double_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedLorpeSmooth1D__SWIG_6(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_int_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedLorpeSmooth1D__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedLorpeSmooth1D__SWIG_8(self, argc, argv);
}
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__HistoNDT_float_npstat__HistoAxis_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_double(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_npstat__BoundaryHandling, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_double(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_weightedLorpeSmooth1D__SWIG_4(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'weightedLorpeSmooth1D'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::weightedLorpeSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,double,int,double,npstat::BoundaryHandling const &,double)\n"
" npstat::weightedLorpeSmooth1DWrap< npstat::HistoND< int,npstat::HistoAxis > >(npstat::HistoND< int,npstat::HistoAxis > const &,double,int,double,npstat::BoundaryHandling const &)\n"
" npstat::weightedLorpeSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,double,int,double,npstat::BoundaryHandling const &,double)\n"
" npstat::weightedLorpeSmooth1DWrap< npstat::HistoND< long,npstat::HistoAxis > >(npstat::HistoND< long,npstat::HistoAxis > const &,double,int,double,npstat::BoundaryHandling const &)\n"
" npstat::weightedLorpeSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,double,int,double,npstat::BoundaryHandling const &,double)\n"
" npstat::weightedLorpeSmooth1DWrap< npstat::HistoND< float,npstat::HistoAxis > >(npstat::HistoND< float,npstat::HistoAxis > const &,double,int,double,npstat::BoundaryHandling const &)\n"
" npstat::weightedLorpeSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,double,int,double,npstat::BoundaryHandling const &,double)\n"
" npstat::weightedLorpeSmooth1DWrap< npstat::HistoND< double,npstat::HistoAxis > >(npstat::HistoND< double,npstat::HistoAxis > const &,double,int,double,npstat::BoundaryHandling const &)\n"
" npstat::weightedLorpeSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,double,int,double,npstat::BoundaryHandling const &,double)\n"
" npstat::weightedLorpeSmooth1DWrap< npstat::HistoND< unsigned char,npstat::HistoAxis > >(npstat::HistoND< unsigned char,npstat::HistoAxis > const &,double,int,double,npstat::BoundaryHandling const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< unsigned char,1U,10U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_unsigned_char_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< unsigned char,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< unsigned char,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< unsigned char,1U,10U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "arrayNDToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< unsigned char >((npstat::ArrayND< unsigned char,1U,10U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< unsigned char,1U,10U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_unsigned_char_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< unsigned char,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< unsigned char,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< unsigned char,1U,10U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< unsigned char >((npstat::ArrayND< unsigned char,1U,10U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< int,1U,10U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_int_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< int,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< int,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< int,1U,10U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "arrayNDToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< int >((npstat::ArrayND< int,1U,10U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< int,1U,10U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_int_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< int,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< int,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< int,1U,10U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< int >((npstat::ArrayND< int,1U,10U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< long,1U,10U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_long_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< long,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< long,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< long,1U,10U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "arrayNDToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< long >((npstat::ArrayND< long,1U,10U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< long,1U,10U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_long_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< long,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< long,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< long,1U,10U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< long >((npstat::ArrayND< long,1U,10U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< float,1U,10U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< float,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< float,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< float,1U,10U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "arrayNDToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< float >((npstat::ArrayND< float,1U,10U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< float,1U,10U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< float,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< float,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< float,1U,10U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< float >((npstat::ArrayND< float,1U,10U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< double,1U,10U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "arrayNDToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< double >((npstat::ArrayND< double,1U,10U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< double,1U,10U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< double,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< double,1U,10U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< double >((npstat::ArrayND< double,1U,10U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_12(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< std::complex< float >,1U,10U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_std__complexT_float_t_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< std::complex< float >,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< std::complex< float >,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< std::complex< float >,1U,10U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "arrayNDToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< std::complex< float > >((npstat::ArrayND< std::complex< float >,1U,10U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_13(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< std::complex< float >,1U,10U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_std__complexT_float_t_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< std::complex< float >,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< std::complex< float >,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< std::complex< float >,1U,10U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< std::complex< float > >((npstat::ArrayND< std::complex< float >,1U,10U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_14(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< std::complex< double >,1U,10U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_std__complexT_double_t_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< std::complex< double >,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< std::complex< double >,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< std::complex< double >,1U,10U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "arrayNDToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< std::complex< double > >((npstat::ArrayND< std::complex< double >,1U,10U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy__SWIG_15(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::ArrayND< std::complex< double >,1U,10U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__ArrayNDT_std__complexT_double_t_1U_10U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< std::complex< double >,1U,10U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "arrayNDToNumpy" "', argument " "1"" of type '" "npstat::ArrayND< std::complex< double >,1U,10U > const &""'");
}
arg1 = reinterpret_cast< npstat::ArrayND< std::complex< double >,1U,10U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR arrayNDToNumpy< std::complex< double > >((npstat::ArrayND< std::complex< double >,1U,10U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_arrayNDToNumpy(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "arrayNDToNumpy", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_unsigned_char_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_3(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_int_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_5(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_long_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_7(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_9(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_11(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_std__complexT_float_t_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_13(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_std__complexT_double_t_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_15(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_unsigned_char_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_2(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_double_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_10(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_long_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_6(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_std__complexT_float_t_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_12(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_int_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_4(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_std__complexT_double_t_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_14(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__ArrayNDT_float_1U_10U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_arrayNDToNumpy__SWIG_8(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'arrayNDToNumpy'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::arrayNDToNumpy< unsigned char >(npstat::ArrayND< unsigned char,1U,10U > const &,bool)\n"
" npstat::arrayNDToNumpy< unsigned char >(npstat::ArrayND< unsigned char,1U,10U > const &)\n"
" npstat::arrayNDToNumpy< int >(npstat::ArrayND< int,1U,10U > const &,bool)\n"
" npstat::arrayNDToNumpy< int >(npstat::ArrayND< int,1U,10U > const &)\n"
" npstat::arrayNDToNumpy< long >(npstat::ArrayND< long,1U,10U > const &,bool)\n"
" npstat::arrayNDToNumpy< long >(npstat::ArrayND< long,1U,10U > const &)\n"
" npstat::arrayNDToNumpy< float >(npstat::ArrayND< float,1U,10U > const &,bool)\n"
" npstat::arrayNDToNumpy< float >(npstat::ArrayND< float,1U,10U > const &)\n"
" npstat::arrayNDToNumpy< double >(npstat::ArrayND< double,1U,10U > const &,bool)\n"
" npstat::arrayNDToNumpy< double >(npstat::ArrayND< double,1U,10U > const &)\n"
" npstat::arrayNDToNumpy< std::complex< float > >(npstat::ArrayND< std::complex< float >,1U,10U > const &,bool)\n"
" npstat::arrayNDToNumpy< std::complex< float > >(npstat::ArrayND< std::complex< float >,1U,10U > const &)\n"
" npstat::arrayNDToNumpy< std::complex< double > >(npstat::ArrayND< std::complex< double >,1U,10U > const &,bool)\n"
" npstat::arrayNDToNumpy< std::complex< double > >(npstat::ArrayND< std::complex< double >,1U,10U > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Matrix< double,16U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__MatrixT_double_16U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< double,16U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< double,16U > const &""'");
}
arg1 = reinterpret_cast< npstat::Matrix< double,16U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "matrixToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixToNumpy< double >((npstat::Matrix< double,16U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Matrix< double,16U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__MatrixT_double_16U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< double,16U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< double,16U > const &""'");
}
arg1 = reinterpret_cast< npstat::Matrix< double,16U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixToNumpy< double >((npstat::Matrix< double,16U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Matrix< float,16U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__MatrixT_float_16U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< float,16U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< float,16U > const &""'");
}
arg1 = reinterpret_cast< npstat::Matrix< float,16U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "matrixToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixToNumpy< float >((npstat::Matrix< float,16U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy__SWIG_5(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Matrix< float,16U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__MatrixT_float_16U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< float,16U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< float,16U > const &""'");
}
arg1 = reinterpret_cast< npstat::Matrix< float,16U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixToNumpy< float >((npstat::Matrix< float,16U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy__SWIG_6(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Matrix< long double,16U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__MatrixT_long_double_16U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< long double,16U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< long double,16U > const &""'");
}
arg1 = reinterpret_cast< npstat::Matrix< long double,16U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "matrixToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixToNumpy< long double >((npstat::Matrix< long double,16U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy__SWIG_7(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Matrix< long double,16U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__MatrixT_long_double_16U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< long double,16U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< long double,16U > const &""'");
}
arg1 = reinterpret_cast< npstat::Matrix< long double,16U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixToNumpy< long double >((npstat::Matrix< long double,16U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy__SWIG_8(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Matrix< int,16U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__MatrixT_int_16U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< int,16U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< int,16U > const &""'");
}
arg1 = reinterpret_cast< npstat::Matrix< int,16U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "matrixToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixToNumpy< int >((npstat::Matrix< int,16U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy__SWIG_9(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Matrix< int,16U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__MatrixT_int_16U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< int,16U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< int,16U > const &""'");
}
arg1 = reinterpret_cast< npstat::Matrix< int,16U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixToNumpy< int >((npstat::Matrix< int,16U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy__SWIG_10(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Matrix< long,16U > *arg1 = 0 ;
bool arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool val2 ;
int ecode2 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__MatrixT_long_16U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< long,16U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< long,16U > const &""'");
}
arg1 = reinterpret_cast< npstat::Matrix< long,16U > * >(argp1);
ecode2 = SWIG_AsVal_bool(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "matrixToNumpy" "', argument " "2"" of type '" "bool""'");
}
arg2 = static_cast< bool >(val2);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixToNumpy< long >((npstat::Matrix< long,16U > const &)*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy__SWIG_11(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
npstat::Matrix< long,16U > *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_npstat__MatrixT_long_16U_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< long,16U > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "matrixToNumpy" "', argument " "1"" of type '" "npstat::Matrix< long,16U > const &""'");
}
arg1 = reinterpret_cast< npstat::Matrix< long,16U > * >(argp1);
{
try {
result = (PyObject *)npstat::SWIGTEMPLATEDISAMBIGUATOR matrixToNumpy< long >((npstat::Matrix< long,16U > const &)*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_matrixToNumpy(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "matrixToNumpy", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_double_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_matrixToNumpy__SWIG_3(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_float_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_matrixToNumpy__SWIG_5(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_long_double_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_matrixToNumpy__SWIG_7(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_int_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_matrixToNumpy__SWIG_9(self, argc, argv);
}
}
if (argc == 1) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_long_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_matrixToNumpy__SWIG_11(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_float_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_matrixToNumpy__SWIG_4(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_int_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_matrixToNumpy__SWIG_8(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_double_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_matrixToNumpy__SWIG_2(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_long_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_matrixToNumpy__SWIG_10(self, argc, argv);
}
}
}
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_npstat__MatrixT_long_double_16U_t, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_matrixToNumpy__SWIG_6(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'matrixToNumpy'.\n"
" Possible C/C++ prototypes are:\n"
" npstat::matrixToNumpy< double >(npstat::Matrix< double,16U > const &,bool)\n"
" npstat::matrixToNumpy< double >(npstat::Matrix< double,16U > const &)\n"
" npstat::matrixToNumpy< float >(npstat::Matrix< float,16U > const &,bool)\n"
" npstat::matrixToNumpy< float >(npstat::Matrix< float,16U > const &)\n"
" npstat::matrixToNumpy< long double >(npstat::Matrix< long double,16U > const &,bool)\n"
" npstat::matrixToNumpy< long double >(npstat::Matrix< long double,16U > const &)\n"
" npstat::matrixToNumpy< int >(npstat::Matrix< int,16U > const &,bool)\n"
" npstat::matrixToNumpy< int >(npstat::Matrix< int,16U > const &)\n"
" npstat::matrixToNumpy< long >(npstat::Matrix< long,16U > const &,bool)\n"
" npstat::matrixToNumpy< long >(npstat::Matrix< long,16U > const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_BinaryArchiveBase(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_BinaryArchiveBase" "', argument " "1"" of type '" "gs::BinaryArchiveBase *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_isOpen(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_isOpen" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (bool)((gs::BinaryArchiveBase const *)arg1)->isOpen();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_isReadable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_isReadable" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (bool)((gs::BinaryArchiveBase const *)arg1)->isReadable();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_isWritable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_isWritable" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (bool)((gs::BinaryArchiveBase const *)arg1)->isWritable();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_error(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
std::string result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_error" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = ((gs::BinaryArchiveBase const *)arg1)->error();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_std_basic_string_Sl_char_Sg_(static_cast< std::basic_string<char> >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_modeValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_modeValid" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (bool)((gs::BinaryArchiveBase const *)arg1)->modeValid();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_size(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_size" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (unsigned long long)((gs::BinaryArchiveBase const *)arg1)->size();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_smallestId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_smallestId" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (unsigned long long)((gs::BinaryArchiveBase const *)arg1)->smallestId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_largestId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned long long result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_largestId" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (unsigned long long)((gs::BinaryArchiveBase const *)arg1)->largestId();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_idsAreContiguous(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_idsAreContiguous" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (bool)((gs::BinaryArchiveBase const *)arg1)->idsAreContiguous();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_itemExists(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "BinaryArchiveBase_itemExists", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_itemExists" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "BinaryArchiveBase_itemExists" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (bool)((gs::BinaryArchiveBase const *)arg1)->itemExists(arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_itemSearch(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
std::vector< unsigned long long,std::allocator< unsigned long long > > *arg4 = (std::vector< unsigned long long,std::allocator< unsigned long long > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
void *argp4 = 0 ;
int res4 = 0 ;
PyObject *swig_obj[4] ;
if (!SWIG_Python_UnpackTuple(args, "BinaryArchiveBase_itemSearch", 4, 4, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_itemSearch" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "BinaryArchiveBase_itemSearch" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "BinaryArchiveBase_itemSearch" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "BinaryArchiveBase_itemSearch" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "BinaryArchiveBase_itemSearch" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
res4 = SWIG_ConvertPtr(swig_obj[3], &argp4,SWIGTYPE_p_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t, 0 | 0 );
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "BinaryArchiveBase_itemSearch" "', argument " "4"" of type '" "std::vector< unsigned long long,std::allocator< unsigned long long > > *""'");
}
arg4 = reinterpret_cast< std::vector< unsigned long long,std::allocator< unsigned long long > > * >(argp4);
{
try {
((gs::BinaryArchiveBase const *)arg1)->itemSearch((gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_compressionBufferSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
std::size_t result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_compressionBufferSize" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = ((gs::BinaryArchiveBase const *)arg1)->compressionBufferSize();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_size_t(static_cast< size_t >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_compressionLevel(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_compressionLevel" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (int)((gs::BinaryArchiveBase const *)arg1)->compressionLevel();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_minSizeToCompress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
unsigned int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_minSizeToCompress" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (unsigned int)((gs::BinaryArchiveBase const *)arg1)->minSizeToCompress();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_injectMetadata(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_injectMetadata" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (bool)((gs::BinaryArchiveBase const *)arg1)->injectMetadata();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_isEmptyFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::fstream *arg1 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
bool result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_std__fstream, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_isEmptyFile" "', argument " "1"" of type '" "std::fstream &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "BinaryArchiveBase_isEmptyFile" "', argument " "1"" of type '" "std::fstream &""'");
}
arg1 = reinterpret_cast< std::fstream * >(argp1);
{
try {
result = (bool)gs::BinaryArchiveBase::isEmptyFile(*arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryArchiveBase_compression(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryArchiveBase *arg1 = (gs::BinaryArchiveBase *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
int result;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryArchiveBase, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryArchiveBase_compression" "', argument " "1"" of type '" "gs::BinaryArchiveBase const *""'");
}
arg1 = reinterpret_cast< gs::BinaryArchiveBase * >(argp1);
{
try {
result = (int)gs_BinaryArchiveBase_compression((gs::BinaryArchiveBase const *)arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *BinaryArchiveBase_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__BinaryArchiveBase, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *_wrap_writeStringArchive(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "writeStringArchive", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "writeStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "writeStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "writeStringArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
{
try {
result = (bool)gs::writeStringArchive((gs::StringArchive const &)*arg1,(char const *)arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return NULL;
}
SWIGINTERN PyObject *_wrap_readStringArchive(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
PyObject *swig_obj[1] ;
gs::StringArchive *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "readStringArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
{
try {
result = (gs::StringArchive *)gs::readStringArchive((char const *)arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_OWN | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
return NULL;
}
SWIGINTERN PyObject *_wrap_writeCompressedStringArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
unsigned int arg3 ;
int arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
bool result;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "writeCompressedStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "writeCompressedStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "writeCompressedStringArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "writeCompressedStringArchive" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "writeCompressedStringArchive" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "writeCompressedStringArchive" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "writeCompressedStringArchive" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (bool)gs::writeCompressedStringArchive((gs::StringArchive const &)*arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return NULL;
}
SWIGINTERN PyObject *_wrap_writeCompressedStringArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
unsigned int arg3 ;
int arg4 ;
unsigned int arg5 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
bool result;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "writeCompressedStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "writeCompressedStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "writeCompressedStringArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "writeCompressedStringArchive" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "writeCompressedStringArchive" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "writeCompressedStringArchive" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (bool)gs::writeCompressedStringArchive((gs::StringArchive const &)*arg1,(char const *)arg2,arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return NULL;
}
SWIGINTERN PyObject *_wrap_writeCompressedStringArchive__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
unsigned int arg3 ;
int arg4 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
int val4 ;
int ecode4 = 0 ;
bool result;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "writeCompressedStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "writeCompressedStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "writeCompressedStringArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "writeCompressedStringArchive" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
ecode4 = SWIG_AsVal_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "writeCompressedStringArchive" "', argument " "4"" of type '" "int""'");
}
arg4 = static_cast< int >(val4);
{
try {
result = (bool)gs::writeCompressedStringArchive((gs::StringArchive const &)*arg1,(char const *)arg2,arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return NULL;
}
SWIGINTERN PyObject *_wrap_writeCompressedStringArchive__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
unsigned int arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
unsigned int val3 ;
int ecode3 = 0 ;
bool result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "writeCompressedStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "writeCompressedStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "writeCompressedStringArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
if (!SWIG_IsOK(ecode3)) {
SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "writeCompressedStringArchive" "', argument " "3"" of type '" "unsigned int""'");
}
arg3 = static_cast< unsigned int >(val3);
{
try {
result = (bool)gs::writeCompressedStringArchive((gs::StringArchive const &)*arg1,(char const *)arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return NULL;
}
SWIGINTERN PyObject *_wrap_writeCompressedStringArchive__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
bool result;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "writeCompressedStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "writeCompressedStringArchive" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "writeCompressedStringArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
{
try {
result = (bool)gs::writeCompressedStringArchive((gs::StringArchive const &)*arg1,(char const *)arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return NULL;
}
SWIGINTERN PyObject *_wrap_writeCompressedStringArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "writeCompressedStringArchive", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_writeCompressedStringArchive__SWIG_4(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_writeCompressedStringArchive__SWIG_3(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_writeCompressedStringArchive__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_writeCompressedStringArchive__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_writeCompressedStringArchive__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'writeCompressedStringArchive'.\n"
" Possible C/C++ prototypes are:\n"
" gs::writeCompressedStringArchive(gs::StringArchive const &,char const *,unsigned int,int,unsigned int,unsigned int)\n"
" gs::writeCompressedStringArchive(gs::StringArchive const &,char const *,unsigned int,int,unsigned int)\n"
" gs::writeCompressedStringArchive(gs::StringArchive const &,char const *,unsigned int,int)\n"
" gs::writeCompressedStringArchive(gs::StringArchive const &,char const *,unsigned int)\n"
" gs::writeCompressedStringArchive(gs::StringArchive const &,char const *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_readCompressedStringArchive(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
PyObject *swig_obj[1] ;
gs::StringArchive *result = 0 ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "readCompressedStringArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
{
try {
result = (gs::StringArchive *)gs::readCompressedStringArchive((char const *)arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_OWN | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
return NULL;
}
SWIGINTERN PyObject *_wrap_writeCompressedStringArchiveExt__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
bool result;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "writeCompressedStringArchiveExt" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "writeCompressedStringArchiveExt" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "writeCompressedStringArchiveExt" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "writeCompressedStringArchiveExt" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (bool)gs::writeCompressedStringArchiveExt((gs::StringArchive const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_writeCompressedStringArchiveExt__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::StringArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
bool result;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__StringArchive, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "writeCompressedStringArchiveExt" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "writeCompressedStringArchiveExt" "', argument " "1"" of type '" "gs::StringArchive const &""'");
}
arg1 = reinterpret_cast< gs::StringArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "writeCompressedStringArchiveExt" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
{
try {
result = (bool)gs::writeCompressedStringArchiveExt((gs::StringArchive const &)*arg1,(char const *)arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return NULL;
}
SWIGINTERN PyObject *_wrap_writeCompressedStringArchiveExt(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "writeCompressedStringArchiveExt", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_writeCompressedStringArchiveExt__SWIG_1(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_writeCompressedStringArchiveExt__SWIG_0(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'writeCompressedStringArchiveExt'.\n"
" Possible C/C++ prototypes are:\n"
" gs::writeCompressedStringArchiveExt(gs::StringArchive const &,char const *,char const *)\n"
" gs::writeCompressedStringArchiveExt(gs::StringArchive const &,char const *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_readCompressedStringArchiveExt__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
gs::StringArchive *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "readCompressedStringArchiveExt" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "readCompressedStringArchiveExt" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
{
try {
result = (gs::StringArchive *)gs::readCompressedStringArchiveExt((char const *)arg1,(char const *)arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_OWN | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return NULL;
}
SWIGINTERN PyObject *_wrap_readCompressedStringArchiveExt__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
gs::StringArchive *result = 0 ;
if ((nobjs < 1) || (nobjs > 1)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "readCompressedStringArchiveExt" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
{
try {
result = (gs::StringArchive *)gs::readCompressedStringArchiveExt((char const *)arg1);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_OWN | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
return NULL;
}
SWIGINTERN PyObject *_wrap_readCompressedStringArchiveExt(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[3] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "readCompressedStringArchiveExt", 0, 2, argv))) SWIG_fail;
--argc;
if (argc == 1) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_readCompressedStringArchiveExt__SWIG_1(self, argc, argv);
}
}
if (argc == 2) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_readCompressedStringArchiveExt__SWIG_0(self, argc, argv);
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'readCompressedStringArchiveExt'.\n"
" Possible C/C++ prototypes are:\n"
" gs::readCompressedStringArchiveExt(char const *,char const *)\n"
" gs::readCompressedStringArchiveExt(char const *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_loadStringArchiveFromArchive(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
gs::StringArchive *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "loadStringArchiveFromArchive", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "loadStringArchiveFromArchive" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "loadStringArchiveFromArchive" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "loadStringArchiveFromArchive" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::StringArchive *)gs::loadStringArchiveFromArchive(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__StringArchive, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_Bool(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
bool *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
bool temp1 ;
bool val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< bool > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_Bool", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_bool(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_Bool" "', argument " "1"" of type '" "bool""'");
}
temp1 = static_cast< bool >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_Bool" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_Bool" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< bool > *)new gs::ArchiveValueRecord< bool >((bool const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_bool_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_Bool(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< bool > *arg1 = (gs::ArchiveValueRecord< bool > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_bool_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_Bool" "', argument " "1"" of type '" "gs::ArchiveValueRecord< bool > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< bool > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_Bool_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_bool_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_Bool_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_Bool(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
bool *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
bool temp1 ;
bool val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< bool > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_Bool", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_bool(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_Bool" "', argument " "1"" of type '" "bool""'");
}
temp1 = static_cast< bool >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_Bool" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_Bool" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< bool >((bool const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< bool >(static_cast< const gs::ArchiveValueRecord< bool >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_bool_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Bool__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< bool > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Bool" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Bool" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_Bool" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< bool > *)new gs::Reference< bool >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_bool_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Bool__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< bool > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Bool" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Bool" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Bool" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Bool" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< bool > *)new gs::Reference< bool >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_bool_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Bool__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< bool > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Bool" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Bool" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Bool" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Bool" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Bool" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Bool" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< bool > *)new gs::Reference< bool >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_bool_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Bool(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_Bool", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_Bool__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Bool__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Bool__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_Bool'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< bool >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< bool >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< bool >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_Bool_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< bool > *arg1 = (gs::Reference< bool > *) 0 ;
unsigned long arg2 ;
bool *arg3 = (bool *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Bool_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_bool_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Bool_restore" "', argument " "1"" of type '" "gs::Reference< bool > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< bool > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Bool_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_bool, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_Bool_restore" "', argument " "3"" of type '" "bool *""'");
}
arg3 = reinterpret_cast< bool * >(argp3);
{
try {
((gs::Reference< bool > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Bool_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< bool > *arg1 = (gs::Reference< bool > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
bool *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Bool_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_bool_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Bool_retrieve" "', argument " "1"" of type '" "gs::Reference< bool > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< bool > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Bool_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (bool *)gs_Reference_Sl_bool_Sg__retrieve((gs::Reference< bool > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_bool, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Bool_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< bool > *arg1 = (gs::Reference< bool > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
bool result;
if (!SWIG_Python_UnpackTuple(args, "Ref_Bool_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_bool_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Bool_getValue" "', argument " "1"" of type '" "gs::Reference< bool > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< bool > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Bool_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (bool)gs_Reference_Sl_bool_Sg__getValue((gs::Reference< bool > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_bool(static_cast< bool >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_Bool(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< bool > *arg1 = (gs::Reference< bool > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_bool_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_Bool" "', argument " "1"" of type '" "gs::Reference< bool > *""'");
}
arg1 = reinterpret_cast< gs::Reference< bool > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_Bool_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_bool_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_Bool_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_Char(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
char temp1 ;
char val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< char > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_Char", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_char(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_Char" "', argument " "1"" of type '" "char""'");
}
temp1 = static_cast< char >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_Char" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_Char" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< char > *)new gs::ArchiveValueRecord< char >((char const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_char_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_Char(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< char > *arg1 = (gs::ArchiveValueRecord< char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_char_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_Char" "', argument " "1"" of type '" "gs::ArchiveValueRecord< char > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< char > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_Char_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_char_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_Char_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_Char(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
char *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
char temp1 ;
char val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< char > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_Char", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_char(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_Char" "', argument " "1"" of type '" "char""'");
}
temp1 = static_cast< char >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_Char" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_Char" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< char >((char const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< char >(static_cast< const gs::ArchiveValueRecord< char >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_char_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Char__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< char > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Char" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Char" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_Char" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< char > *)new gs::Reference< char >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_char_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Char__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< char > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Char" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Char" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Char" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Char" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< char > *)new gs::Reference< char >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_char_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Char__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< char > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Char" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Char" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Char" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Char" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Char" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Char" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< char > *)new gs::Reference< char >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_char_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Char(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_Char", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_Char__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Char__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Char__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_Char'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< char >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< char >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< char >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_Char_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< char > *arg1 = (gs::Reference< char > *) 0 ;
unsigned long arg2 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Char_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Char_restore" "', argument " "1"" of type '" "gs::Reference< char > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Char_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_Char_restore" "', argument " "3"" of type '" "char *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
((gs::Reference< char > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Char_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< char > *arg1 = (gs::Reference< char > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Char_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Char_retrieve" "', argument " "1"" of type '" "gs::Reference< char > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Char_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (char *)gs_Reference_Sl_char_Sg__retrieve((gs::Reference< char > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_FromCharPtr((const char *)result);
delete[] result;
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Char_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< char > *arg1 = (gs::Reference< char > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
char result;
if (!SWIG_Python_UnpackTuple(args, "Ref_Char_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Char_getValue" "', argument " "1"" of type '" "gs::Reference< char > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Char_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (char)gs_Reference_Sl_char_Sg__getValue((gs::Reference< char > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_char(static_cast< char >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_Char(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< char > *arg1 = (gs::Reference< char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_char_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_Char" "', argument " "1"" of type '" "gs::Reference< char > *""'");
}
arg1 = reinterpret_cast< gs::Reference< char > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_Char_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_char_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_Char_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_UChar(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned char *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned char temp1 ;
unsigned char val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< unsigned char > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_UChar", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_char(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_UChar" "', argument " "1"" of type '" "unsigned char""'");
}
temp1 = static_cast< unsigned char >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_UChar" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_UChar" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< unsigned char > *)new gs::ArchiveValueRecord< unsigned char >((unsigned char const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_char_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_UChar(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< unsigned char > *arg1 = (gs::ArchiveValueRecord< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_char_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_UChar" "', argument " "1"" of type '" "gs::ArchiveValueRecord< unsigned char > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< unsigned char > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_UChar_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_char_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_UChar_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_UChar(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned char *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned char temp1 ;
unsigned char val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< unsigned char > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_UChar", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_char(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_UChar" "', argument " "1"" of type '" "unsigned char""'");
}
temp1 = static_cast< unsigned char >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_UChar" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_UChar" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< unsigned char >((unsigned char const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< unsigned char >(static_cast< const gs::ArchiveValueRecord< unsigned char >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_char_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UChar__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< unsigned char > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_UChar" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< unsigned char > *)new gs::Reference< unsigned char >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_char_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UChar__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< unsigned char > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UChar" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UChar" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< unsigned char > *)new gs::Reference< unsigned char >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_char_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UChar__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< unsigned char > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UChar" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UChar" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UChar" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UChar" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< unsigned char > *)new gs::Reference< unsigned char >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_char_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UChar(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_UChar", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_UChar__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UChar__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UChar__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_UChar'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< unsigned char >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< unsigned char >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< unsigned char >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_UChar_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned char > *arg1 = (gs::Reference< unsigned char > *) 0 ;
unsigned long arg2 ;
unsigned char *arg3 = (unsigned char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UChar_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UChar_restore" "', argument " "1"" of type '" "gs::Reference< unsigned char > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UChar_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_unsigned_char, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_UChar_restore" "', argument " "3"" of type '" "unsigned char *""'");
}
arg3 = reinterpret_cast< unsigned char * >(argp3);
{
try {
((gs::Reference< unsigned char > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UChar_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned char > *arg1 = (gs::Reference< unsigned char > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UChar_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UChar_retrieve" "', argument " "1"" of type '" "gs::Reference< unsigned char > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UChar_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (unsigned char *)gs_Reference_Sl_unsigned_SS_char_Sg__retrieve((gs::Reference< unsigned char > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_unsigned_char, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UChar_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned char > *arg1 = (gs::Reference< unsigned char > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned char result;
if (!SWIG_Python_UnpackTuple(args, "Ref_UChar_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UChar_getValue" "', argument " "1"" of type '" "gs::Reference< unsigned char > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UChar_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (unsigned char)gs_Reference_Sl_unsigned_SS_char_Sg__getValue((gs::Reference< unsigned char > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_UChar(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned char > *arg1 = (gs::Reference< unsigned char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_char_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_UChar" "', argument " "1"" of type '" "gs::Reference< unsigned char > *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned char > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_UChar_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_unsigned_char_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_UChar_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_SChar(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
signed char *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
signed char temp1 ;
signed char val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< signed char > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_SChar", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_signed_SS_char(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_SChar" "', argument " "1"" of type '" "signed char""'");
}
temp1 = static_cast< signed char >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_SChar" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_SChar" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< signed char > *)new gs::ArchiveValueRecord< signed char >((signed char const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_signed_char_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_SChar(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< signed char > *arg1 = (gs::ArchiveValueRecord< signed char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_signed_char_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_SChar" "', argument " "1"" of type '" "gs::ArchiveValueRecord< signed char > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< signed char > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_SChar_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_signed_char_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_SChar_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_SChar(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
signed char *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
signed char temp1 ;
signed char val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< signed char > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_SChar", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_signed_SS_char(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_SChar" "', argument " "1"" of type '" "signed char""'");
}
temp1 = static_cast< signed char >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_SChar" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_SChar" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< signed char >((signed char const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< signed char >(static_cast< const gs::ArchiveValueRecord< signed char >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_signed_char_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_SChar__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< signed char > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_SChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_SChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_SChar" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< signed char > *)new gs::Reference< signed char >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_signed_char_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_SChar__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< signed char > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_SChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_SChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_SChar" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_SChar" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< signed char > *)new gs::Reference< signed char >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_signed_char_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_SChar__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< signed char > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_SChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_SChar" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_SChar" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_SChar" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_SChar" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_SChar" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< signed char > *)new gs::Reference< signed char >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_signed_char_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_SChar(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_SChar", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_SChar__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_SChar__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_SChar__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_SChar'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< signed char >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< signed char >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< signed char >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_SChar_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< signed char > *arg1 = (gs::Reference< signed char > *) 0 ;
unsigned long arg2 ;
signed char *arg3 = (signed char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_SChar_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_signed_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_SChar_restore" "', argument " "1"" of type '" "gs::Reference< signed char > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< signed char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_SChar_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_signed_char, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_SChar_restore" "', argument " "3"" of type '" "signed char *""'");
}
arg3 = reinterpret_cast< signed char * >(argp3);
{
try {
((gs::Reference< signed char > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_SChar_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< signed char > *arg1 = (gs::Reference< signed char > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
signed char *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_SChar_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_signed_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_SChar_retrieve" "', argument " "1"" of type '" "gs::Reference< signed char > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< signed char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_SChar_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (signed char *)gs_Reference_Sl_signed_SS_char_Sg__retrieve((gs::Reference< signed char > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_signed_char, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_SChar_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< signed char > *arg1 = (gs::Reference< signed char > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
signed char result;
if (!SWIG_Python_UnpackTuple(args, "Ref_SChar_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_signed_char_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_SChar_getValue" "', argument " "1"" of type '" "gs::Reference< signed char > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< signed char > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_SChar_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (signed char)gs_Reference_Sl_signed_SS_char_Sg__getValue((gs::Reference< signed char > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_signed_SS_char(static_cast< signed char >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_SChar(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< signed char > *arg1 = (gs::Reference< signed char > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_signed_char_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_SChar" "', argument " "1"" of type '" "gs::Reference< signed char > *""'");
}
arg1 = reinterpret_cast< gs::Reference< signed char > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_SChar_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_signed_char_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_SChar_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_Short(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
short *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
short temp1 ;
short val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< short > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_Short", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_short(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_Short" "', argument " "1"" of type '" "short""'");
}
temp1 = static_cast< short >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_Short" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_Short" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< short > *)new gs::ArchiveValueRecord< short >((short const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_short_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_Short(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< short > *arg1 = (gs::ArchiveValueRecord< short > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_short_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_Short" "', argument " "1"" of type '" "gs::ArchiveValueRecord< short > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< short > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_Short_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_short_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_Short_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_Short(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
short *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
short temp1 ;
short val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< short > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_Short", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_short(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_Short" "', argument " "1"" of type '" "short""'");
}
temp1 = static_cast< short >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_Short" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_Short" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< short >((short const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< short >(static_cast< const gs::ArchiveValueRecord< short >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_short_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Short__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< short > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Short" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Short" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_Short" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< short > *)new gs::Reference< short >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_short_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Short__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< short > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Short" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Short" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Short" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Short" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< short > *)new gs::Reference< short >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_short_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Short__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< short > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Short" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Short" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Short" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Short" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Short" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Short" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< short > *)new gs::Reference< short >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_short_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Short(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_Short", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_Short__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Short__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Short__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_Short'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< short >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< short >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< short >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_Short_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< short > *arg1 = (gs::Reference< short > *) 0 ;
unsigned long arg2 ;
short *arg3 = (short *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Short_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_short_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Short_restore" "', argument " "1"" of type '" "gs::Reference< short > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< short > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Short_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_short, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_Short_restore" "', argument " "3"" of type '" "short *""'");
}
arg3 = reinterpret_cast< short * >(argp3);
{
try {
((gs::Reference< short > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Short_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< short > *arg1 = (gs::Reference< short > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
short *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Short_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_short_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Short_retrieve" "', argument " "1"" of type '" "gs::Reference< short > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< short > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Short_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (short *)gs_Reference_Sl_short_Sg__retrieve((gs::Reference< short > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_short, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Short_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< short > *arg1 = (gs::Reference< short > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
short result;
if (!SWIG_Python_UnpackTuple(args, "Ref_Short_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_short_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Short_getValue" "', argument " "1"" of type '" "gs::Reference< short > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< short > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Short_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (short)gs_Reference_Sl_short_Sg__getValue((gs::Reference< short > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_short(static_cast< short >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_Short(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< short > *arg1 = (gs::Reference< short > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_short_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_Short" "', argument " "1"" of type '" "gs::Reference< short > *""'");
}
arg1 = reinterpret_cast< gs::Reference< short > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_Short_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_short_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_Short_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_UShort(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned short *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned short temp1 ;
unsigned short val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< unsigned short > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_UShort", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_short(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_UShort" "', argument " "1"" of type '" "unsigned short""'");
}
temp1 = static_cast< unsigned short >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_UShort" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_UShort" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< unsigned short > *)new gs::ArchiveValueRecord< unsigned short >((unsigned short const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_short_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_UShort(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< unsigned short > *arg1 = (gs::ArchiveValueRecord< unsigned short > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_short_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_UShort" "', argument " "1"" of type '" "gs::ArchiveValueRecord< unsigned short > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< unsigned short > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_UShort_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_short_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_UShort_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_UShort(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned short *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned short temp1 ;
unsigned short val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< unsigned short > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_UShort", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_short(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_UShort" "', argument " "1"" of type '" "unsigned short""'");
}
temp1 = static_cast< unsigned short >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_UShort" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_UShort" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< unsigned short >((unsigned short const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< unsigned short >(static_cast< const gs::ArchiveValueRecord< unsigned short >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_short_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UShort__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< unsigned short > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UShort" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UShort" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_UShort" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< unsigned short > *)new gs::Reference< unsigned short >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_short_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UShort__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< unsigned short > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UShort" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UShort" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UShort" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UShort" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< unsigned short > *)new gs::Reference< unsigned short >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_short_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UShort__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< unsigned short > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UShort" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UShort" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UShort" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UShort" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UShort" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UShort" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< unsigned short > *)new gs::Reference< unsigned short >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_short_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UShort(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_UShort", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_UShort__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UShort__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UShort__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_UShort'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< unsigned short >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< unsigned short >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< unsigned short >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_UShort_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned short > *arg1 = (gs::Reference< unsigned short > *) 0 ;
unsigned long arg2 ;
unsigned short *arg3 = (unsigned short *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UShort_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_short_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UShort_restore" "', argument " "1"" of type '" "gs::Reference< unsigned short > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned short > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UShort_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_unsigned_short, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_UShort_restore" "', argument " "3"" of type '" "unsigned short *""'");
}
arg3 = reinterpret_cast< unsigned short * >(argp3);
{
try {
((gs::Reference< unsigned short > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UShort_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned short > *arg1 = (gs::Reference< unsigned short > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned short *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UShort_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_short_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UShort_retrieve" "', argument " "1"" of type '" "gs::Reference< unsigned short > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned short > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UShort_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (unsigned short *)gs_Reference_Sl_unsigned_SS_short_Sg__retrieve((gs::Reference< unsigned short > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_unsigned_short, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UShort_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned short > *arg1 = (gs::Reference< unsigned short > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned short result;
if (!SWIG_Python_UnpackTuple(args, "Ref_UShort_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_short_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UShort_getValue" "', argument " "1"" of type '" "gs::Reference< unsigned short > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned short > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UShort_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (unsigned short)gs_Reference_Sl_unsigned_SS_short_Sg__getValue((gs::Reference< unsigned short > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_short(static_cast< unsigned short >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_UShort(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned short > *arg1 = (gs::Reference< unsigned short > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_short_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_UShort" "', argument " "1"" of type '" "gs::Reference< unsigned short > *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned short > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_UShort_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_unsigned_short_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_UShort_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_Int(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
int *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int temp1 ;
int val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< int > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_Int", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_Int" "', argument " "1"" of type '" "int""'");
}
temp1 = static_cast< int >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_Int" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_Int" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< int > *)new gs::ArchiveValueRecord< int >((int const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_int_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_Int(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< int > *arg1 = (gs::ArchiveValueRecord< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_int_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_Int" "', argument " "1"" of type '" "gs::ArchiveValueRecord< int > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< int > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_Int_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_int_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_Int_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_Int(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
int *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int temp1 ;
int val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< int > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_Int", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_Int" "', argument " "1"" of type '" "int""'");
}
temp1 = static_cast< int >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_Int" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_Int" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< int >((int const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< int >(static_cast< const gs::ArchiveValueRecord< int >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_int_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Int__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< int > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Int" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Int" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_Int" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< int > *)new gs::Reference< int >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_int_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Int__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< int > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Int" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Int" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Int" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Int" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< int > *)new gs::Reference< int >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_int_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Int__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< int > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Int" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Int" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Int" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Int" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Int" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Int" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< int > *)new gs::Reference< int >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_int_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Int(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_Int", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_Int__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Int__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Int__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_Int'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< int >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< int >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< int >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_Int_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< int > *arg1 = (gs::Reference< int > *) 0 ;
unsigned long arg2 ;
int *arg3 = (int *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Int_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Int_restore" "', argument " "1"" of type '" "gs::Reference< int > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< int > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Int_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_int, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_Int_restore" "', argument " "3"" of type '" "int *""'");
}
arg3 = reinterpret_cast< int * >(argp3);
{
try {
((gs::Reference< int > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Int_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< int > *arg1 = (gs::Reference< int > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
int *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Int_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Int_retrieve" "', argument " "1"" of type '" "gs::Reference< int > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< int > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Int_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (int *)gs_Reference_Sl_int_Sg__retrieve((gs::Reference< int > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_int, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Int_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< int > *arg1 = (gs::Reference< int > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
int result;
if (!SWIG_Python_UnpackTuple(args, "Ref_Int_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Int_getValue" "', argument " "1"" of type '" "gs::Reference< int > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< int > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Int_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (int)gs_Reference_Sl_int_Sg__getValue((gs::Reference< int > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_int(static_cast< int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_Int(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< int > *arg1 = (gs::Reference< int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_int_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_Int" "', argument " "1"" of type '" "gs::Reference< int > *""'");
}
arg1 = reinterpret_cast< gs::Reference< int > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_Int_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_int_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_Int_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_Long(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
long *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
long temp1 ;
long val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< long > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_Long", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_long(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_Long" "', argument " "1"" of type '" "long""'");
}
temp1 = static_cast< long >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_Long" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_Long" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< long > *)new gs::ArchiveValueRecord< long >((long const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_long_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_Long(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< long > *arg1 = (gs::ArchiveValueRecord< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_Long" "', argument " "1"" of type '" "gs::ArchiveValueRecord< long > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_Long_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_Long_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_Long(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
long *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
long temp1 ;
long val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< long > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_Long", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_long(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_Long" "', argument " "1"" of type '" "long""'");
}
temp1 = static_cast< long >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_Long" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_Long" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< long >((long const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< long >(static_cast< const gs::ArchiveValueRecord< long >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_long_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Long__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< long > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Long" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Long" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_Long" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< long > *)new gs::Reference< long >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Long__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< long > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Long" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Long" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Long" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Long" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< long > *)new gs::Reference< long >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_long_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Long__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< long > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Long" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Long" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Long" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Long" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Long" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Long" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< long > *)new gs::Reference< long >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Long(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_Long", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_Long__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Long__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Long__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_Long'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< long >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< long >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< long >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_Long_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long > *arg1 = (gs::Reference< long > *) 0 ;
unsigned long arg2 ;
long *arg3 = (long *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Long_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Long_restore" "', argument " "1"" of type '" "gs::Reference< long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Long_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_long, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_Long_restore" "', argument " "3"" of type '" "long *""'");
}
arg3 = reinterpret_cast< long * >(argp3);
{
try {
((gs::Reference< long > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Long_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long > *arg1 = (gs::Reference< long > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
long *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Long_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Long_retrieve" "', argument " "1"" of type '" "gs::Reference< long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Long_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (long *)gs_Reference_Sl_long_Sg__retrieve((gs::Reference< long > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_long, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Long_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long > *arg1 = (gs::Reference< long > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
long result;
if (!SWIG_Python_UnpackTuple(args, "Ref_Long_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Long_getValue" "', argument " "1"" of type '" "gs::Reference< long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Long_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (long)gs_Reference_Sl_long_Sg__getValue((gs::Reference< long > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_long(static_cast< long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_Long(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long > *arg1 = (gs::Reference< long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_Long" "', argument " "1"" of type '" "gs::Reference< long > *""'");
}
arg1 = reinterpret_cast< gs::Reference< long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_Long_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_Long_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_LLong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
long long *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
long long temp1 ;
long long val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< long long > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_LLong", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_long_SS_long(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_LLong" "', argument " "1"" of type '" "long long""'");
}
temp1 = static_cast< long long >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_LLong" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_LLong" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< long long > *)new gs::ArchiveValueRecord< long long >((long long const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_long_long_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_LLong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< long long > *arg1 = (gs::ArchiveValueRecord< long long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_long_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_LLong" "', argument " "1"" of type '" "gs::ArchiveValueRecord< long long > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< long long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_LLong_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_long_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_LLong_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_LLong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
long long *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
long long temp1 ;
long long val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< long long > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_LLong", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_long_SS_long(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_LLong" "', argument " "1"" of type '" "long long""'");
}
temp1 = static_cast< long long >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_LLong" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_LLong" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< long long >((long long const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< long long >(static_cast< const gs::ArchiveValueRecord< long long >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_long_long_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LLong__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< long long > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_LLong" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< long long > *)new gs::Reference< long long >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_long_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LLong__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< long long > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LLong" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LLong" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< long long > *)new gs::Reference< long long >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_long_long_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LLong__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< long long > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LLong" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LLong" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LLong" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LLong" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< long long > *)new gs::Reference< long long >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_long_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LLong(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_LLong", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_LLong__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LLong__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LLong__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_LLong'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< long long >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< long long >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< long long >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_LLong_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long long > *arg1 = (gs::Reference< long long > *) 0 ;
unsigned long arg2 ;
long long *arg3 = (long long *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LLong_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LLong_restore" "', argument " "1"" of type '" "gs::Reference< long long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< long long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LLong_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_long_long, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_LLong_restore" "', argument " "3"" of type '" "long long *""'");
}
arg3 = reinterpret_cast< long long * >(argp3);
{
try {
((gs::Reference< long long > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LLong_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long long > *arg1 = (gs::Reference< long long > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
long long *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LLong_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LLong_retrieve" "', argument " "1"" of type '" "gs::Reference< long long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< long long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LLong_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (long long *)gs_Reference_Sl_long_SS_long_Sg__retrieve((gs::Reference< long long > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_long_long, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LLong_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long long > *arg1 = (gs::Reference< long long > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
long long result;
if (!SWIG_Python_UnpackTuple(args, "Ref_LLong_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LLong_getValue" "', argument " "1"" of type '" "gs::Reference< long long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< long long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LLong_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (long long)gs_Reference_Sl_long_SS_long_Sg__getValue((gs::Reference< long long > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_long_SS_long(static_cast< long long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_LLong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long long > *arg1 = (gs::Reference< long long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_LLong" "', argument " "1"" of type '" "gs::Reference< long long > *""'");
}
arg1 = reinterpret_cast< gs::Reference< long long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_LLong_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_long_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_LLong_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_UInt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned int temp1 ;
unsigned int val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< unsigned int > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_UInt", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_UInt" "', argument " "1"" of type '" "unsigned int""'");
}
temp1 = static_cast< unsigned int >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_UInt" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_UInt" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< unsigned int > *)new gs::ArchiveValueRecord< unsigned int >((unsigned int const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_int_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_UInt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< unsigned int > *arg1 = (gs::ArchiveValueRecord< unsigned int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_int_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_UInt" "', argument " "1"" of type '" "gs::ArchiveValueRecord< unsigned int > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< unsigned int > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_UInt_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_int_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_UInt_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_UInt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned int *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned int temp1 ;
unsigned int val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< unsigned int > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_UInt", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_int(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_UInt" "', argument " "1"" of type '" "unsigned int""'");
}
temp1 = static_cast< unsigned int >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_UInt" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_UInt" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< unsigned int >((unsigned int const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< unsigned int >(static_cast< const gs::ArchiveValueRecord< unsigned int >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_int_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UInt__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< unsigned int > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UInt" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UInt" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_UInt" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< unsigned int > *)new gs::Reference< unsigned int >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_int_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UInt__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< unsigned int > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UInt" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UInt" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UInt" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UInt" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< unsigned int > *)new gs::Reference< unsigned int >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_int_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UInt__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< unsigned int > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_UInt" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UInt" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_UInt" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UInt" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_UInt" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_UInt" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< unsigned int > *)new gs::Reference< unsigned int >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_int_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_UInt(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_UInt", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_UInt__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UInt__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_UInt__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_UInt'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< unsigned int >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< unsigned int >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< unsigned int >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_UInt_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned int > *arg1 = (gs::Reference< unsigned int > *) 0 ;
unsigned long arg2 ;
unsigned int *arg3 = (unsigned int *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UInt_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UInt_restore" "', argument " "1"" of type '" "gs::Reference< unsigned int > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned int > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UInt_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_unsigned_int, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_UInt_restore" "', argument " "3"" of type '" "unsigned int *""'");
}
arg3 = reinterpret_cast< unsigned int * >(argp3);
{
try {
((gs::Reference< unsigned int > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UInt_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned int > *arg1 = (gs::Reference< unsigned int > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned int *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_UInt_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UInt_retrieve" "', argument " "1"" of type '" "gs::Reference< unsigned int > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned int > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UInt_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (unsigned int *)gs_Reference_Sl_unsigned_SS_int_Sg__retrieve((gs::Reference< unsigned int > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_unsigned_int, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_UInt_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned int > *arg1 = (gs::Reference< unsigned int > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned int result;
if (!SWIG_Python_UnpackTuple(args, "Ref_UInt_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_int_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_UInt_getValue" "', argument " "1"" of type '" "gs::Reference< unsigned int > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned int > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_UInt_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (unsigned int)gs_Reference_Sl_unsigned_SS_int_Sg__getValue((gs::Reference< unsigned int > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_UInt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned int > *arg1 = (gs::Reference< unsigned int > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_int_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_UInt" "', argument " "1"" of type '" "gs::Reference< unsigned int > *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned int > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_UInt_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_unsigned_int_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_UInt_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_ULong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned long *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned long temp1 ;
unsigned long val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< unsigned long > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_ULong", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_long(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_ULong" "', argument " "1"" of type '" "unsigned long""'");
}
temp1 = static_cast< unsigned long >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_ULong" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_ULong" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< unsigned long > *)new gs::ArchiveValueRecord< unsigned long >((unsigned long const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_long_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_ULong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< unsigned long > *arg1 = (gs::ArchiveValueRecord< unsigned long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_ULong" "', argument " "1"" of type '" "gs::ArchiveValueRecord< unsigned long > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< unsigned long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_ULong_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_ULong_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_ULong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned long *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned long temp1 ;
unsigned long val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< unsigned long > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_ULong", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_long(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_ULong" "', argument " "1"" of type '" "unsigned long""'");
}
temp1 = static_cast< unsigned long >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_ULong" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_ULong" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< unsigned long >((unsigned long const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< unsigned long >(static_cast< const gs::ArchiveValueRecord< unsigned long >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_long_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULong__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< unsigned long > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_ULong" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< unsigned long > *)new gs::Reference< unsigned long >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULong__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< unsigned long > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ULong" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ULong" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< unsigned long > *)new gs::Reference< unsigned long >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_long_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULong__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< unsigned long > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ULong" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULong" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ULong" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULong" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< unsigned long > *)new gs::Reference< unsigned long >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULong(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_ULong", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_ULong__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ULong__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ULong__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_ULong'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< unsigned long >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< unsigned long >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< unsigned long >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_ULong_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned long > *arg1 = (gs::Reference< unsigned long > *) 0 ;
unsigned long arg2 ;
unsigned long *arg3 = (unsigned long *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULong_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULong_restore" "', argument " "1"" of type '" "gs::Reference< unsigned long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULong_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_unsigned_long, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_ULong_restore" "', argument " "3"" of type '" "unsigned long *""'");
}
arg3 = reinterpret_cast< unsigned long * >(argp3);
{
try {
((gs::Reference< unsigned long > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ULong_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned long > *arg1 = (gs::Reference< unsigned long > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned long *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULong_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULong_retrieve" "', argument " "1"" of type '" "gs::Reference< unsigned long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULong_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (unsigned long *)gs_Reference_Sl_unsigned_SS_long_Sg__retrieve((gs::Reference< unsigned long > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_unsigned_long, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ULong_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned long > *arg1 = (gs::Reference< unsigned long > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned long result;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULong_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULong_getValue" "', argument " "1"" of type '" "gs::Reference< unsigned long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULong_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (unsigned long)gs_Reference_Sl_unsigned_SS_long_Sg__getValue((gs::Reference< unsigned long > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long(static_cast< unsigned long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_ULong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned long > *arg1 = (gs::Reference< unsigned long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_ULong" "', argument " "1"" of type '" "gs::Reference< unsigned long > *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_ULong_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_unsigned_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_ULong_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_ULLong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned long long *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned long long temp1 ;
unsigned long long val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< unsigned long long > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_ULLong", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_ULLong" "', argument " "1"" of type '" "unsigned long long""'");
}
temp1 = static_cast< unsigned long long >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_ULLong" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_ULLong" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< unsigned long long > *)new gs::ArchiveValueRecord< unsigned long long >((unsigned long long const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_long_long_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_ULLong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< unsigned long long > *arg1 = (gs::ArchiveValueRecord< unsigned long long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_long_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_ULLong" "', argument " "1"" of type '" "gs::ArchiveValueRecord< unsigned long long > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< unsigned long long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_ULLong_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_long_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_ULLong_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_ULLong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
unsigned long long *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned long long temp1 ;
unsigned long long val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< unsigned long long > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_ULLong", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_ULLong" "', argument " "1"" of type '" "unsigned long long""'");
}
temp1 = static_cast< unsigned long long >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_ULLong" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_ULLong" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< unsigned long long >((unsigned long long const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< unsigned long long >(static_cast< const gs::ArchiveValueRecord< unsigned long long >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_unsigned_long_long_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULLong__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< unsigned long long > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_ULLong" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< unsigned long long > *)new gs::Reference< unsigned long long >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_long_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULLong__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< unsigned long long > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ULLong" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ULLong" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< unsigned long long > *)new gs::Reference< unsigned long long >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_long_long_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULLong__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< unsigned long long > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_ULLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULLong" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_ULLong" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULLong" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_ULLong" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_ULLong" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< unsigned long long > *)new gs::Reference< unsigned long long >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_unsigned_long_long_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_ULLong(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_ULLong", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_ULLong__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ULLong__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_ULLong__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_ULLong'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< unsigned long long >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< unsigned long long >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< unsigned long long >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_ULLong_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned long long > *arg1 = (gs::Reference< unsigned long long > *) 0 ;
unsigned long arg2 ;
unsigned long long *arg3 = (unsigned long long *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULLong_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_long_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULLong_restore" "', argument " "1"" of type '" "gs::Reference< unsigned long long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned long long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULLong_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_unsigned_long_long, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_ULLong_restore" "', argument " "3"" of type '" "unsigned long long *""'");
}
arg3 = reinterpret_cast< unsigned long long * >(argp3);
{
try {
((gs::Reference< unsigned long long > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ULLong_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned long long > *arg1 = (gs::Reference< unsigned long long > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned long long *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULLong_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_long_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULLong_retrieve" "', argument " "1"" of type '" "gs::Reference< unsigned long long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned long long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULLong_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (unsigned long long *)gs_Reference_Sl_unsigned_SS_long_SS_long_Sg__retrieve((gs::Reference< unsigned long long > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_unsigned_long_long, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_ULLong_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned long long > *arg1 = (gs::Reference< unsigned long long > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
unsigned long long result;
if (!SWIG_Python_UnpackTuple(args, "Ref_ULLong_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_long_long_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_ULLong_getValue" "', argument " "1"" of type '" "gs::Reference< unsigned long long > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned long long > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_ULLong_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (unsigned long long)gs_Reference_Sl_unsigned_SS_long_SS_long_Sg__getValue((gs::Reference< unsigned long long > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_ULLong(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< unsigned long long > *arg1 = (gs::Reference< unsigned long long > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_unsigned_long_long_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_ULLong" "', argument " "1"" of type '" "gs::Reference< unsigned long long > *""'");
}
arg1 = reinterpret_cast< gs::Reference< unsigned long long > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_ULLong_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_unsigned_long_long_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_ULLong_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_Float(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
float *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
float temp1 ;
float val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< float > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_Float", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_float(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_Float" "', argument " "1"" of type '" "float""'");
}
temp1 = static_cast< float >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_Float" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_Float" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< float > *)new gs::ArchiveValueRecord< float >((float const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_float_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_Float(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< float > *arg1 = (gs::ArchiveValueRecord< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_float_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_Float" "', argument " "1"" of type '" "gs::ArchiveValueRecord< float > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< float > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_Float_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_float_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_Float_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_Float(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
float *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
float temp1 ;
float val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< float > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_Float", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_float(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_Float" "', argument " "1"" of type '" "float""'");
}
temp1 = static_cast< float >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_Float" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_Float" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< float >((float const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< float >(static_cast< const gs::ArchiveValueRecord< float >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_float_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Float__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< float > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Float" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Float" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_Float" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< float > *)new gs::Reference< float >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_float_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Float__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< float > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Float" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Float" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Float" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Float" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< float > *)new gs::Reference< float >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_float_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Float__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< float > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Float" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Float" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Float" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Float" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Float" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Float" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< float > *)new gs::Reference< float >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_float_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Float(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_Float", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_Float__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Float__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Float__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_Float'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< float >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< float >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< float >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_Float_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< float > *arg1 = (gs::Reference< float > *) 0 ;
unsigned long arg2 ;
float *arg3 = (float *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Float_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Float_restore" "', argument " "1"" of type '" "gs::Reference< float > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< float > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Float_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_float, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_Float_restore" "', argument " "3"" of type '" "float *""'");
}
arg3 = reinterpret_cast< float * >(argp3);
{
try {
((gs::Reference< float > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Float_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< float > *arg1 = (gs::Reference< float > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
float *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Float_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Float_retrieve" "', argument " "1"" of type '" "gs::Reference< float > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< float > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Float_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (float *)gs_Reference_Sl_float_Sg__retrieve((gs::Reference< float > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_float, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Float_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< float > *arg1 = (gs::Reference< float > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
float result;
if (!SWIG_Python_UnpackTuple(args, "Ref_Float_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_float_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Float_getValue" "', argument " "1"" of type '" "gs::Reference< float > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< float > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Float_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (float)gs_Reference_Sl_float_Sg__getValue((gs::Reference< float > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_float(static_cast< float >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_Float(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< float > *arg1 = (gs::Reference< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_float_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_Float" "', argument " "1"" of type '" "gs::Reference< float > *""'");
}
arg1 = reinterpret_cast< gs::Reference< float > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_Float_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_float_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_Float_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_Double(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
double temp1 ;
double val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_Double", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_Double" "', argument " "1"" of type '" "double""'");
}
temp1 = static_cast< double >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_Double" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_Double" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< double > *)new gs::ArchiveValueRecord< double >((double const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_double_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_Double(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< double > *arg1 = (gs::ArchiveValueRecord< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_Double" "', argument " "1"" of type '" "gs::ArchiveValueRecord< double > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_Double_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_Double_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_Double(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
double *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
double temp1 ;
double val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< double > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_Double", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_Double" "', argument " "1"" of type '" "double""'");
}
temp1 = static_cast< double >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_Double" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_Double" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< double >((double const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< double >(static_cast< const gs::ArchiveValueRecord< double >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_double_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Double__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< double > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Double" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Double" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_Double" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< double > *)new gs::Reference< double >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Double__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< double > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Double" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Double" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Double" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Double" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< double > *)new gs::Reference< double >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_double_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Double__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< double > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_Double" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Double" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_Double" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Double" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_Double" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_Double" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< double > *)new gs::Reference< double >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_Double(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_Double", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_Double__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Double__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_Double__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_Double'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< double >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< double >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< double >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_Double_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< double > *arg1 = (gs::Reference< double > *) 0 ;
unsigned long arg2 ;
double *arg3 = (double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Double_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Double_restore" "', argument " "1"" of type '" "gs::Reference< double > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< double > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Double_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_double, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_Double_restore" "', argument " "3"" of type '" "double *""'");
}
arg3 = reinterpret_cast< double * >(argp3);
{
try {
((gs::Reference< double > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Double_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< double > *arg1 = (gs::Reference< double > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_Double_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Double_retrieve" "', argument " "1"" of type '" "gs::Reference< double > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< double > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Double_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (double *)gs_Reference_Sl_double_Sg__retrieve((gs::Reference< double > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_double, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_Double_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< double > *arg1 = (gs::Reference< double > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
double result;
if (!SWIG_Python_UnpackTuple(args, "Ref_Double_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_Double_getValue" "', argument " "1"" of type '" "gs::Reference< double > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< double > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_Double_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (double)gs_Reference_Sl_double_Sg__getValue((gs::Reference< double > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_double(static_cast< double >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_Double(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< double > *arg1 = (gs::Reference< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_Double" "', argument " "1"" of type '" "gs::Reference< double > *""'");
}
arg1 = reinterpret_cast< gs::Reference< double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_Double_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_Double_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_LDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
long double *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_LDouble", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_long_double, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_LDouble" "', argument " "1"" of type '" "long double const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_LDouble" "', argument " "1"" of type '" "long double const &""'");
}
arg1 = reinterpret_cast< long double * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_LDouble" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_LDouble" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< long double > *)new gs::ArchiveValueRecord< long double >((long double const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_long_double_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_LDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< long double > *arg1 = (gs::ArchiveValueRecord< long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_LDouble" "', argument " "1"" of type '" "gs::ArchiveValueRecord< long double > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_LDouble_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_LDouble_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_LDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
long double *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< long double > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_LDouble", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_long_double, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_LDouble" "', argument " "1"" of type '" "long double const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_LDouble" "', argument " "1"" of type '" "long double const &""'");
}
arg1 = reinterpret_cast< long double * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_LDouble" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_LDouble" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< long double >((long double const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< long double >(static_cast< const gs::ArchiveValueRecord< long double >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_long_double_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LDouble__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< long double > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_LDouble" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< long double > *)new gs::Reference< long double >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LDouble__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< long double > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LDouble" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LDouble" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< long double > *)new gs::Reference< long double >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_long_double_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LDouble__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< long double > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_LDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_LDouble" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LDouble" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_LDouble" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_LDouble" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< long double > *)new gs::Reference< long double >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_long_double_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_LDouble(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_LDouble", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_LDouble__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LDouble__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_LDouble__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_LDouble'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< long double >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< long double >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< long double >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_LDouble_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long double > *arg1 = (gs::Reference< long double > *) 0 ;
unsigned long arg2 ;
long double *arg3 = (long double *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LDouble_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LDouble_restore" "', argument " "1"" of type '" "gs::Reference< long double > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< long double > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LDouble_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_long_double, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_LDouble_restore" "', argument " "3"" of type '" "long double *""'");
}
arg3 = reinterpret_cast< long double * >(argp3);
{
try {
((gs::Reference< long double > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LDouble_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long double > *arg1 = (gs::Reference< long double > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
long double *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_LDouble_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LDouble_retrieve" "', argument " "1"" of type '" "gs::Reference< long double > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< long double > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LDouble_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (long double *)gs_Reference_Sl_long_SS_double_Sg__retrieve((gs::Reference< long double > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_long_double, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_LDouble_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long double > *arg1 = (gs::Reference< long double > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
long double result;
if (!SWIG_Python_UnpackTuple(args, "Ref_LDouble_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_LDouble_getValue" "', argument " "1"" of type '" "gs::Reference< long double > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< long double > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_LDouble_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (long double)gs_Reference_Sl_long_SS_double_Sg__getValue((gs::Reference< long double > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new long double(static_cast< const long double& >(result))), SWIGTYPE_p_long_double, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_LDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< long double > *arg1 = (gs::Reference< long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_long_double_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_LDouble" "', argument " "1"" of type '" "gs::Reference< long double > *""'");
}
arg1 = reinterpret_cast< gs::Reference< long double > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_LDouble_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_long_double_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_LDouble_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_CFloat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::complex< float > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
std::complex< float > temp1 ;
std::complex< float > val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::complex< float > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_CFloat", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_std_complex_Sl_float_Sg_(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_CFloat" "', argument " "1"" of type '" "std::complex< float >""'");
}
temp1 = static_cast< std::complex< float > >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_CFloat" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_CFloat" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::complex< float > > *)new gs::ArchiveValueRecord< std::complex< float > >((std::complex< float > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_float_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_CFloat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::complex< float > > *arg1 = (gs::ArchiveValueRecord< std::complex< float > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_float_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_CFloat" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::complex< float > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::complex< float > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_CFloat_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_float_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_CFloat_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_CFloat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::complex< float > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
std::complex< float > temp1 ;
std::complex< float > val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::complex< float > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_CFloat", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_std_complex_Sl_float_Sg_(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_CFloat" "', argument " "1"" of type '" "std::complex< float >""'");
}
temp1 = static_cast< std::complex< float > >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_CFloat" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_CFloat" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::complex< float > >((std::complex< float > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::complex< float > >(static_cast< const gs::ArchiveValueRecord< std::complex< float > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_float_t_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CFloat__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::complex< float > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CFloat" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CFloat" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_CFloat" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::complex< float > > *)new gs::Reference< std::complex< float > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__complexT_float_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CFloat__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::complex< float > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CFloat" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CFloat" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CFloat" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CFloat" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::complex< float > > *)new gs::Reference< std::complex< float > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__complexT_float_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CFloat__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::complex< float > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CFloat" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CFloat" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CFloat" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CFloat" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CFloat" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CFloat" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::complex< float > > *)new gs::Reference< std::complex< float > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__complexT_float_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CFloat(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_CFloat", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_CFloat__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CFloat__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CFloat__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_CFloat'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::complex< float > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::complex< float > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::complex< float > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_CFloat_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< float > > *arg1 = (gs::Reference< std::complex< float > > *) 0 ;
unsigned long arg2 ;
std::complex< float > *arg3 = (std::complex< float > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CFloat_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CFloat_restore" "', argument " "1"" of type '" "gs::Reference< std::complex< float > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< float > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CFloat_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__complexT_float_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_CFloat_restore" "', argument " "3"" of type '" "std::complex< float > *""'");
}
arg3 = reinterpret_cast< std::complex< float > * >(argp3);
{
try {
((gs::Reference< std::complex< float > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CFloat_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< float > > *arg1 = (gs::Reference< std::complex< float > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::complex< float > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CFloat_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CFloat_retrieve" "', argument " "1"" of type '" "gs::Reference< std::complex< float > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< float > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CFloat_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::complex< float > *)gs_Reference_Sl_std_complex_Sl_float_Sg__Sg__retrieve((gs::Reference< std::complex< float > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__complexT_float_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CFloat_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< float > > *arg1 = (gs::Reference< std::complex< float > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::complex< float > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_CFloat_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_float_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CFloat_getValue" "', argument " "1"" of type '" "gs::Reference< std::complex< float > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< float > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CFloat_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_complex_Sl_float_Sg__Sg__getValue((gs::Reference< std::complex< float > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_std_complex_Sl_float_Sg_(static_cast< std::complex<float> >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_CFloat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< float > > *arg1 = (gs::Reference< std::complex< float > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_float_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_CFloat" "', argument " "1"" of type '" "gs::Reference< std::complex< float > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< float > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_CFloat_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__complexT_float_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_CFloat_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_CDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::complex< double > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
std::complex< double > temp1 ;
std::complex< double > val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::complex< double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_CDouble", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_std_complex_Sl_double_Sg_(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_ArchiveValueRecord_CDouble" "', argument " "1"" of type '" "std::complex< double >""'");
}
temp1 = static_cast< std::complex< double > >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_CDouble" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_CDouble" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::complex< double > > *)new gs::ArchiveValueRecord< std::complex< double > >((std::complex< double > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_double_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_CDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::complex< double > > *arg1 = (gs::ArchiveValueRecord< std::complex< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_double_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_CDouble" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::complex< double > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::complex< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_CDouble_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_double_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_CDouble_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_CDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::complex< double > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
std::complex< double > temp1 ;
std::complex< double > val1 ;
int ecode1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::complex< double > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_CDouble", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_std_complex_Sl_double_Sg_(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "NPValueRecord_CDouble" "', argument " "1"" of type '" "std::complex< double >""'");
}
temp1 = static_cast< std::complex< double > >(val1);
arg1 = &temp1;
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_CDouble" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_CDouble" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::complex< double > >((std::complex< double > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::complex< double > >(static_cast< const gs::ArchiveValueRecord< std::complex< double > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_double_t_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CDouble__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::complex< double > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_CDouble" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::complex< double > > *)new gs::Reference< std::complex< double > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__complexT_double_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CDouble__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::complex< double > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CDouble" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CDouble" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::complex< double > > *)new gs::Reference< std::complex< double > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__complexT_double_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CDouble__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::complex< double > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CDouble" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CDouble" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CDouble" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CDouble" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::complex< double > > *)new gs::Reference< std::complex< double > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__complexT_double_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CDouble(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_CDouble", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_CDouble__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CDouble__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CDouble__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_CDouble'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::complex< double > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::complex< double > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::complex< double > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_CDouble_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< double > > *arg1 = (gs::Reference< std::complex< double > > *) 0 ;
unsigned long arg2 ;
std::complex< double > *arg3 = (std::complex< double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CDouble_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CDouble_restore" "', argument " "1"" of type '" "gs::Reference< std::complex< double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CDouble_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__complexT_double_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_CDouble_restore" "', argument " "3"" of type '" "std::complex< double > *""'");
}
arg3 = reinterpret_cast< std::complex< double > * >(argp3);
{
try {
((gs::Reference< std::complex< double > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CDouble_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< double > > *arg1 = (gs::Reference< std::complex< double > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::complex< double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CDouble_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CDouble_retrieve" "', argument " "1"" of type '" "gs::Reference< std::complex< double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CDouble_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::complex< double > *)gs_Reference_Sl_std_complex_Sl_double_Sg__Sg__retrieve((gs::Reference< std::complex< double > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__complexT_double_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CDouble_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< double > > *arg1 = (gs::Reference< std::complex< double > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::complex< double > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_CDouble_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CDouble_getValue" "', argument " "1"" of type '" "gs::Reference< std::complex< double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CDouble_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_complex_Sl_double_Sg__Sg__getValue((gs::Reference< std::complex< double > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_std_complex_Sl_double_Sg_(static_cast< std::complex<double> >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_CDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< double > > *arg1 = (gs::Reference< std::complex< double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_double_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_CDouble" "', argument " "1"" of type '" "gs::Reference< std::complex< double > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_CDouble_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__complexT_double_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_CDouble_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_CLDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::complex< long double > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::complex< long double > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_CLDouble", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_std__complexT_long_double_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_CLDouble" "', argument " "1"" of type '" "std::complex< long double > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_CLDouble" "', argument " "1"" of type '" "std::complex< long double > const &""'");
}
arg1 = reinterpret_cast< std::complex< long double > * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_CLDouble" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_CLDouble" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::complex< long double > > *)new gs::ArchiveValueRecord< std::complex< long double > >((std::complex< long double > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_long_double_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_CLDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::complex< long double > > *arg1 = (gs::ArchiveValueRecord< std::complex< long double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_long_double_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_CLDouble" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::complex< long double > > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::complex< long double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_CLDouble_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_long_double_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_CLDouble_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_CLDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::complex< long double > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::complex< long double > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_CLDouble", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_std__complexT_long_double_t, 0 | 0);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_CLDouble" "', argument " "1"" of type '" "std::complex< long double > const &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_CLDouble" "', argument " "1"" of type '" "std::complex< long double > const &""'");
}
arg1 = reinterpret_cast< std::complex< long double > * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_CLDouble" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_CLDouble" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::complex< long double > >((std::complex< long double > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::complex< long double > >(static_cast< const gs::ArchiveValueRecord< std::complex< long double > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__complexT_long_double_t_t, SWIG_POINTER_OWN | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CLDouble__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::complex< long double > > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CLDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CLDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_CLDouble" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::complex< long double > > *)new gs::Reference< std::complex< long double > >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__complexT_long_double_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CLDouble__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::complex< long double > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CLDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CLDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CLDouble" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CLDouble" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::complex< long double > > *)new gs::Reference< std::complex< long double > >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__complexT_long_double_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CLDouble__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::complex< long double > > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_CLDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CLDouble" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_CLDouble" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CLDouble" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_CLDouble" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_CLDouble" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::complex< long double > > *)new gs::Reference< std::complex< long double > >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__complexT_long_double_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_CLDouble(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_CLDouble", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_CLDouble__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CLDouble__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_CLDouble__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_CLDouble'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::complex< long double > >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::complex< long double > >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::complex< long double > >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_CLDouble_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< long double > > *arg1 = (gs::Reference< std::complex< long double > > *) 0 ;
unsigned long arg2 ;
std::complex< long double > *arg3 = (std::complex< long double > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CLDouble_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_long_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CLDouble_restore" "', argument " "1"" of type '" "gs::Reference< std::complex< long double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< long double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CLDouble_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__complexT_long_double_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_CLDouble_restore" "', argument " "3"" of type '" "std::complex< long double > *""'");
}
arg3 = reinterpret_cast< std::complex< long double > * >(argp3);
{
try {
((gs::Reference< std::complex< long double > > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CLDouble_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< long double > > *arg1 = (gs::Reference< std::complex< long double > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::complex< long double > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_CLDouble_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_long_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CLDouble_retrieve" "', argument " "1"" of type '" "gs::Reference< std::complex< long double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< long double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CLDouble_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::complex< long double > *)gs_Reference_Sl_std_complex_Sl_long_SS_double_Sg__Sg__retrieve((gs::Reference< std::complex< long double > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__complexT_long_double_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_CLDouble_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< long double > > *arg1 = (gs::Reference< std::complex< long double > > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
SwigValueWrapper< std::complex< long double > > result;
if (!SWIG_Python_UnpackTuple(args, "Ref_CLDouble_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_long_double_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_CLDouble_getValue" "', argument " "1"" of type '" "gs::Reference< std::complex< long double > > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< long double > > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_CLDouble_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_complex_Sl_long_SS_double_Sg__Sg__getValue((gs::Reference< std::complex< long double > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new std::complex< long double >(static_cast< const std::complex< long double >& >(result))), SWIGTYPE_p_std__complexT_long_double_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_CLDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::complex< long double > > *arg1 = (gs::Reference< std::complex< long double > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__complexT_long_double_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_CLDouble" "', argument " "1"" of type '" "gs::Reference< std::complex< long double > > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::complex< long double > > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_CLDouble_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__complexT_long_double_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_CLDouble_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_ArchiveValueRecord_String(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::basic_string< char,std::char_traits< char >,std::allocator< char > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
gs::ArchiveValueRecord< std::string > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "new_ArchiveValueRecord_String", 3, 3, swig_obj)) SWIG_fail;
{
std::basic_string<char> *ptr = (std::basic_string<char> *)0;
res1 = SWIG_AsPtr_std_basic_string_Sl_char_Sg_(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_ArchiveValueRecord_String" "', argument " "1"" of type '" "std::basic_string< char,std::char_traits< char >,std::allocator< char > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_ArchiveValueRecord_String" "', argument " "1"" of type '" "std::basic_string< char,std::char_traits< char >,std::allocator< char > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_ArchiveValueRecord_String" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_ArchiveValueRecord_String" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::ArchiveValueRecord< std::string > *)new gs::ArchiveValueRecord< std::string >((std::basic_string< char,std::char_traits< char >,std::allocator< char > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ArchiveValueRecordT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, SWIG_POINTER_NEW | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_ArchiveValueRecord_String(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::ArchiveValueRecord< std::string > *arg1 = (gs::ArchiveValueRecord< std::string > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ArchiveValueRecordT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ArchiveValueRecord_String" "', argument " "1"" of type '" "gs::ArchiveValueRecord< std::string > *""'");
}
arg1 = reinterpret_cast< gs::ArchiveValueRecord< std::string > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *ArchiveValueRecord_String_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ArchiveValueRecordT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *ArchiveValueRecord_String_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_NPValueRecord_String(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
std::basic_string< char,std::char_traits< char >,std::allocator< char > > *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 = SWIG_OLDOBJ ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
PyObject *swig_obj[3] ;
SwigValueWrapper< gs::ArchiveValueRecord< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > > result;
if (!SWIG_Python_UnpackTuple(args, "NPValueRecord_String", 3, 3, swig_obj)) SWIG_fail;
{
std::basic_string<char> *ptr = (std::basic_string<char> *)0;
res1 = SWIG_AsPtr_std_basic_string_Sl_char_Sg_(swig_obj[0], &ptr);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "NPValueRecord_String" "', argument " "1"" of type '" "std::basic_string< char,std::char_traits< char >,std::allocator< char > > const &""'");
}
if (!ptr) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "NPValueRecord_String" "', argument " "1"" of type '" "std::basic_string< char,std::char_traits< char >,std::allocator< char > > const &""'");
}
arg1 = ptr;
}
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "NPValueRecord_String" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "NPValueRecord_String" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = gs::SWIGTEMPLATEDISAMBIGUATOR ValueRecord< std::string >((std::basic_string< char,std::char_traits< char >,std::allocator< char > > const &)*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj((new gs::ArchiveValueRecord< std::basic_string< char,std::char_traits< char >,std::allocator< char > > >(static_cast< const gs::ArchiveValueRecord< std::basic_string< char,std::char_traits< char >,std::allocator< char > > >& >(result))), SWIGTYPE_p_gs__ArchiveValueRecordT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, SWIG_POINTER_OWN | 0 );
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (SWIG_IsNewObj(res1)) delete arg1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_String__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
unsigned long long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long long val2 ;
int ecode2 = 0 ;
gs::Reference< std::string > *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_String" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_String" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ref_String" "', argument " "2"" of type '" "unsigned long long""'");
}
arg2 = static_cast< unsigned long long >(val2);
{
try {
result = (gs::Reference< std::string > *)new gs::Reference< std::string >(*arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_String__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::Reference< std::string > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_String" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_String" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_String" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_String" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::Reference< std::string > *)new gs::Reference< std::string >(*arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, SWIG_POINTER_NEW | 0 );
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_String__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
gs::AbsArchive *arg1 = 0 ;
gs::SearchSpecifier *arg2 = 0 ;
gs::SearchSpecifier *arg3 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
gs::Reference< std::string > *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_gs__AbsArchive, 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ref_String" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_String" "', argument " "1"" of type '" "gs::AbsArchive &""'");
}
arg1 = reinterpret_cast< gs::AbsArchive * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Ref_String" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_String" "', argument " "2"" of type '" "gs::SearchSpecifier const &""'");
}
arg2 = reinterpret_cast< gs::SearchSpecifier * >(argp2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_gs__SearchSpecifier, 0 | 0);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ref_String" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_Ref_String" "', argument " "3"" of type '" "gs::SearchSpecifier const &""'");
}
arg3 = reinterpret_cast< gs::SearchSpecifier * >(argp3);
{
try {
result = (gs::Reference< std::string > *)new gs::Reference< std::string >(*arg1,(gs::SearchSpecifier const &)*arg2,(gs::SearchSpecifier const &)*arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__ReferenceT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, SWIG_POINTER_NEW | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_new_Ref_String(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[4] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_Ref_String", 0, 3, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_Ref_String__SWIG_0(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_gs__SearchSpecifier, SWIG_POINTER_NO_NULL | 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_String__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 3) {
int _v;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_gs__AbsArchive, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_Ref_String__SWIG_1(self, argc, argv);
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_Ref_String'.\n"
" Possible C/C++ prototypes are:\n"
" gs::Reference< std::string >::Reference(gs::AbsArchive &,unsigned long long const)\n"
" gs::Reference< std::string >::Reference(gs::AbsArchive &,char const *,char const *)\n"
" gs::Reference< std::string >::Reference(gs::AbsArchive &,gs::SearchSpecifier const &,gs::SearchSpecifier const &)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_Ref_String_restore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::string > *arg1 = (gs::Reference< std::string > *) 0 ;
unsigned long arg2 ;
std::basic_string< char,std::char_traits< char >,std::allocator< char > > *arg3 = (std::basic_string< char,std::char_traits< char >,std::allocator< char > > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
void *argp3 = 0 ;
int res3 = 0 ;
PyObject *swig_obj[3] ;
if (!SWIG_Python_UnpackTuple(args, "Ref_String_restore", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_String_restore" "', argument " "1"" of type '" "gs::Reference< std::string > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::string > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_String_restore" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t, 0 | 0 );
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ref_String_restore" "', argument " "3"" of type '" "std::basic_string< char,std::char_traits< char >,std::allocator< char > > *""'");
}
arg3 = reinterpret_cast< std::basic_string< char,std::char_traits< char >,std::allocator< char > > * >(argp3);
{
try {
((gs::Reference< std::string > const *)arg1)->restore(arg2,arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_String_retrieve(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::string > *arg1 = (gs::Reference< std::string > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::basic_string< char,std::char_traits< char >,std::allocator< char > > *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "Ref_String_retrieve", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_String_retrieve" "', argument " "1"" of type '" "gs::Reference< std::string > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::string > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_String_retrieve" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = (std::basic_string< char,std::char_traits< char >,std::allocator< char > > *)gs_Reference_Sl_std_string_Sg__retrieve((gs::Reference< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t, SWIG_POINTER_OWN | 0 );
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_Ref_String_getValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::string > *arg1 = (gs::Reference< std::string > *) 0 ;
unsigned long arg2 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned long val2 ;
int ecode2 = 0 ;
PyObject *swig_obj[2] ;
std::string result;
if (!SWIG_Python_UnpackTuple(args, "Ref_String_getValue", 2, 2, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ref_String_getValue" "', argument " "1"" of type '" "gs::Reference< std::string > const *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::string > * >(argp1);
ecode2 = SWIG_AsVal_unsigned_SS_long(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ref_String_getValue" "', argument " "2"" of type '" "unsigned long""'");
}
arg2 = static_cast< unsigned long >(val2);
{
try {
result = gs_Reference_Sl_std_string_Sg__getValue((gs::Reference< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > const *)arg1,arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_From_std_basic_string_Sl_char_Sg_(static_cast< std::basic_string<char> >(result));
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_delete_Ref_String(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::Reference< std::string > *arg1 = (gs::Reference< std::string > *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__ReferenceT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ref_String" "', argument " "1"" of type '" "gs::Reference< std::string > *""'");
}
arg1 = reinterpret_cast< gs::Reference< std::string > * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *Ref_String_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__ReferenceT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_t, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *Ref_String_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_BinaryFileArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned int arg4 ;
unsigned int arg5 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
gs::BinaryFileArchive *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_BinaryFileArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_BinaryFileArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_BinaryFileArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_BinaryFileArchive" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_BinaryFileArchive" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (gs::BinaryFileArchive *)new gs::BinaryFileArchive((char const *)arg1,(char const *)arg2,(char const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__BinaryFileArchive, SWIG_POINTER_NEW | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_BinaryFileArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned int arg4 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
gs::BinaryFileArchive *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_BinaryFileArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_BinaryFileArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_BinaryFileArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_BinaryFileArchive" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
{
try {
result = (gs::BinaryFileArchive *)new gs::BinaryFileArchive((char const *)arg1,(char const *)arg2,(char const *)arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__BinaryFileArchive, SWIG_POINTER_NEW | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_BinaryFileArchive__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::BinaryFileArchive *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_BinaryFileArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_BinaryFileArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_BinaryFileArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::BinaryFileArchive *)new gs::BinaryFileArchive((char const *)arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__BinaryFileArchive, SWIG_POINTER_NEW | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_BinaryFileArchive__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
gs::BinaryFileArchive *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_BinaryFileArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_BinaryFileArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
{
try {
result = (gs::BinaryFileArchive *)new gs::BinaryFileArchive((char const *)arg1,(char const *)arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__BinaryFileArchive, SWIG_POINTER_NEW | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_BinaryFileArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[6] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_BinaryFileArchive", 0, 5, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_BinaryFileArchive__SWIG_3(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_BinaryFileArchive__SWIG_2(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_BinaryFileArchive__SWIG_1(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_BinaryFileArchive__SWIG_0(self, argc, argv);
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_BinaryFileArchive'.\n"
" Possible C/C++ prototypes are:\n"
" gs::BinaryFileArchive::BinaryFileArchive(char const *,char const *,char const *,unsigned int,unsigned int)\n"
" gs::BinaryFileArchive::BinaryFileArchive(char const *,char const *,char const *,unsigned int)\n"
" gs::BinaryFileArchive::BinaryFileArchive(char const *,char const *,char const *)\n"
" gs::BinaryFileArchive::BinaryFileArchive(char const *,char const *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_BinaryFileArchive(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryFileArchive *arg1 = (gs::BinaryFileArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryFileArchive, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_BinaryFileArchive" "', argument " "1"" of type '" "gs::BinaryFileArchive *""'");
}
arg1 = reinterpret_cast< gs::BinaryFileArchive * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_BinaryFileArchive_flush(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::BinaryFileArchive *arg1 = (gs::BinaryFileArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__BinaryFileArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "BinaryFileArchive_flush" "', argument " "1"" of type '" "gs::BinaryFileArchive *""'");
}
arg1 = reinterpret_cast< gs::BinaryFileArchive * >(argp1);
{
try {
(arg1)->flush();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *BinaryFileArchive_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__BinaryFileArchive, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *BinaryFileArchive_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
SWIGINTERN PyObject *_wrap_new_MultiFileArchive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned int arg4 ;
unsigned int arg5 ;
unsigned int arg6 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
unsigned int val6 ;
int ecode6 = 0 ;
gs::MultiFileArchive *result = 0 ;
if ((nobjs < 6) || (nobjs > 6)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_MultiFileArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_MultiFileArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_MultiFileArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_MultiFileArchive" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_MultiFileArchive" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
ecode6 = SWIG_AsVal_unsigned_SS_int(swig_obj[5], &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "new_MultiFileArchive" "', argument " "6"" of type '" "unsigned int""'");
}
arg6 = static_cast< unsigned int >(val6);
{
try {
result = (gs::MultiFileArchive *)new gs::MultiFileArchive((char const *)arg1,(char const *)arg2,(char const *)arg3,arg4,arg5,arg6);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__MultiFileArchive, SWIG_POINTER_NEW | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_MultiFileArchive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned int arg4 ;
unsigned int arg5 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
unsigned int val5 ;
int ecode5 = 0 ;
gs::MultiFileArchive *result = 0 ;
if ((nobjs < 5) || (nobjs > 5)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_MultiFileArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_MultiFileArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_MultiFileArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_MultiFileArchive" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
ecode5 = SWIG_AsVal_unsigned_SS_int(swig_obj[4], &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "new_MultiFileArchive" "', argument " "5"" of type '" "unsigned int""'");
}
arg5 = static_cast< unsigned int >(val5);
{
try {
result = (gs::MultiFileArchive *)new gs::MultiFileArchive((char const *)arg1,(char const *)arg2,(char const *)arg3,arg4,arg5);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__MultiFileArchive, SWIG_POINTER_NEW | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_MultiFileArchive__SWIG_2(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
unsigned int arg4 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
unsigned int val4 ;
int ecode4 = 0 ;
gs::MultiFileArchive *result = 0 ;
if ((nobjs < 4) || (nobjs > 4)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_MultiFileArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_MultiFileArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_MultiFileArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
ecode4 = SWIG_AsVal_unsigned_SS_int(swig_obj[3], &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "new_MultiFileArchive" "', argument " "4"" of type '" "unsigned int""'");
}
arg4 = static_cast< unsigned int >(val4);
{
try {
result = (gs::MultiFileArchive *)new gs::MultiFileArchive((char const *)arg1,(char const *)arg2,(char const *)arg3,arg4);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__MultiFileArchive, SWIG_POINTER_NEW | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_MultiFileArchive__SWIG_3(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
gs::MultiFileArchive *result = 0 ;
if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_MultiFileArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_MultiFileArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_MultiFileArchive" "', argument " "3"" of type '" "char const *""'");
}
arg3 = reinterpret_cast< char * >(buf3);
{
try {
result = (gs::MultiFileArchive *)new gs::MultiFileArchive((char const *)arg1,(char const *)arg2,(char const *)arg3);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__MultiFileArchive, SWIG_POINTER_NEW | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
if (alloc3 == SWIG_NEWOBJ) delete[] buf3;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_MultiFileArchive__SWIG_4(PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj) {
PyObject *resultobj = 0;
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
gs::MultiFileArchive *result = 0 ;
if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
res1 = SWIG_AsCharPtrAndSize(swig_obj[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_MultiFileArchive" "', argument " "1"" of type '" "char const *""'");
}
arg1 = reinterpret_cast< char * >(buf1);
res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_MultiFileArchive" "', argument " "2"" of type '" "char const *""'");
}
arg2 = reinterpret_cast< char * >(buf2);
{
try {
result = (gs::MultiFileArchive *)new gs::MultiFileArchive((char const *)arg1,(char const *)arg2);
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_gs__MultiFileArchive, SWIG_POINTER_NEW | 0 );
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return resultobj;
fail:
if (alloc1 == SWIG_NEWOBJ) delete[] buf1;
if (alloc2 == SWIG_NEWOBJ) delete[] buf2;
return NULL;
}
SWIGINTERN PyObject *_wrap_new_MultiFileArchive(PyObject *self, PyObject *args) {
Py_ssize_t argc;
PyObject *argv[7] = {
0
};
if (!(argc = SWIG_Python_UnpackTuple(args, "new_MultiFileArchive", 0, 6, argv))) SWIG_fail;
--argc;
if (argc == 2) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_MultiFileArchive__SWIG_4(self, argc, argv);
}
}
}
if (argc == 3) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_MultiFileArchive__SWIG_3(self, argc, argv);
}
}
}
}
if (argc == 4) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_MultiFileArchive__SWIG_2(self, argc, argv);
}
}
}
}
}
if (argc == 5) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_MultiFileArchive__SWIG_1(self, argc, argv);
}
}
}
}
}
}
if (argc == 6) {
int _v;
int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
{
int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_MultiFileArchive__SWIG_0(self, argc, argv);
}
}
}
}
}
}
}
fail:
SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'new_MultiFileArchive'.\n"
" Possible C/C++ prototypes are:\n"
" gs::MultiFileArchive::MultiFileArchive(char const *,char const *,char const *,unsigned int,unsigned int,unsigned int)\n"
" gs::MultiFileArchive::MultiFileArchive(char const *,char const *,char const *,unsigned int,unsigned int)\n"
" gs::MultiFileArchive::MultiFileArchive(char const *,char const *,char const *,unsigned int)\n"
" gs::MultiFileArchive::MultiFileArchive(char const *,char const *,char const *)\n"
" gs::MultiFileArchive::MultiFileArchive(char const *,char const *)\n");
return 0;
}
SWIGINTERN PyObject *_wrap_delete_MultiFileArchive(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::MultiFileArchive *arg1 = (gs::MultiFileArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__MultiFileArchive, SWIG_POINTER_DISOWN | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_MultiFileArchive" "', argument " "1"" of type '" "gs::MultiFileArchive *""'");
}
arg1 = reinterpret_cast< gs::MultiFileArchive * >(argp1);
{
try {
delete arg1;
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *_wrap_MultiFileArchive_flush(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
gs::MultiFileArchive *arg1 = (gs::MultiFileArchive *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
PyObject *swig_obj[1] ;
if (!args) SWIG_fail;
swig_obj[0] = args;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_gs__MultiFileArchive, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "MultiFileArchive_flush" "', argument " "1"" of type '" "gs::MultiFileArchive *""'");
}
arg1 = reinterpret_cast< gs::MultiFileArchive * >(argp1);
{
try {
(arg1)->flush();
} catch (const std::exception& e) {
SWIG_exception(SWIG_RuntimeError, e.what());
}
}
resultobj = SWIG_Py_Void();
return resultobj;
fail:
return NULL;
}
SWIGINTERN PyObject *MultiFileArchive_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *obj;
if (!SWIG_Python_UnpackTuple(args, "swigregister", 1, 1, &obj)) return NULL;
SWIG_TypeNewClientData(SWIGTYPE_p_gs__MultiFileArchive, SWIG_NewClientData(obj));
return SWIG_Py_Void();
}
SWIGINTERN PyObject *MultiFileArchive_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
return SWIG_Python_InitShadowInstance(args);
}
static PyMethodDef SwigMethods[] = {
{ "SWIG_PyInstanceMethod_New", SWIG_PyInstanceMethod_New, METH_O, NULL},
{ "delete_SwigPyIterator", _wrap_delete_SwigPyIterator, METH_O, NULL},
{ "SwigPyIterator_value", _wrap_SwigPyIterator_value, METH_O, NULL},
{ "SwigPyIterator_incr", _wrap_SwigPyIterator_incr, METH_VARARGS, NULL},
{ "SwigPyIterator_decr", _wrap_SwigPyIterator_decr, METH_VARARGS, NULL},
{ "SwigPyIterator_distance", _wrap_SwigPyIterator_distance, METH_VARARGS, NULL},
{ "SwigPyIterator_equal", _wrap_SwigPyIterator_equal, METH_VARARGS, NULL},
{ "SwigPyIterator_copy", _wrap_SwigPyIterator_copy, METH_O, NULL},
{ "SwigPyIterator_next", _wrap_SwigPyIterator_next, METH_O, NULL},
{ "SwigPyIterator___next__", _wrap_SwigPyIterator___next__, METH_O, NULL},
{ "SwigPyIterator_previous", _wrap_SwigPyIterator_previous, METH_O, NULL},
{ "SwigPyIterator_advance", _wrap_SwigPyIterator_advance, METH_VARARGS, NULL},
{ "SwigPyIterator___eq__", _wrap_SwigPyIterator___eq__, METH_VARARGS, NULL},
{ "SwigPyIterator___ne__", _wrap_SwigPyIterator___ne__, METH_VARARGS, NULL},
{ "SwigPyIterator___iadd__", _wrap_SwigPyIterator___iadd__, METH_VARARGS, NULL},
{ "SwigPyIterator___isub__", _wrap_SwigPyIterator___isub__, METH_VARARGS, NULL},
{ "SwigPyIterator___add__", _wrap_SwigPyIterator___add__, METH_VARARGS, NULL},
{ "SwigPyIterator___sub__", _wrap_SwigPyIterator___sub__, METH_VARARGS, NULL},
{ "SwigPyIterator_swigregister", SwigPyIterator_swigregister, METH_O, NULL},
{ "string_length", _wrap_string_length, METH_O, NULL},
{ "string_max_size", _wrap_string_max_size, METH_O, NULL},
{ "string_capacity", _wrap_string_capacity, METH_O, NULL},
{ "string_reserve", _wrap_string_reserve, METH_VARARGS, NULL},
{ "string_copy", _wrap_string_copy, METH_VARARGS, NULL},
{ "string_c_str", _wrap_string_c_str, METH_O, NULL},
{ "string_find", _wrap_string_find, METH_VARARGS, NULL},
{ "string_rfind", _wrap_string_rfind, METH_VARARGS, NULL},
{ "string_find_first_of", _wrap_string_find_first_of, METH_VARARGS, NULL},
{ "string_find_last_of", _wrap_string_find_last_of, METH_VARARGS, NULL},
{ "string_find_first_not_of", _wrap_string_find_first_not_of, METH_VARARGS, NULL},
{ "string_find_last_not_of", _wrap_string_find_last_not_of, METH_VARARGS, NULL},
{ "string_substr", _wrap_string_substr, METH_VARARGS, NULL},
{ "string_empty", _wrap_string_empty, METH_O, NULL},
{ "string_size", _wrap_string_size, METH_O, NULL},
{ "string_swap", _wrap_string_swap, METH_VARARGS, NULL},
{ "string_begin", _wrap_string_begin, METH_O, NULL},
{ "string_end", _wrap_string_end, METH_O, NULL},
{ "string_rbegin", _wrap_string_rbegin, METH_O, NULL},
{ "string_rend", _wrap_string_rend, METH_O, NULL},
{ "string_get_allocator", _wrap_string_get_allocator, METH_O, NULL},
{ "string_erase", _wrap_string_erase, METH_VARARGS, NULL},
{ "new_string", _wrap_new_string, METH_VARARGS, NULL},
{ "string_assign", _wrap_string_assign, METH_VARARGS, NULL},
{ "string_resize", _wrap_string_resize, METH_VARARGS, NULL},
{ "string_iterator", _wrap_string_iterator, METH_O, NULL},
{ "string___nonzero__", _wrap_string___nonzero__, METH_O, NULL},
{ "string___bool__", _wrap_string___bool__, METH_O, NULL},
{ "string___len__", _wrap_string___len__, METH_O, NULL},
{ "string___getslice__", _wrap_string___getslice__, METH_VARARGS, NULL},
{ "string___setslice__", _wrap_string___setslice__, METH_VARARGS, NULL},
{ "string___delslice__", _wrap_string___delslice__, METH_VARARGS, NULL},
{ "string___delitem__", _wrap_string___delitem__, METH_VARARGS, NULL},
{ "string___getitem__", _wrap_string___getitem__, METH_VARARGS, NULL},
{ "string___setitem__", _wrap_string___setitem__, METH_VARARGS, NULL},
{ "string_insert", _wrap_string_insert, METH_VARARGS, NULL},
{ "string_replace", _wrap_string_replace, METH_VARARGS, NULL},
{ "string___iadd__", _wrap_string___iadd__, METH_VARARGS, NULL},
{ "string___add__", _wrap_string___add__, METH_VARARGS, NULL},
{ "string___radd__", _wrap_string___radd__, METH_VARARGS, NULL},
{ "string___str__", _wrap_string___str__, METH_O, NULL},
{ "string___rlshift__", _wrap_string___rlshift__, METH_VARARGS, NULL},
{ "string___eq__", _wrap_string___eq__, METH_VARARGS, NULL},
{ "string___ne__", _wrap_string___ne__, METH_VARARGS, NULL},
{ "string___gt__", _wrap_string___gt__, METH_VARARGS, NULL},
{ "string___lt__", _wrap_string___lt__, METH_VARARGS, NULL},
{ "string___ge__", _wrap_string___ge__, METH_VARARGS, NULL},
{ "string___le__", _wrap_string___le__, METH_VARARGS, NULL},
{ "delete_string", _wrap_delete_string, METH_O, NULL},
{ "string_swigregister", string_swigregister, METH_O, NULL},
{ "string_swiginit", string_swiginit, METH_VARARGS, NULL},
{ "ios_base_register_callback", _wrap_ios_base_register_callback, METH_VARARGS, NULL},
{ "ios_base_flags", _wrap_ios_base_flags, METH_VARARGS, NULL},
{ "ios_base_setf", _wrap_ios_base_setf, METH_VARARGS, NULL},
{ "ios_base_unsetf", _wrap_ios_base_unsetf, METH_VARARGS, NULL},
{ "ios_base_precision", _wrap_ios_base_precision, METH_VARARGS, NULL},
{ "ios_base_width", _wrap_ios_base_width, METH_VARARGS, NULL},
{ "ios_base_sync_with_stdio", _wrap_ios_base_sync_with_stdio, METH_VARARGS, NULL},
{ "ios_base_imbue", _wrap_ios_base_imbue, METH_VARARGS, NULL},
{ "ios_base_getloc", _wrap_ios_base_getloc, METH_O, NULL},
{ "ios_base_xalloc", _wrap_ios_base_xalloc, METH_NOARGS, NULL},
{ "ios_base_iword", _wrap_ios_base_iword, METH_VARARGS, NULL},
{ "ios_base_pword", _wrap_ios_base_pword, METH_VARARGS, NULL},
{ "delete_ios_base", _wrap_delete_ios_base, METH_O, NULL},
{ "ios_base_swigregister", ios_base_swigregister, METH_O, NULL},
{ "ios_rdstate", _wrap_ios_rdstate, METH_O, NULL},
{ "ios_clear", _wrap_ios_clear, METH_VARARGS, NULL},
{ "ios_setstate", _wrap_ios_setstate, METH_VARARGS, NULL},
{ "ios_good", _wrap_ios_good, METH_O, NULL},
{ "ios_eof", _wrap_ios_eof, METH_O, NULL},
{ "ios_fail", _wrap_ios_fail, METH_O, NULL},
{ "ios_bad", _wrap_ios_bad, METH_O, NULL},
{ "ios_exceptions", _wrap_ios_exceptions, METH_VARARGS, NULL},
{ "new_ios", _wrap_new_ios, METH_O, NULL},
{ "delete_ios", _wrap_delete_ios, METH_O, NULL},
{ "ios_tie", _wrap_ios_tie, METH_VARARGS, NULL},
{ "ios_rdbuf", _wrap_ios_rdbuf, METH_VARARGS, NULL},
{ "ios_copyfmt", _wrap_ios_copyfmt, METH_VARARGS, NULL},
{ "ios_fill", _wrap_ios_fill, METH_VARARGS, NULL},
{ "ios_imbue", _wrap_ios_imbue, METH_VARARGS, NULL},
{ "ios_narrow", _wrap_ios_narrow, METH_VARARGS, NULL},
{ "ios_widen", _wrap_ios_widen, METH_VARARGS, NULL},
{ "ios_swigregister", ios_swigregister, METH_O, NULL},
{ "ios_swiginit", ios_swiginit, METH_VARARGS, NULL},
{ "delete_streambuf", _wrap_delete_streambuf, METH_O, NULL},
{ "streambuf_pubimbue", _wrap_streambuf_pubimbue, METH_VARARGS, NULL},
{ "streambuf_getloc", _wrap_streambuf_getloc, METH_O, NULL},
{ "streambuf_pubsetbuf", _wrap_streambuf_pubsetbuf, METH_VARARGS, NULL},
{ "streambuf_pubseekoff", _wrap_streambuf_pubseekoff, METH_VARARGS, NULL},
{ "streambuf_pubseekpos", _wrap_streambuf_pubseekpos, METH_VARARGS, NULL},
{ "streambuf_pubsync", _wrap_streambuf_pubsync, METH_O, NULL},
{ "streambuf_in_avail", _wrap_streambuf_in_avail, METH_O, NULL},
{ "streambuf_snextc", _wrap_streambuf_snextc, METH_O, NULL},
{ "streambuf_sbumpc", _wrap_streambuf_sbumpc, METH_O, NULL},
{ "streambuf_sgetc", _wrap_streambuf_sgetc, METH_O, NULL},
{ "streambuf_sgetn", _wrap_streambuf_sgetn, METH_VARARGS, NULL},
{ "streambuf_sputbackc", _wrap_streambuf_sputbackc, METH_VARARGS, NULL},
{ "streambuf_sungetc", _wrap_streambuf_sungetc, METH_O, NULL},
{ "streambuf_sputc", _wrap_streambuf_sputc, METH_VARARGS, NULL},
{ "streambuf_sputn", _wrap_streambuf_sputn, METH_VARARGS, NULL},
{ "streambuf_swigregister", streambuf_swigregister, METH_O, NULL},
{ "new_ostream", _wrap_new_ostream, METH_O, NULL},
{ "delete_ostream", _wrap_delete_ostream, METH_O, NULL},
{ "ostream___lshift__", _wrap_ostream___lshift__, METH_VARARGS, NULL},
{ "ostream_put", _wrap_ostream_put, METH_VARARGS, NULL},
{ "ostream_write", _wrap_ostream_write, METH_VARARGS, NULL},
{ "ostream_flush", _wrap_ostream_flush, METH_O, NULL},
{ "ostream_tellp", _wrap_ostream_tellp, METH_O, NULL},
{ "ostream_seekp", _wrap_ostream_seekp, METH_VARARGS, NULL},
{ "ostream_swigregister", ostream_swigregister, METH_O, NULL},
{ "ostream_swiginit", ostream_swiginit, METH_VARARGS, NULL},
{ "new_istream", _wrap_new_istream, METH_O, NULL},
{ "delete_istream", _wrap_delete_istream, METH_O, NULL},
{ "istream___rshift__", _wrap_istream___rshift__, METH_VARARGS, NULL},
{ "istream_gcount", _wrap_istream_gcount, METH_O, NULL},
{ "istream_get", _wrap_istream_get, METH_VARARGS, NULL},
{ "istream_getline", _wrap_istream_getline, METH_VARARGS, NULL},
{ "istream_ignore", _wrap_istream_ignore, METH_VARARGS, NULL},
{ "istream_peek", _wrap_istream_peek, METH_O, NULL},
{ "istream_read", _wrap_istream_read, METH_VARARGS, NULL},
{ "istream_readsome", _wrap_istream_readsome, METH_VARARGS, NULL},
{ "istream_putback", _wrap_istream_putback, METH_VARARGS, NULL},
{ "istream_unget", _wrap_istream_unget, METH_O, NULL},
{ "istream_sync", _wrap_istream_sync, METH_O, NULL},
{ "istream_tellg", _wrap_istream_tellg, METH_O, NULL},
{ "istream_seekg", _wrap_istream_seekg, METH_VARARGS, NULL},
{ "istream_swigregister", istream_swigregister, METH_O, NULL},
{ "istream_swiginit", istream_swiginit, METH_VARARGS, NULL},
{ "new_iostream", _wrap_new_iostream, METH_O, NULL},
{ "delete_iostream", _wrap_delete_iostream, METH_O, NULL},
{ "iostream_swigregister", iostream_swigregister, METH_O, NULL},
{ "iostream_swiginit", iostream_swiginit, METH_VARARGS, NULL},
{ "endl", _wrap_endl, METH_O, "swig_ptr: endl_cb_ptr"},
{ "ends", _wrap_ends, METH_O, "swig_ptr: ends_cb_ptr"},
{ "flush", _wrap_flush, METH_O, "swig_ptr: flush_cb_ptr"},
{ "new_istringstream", _wrap_new_istringstream, METH_VARARGS, NULL},
{ "delete_istringstream", _wrap_delete_istringstream, METH_O, NULL},
{ "istringstream_rdbuf", _wrap_istringstream_rdbuf, METH_O, NULL},
{ "istringstream_str", _wrap_istringstream_str, METH_VARARGS, NULL},
{ "istringstream_swigregister", istringstream_swigregister, METH_O, NULL},
{ "istringstream_swiginit", istringstream_swiginit, METH_VARARGS, NULL},
{ "new_ostringstream", _wrap_new_ostringstream, METH_VARARGS, NULL},
{ "delete_ostringstream", _wrap_delete_ostringstream, METH_O, NULL},
{ "ostringstream_rdbuf", _wrap_ostringstream_rdbuf, METH_O, NULL},
{ "ostringstream_str", _wrap_ostringstream_str, METH_O, NULL},
{ "ostringstream_swigregister", ostringstream_swigregister, METH_O, NULL},
{ "ostringstream_swiginit", ostringstream_swiginit, METH_VARARGS, NULL},
{ "new_stringstream", _wrap_new_stringstream, METH_VARARGS, NULL},
{ "delete_stringstream", _wrap_delete_stringstream, METH_O, NULL},
{ "stringstream_rdbuf", _wrap_stringstream_rdbuf, METH_O, NULL},
{ "stringstream_str", _wrap_stringstream_str, METH_VARARGS, NULL},
{ "stringstream_swigregister", stringstream_swigregister, METH_O, NULL},
{ "stringstream_swiginit", stringstream_swiginit, METH_VARARGS, NULL},
{ "SCharVector_iterator", _wrap_SCharVector_iterator, METH_O, NULL},
{ "SCharVector___nonzero__", _wrap_SCharVector___nonzero__, METH_O, NULL},
{ "SCharVector___bool__", _wrap_SCharVector___bool__, METH_O, NULL},
{ "SCharVector___len__", _wrap_SCharVector___len__, METH_O, NULL},
{ "SCharVector___getslice__", _wrap_SCharVector___getslice__, METH_VARARGS, NULL},
{ "SCharVector___setslice__", _wrap_SCharVector___setslice__, METH_VARARGS, NULL},
{ "SCharVector___delslice__", _wrap_SCharVector___delslice__, METH_VARARGS, NULL},
{ "SCharVector___delitem__", _wrap_SCharVector___delitem__, METH_VARARGS, NULL},
{ "SCharVector___getitem__", _wrap_SCharVector___getitem__, METH_VARARGS, NULL},
{ "SCharVector___setitem__", _wrap_SCharVector___setitem__, METH_VARARGS, NULL},
{ "SCharVector_pop", _wrap_SCharVector_pop, METH_O, NULL},
{ "SCharVector_append", _wrap_SCharVector_append, METH_VARARGS, NULL},
{ "SCharVector_empty", _wrap_SCharVector_empty, METH_O, NULL},
{ "SCharVector_size", _wrap_SCharVector_size, METH_O, NULL},
{ "SCharVector_swap", _wrap_SCharVector_swap, METH_VARARGS, NULL},
{ "SCharVector_begin", _wrap_SCharVector_begin, METH_O, NULL},
{ "SCharVector_end", _wrap_SCharVector_end, METH_O, NULL},
{ "SCharVector_rbegin", _wrap_SCharVector_rbegin, METH_O, NULL},
{ "SCharVector_rend", _wrap_SCharVector_rend, METH_O, NULL},
{ "SCharVector_clear", _wrap_SCharVector_clear, METH_O, NULL},
{ "SCharVector_get_allocator", _wrap_SCharVector_get_allocator, METH_O, NULL},
{ "SCharVector_pop_back", _wrap_SCharVector_pop_back, METH_O, NULL},
{ "SCharVector_erase", _wrap_SCharVector_erase, METH_VARARGS, NULL},
{ "new_SCharVector", _wrap_new_SCharVector, METH_VARARGS, NULL},
{ "SCharVector_push_back", _wrap_SCharVector_push_back, METH_VARARGS, NULL},
{ "SCharVector_front", _wrap_SCharVector_front, METH_O, NULL},
{ "SCharVector_back", _wrap_SCharVector_back, METH_O, NULL},
{ "SCharVector_assign", _wrap_SCharVector_assign, METH_VARARGS, NULL},
{ "SCharVector_resize", _wrap_SCharVector_resize, METH_VARARGS, NULL},
{ "SCharVector_insert", _wrap_SCharVector_insert, METH_VARARGS, NULL},
{ "SCharVector_reserve", _wrap_SCharVector_reserve, METH_VARARGS, NULL},
{ "SCharVector_capacity", _wrap_SCharVector_capacity, METH_O, NULL},
{ "delete_SCharVector", _wrap_delete_SCharVector, METH_O, NULL},
{ "SCharVector_swigregister", SCharVector_swigregister, METH_O, NULL},
{ "SCharVector_swiginit", SCharVector_swiginit, METH_VARARGS, NULL},
{ "UCharVector_iterator", _wrap_UCharVector_iterator, METH_O, NULL},
{ "UCharVector___nonzero__", _wrap_UCharVector___nonzero__, METH_O, NULL},
{ "UCharVector___bool__", _wrap_UCharVector___bool__, METH_O, NULL},
{ "UCharVector___len__", _wrap_UCharVector___len__, METH_O, NULL},
{ "UCharVector___getslice__", _wrap_UCharVector___getslice__, METH_VARARGS, NULL},
{ "UCharVector___setslice__", _wrap_UCharVector___setslice__, METH_VARARGS, NULL},
{ "UCharVector___delslice__", _wrap_UCharVector___delslice__, METH_VARARGS, NULL},
{ "UCharVector___delitem__", _wrap_UCharVector___delitem__, METH_VARARGS, NULL},
{ "UCharVector___getitem__", _wrap_UCharVector___getitem__, METH_VARARGS, NULL},
{ "UCharVector___setitem__", _wrap_UCharVector___setitem__, METH_VARARGS, NULL},
{ "UCharVector_pop", _wrap_UCharVector_pop, METH_O, NULL},
{ "UCharVector_append", _wrap_UCharVector_append, METH_VARARGS, NULL},
{ "UCharVector_empty", _wrap_UCharVector_empty, METH_O, NULL},
{ "UCharVector_size", _wrap_UCharVector_size, METH_O, NULL},
{ "UCharVector_swap", _wrap_UCharVector_swap, METH_VARARGS, NULL},
{ "UCharVector_begin", _wrap_UCharVector_begin, METH_O, NULL},
{ "UCharVector_end", _wrap_UCharVector_end, METH_O, NULL},
{ "UCharVector_rbegin", _wrap_UCharVector_rbegin, METH_O, NULL},
{ "UCharVector_rend", _wrap_UCharVector_rend, METH_O, NULL},
{ "UCharVector_clear", _wrap_UCharVector_clear, METH_O, NULL},
{ "UCharVector_get_allocator", _wrap_UCharVector_get_allocator, METH_O, NULL},
{ "UCharVector_pop_back", _wrap_UCharVector_pop_back, METH_O, NULL},
{ "UCharVector_erase", _wrap_UCharVector_erase, METH_VARARGS, NULL},
{ "new_UCharVector", _wrap_new_UCharVector, METH_VARARGS, NULL},
{ "UCharVector_push_back", _wrap_UCharVector_push_back, METH_VARARGS, NULL},
{ "UCharVector_front", _wrap_UCharVector_front, METH_O, NULL},
{ "UCharVector_back", _wrap_UCharVector_back, METH_O, NULL},
{ "UCharVector_assign", _wrap_UCharVector_assign, METH_VARARGS, NULL},
{ "UCharVector_resize", _wrap_UCharVector_resize, METH_VARARGS, NULL},
{ "UCharVector_insert", _wrap_UCharVector_insert, METH_VARARGS, NULL},
{ "UCharVector_reserve", _wrap_UCharVector_reserve, METH_VARARGS, NULL},
{ "UCharVector_capacity", _wrap_UCharVector_capacity, METH_O, NULL},
{ "delete_UCharVector", _wrap_delete_UCharVector, METH_O, NULL},
{ "UCharVector_swigregister", UCharVector_swigregister, METH_O, NULL},
{ "UCharVector_swiginit", UCharVector_swiginit, METH_VARARGS, NULL},
{ "ShortVector_iterator", _wrap_ShortVector_iterator, METH_O, NULL},
{ "ShortVector___nonzero__", _wrap_ShortVector___nonzero__, METH_O, NULL},
{ "ShortVector___bool__", _wrap_ShortVector___bool__, METH_O, NULL},
{ "ShortVector___len__", _wrap_ShortVector___len__, METH_O, NULL},
{ "ShortVector___getslice__", _wrap_ShortVector___getslice__, METH_VARARGS, NULL},
{ "ShortVector___setslice__", _wrap_ShortVector___setslice__, METH_VARARGS, NULL},
{ "ShortVector___delslice__", _wrap_ShortVector___delslice__, METH_VARARGS, NULL},
{ "ShortVector___delitem__", _wrap_ShortVector___delitem__, METH_VARARGS, NULL},
{ "ShortVector___getitem__", _wrap_ShortVector___getitem__, METH_VARARGS, NULL},
{ "ShortVector___setitem__", _wrap_ShortVector___setitem__, METH_VARARGS, NULL},
{ "ShortVector_pop", _wrap_ShortVector_pop, METH_O, NULL},
{ "ShortVector_append", _wrap_ShortVector_append, METH_VARARGS, NULL},
{ "ShortVector_empty", _wrap_ShortVector_empty, METH_O, NULL},
{ "ShortVector_size", _wrap_ShortVector_size, METH_O, NULL},
{ "ShortVector_swap", _wrap_ShortVector_swap, METH_VARARGS, NULL},
{ "ShortVector_begin", _wrap_ShortVector_begin, METH_O, NULL},
{ "ShortVector_end", _wrap_ShortVector_end, METH_O, NULL},
{ "ShortVector_rbegin", _wrap_ShortVector_rbegin, METH_O, NULL},
{ "ShortVector_rend", _wrap_ShortVector_rend, METH_O, NULL},
{ "ShortVector_clear", _wrap_ShortVector_clear, METH_O, NULL},
{ "ShortVector_get_allocator", _wrap_ShortVector_get_allocator, METH_O, NULL},
{ "ShortVector_pop_back", _wrap_ShortVector_pop_back, METH_O, NULL},
{ "ShortVector_erase", _wrap_ShortVector_erase, METH_VARARGS, NULL},
{ "new_ShortVector", _wrap_new_ShortVector, METH_VARARGS, NULL},
{ "ShortVector_push_back", _wrap_ShortVector_push_back, METH_VARARGS, NULL},
{ "ShortVector_front", _wrap_ShortVector_front, METH_O, NULL},
{ "ShortVector_back", _wrap_ShortVector_back, METH_O, NULL},
{ "ShortVector_assign", _wrap_ShortVector_assign, METH_VARARGS, NULL},
{ "ShortVector_resize", _wrap_ShortVector_resize, METH_VARARGS, NULL},
{ "ShortVector_insert", _wrap_ShortVector_insert, METH_VARARGS, NULL},
{ "ShortVector_reserve", _wrap_ShortVector_reserve, METH_VARARGS, NULL},
{ "ShortVector_capacity", _wrap_ShortVector_capacity, METH_O, NULL},
{ "delete_ShortVector", _wrap_delete_ShortVector, METH_O, NULL},
{ "ShortVector_swigregister", ShortVector_swigregister, METH_O, NULL},
{ "ShortVector_swiginit", ShortVector_swiginit, METH_VARARGS, NULL},
{ "UShortVector_iterator", _wrap_UShortVector_iterator, METH_O, NULL},
{ "UShortVector___nonzero__", _wrap_UShortVector___nonzero__, METH_O, NULL},
{ "UShortVector___bool__", _wrap_UShortVector___bool__, METH_O, NULL},
{ "UShortVector___len__", _wrap_UShortVector___len__, METH_O, NULL},
{ "UShortVector___getslice__", _wrap_UShortVector___getslice__, METH_VARARGS, NULL},
{ "UShortVector___setslice__", _wrap_UShortVector___setslice__, METH_VARARGS, NULL},
{ "UShortVector___delslice__", _wrap_UShortVector___delslice__, METH_VARARGS, NULL},
{ "UShortVector___delitem__", _wrap_UShortVector___delitem__, METH_VARARGS, NULL},
{ "UShortVector___getitem__", _wrap_UShortVector___getitem__, METH_VARARGS, NULL},
{ "UShortVector___setitem__", _wrap_UShortVector___setitem__, METH_VARARGS, NULL},
{ "UShortVector_pop", _wrap_UShortVector_pop, METH_O, NULL},
{ "UShortVector_append", _wrap_UShortVector_append, METH_VARARGS, NULL},
{ "UShortVector_empty", _wrap_UShortVector_empty, METH_O, NULL},
{ "UShortVector_size", _wrap_UShortVector_size, METH_O, NULL},
{ "UShortVector_swap", _wrap_UShortVector_swap, METH_VARARGS, NULL},
{ "UShortVector_begin", _wrap_UShortVector_begin, METH_O, NULL},
{ "UShortVector_end", _wrap_UShortVector_end, METH_O, NULL},
{ "UShortVector_rbegin", _wrap_UShortVector_rbegin, METH_O, NULL},
{ "UShortVector_rend", _wrap_UShortVector_rend, METH_O, NULL},
{ "UShortVector_clear", _wrap_UShortVector_clear, METH_O, NULL},
{ "UShortVector_get_allocator", _wrap_UShortVector_get_allocator, METH_O, NULL},
{ "UShortVector_pop_back", _wrap_UShortVector_pop_back, METH_O, NULL},
{ "UShortVector_erase", _wrap_UShortVector_erase, METH_VARARGS, NULL},
{ "new_UShortVector", _wrap_new_UShortVector, METH_VARARGS, NULL},
{ "UShortVector_push_back", _wrap_UShortVector_push_back, METH_VARARGS, NULL},
{ "UShortVector_front", _wrap_UShortVector_front, METH_O, NULL},
{ "UShortVector_back", _wrap_UShortVector_back, METH_O, NULL},
{ "UShortVector_assign", _wrap_UShortVector_assign, METH_VARARGS, NULL},
{ "UShortVector_resize", _wrap_UShortVector_resize, METH_VARARGS, NULL},
{ "UShortVector_insert", _wrap_UShortVector_insert, METH_VARARGS, NULL},
{ "UShortVector_reserve", _wrap_UShortVector_reserve, METH_VARARGS, NULL},
{ "UShortVector_capacity", _wrap_UShortVector_capacity, METH_O, NULL},
{ "delete_UShortVector", _wrap_delete_UShortVector, METH_O, NULL},
{ "UShortVector_swigregister", UShortVector_swigregister, METH_O, NULL},
{ "UShortVector_swiginit", UShortVector_swiginit, METH_VARARGS, NULL},
{ "LongVector_iterator", _wrap_LongVector_iterator, METH_O, NULL},
{ "LongVector___nonzero__", _wrap_LongVector___nonzero__, METH_O, NULL},
{ "LongVector___bool__", _wrap_LongVector___bool__, METH_O, NULL},
{ "LongVector___len__", _wrap_LongVector___len__, METH_O, NULL},
{ "LongVector___getslice__", _wrap_LongVector___getslice__, METH_VARARGS, NULL},
{ "LongVector___setslice__", _wrap_LongVector___setslice__, METH_VARARGS, NULL},
{ "LongVector___delslice__", _wrap_LongVector___delslice__, METH_VARARGS, NULL},
{ "LongVector___delitem__", _wrap_LongVector___delitem__, METH_VARARGS, NULL},
{ "LongVector___getitem__", _wrap_LongVector___getitem__, METH_VARARGS, NULL},
{ "LongVector___setitem__", _wrap_LongVector___setitem__, METH_VARARGS, NULL},
{ "LongVector_pop", _wrap_LongVector_pop, METH_O, NULL},
{ "LongVector_append", _wrap_LongVector_append, METH_VARARGS, NULL},
{ "LongVector_empty", _wrap_LongVector_empty, METH_O, NULL},
{ "LongVector_size", _wrap_LongVector_size, METH_O, NULL},
{ "LongVector_swap", _wrap_LongVector_swap, METH_VARARGS, NULL},
{ "LongVector_begin", _wrap_LongVector_begin, METH_O, NULL},
{ "LongVector_end", _wrap_LongVector_end, METH_O, NULL},
{ "LongVector_rbegin", _wrap_LongVector_rbegin, METH_O, NULL},
{ "LongVector_rend", _wrap_LongVector_rend, METH_O, NULL},
{ "LongVector_clear", _wrap_LongVector_clear, METH_O, NULL},
{ "LongVector_get_allocator", _wrap_LongVector_get_allocator, METH_O, NULL},
{ "LongVector_pop_back", _wrap_LongVector_pop_back, METH_O, NULL},
{ "LongVector_erase", _wrap_LongVector_erase, METH_VARARGS, NULL},
{ "new_LongVector", _wrap_new_LongVector, METH_VARARGS, NULL},
{ "LongVector_push_back", _wrap_LongVector_push_back, METH_VARARGS, NULL},
{ "LongVector_front", _wrap_LongVector_front, METH_O, NULL},
{ "LongVector_back", _wrap_LongVector_back, METH_O, NULL},
{ "LongVector_assign", _wrap_LongVector_assign, METH_VARARGS, NULL},
{ "LongVector_resize", _wrap_LongVector_resize, METH_VARARGS, NULL},
{ "LongVector_insert", _wrap_LongVector_insert, METH_VARARGS, NULL},
{ "LongVector_reserve", _wrap_LongVector_reserve, METH_VARARGS, NULL},
{ "LongVector_capacity", _wrap_LongVector_capacity, METH_O, NULL},
{ "delete_LongVector", _wrap_delete_LongVector, METH_O, NULL},
{ "LongVector_swigregister", LongVector_swigregister, METH_O, NULL},
{ "LongVector_swiginit", LongVector_swiginit, METH_VARARGS, NULL},
{ "ULongVector_iterator", _wrap_ULongVector_iterator, METH_O, NULL},
{ "ULongVector___nonzero__", _wrap_ULongVector___nonzero__, METH_O, NULL},
{ "ULongVector___bool__", _wrap_ULongVector___bool__, METH_O, NULL},
{ "ULongVector___len__", _wrap_ULongVector___len__, METH_O, NULL},
{ "ULongVector___getslice__", _wrap_ULongVector___getslice__, METH_VARARGS, NULL},
{ "ULongVector___setslice__", _wrap_ULongVector___setslice__, METH_VARARGS, NULL},
{ "ULongVector___delslice__", _wrap_ULongVector___delslice__, METH_VARARGS, NULL},
{ "ULongVector___delitem__", _wrap_ULongVector___delitem__, METH_VARARGS, NULL},
{ "ULongVector___getitem__", _wrap_ULongVector___getitem__, METH_VARARGS, NULL},
{ "ULongVector___setitem__", _wrap_ULongVector___setitem__, METH_VARARGS, NULL},
{ "ULongVector_pop", _wrap_ULongVector_pop, METH_O, NULL},
{ "ULongVector_append", _wrap_ULongVector_append, METH_VARARGS, NULL},
{ "ULongVector_empty", _wrap_ULongVector_empty, METH_O, NULL},
{ "ULongVector_size", _wrap_ULongVector_size, METH_O, NULL},
{ "ULongVector_swap", _wrap_ULongVector_swap, METH_VARARGS, NULL},
{ "ULongVector_begin", _wrap_ULongVector_begin, METH_O, NULL},
{ "ULongVector_end", _wrap_ULongVector_end, METH_O, NULL},
{ "ULongVector_rbegin", _wrap_ULongVector_rbegin, METH_O, NULL},
{ "ULongVector_rend", _wrap_ULongVector_rend, METH_O, NULL},
{ "ULongVector_clear", _wrap_ULongVector_clear, METH_O, NULL},
{ "ULongVector_get_allocator", _wrap_ULongVector_get_allocator, METH_O, NULL},
{ "ULongVector_pop_back", _wrap_ULongVector_pop_back, METH_O, NULL},
{ "ULongVector_erase", _wrap_ULongVector_erase, METH_VARARGS, NULL},
{ "new_ULongVector", _wrap_new_ULongVector, METH_VARARGS, NULL},
{ "ULongVector_push_back", _wrap_ULongVector_push_back, METH_VARARGS, NULL},
{ "ULongVector_front", _wrap_ULongVector_front, METH_O, NULL},
{ "ULongVector_back", _wrap_ULongVector_back, METH_O, NULL},
{ "ULongVector_assign", _wrap_ULongVector_assign, METH_VARARGS, NULL},
{ "ULongVector_resize", _wrap_ULongVector_resize, METH_VARARGS, NULL},
{ "ULongVector_insert", _wrap_ULongVector_insert, METH_VARARGS, NULL},
{ "ULongVector_reserve", _wrap_ULongVector_reserve, METH_VARARGS, NULL},
{ "ULongVector_capacity", _wrap_ULongVector_capacity, METH_O, NULL},
{ "delete_ULongVector", _wrap_delete_ULongVector, METH_O, NULL},
{ "ULongVector_swigregister", ULongVector_swigregister, METH_O, NULL},
{ "ULongVector_swiginit", ULongVector_swiginit, METH_VARARGS, NULL},
{ "IntVector_iterator", _wrap_IntVector_iterator, METH_O, NULL},
{ "IntVector___nonzero__", _wrap_IntVector___nonzero__, METH_O, NULL},
{ "IntVector___bool__", _wrap_IntVector___bool__, METH_O, NULL},
{ "IntVector___len__", _wrap_IntVector___len__, METH_O, NULL},
{ "IntVector___getslice__", _wrap_IntVector___getslice__, METH_VARARGS, NULL},
{ "IntVector___setslice__", _wrap_IntVector___setslice__, METH_VARARGS, NULL},
{ "IntVector___delslice__", _wrap_IntVector___delslice__, METH_VARARGS, NULL},
{ "IntVector___delitem__", _wrap_IntVector___delitem__, METH_VARARGS, NULL},
{ "IntVector___getitem__", _wrap_IntVector___getitem__, METH_VARARGS, NULL},
{ "IntVector___setitem__", _wrap_IntVector___setitem__, METH_VARARGS, NULL},
{ "IntVector_pop", _wrap_IntVector_pop, METH_O, NULL},
{ "IntVector_append", _wrap_IntVector_append, METH_VARARGS, NULL},
{ "IntVector_empty", _wrap_IntVector_empty, METH_O, NULL},
{ "IntVector_size", _wrap_IntVector_size, METH_O, NULL},
{ "IntVector_swap", _wrap_IntVector_swap, METH_VARARGS, NULL},
{ "IntVector_begin", _wrap_IntVector_begin, METH_O, NULL},
{ "IntVector_end", _wrap_IntVector_end, METH_O, NULL},
{ "IntVector_rbegin", _wrap_IntVector_rbegin, METH_O, NULL},
{ "IntVector_rend", _wrap_IntVector_rend, METH_O, NULL},
{ "IntVector_clear", _wrap_IntVector_clear, METH_O, NULL},
{ "IntVector_get_allocator", _wrap_IntVector_get_allocator, METH_O, NULL},
{ "IntVector_pop_back", _wrap_IntVector_pop_back, METH_O, NULL},
{ "IntVector_erase", _wrap_IntVector_erase, METH_VARARGS, NULL},
{ "new_IntVector", _wrap_new_IntVector, METH_VARARGS, NULL},
{ "IntVector_push_back", _wrap_IntVector_push_back, METH_VARARGS, NULL},
{ "IntVector_front", _wrap_IntVector_front, METH_O, NULL},
{ "IntVector_back", _wrap_IntVector_back, METH_O, NULL},
{ "IntVector_assign", _wrap_IntVector_assign, METH_VARARGS, NULL},
{ "IntVector_resize", _wrap_IntVector_resize, METH_VARARGS, NULL},
{ "IntVector_insert", _wrap_IntVector_insert, METH_VARARGS, NULL},
{ "IntVector_reserve", _wrap_IntVector_reserve, METH_VARARGS, NULL},
{ "IntVector_capacity", _wrap_IntVector_capacity, METH_O, NULL},
{ "delete_IntVector", _wrap_delete_IntVector, METH_O, NULL},
{ "IntVector_swigregister", IntVector_swigregister, METH_O, NULL},
{ "IntVector_swiginit", IntVector_swiginit, METH_VARARGS, NULL},
{ "LLongVector_iterator", _wrap_LLongVector_iterator, METH_O, NULL},
{ "LLongVector___nonzero__", _wrap_LLongVector___nonzero__, METH_O, NULL},
{ "LLongVector___bool__", _wrap_LLongVector___bool__, METH_O, NULL},
{ "LLongVector___len__", _wrap_LLongVector___len__, METH_O, NULL},
{ "LLongVector___getslice__", _wrap_LLongVector___getslice__, METH_VARARGS, NULL},
{ "LLongVector___setslice__", _wrap_LLongVector___setslice__, METH_VARARGS, NULL},
{ "LLongVector___delslice__", _wrap_LLongVector___delslice__, METH_VARARGS, NULL},
{ "LLongVector___delitem__", _wrap_LLongVector___delitem__, METH_VARARGS, NULL},
{ "LLongVector___getitem__", _wrap_LLongVector___getitem__, METH_VARARGS, NULL},
{ "LLongVector___setitem__", _wrap_LLongVector___setitem__, METH_VARARGS, NULL},
{ "LLongVector_pop", _wrap_LLongVector_pop, METH_O, NULL},
{ "LLongVector_append", _wrap_LLongVector_append, METH_VARARGS, NULL},
{ "LLongVector_empty", _wrap_LLongVector_empty, METH_O, NULL},
{ "LLongVector_size", _wrap_LLongVector_size, METH_O, NULL},
{ "LLongVector_swap", _wrap_LLongVector_swap, METH_VARARGS, NULL},
{ "LLongVector_begin", _wrap_LLongVector_begin, METH_O, NULL},
{ "LLongVector_end", _wrap_LLongVector_end, METH_O, NULL},
{ "LLongVector_rbegin", _wrap_LLongVector_rbegin, METH_O, NULL},
{ "LLongVector_rend", _wrap_LLongVector_rend, METH_O, NULL},
{ "LLongVector_clear", _wrap_LLongVector_clear, METH_O, NULL},
{ "LLongVector_get_allocator", _wrap_LLongVector_get_allocator, METH_O, NULL},
{ "LLongVector_pop_back", _wrap_LLongVector_pop_back, METH_O, NULL},
{ "LLongVector_erase", _wrap_LLongVector_erase, METH_VARARGS, NULL},
{ "new_LLongVector", _wrap_new_LLongVector, METH_VARARGS, NULL},
{ "LLongVector_push_back", _wrap_LLongVector_push_back, METH_VARARGS, NULL},
{ "LLongVector_front", _wrap_LLongVector_front, METH_O, NULL},
{ "LLongVector_back", _wrap_LLongVector_back, METH_O, NULL},
{ "LLongVector_assign", _wrap_LLongVector_assign, METH_VARARGS, NULL},
{ "LLongVector_resize", _wrap_LLongVector_resize, METH_VARARGS, NULL},
{ "LLongVector_insert", _wrap_LLongVector_insert, METH_VARARGS, NULL},
{ "LLongVector_reserve", _wrap_LLongVector_reserve, METH_VARARGS, NULL},
{ "LLongVector_capacity", _wrap_LLongVector_capacity, METH_O, NULL},
{ "delete_LLongVector", _wrap_delete_LLongVector, METH_O, NULL},
{ "LLongVector_swigregister", LLongVector_swigregister, METH_O, NULL},
{ "LLongVector_swiginit", LLongVector_swiginit, METH_VARARGS, NULL},
{ "UIntVector_iterator", _wrap_UIntVector_iterator, METH_O, NULL},
{ "UIntVector___nonzero__", _wrap_UIntVector___nonzero__, METH_O, NULL},
{ "UIntVector___bool__", _wrap_UIntVector___bool__, METH_O, NULL},
{ "UIntVector___len__", _wrap_UIntVector___len__, METH_O, NULL},
{ "UIntVector___getslice__", _wrap_UIntVector___getslice__, METH_VARARGS, NULL},
{ "UIntVector___setslice__", _wrap_UIntVector___setslice__, METH_VARARGS, NULL},
{ "UIntVector___delslice__", _wrap_UIntVector___delslice__, METH_VARARGS, NULL},
{ "UIntVector___delitem__", _wrap_UIntVector___delitem__, METH_VARARGS, NULL},
{ "UIntVector___getitem__", _wrap_UIntVector___getitem__, METH_VARARGS, NULL},
{ "UIntVector___setitem__", _wrap_UIntVector___setitem__, METH_VARARGS, NULL},
{ "UIntVector_pop", _wrap_UIntVector_pop, METH_O, NULL},
{ "UIntVector_append", _wrap_UIntVector_append, METH_VARARGS, NULL},
{ "UIntVector_empty", _wrap_UIntVector_empty, METH_O, NULL},
{ "UIntVector_size", _wrap_UIntVector_size, METH_O, NULL},
{ "UIntVector_swap", _wrap_UIntVector_swap, METH_VARARGS, NULL},
{ "UIntVector_begin", _wrap_UIntVector_begin, METH_O, NULL},
{ "UIntVector_end", _wrap_UIntVector_end, METH_O, NULL},
{ "UIntVector_rbegin", _wrap_UIntVector_rbegin, METH_O, NULL},
{ "UIntVector_rend", _wrap_UIntVector_rend, METH_O, NULL},
{ "UIntVector_clear", _wrap_UIntVector_clear, METH_O, NULL},
{ "UIntVector_get_allocator", _wrap_UIntVector_get_allocator, METH_O, NULL},
{ "UIntVector_pop_back", _wrap_UIntVector_pop_back, METH_O, NULL},
{ "UIntVector_erase", _wrap_UIntVector_erase, METH_VARARGS, NULL},
{ "new_UIntVector", _wrap_new_UIntVector, METH_VARARGS, NULL},
{ "UIntVector_push_back", _wrap_UIntVector_push_back, METH_VARARGS, NULL},
{ "UIntVector_front", _wrap_UIntVector_front, METH_O, NULL},
{ "UIntVector_back", _wrap_UIntVector_back, METH_O, NULL},
{ "UIntVector_assign", _wrap_UIntVector_assign, METH_VARARGS, NULL},
{ "UIntVector_resize", _wrap_UIntVector_resize, METH_VARARGS, NULL},
{ "UIntVector_insert", _wrap_UIntVector_insert, METH_VARARGS, NULL},
{ "UIntVector_reserve", _wrap_UIntVector_reserve, METH_VARARGS, NULL},
{ "UIntVector_capacity", _wrap_UIntVector_capacity, METH_O, NULL},
{ "delete_UIntVector", _wrap_delete_UIntVector, METH_O, NULL},
{ "UIntVector_swigregister", UIntVector_swigregister, METH_O, NULL},
{ "UIntVector_swiginit", UIntVector_swiginit, METH_VARARGS, NULL},
{ "ULLongVector_iterator", _wrap_ULLongVector_iterator, METH_O, NULL},
{ "ULLongVector___nonzero__", _wrap_ULLongVector___nonzero__, METH_O, NULL},
{ "ULLongVector___bool__", _wrap_ULLongVector___bool__, METH_O, NULL},
{ "ULLongVector___len__", _wrap_ULLongVector___len__, METH_O, NULL},
{ "ULLongVector___getslice__", _wrap_ULLongVector___getslice__, METH_VARARGS, NULL},
{ "ULLongVector___setslice__", _wrap_ULLongVector___setslice__, METH_VARARGS, NULL},
{ "ULLongVector___delslice__", _wrap_ULLongVector___delslice__, METH_VARARGS, NULL},
{ "ULLongVector___delitem__", _wrap_ULLongVector___delitem__, METH_VARARGS, NULL},
{ "ULLongVector___getitem__", _wrap_ULLongVector___getitem__, METH_VARARGS, NULL},
{ "ULLongVector___setitem__", _wrap_ULLongVector___setitem__, METH_VARARGS, NULL},
{ "ULLongVector_pop", _wrap_ULLongVector_pop, METH_O, NULL},
{ "ULLongVector_append", _wrap_ULLongVector_append, METH_VARARGS, NULL},
{ "ULLongVector_empty", _wrap_ULLongVector_empty, METH_O, NULL},
{ "ULLongVector_size", _wrap_ULLongVector_size, METH_O, NULL},
{ "ULLongVector_swap", _wrap_ULLongVector_swap, METH_VARARGS, NULL},
{ "ULLongVector_begin", _wrap_ULLongVector_begin, METH_O, NULL},
{ "ULLongVector_end", _wrap_ULLongVector_end, METH_O, NULL},
{ "ULLongVector_rbegin", _wrap_ULLongVector_rbegin, METH_O, NULL},
{ "ULLongVector_rend", _wrap_ULLongVector_rend, METH_O, NULL},
{ "ULLongVector_clear", _wrap_ULLongVector_clear, METH_O, NULL},
{ "ULLongVector_get_allocator", _wrap_ULLongVector_get_allocator, METH_O, NULL},
{ "ULLongVector_pop_back", _wrap_ULLongVector_pop_back, METH_O, NULL},
{ "ULLongVector_erase", _wrap_ULLongVector_erase, METH_VARARGS, NULL},
{ "new_ULLongVector", _wrap_new_ULLongVector, METH_VARARGS, NULL},
{ "ULLongVector_push_back", _wrap_ULLongVector_push_back, METH_VARARGS, NULL},
{ "ULLongVector_front", _wrap_ULLongVector_front, METH_O, NULL},
{ "ULLongVector_back", _wrap_ULLongVector_back, METH_O, NULL},
{ "ULLongVector_assign", _wrap_ULLongVector_assign, METH_VARARGS, NULL},
{ "ULLongVector_resize", _wrap_ULLongVector_resize, METH_VARARGS, NULL},
{ "ULLongVector_insert", _wrap_ULLongVector_insert, METH_VARARGS, NULL},
{ "ULLongVector_reserve", _wrap_ULLongVector_reserve, METH_VARARGS, NULL},
{ "ULLongVector_capacity", _wrap_ULLongVector_capacity, METH_O, NULL},
{ "delete_ULLongVector", _wrap_delete_ULLongVector, METH_O, NULL},
{ "ULLongVector_swigregister", ULLongVector_swigregister, METH_O, NULL},
{ "ULLongVector_swiginit", ULLongVector_swiginit, METH_VARARGS, NULL},
{ "FloatVector_iterator", _wrap_FloatVector_iterator, METH_O, NULL},
{ "FloatVector___nonzero__", _wrap_FloatVector___nonzero__, METH_O, NULL},
{ "FloatVector___bool__", _wrap_FloatVector___bool__, METH_O, NULL},
{ "FloatVector___len__", _wrap_FloatVector___len__, METH_O, NULL},
{ "FloatVector___getslice__", _wrap_FloatVector___getslice__, METH_VARARGS, NULL},
{ "FloatVector___setslice__", _wrap_FloatVector___setslice__, METH_VARARGS, NULL},
{ "FloatVector___delslice__", _wrap_FloatVector___delslice__, METH_VARARGS, NULL},
{ "FloatVector___delitem__", _wrap_FloatVector___delitem__, METH_VARARGS, NULL},
{ "FloatVector___getitem__", _wrap_FloatVector___getitem__, METH_VARARGS, NULL},
{ "FloatVector___setitem__", _wrap_FloatVector___setitem__, METH_VARARGS, NULL},
{ "FloatVector_pop", _wrap_FloatVector_pop, METH_O, NULL},
{ "FloatVector_append", _wrap_FloatVector_append, METH_VARARGS, NULL},
{ "FloatVector_empty", _wrap_FloatVector_empty, METH_O, NULL},
{ "FloatVector_size", _wrap_FloatVector_size, METH_O, NULL},
{ "FloatVector_swap", _wrap_FloatVector_swap, METH_VARARGS, NULL},
{ "FloatVector_begin", _wrap_FloatVector_begin, METH_O, NULL},
{ "FloatVector_end", _wrap_FloatVector_end, METH_O, NULL},
{ "FloatVector_rbegin", _wrap_FloatVector_rbegin, METH_O, NULL},
{ "FloatVector_rend", _wrap_FloatVector_rend, METH_O, NULL},
{ "FloatVector_clear", _wrap_FloatVector_clear, METH_O, NULL},
{ "FloatVector_get_allocator", _wrap_FloatVector_get_allocator, METH_O, NULL},
{ "FloatVector_pop_back", _wrap_FloatVector_pop_back, METH_O, NULL},
{ "FloatVector_erase", _wrap_FloatVector_erase, METH_VARARGS, NULL},
{ "new_FloatVector", _wrap_new_FloatVector, METH_VARARGS, NULL},
{ "FloatVector_push_back", _wrap_FloatVector_push_back, METH_VARARGS, NULL},
{ "FloatVector_front", _wrap_FloatVector_front, METH_O, NULL},
{ "FloatVector_back", _wrap_FloatVector_back, METH_O, NULL},
{ "FloatVector_assign", _wrap_FloatVector_assign, METH_VARARGS, NULL},
{ "FloatVector_resize", _wrap_FloatVector_resize, METH_VARARGS, NULL},
{ "FloatVector_insert", _wrap_FloatVector_insert, METH_VARARGS, NULL},
{ "FloatVector_reserve", _wrap_FloatVector_reserve, METH_VARARGS, NULL},
{ "FloatVector_capacity", _wrap_FloatVector_capacity, METH_O, NULL},
{ "delete_FloatVector", _wrap_delete_FloatVector, METH_O, NULL},
{ "FloatVector_swigregister", FloatVector_swigregister, METH_O, NULL},
{ "FloatVector_swiginit", FloatVector_swiginit, METH_VARARGS, NULL},
{ "DoubleVector_iterator", _wrap_DoubleVector_iterator, METH_O, NULL},
{ "DoubleVector___nonzero__", _wrap_DoubleVector___nonzero__, METH_O, NULL},
{ "DoubleVector___bool__", _wrap_DoubleVector___bool__, METH_O, NULL},
{ "DoubleVector___len__", _wrap_DoubleVector___len__, METH_O, NULL},
{ "DoubleVector___getslice__", _wrap_DoubleVector___getslice__, METH_VARARGS, NULL},
{ "DoubleVector___setslice__", _wrap_DoubleVector___setslice__, METH_VARARGS, NULL},
{ "DoubleVector___delslice__", _wrap_DoubleVector___delslice__, METH_VARARGS, NULL},
{ "DoubleVector___delitem__", _wrap_DoubleVector___delitem__, METH_VARARGS, NULL},
{ "DoubleVector___getitem__", _wrap_DoubleVector___getitem__, METH_VARARGS, NULL},
{ "DoubleVector___setitem__", _wrap_DoubleVector___setitem__, METH_VARARGS, NULL},
{ "DoubleVector_pop", _wrap_DoubleVector_pop, METH_O, NULL},
{ "DoubleVector_append", _wrap_DoubleVector_append, METH_VARARGS, NULL},
{ "DoubleVector_empty", _wrap_DoubleVector_empty, METH_O, NULL},
{ "DoubleVector_size", _wrap_DoubleVector_size, METH_O, NULL},
{ "DoubleVector_swap", _wrap_DoubleVector_swap, METH_VARARGS, NULL},
{ "DoubleVector_begin", _wrap_DoubleVector_begin, METH_O, NULL},
{ "DoubleVector_end", _wrap_DoubleVector_end, METH_O, NULL},
{ "DoubleVector_rbegin", _wrap_DoubleVector_rbegin, METH_O, NULL},
{ "DoubleVector_rend", _wrap_DoubleVector_rend, METH_O, NULL},
{ "DoubleVector_clear", _wrap_DoubleVector_clear, METH_O, NULL},
{ "DoubleVector_get_allocator", _wrap_DoubleVector_get_allocator, METH_O, NULL},
{ "DoubleVector_pop_back", _wrap_DoubleVector_pop_back, METH_O, NULL},
{ "DoubleVector_erase", _wrap_DoubleVector_erase, METH_VARARGS, NULL},
{ "new_DoubleVector", _wrap_new_DoubleVector, METH_VARARGS, NULL},
{ "DoubleVector_push_back", _wrap_DoubleVector_push_back, METH_VARARGS, NULL},
{ "DoubleVector_front", _wrap_DoubleVector_front, METH_O, NULL},
{ "DoubleVector_back", _wrap_DoubleVector_back, METH_O, NULL},
{ "DoubleVector_assign", _wrap_DoubleVector_assign, METH_VARARGS, NULL},
{ "DoubleVector_resize", _wrap_DoubleVector_resize, METH_VARARGS, NULL},
{ "DoubleVector_insert", _wrap_DoubleVector_insert, METH_VARARGS, NULL},
{ "DoubleVector_reserve", _wrap_DoubleVector_reserve, METH_VARARGS, NULL},
{ "DoubleVector_capacity", _wrap_DoubleVector_capacity, METH_O, NULL},
{ "delete_DoubleVector", _wrap_delete_DoubleVector, METH_O, NULL},
{ "DoubleVector_swigregister", DoubleVector_swigregister, METH_O, NULL},
{ "DoubleVector_swiginit", DoubleVector_swiginit, METH_VARARGS, NULL},
{ "LDoubleVector_iterator", _wrap_LDoubleVector_iterator, METH_O, NULL},
{ "LDoubleVector___nonzero__", _wrap_LDoubleVector___nonzero__, METH_O, NULL},
{ "LDoubleVector___bool__", _wrap_LDoubleVector___bool__, METH_O, NULL},
{ "LDoubleVector___len__", _wrap_LDoubleVector___len__, METH_O, NULL},
{ "LDoubleVector___getslice__", _wrap_LDoubleVector___getslice__, METH_VARARGS, NULL},
{ "LDoubleVector___setslice__", _wrap_LDoubleVector___setslice__, METH_VARARGS, NULL},
{ "LDoubleVector___delslice__", _wrap_LDoubleVector___delslice__, METH_VARARGS, NULL},
{ "LDoubleVector___delitem__", _wrap_LDoubleVector___delitem__, METH_VARARGS, NULL},
{ "LDoubleVector___getitem__", _wrap_LDoubleVector___getitem__, METH_VARARGS, NULL},
{ "LDoubleVector___setitem__", _wrap_LDoubleVector___setitem__, METH_VARARGS, NULL},
{ "LDoubleVector_pop", _wrap_LDoubleVector_pop, METH_O, NULL},
{ "LDoubleVector_append", _wrap_LDoubleVector_append, METH_VARARGS, NULL},
{ "LDoubleVector_empty", _wrap_LDoubleVector_empty, METH_O, NULL},
{ "LDoubleVector_size", _wrap_LDoubleVector_size, METH_O, NULL},
{ "LDoubleVector_swap", _wrap_LDoubleVector_swap, METH_VARARGS, NULL},
{ "LDoubleVector_begin", _wrap_LDoubleVector_begin, METH_O, NULL},
{ "LDoubleVector_end", _wrap_LDoubleVector_end, METH_O, NULL},
{ "LDoubleVector_rbegin", _wrap_LDoubleVector_rbegin, METH_O, NULL},
{ "LDoubleVector_rend", _wrap_LDoubleVector_rend, METH_O, NULL},
{ "LDoubleVector_clear", _wrap_LDoubleVector_clear, METH_O, NULL},
{ "LDoubleVector_get_allocator", _wrap_LDoubleVector_get_allocator, METH_O, NULL},
{ "LDoubleVector_pop_back", _wrap_LDoubleVector_pop_back, METH_O, NULL},
{ "LDoubleVector_erase", _wrap_LDoubleVector_erase, METH_VARARGS, NULL},
{ "new_LDoubleVector", _wrap_new_LDoubleVector, METH_VARARGS, NULL},
{ "LDoubleVector_push_back", _wrap_LDoubleVector_push_back, METH_VARARGS, NULL},
{ "LDoubleVector_front", _wrap_LDoubleVector_front, METH_O, NULL},
{ "LDoubleVector_back", _wrap_LDoubleVector_back, METH_O, NULL},
{ "LDoubleVector_assign", _wrap_LDoubleVector_assign, METH_VARARGS, NULL},
{ "LDoubleVector_resize", _wrap_LDoubleVector_resize, METH_VARARGS, NULL},
{ "LDoubleVector_insert", _wrap_LDoubleVector_insert, METH_VARARGS, NULL},
{ "LDoubleVector_reserve", _wrap_LDoubleVector_reserve, METH_VARARGS, NULL},
{ "LDoubleVector_capacity", _wrap_LDoubleVector_capacity, METH_O, NULL},
{ "delete_LDoubleVector", _wrap_delete_LDoubleVector, METH_O, NULL},
{ "LDoubleVector_swigregister", LDoubleVector_swigregister, METH_O, NULL},
{ "LDoubleVector_swiginit", LDoubleVector_swiginit, METH_VARARGS, NULL},
{ "CFloatVector_iterator", _wrap_CFloatVector_iterator, METH_O, NULL},
{ "CFloatVector___nonzero__", _wrap_CFloatVector___nonzero__, METH_O, NULL},
{ "CFloatVector___bool__", _wrap_CFloatVector___bool__, METH_O, NULL},
{ "CFloatVector___len__", _wrap_CFloatVector___len__, METH_O, NULL},
{ "CFloatVector___getslice__", _wrap_CFloatVector___getslice__, METH_VARARGS, NULL},
{ "CFloatVector___setslice__", _wrap_CFloatVector___setslice__, METH_VARARGS, NULL},
{ "CFloatVector___delslice__", _wrap_CFloatVector___delslice__, METH_VARARGS, NULL},
{ "CFloatVector___delitem__", _wrap_CFloatVector___delitem__, METH_VARARGS, NULL},
{ "CFloatVector___getitem__", _wrap_CFloatVector___getitem__, METH_VARARGS, NULL},
{ "CFloatVector___setitem__", _wrap_CFloatVector___setitem__, METH_VARARGS, NULL},
{ "CFloatVector_pop", _wrap_CFloatVector_pop, METH_O, NULL},
{ "CFloatVector_append", _wrap_CFloatVector_append, METH_VARARGS, NULL},
{ "CFloatVector_empty", _wrap_CFloatVector_empty, METH_O, NULL},
{ "CFloatVector_size", _wrap_CFloatVector_size, METH_O, NULL},
{ "CFloatVector_swap", _wrap_CFloatVector_swap, METH_VARARGS, NULL},
{ "CFloatVector_begin", _wrap_CFloatVector_begin, METH_O, NULL},
{ "CFloatVector_end", _wrap_CFloatVector_end, METH_O, NULL},
{ "CFloatVector_rbegin", _wrap_CFloatVector_rbegin, METH_O, NULL},
{ "CFloatVector_rend", _wrap_CFloatVector_rend, METH_O, NULL},
{ "CFloatVector_clear", _wrap_CFloatVector_clear, METH_O, NULL},
{ "CFloatVector_get_allocator", _wrap_CFloatVector_get_allocator, METH_O, NULL},
{ "CFloatVector_pop_back", _wrap_CFloatVector_pop_back, METH_O, NULL},
{ "CFloatVector_erase", _wrap_CFloatVector_erase, METH_VARARGS, NULL},
{ "new_CFloatVector", _wrap_new_CFloatVector, METH_VARARGS, NULL},
{ "CFloatVector_push_back", _wrap_CFloatVector_push_back, METH_VARARGS, NULL},
{ "CFloatVector_front", _wrap_CFloatVector_front, METH_O, NULL},
{ "CFloatVector_back", _wrap_CFloatVector_back, METH_O, NULL},
{ "CFloatVector_assign", _wrap_CFloatVector_assign, METH_VARARGS, NULL},
{ "CFloatVector_resize", _wrap_CFloatVector_resize, METH_VARARGS, NULL},
{ "CFloatVector_insert", _wrap_CFloatVector_insert, METH_VARARGS, NULL},
{ "CFloatVector_reserve", _wrap_CFloatVector_reserve, METH_VARARGS, NULL},
{ "CFloatVector_capacity", _wrap_CFloatVector_capacity, METH_O, NULL},
{ "delete_CFloatVector", _wrap_delete_CFloatVector, METH_O, NULL},
{ "CFloatVector_swigregister", CFloatVector_swigregister, METH_O, NULL},
{ "CFloatVector_swiginit", CFloatVector_swiginit, METH_VARARGS, NULL},
{ "CDoubleVector_iterator", _wrap_CDoubleVector_iterator, METH_O, NULL},
{ "CDoubleVector___nonzero__", _wrap_CDoubleVector___nonzero__, METH_O, NULL},
{ "CDoubleVector___bool__", _wrap_CDoubleVector___bool__, METH_O, NULL},
{ "CDoubleVector___len__", _wrap_CDoubleVector___len__, METH_O, NULL},
{ "CDoubleVector___getslice__", _wrap_CDoubleVector___getslice__, METH_VARARGS, NULL},
{ "CDoubleVector___setslice__", _wrap_CDoubleVector___setslice__, METH_VARARGS, NULL},
{ "CDoubleVector___delslice__", _wrap_CDoubleVector___delslice__, METH_VARARGS, NULL},
{ "CDoubleVector___delitem__", _wrap_CDoubleVector___delitem__, METH_VARARGS, NULL},
{ "CDoubleVector___getitem__", _wrap_CDoubleVector___getitem__, METH_VARARGS, NULL},
{ "CDoubleVector___setitem__", _wrap_CDoubleVector___setitem__, METH_VARARGS, NULL},
{ "CDoubleVector_pop", _wrap_CDoubleVector_pop, METH_O, NULL},
{ "CDoubleVector_append", _wrap_CDoubleVector_append, METH_VARARGS, NULL},
{ "CDoubleVector_empty", _wrap_CDoubleVector_empty, METH_O, NULL},
{ "CDoubleVector_size", _wrap_CDoubleVector_size, METH_O, NULL},
{ "CDoubleVector_swap", _wrap_CDoubleVector_swap, METH_VARARGS, NULL},
{ "CDoubleVector_begin", _wrap_CDoubleVector_begin, METH_O, NULL},
{ "CDoubleVector_end", _wrap_CDoubleVector_end, METH_O, NULL},
{ "CDoubleVector_rbegin", _wrap_CDoubleVector_rbegin, METH_O, NULL},
{ "CDoubleVector_rend", _wrap_CDoubleVector_rend, METH_O, NULL},
{ "CDoubleVector_clear", _wrap_CDoubleVector_clear, METH_O, NULL},
{ "CDoubleVector_get_allocator", _wrap_CDoubleVector_get_allocator, METH_O, NULL},
{ "CDoubleVector_pop_back", _wrap_CDoubleVector_pop_back, METH_O, NULL},
{ "CDoubleVector_erase", _wrap_CDoubleVector_erase, METH_VARARGS, NULL},
{ "new_CDoubleVector", _wrap_new_CDoubleVector, METH_VARARGS, NULL},
{ "CDoubleVector_push_back", _wrap_CDoubleVector_push_back, METH_VARARGS, NULL},
{ "CDoubleVector_front", _wrap_CDoubleVector_front, METH_O, NULL},
{ "CDoubleVector_back", _wrap_CDoubleVector_back, METH_O, NULL},
{ "CDoubleVector_assign", _wrap_CDoubleVector_assign, METH_VARARGS, NULL},
{ "CDoubleVector_resize", _wrap_CDoubleVector_resize, METH_VARARGS, NULL},
{ "CDoubleVector_insert", _wrap_CDoubleVector_insert, METH_VARARGS, NULL},
{ "CDoubleVector_reserve", _wrap_CDoubleVector_reserve, METH_VARARGS, NULL},
{ "CDoubleVector_capacity", _wrap_CDoubleVector_capacity, METH_O, NULL},
{ "delete_CDoubleVector", _wrap_delete_CDoubleVector, METH_O, NULL},
{ "CDoubleVector_swigregister", CDoubleVector_swigregister, METH_O, NULL},
{ "CDoubleVector_swiginit", CDoubleVector_swiginit, METH_VARARGS, NULL},
{ "CLDoubleVector_iterator", _wrap_CLDoubleVector_iterator, METH_O, NULL},
{ "CLDoubleVector___nonzero__", _wrap_CLDoubleVector___nonzero__, METH_O, NULL},
{ "CLDoubleVector___bool__", _wrap_CLDoubleVector___bool__, METH_O, NULL},
{ "CLDoubleVector___len__", _wrap_CLDoubleVector___len__, METH_O, NULL},
{ "CLDoubleVector___getslice__", _wrap_CLDoubleVector___getslice__, METH_VARARGS, NULL},
{ "CLDoubleVector___setslice__", _wrap_CLDoubleVector___setslice__, METH_VARARGS, NULL},
{ "CLDoubleVector___delslice__", _wrap_CLDoubleVector___delslice__, METH_VARARGS, NULL},
{ "CLDoubleVector___delitem__", _wrap_CLDoubleVector___delitem__, METH_VARARGS, NULL},
{ "CLDoubleVector___getitem__", _wrap_CLDoubleVector___getitem__, METH_VARARGS, NULL},
{ "CLDoubleVector___setitem__", _wrap_CLDoubleVector___setitem__, METH_VARARGS, NULL},
{ "CLDoubleVector_pop", _wrap_CLDoubleVector_pop, METH_O, NULL},
{ "CLDoubleVector_append", _wrap_CLDoubleVector_append, METH_VARARGS, NULL},
{ "CLDoubleVector_empty", _wrap_CLDoubleVector_empty, METH_O, NULL},
{ "CLDoubleVector_size", _wrap_CLDoubleVector_size, METH_O, NULL},
{ "CLDoubleVector_swap", _wrap_CLDoubleVector_swap, METH_VARARGS, NULL},
{ "CLDoubleVector_begin", _wrap_CLDoubleVector_begin, METH_O, NULL},
{ "CLDoubleVector_end", _wrap_CLDoubleVector_end, METH_O, NULL},
{ "CLDoubleVector_rbegin", _wrap_CLDoubleVector_rbegin, METH_O, NULL},
{ "CLDoubleVector_rend", _wrap_CLDoubleVector_rend, METH_O, NULL},
{ "CLDoubleVector_clear", _wrap_CLDoubleVector_clear, METH_O, NULL},
{ "CLDoubleVector_get_allocator", _wrap_CLDoubleVector_get_allocator, METH_O, NULL},
{ "CLDoubleVector_pop_back", _wrap_CLDoubleVector_pop_back, METH_O, NULL},
{ "CLDoubleVector_erase", _wrap_CLDoubleVector_erase, METH_VARARGS, NULL},
{ "new_CLDoubleVector", _wrap_new_CLDoubleVector, METH_VARARGS, NULL},
{ "CLDoubleVector_push_back", _wrap_CLDoubleVector_push_back, METH_VARARGS, NULL},
{ "CLDoubleVector_front", _wrap_CLDoubleVector_front, METH_O, NULL},
{ "CLDoubleVector_back", _wrap_CLDoubleVector_back, METH_O, NULL},
{ "CLDoubleVector_assign", _wrap_CLDoubleVector_assign, METH_VARARGS, NULL},
{ "CLDoubleVector_resize", _wrap_CLDoubleVector_resize, METH_VARARGS, NULL},
{ "CLDoubleVector_insert", _wrap_CLDoubleVector_insert, METH_VARARGS, NULL},
{ "CLDoubleVector_reserve", _wrap_CLDoubleVector_reserve, METH_VARARGS, NULL},
{ "CLDoubleVector_capacity", _wrap_CLDoubleVector_capacity, METH_O, NULL},
{ "delete_CLDoubleVector", _wrap_delete_CLDoubleVector, METH_O, NULL},
{ "CLDoubleVector_swigregister", CLDoubleVector_swigregister, METH_O, NULL},
{ "CLDoubleVector_swiginit", CLDoubleVector_swiginit, METH_VARARGS, NULL},
{ "StringVector_iterator", _wrap_StringVector_iterator, METH_O, NULL},
{ "StringVector___nonzero__", _wrap_StringVector___nonzero__, METH_O, NULL},
{ "StringVector___bool__", _wrap_StringVector___bool__, METH_O, NULL},
{ "StringVector___len__", _wrap_StringVector___len__, METH_O, NULL},
{ "StringVector___getslice__", _wrap_StringVector___getslice__, METH_VARARGS, NULL},
{ "StringVector___setslice__", _wrap_StringVector___setslice__, METH_VARARGS, NULL},
{ "StringVector___delslice__", _wrap_StringVector___delslice__, METH_VARARGS, NULL},
{ "StringVector___delitem__", _wrap_StringVector___delitem__, METH_VARARGS, NULL},
{ "StringVector___getitem__", _wrap_StringVector___getitem__, METH_VARARGS, NULL},
{ "StringVector___setitem__", _wrap_StringVector___setitem__, METH_VARARGS, NULL},
{ "StringVector_pop", _wrap_StringVector_pop, METH_O, NULL},
{ "StringVector_append", _wrap_StringVector_append, METH_VARARGS, NULL},
{ "StringVector_empty", _wrap_StringVector_empty, METH_O, NULL},
{ "StringVector_size", _wrap_StringVector_size, METH_O, NULL},
{ "StringVector_swap", _wrap_StringVector_swap, METH_VARARGS, NULL},
{ "StringVector_begin", _wrap_StringVector_begin, METH_O, NULL},
{ "StringVector_end", _wrap_StringVector_end, METH_O, NULL},
{ "StringVector_rbegin", _wrap_StringVector_rbegin, METH_O, NULL},
{ "StringVector_rend", _wrap_StringVector_rend, METH_O, NULL},
{ "StringVector_clear", _wrap_StringVector_clear, METH_O, NULL},
{ "StringVector_get_allocator", _wrap_StringVector_get_allocator, METH_O, NULL},
{ "StringVector_pop_back", _wrap_StringVector_pop_back, METH_O, NULL},
{ "StringVector_erase", _wrap_StringVector_erase, METH_VARARGS, NULL},
{ "new_StringVector", _wrap_new_StringVector, METH_VARARGS, NULL},
{ "StringVector_push_back", _wrap_StringVector_push_back, METH_VARARGS, NULL},
{ "StringVector_front", _wrap_StringVector_front, METH_O, NULL},
{ "StringVector_back", _wrap_StringVector_back, METH_O, NULL},
{ "StringVector_assign", _wrap_StringVector_assign, METH_VARARGS, NULL},
{ "StringVector_resize", _wrap_StringVector_resize, METH_VARARGS, NULL},
{ "StringVector_insert", _wrap_StringVector_insert, METH_VARARGS, NULL},
{ "StringVector_reserve", _wrap_StringVector_reserve, METH_VARARGS, NULL},
{ "StringVector_capacity", _wrap_StringVector_capacity, METH_O, NULL},
{ "delete_StringVector", _wrap_delete_StringVector, METH_O, NULL},
{ "StringVector_swigregister", StringVector_swigregister, METH_O, NULL},
{ "StringVector_swiginit", StringVector_swiginit, METH_VARARGS, NULL},
{ "new_UIntUIntPair", _wrap_new_UIntUIntPair, METH_VARARGS, NULL},
{ "UIntUIntPair_first_set", _wrap_UIntUIntPair_first_set, METH_VARARGS, NULL},
{ "UIntUIntPair_first_get", _wrap_UIntUIntPair_first_get, METH_O, NULL},
{ "UIntUIntPair_second_set", _wrap_UIntUIntPair_second_set, METH_VARARGS, NULL},
{ "UIntUIntPair_second_get", _wrap_UIntUIntPair_second_get, METH_O, NULL},
{ "delete_UIntUIntPair", _wrap_delete_UIntUIntPair, METH_O, NULL},
{ "UIntUIntPair_swigregister", UIntUIntPair_swigregister, METH_O, NULL},
{ "UIntUIntPair_swiginit", UIntUIntPair_swiginit, METH_VARARGS, NULL},
{ "new_IntIntPair", _wrap_new_IntIntPair, METH_VARARGS, NULL},
{ "IntIntPair_first_set", _wrap_IntIntPair_first_set, METH_VARARGS, NULL},
{ "IntIntPair_first_get", _wrap_IntIntPair_first_get, METH_O, NULL},
{ "IntIntPair_second_set", _wrap_IntIntPair_second_set, METH_VARARGS, NULL},
{ "IntIntPair_second_get", _wrap_IntIntPair_second_get, METH_O, NULL},
{ "delete_IntIntPair", _wrap_delete_IntIntPair, METH_O, NULL},
{ "IntIntPair_swigregister", IntIntPair_swigregister, METH_O, NULL},
{ "IntIntPair_swiginit", IntIntPair_swiginit, METH_VARARGS, NULL},
{ "new_IntDoublePair", _wrap_new_IntDoublePair, METH_VARARGS, NULL},
{ "IntDoublePair_first_set", _wrap_IntDoublePair_first_set, METH_VARARGS, NULL},
{ "IntDoublePair_first_get", _wrap_IntDoublePair_first_get, METH_O, NULL},
{ "IntDoublePair_second_set", _wrap_IntDoublePair_second_set, METH_VARARGS, NULL},
{ "IntDoublePair_second_get", _wrap_IntDoublePair_second_get, METH_O, NULL},
{ "delete_IntDoublePair", _wrap_delete_IntDoublePair, METH_O, NULL},
{ "IntDoublePair_swigregister", IntDoublePair_swigregister, METH_O, NULL},
{ "IntDoublePair_swiginit", IntDoublePair_swiginit, METH_VARARGS, NULL},
{ "new_LongDoublePair", _wrap_new_LongDoublePair, METH_VARARGS, NULL},
{ "LongDoublePair_first_set", _wrap_LongDoublePair_first_set, METH_VARARGS, NULL},
{ "LongDoublePair_first_get", _wrap_LongDoublePair_first_get, METH_O, NULL},
{ "LongDoublePair_second_set", _wrap_LongDoublePair_second_set, METH_VARARGS, NULL},
{ "LongDoublePair_second_get", _wrap_LongDoublePair_second_get, METH_O, NULL},
{ "delete_LongDoublePair", _wrap_delete_LongDoublePair, METH_O, NULL},
{ "LongDoublePair_swigregister", LongDoublePair_swigregister, METH_O, NULL},
{ "LongDoublePair_swiginit", LongDoublePair_swiginit, METH_VARARGS, NULL},
{ "new_DoubleDoublePair", _wrap_new_DoubleDoublePair, METH_VARARGS, NULL},
{ "DoubleDoublePair_first_set", _wrap_DoubleDoublePair_first_set, METH_VARARGS, NULL},
{ "DoubleDoublePair_first_get", _wrap_DoubleDoublePair_first_get, METH_O, NULL},
{ "DoubleDoublePair_second_set", _wrap_DoubleDoublePair_second_set, METH_VARARGS, NULL},
{ "DoubleDoublePair_second_get", _wrap_DoubleDoublePair_second_get, METH_O, NULL},
{ "delete_DoubleDoublePair", _wrap_delete_DoubleDoublePair, METH_O, NULL},
{ "DoubleDoublePair_swigregister", DoubleDoublePair_swigregister, METH_O, NULL},
{ "DoubleDoublePair_swiginit", DoubleDoublePair_swiginit, METH_VARARGS, NULL},
{ "new_LDoubleLDoublePair", _wrap_new_LDoubleLDoublePair, METH_VARARGS, NULL},
{ "LDoubleLDoublePair_first_set", _wrap_LDoubleLDoublePair_first_set, METH_VARARGS, NULL},
{ "LDoubleLDoublePair_first_get", _wrap_LDoubleLDoublePair_first_get, METH_O, NULL},
{ "LDoubleLDoublePair_second_set", _wrap_LDoubleLDoublePair_second_set, METH_VARARGS, NULL},
{ "LDoubleLDoublePair_second_get", _wrap_LDoubleLDoublePair_second_get, METH_O, NULL},
{ "delete_LDoubleLDoublePair", _wrap_delete_LDoubleLDoublePair, METH_O, NULL},
{ "LDoubleLDoublePair_swigregister", LDoubleLDoublePair_swigregister, METH_O, NULL},
{ "LDoubleLDoublePair_swiginit", LDoubleLDoublePair_swiginit, METH_VARARGS, NULL},
{ "new_FloatDoublePair", _wrap_new_FloatDoublePair, METH_VARARGS, NULL},
{ "FloatDoublePair_first_set", _wrap_FloatDoublePair_first_set, METH_VARARGS, NULL},
{ "FloatDoublePair_first_get", _wrap_FloatDoublePair_first_get, METH_O, NULL},
{ "FloatDoublePair_second_set", _wrap_FloatDoublePair_second_set, METH_VARARGS, NULL},
{ "FloatDoublePair_second_get", _wrap_FloatDoublePair_second_get, METH_O, NULL},
{ "delete_FloatDoublePair", _wrap_delete_FloatDoublePair, METH_O, NULL},
{ "FloatDoublePair_swigregister", FloatDoublePair_swigregister, METH_O, NULL},
{ "FloatDoublePair_swiginit", FloatDoublePair_swiginit, METH_VARARGS, NULL},
{ "new_FloatFloatPair", _wrap_new_FloatFloatPair, METH_VARARGS, NULL},
{ "FloatFloatPair_first_set", _wrap_FloatFloatPair_first_set, METH_VARARGS, NULL},
{ "FloatFloatPair_first_get", _wrap_FloatFloatPair_first_get, METH_O, NULL},
{ "FloatFloatPair_second_set", _wrap_FloatFloatPair_second_set, METH_VARARGS, NULL},
{ "FloatFloatPair_second_get", _wrap_FloatFloatPair_second_get, METH_O, NULL},
{ "delete_FloatFloatPair", _wrap_delete_FloatFloatPair, METH_O, NULL},
{ "FloatFloatPair_swigregister", FloatFloatPair_swigregister, METH_O, NULL},
{ "FloatFloatPair_swiginit", FloatFloatPair_swiginit, METH_VARARGS, NULL},
{ "new_DoubleFloatPair", _wrap_new_DoubleFloatPair, METH_VARARGS, NULL},
{ "DoubleFloatPair_first_set", _wrap_DoubleFloatPair_first_set, METH_VARARGS, NULL},
{ "DoubleFloatPair_first_get", _wrap_DoubleFloatPair_first_get, METH_O, NULL},
{ "DoubleFloatPair_second_set", _wrap_DoubleFloatPair_second_set, METH_VARARGS, NULL},
{ "DoubleFloatPair_second_get", _wrap_DoubleFloatPair_second_get, METH_O, NULL},
{ "delete_DoubleFloatPair", _wrap_delete_DoubleFloatPair, METH_O, NULL},
{ "DoubleFloatPair_swigregister", DoubleFloatPair_swigregister, METH_O, NULL},
{ "DoubleFloatPair_swiginit", DoubleFloatPair_swiginit, METH_VARARGS, NULL},
{ "new_BoolBoolPair", _wrap_new_BoolBoolPair, METH_VARARGS, NULL},
{ "BoolBoolPair_first_set", _wrap_BoolBoolPair_first_set, METH_VARARGS, NULL},
{ "BoolBoolPair_first_get", _wrap_BoolBoolPair_first_get, METH_O, NULL},
{ "BoolBoolPair_second_set", _wrap_BoolBoolPair_second_set, METH_VARARGS, NULL},
{ "BoolBoolPair_second_get", _wrap_BoolBoolPair_second_get, METH_O, NULL},
{ "delete_BoolBoolPair", _wrap_delete_BoolBoolPair, METH_O, NULL},
{ "BoolBoolPair_swigregister", BoolBoolPair_swigregister, METH_O, NULL},
{ "BoolBoolPair_swiginit", BoolBoolPair_swiginit, METH_VARARGS, NULL},
{ "new_StringStringPair", _wrap_new_StringStringPair, METH_VARARGS, NULL},
{ "StringStringPair_first_set", _wrap_StringStringPair_first_set, METH_VARARGS, NULL},
{ "StringStringPair_first_get", _wrap_StringStringPair_first_get, METH_O, NULL},
{ "StringStringPair_second_set", _wrap_StringStringPair_second_set, METH_VARARGS, NULL},
{ "StringStringPair_second_get", _wrap_StringStringPair_second_get, METH_O, NULL},
{ "delete_StringStringPair", _wrap_delete_StringStringPair, METH_O, NULL},
{ "StringStringPair_swigregister", StringStringPair_swigregister, METH_O, NULL},
{ "StringStringPair_swiginit", StringStringPair_swiginit, METH_VARARGS, NULL},
{ "UIntUIntPairVector_iterator", _wrap_UIntUIntPairVector_iterator, METH_O, NULL},
{ "UIntUIntPairVector___nonzero__", _wrap_UIntUIntPairVector___nonzero__, METH_O, NULL},
{ "UIntUIntPairVector___bool__", _wrap_UIntUIntPairVector___bool__, METH_O, NULL},
{ "UIntUIntPairVector___len__", _wrap_UIntUIntPairVector___len__, METH_O, NULL},
{ "UIntUIntPairVector___getslice__", _wrap_UIntUIntPairVector___getslice__, METH_VARARGS, NULL},
{ "UIntUIntPairVector___setslice__", _wrap_UIntUIntPairVector___setslice__, METH_VARARGS, NULL},
{ "UIntUIntPairVector___delslice__", _wrap_UIntUIntPairVector___delslice__, METH_VARARGS, NULL},
{ "UIntUIntPairVector___delitem__", _wrap_UIntUIntPairVector___delitem__, METH_VARARGS, NULL},
{ "UIntUIntPairVector___getitem__", _wrap_UIntUIntPairVector___getitem__, METH_VARARGS, NULL},
{ "UIntUIntPairVector___setitem__", _wrap_UIntUIntPairVector___setitem__, METH_VARARGS, NULL},
{ "UIntUIntPairVector_pop", _wrap_UIntUIntPairVector_pop, METH_O, NULL},
{ "UIntUIntPairVector_append", _wrap_UIntUIntPairVector_append, METH_VARARGS, NULL},
{ "UIntUIntPairVector_empty", _wrap_UIntUIntPairVector_empty, METH_O, NULL},
{ "UIntUIntPairVector_size", _wrap_UIntUIntPairVector_size, METH_O, NULL},
{ "UIntUIntPairVector_swap", _wrap_UIntUIntPairVector_swap, METH_VARARGS, NULL},
{ "UIntUIntPairVector_begin", _wrap_UIntUIntPairVector_begin, METH_O, NULL},
{ "UIntUIntPairVector_end", _wrap_UIntUIntPairVector_end, METH_O, NULL},
{ "UIntUIntPairVector_rbegin", _wrap_UIntUIntPairVector_rbegin, METH_O, NULL},
{ "UIntUIntPairVector_rend", _wrap_UIntUIntPairVector_rend, METH_O, NULL},
{ "UIntUIntPairVector_clear", _wrap_UIntUIntPairVector_clear, METH_O, NULL},
{ "UIntUIntPairVector_get_allocator", _wrap_UIntUIntPairVector_get_allocator, METH_O, NULL},
{ "UIntUIntPairVector_pop_back", _wrap_UIntUIntPairVector_pop_back, METH_O, NULL},
{ "UIntUIntPairVector_erase", _wrap_UIntUIntPairVector_erase, METH_VARARGS, NULL},
{ "new_UIntUIntPairVector", _wrap_new_UIntUIntPairVector, METH_VARARGS, NULL},
{ "UIntUIntPairVector_push_back", _wrap_UIntUIntPairVector_push_back, METH_VARARGS, NULL},
{ "UIntUIntPairVector_front", _wrap_UIntUIntPairVector_front, METH_O, NULL},
{ "UIntUIntPairVector_back", _wrap_UIntUIntPairVector_back, METH_O, NULL},
{ "UIntUIntPairVector_assign", _wrap_UIntUIntPairVector_assign, METH_VARARGS, NULL},
{ "UIntUIntPairVector_resize", _wrap_UIntUIntPairVector_resize, METH_VARARGS, NULL},
{ "UIntUIntPairVector_insert", _wrap_UIntUIntPairVector_insert, METH_VARARGS, NULL},
{ "UIntUIntPairVector_reserve", _wrap_UIntUIntPairVector_reserve, METH_VARARGS, NULL},
{ "UIntUIntPairVector_capacity", _wrap_UIntUIntPairVector_capacity, METH_O, NULL},
{ "delete_UIntUIntPairVector", _wrap_delete_UIntUIntPairVector, METH_O, NULL},
{ "UIntUIntPairVector_swigregister", UIntUIntPairVector_swigregister, METH_O, NULL},
{ "UIntUIntPairVector_swiginit", UIntUIntPairVector_swiginit, METH_VARARGS, NULL},
{ "FloatFloatPairVector_iterator", _wrap_FloatFloatPairVector_iterator, METH_O, NULL},
{ "FloatFloatPairVector___nonzero__", _wrap_FloatFloatPairVector___nonzero__, METH_O, NULL},
{ "FloatFloatPairVector___bool__", _wrap_FloatFloatPairVector___bool__, METH_O, NULL},
{ "FloatFloatPairVector___len__", _wrap_FloatFloatPairVector___len__, METH_O, NULL},
{ "FloatFloatPairVector___getslice__", _wrap_FloatFloatPairVector___getslice__, METH_VARARGS, NULL},
{ "FloatFloatPairVector___setslice__", _wrap_FloatFloatPairVector___setslice__, METH_VARARGS, NULL},
{ "FloatFloatPairVector___delslice__", _wrap_FloatFloatPairVector___delslice__, METH_VARARGS, NULL},
{ "FloatFloatPairVector___delitem__", _wrap_FloatFloatPairVector___delitem__, METH_VARARGS, NULL},
{ "FloatFloatPairVector___getitem__", _wrap_FloatFloatPairVector___getitem__, METH_VARARGS, NULL},
{ "FloatFloatPairVector___setitem__", _wrap_FloatFloatPairVector___setitem__, METH_VARARGS, NULL},
{ "FloatFloatPairVector_pop", _wrap_FloatFloatPairVector_pop, METH_O, NULL},
{ "FloatFloatPairVector_append", _wrap_FloatFloatPairVector_append, METH_VARARGS, NULL},
{ "FloatFloatPairVector_empty", _wrap_FloatFloatPairVector_empty, METH_O, NULL},
{ "FloatFloatPairVector_size", _wrap_FloatFloatPairVector_size, METH_O, NULL},
{ "FloatFloatPairVector_swap", _wrap_FloatFloatPairVector_swap, METH_VARARGS, NULL},
{ "FloatFloatPairVector_begin", _wrap_FloatFloatPairVector_begin, METH_O, NULL},
{ "FloatFloatPairVector_end", _wrap_FloatFloatPairVector_end, METH_O, NULL},
{ "FloatFloatPairVector_rbegin", _wrap_FloatFloatPairVector_rbegin, METH_O, NULL},
{ "FloatFloatPairVector_rend", _wrap_FloatFloatPairVector_rend, METH_O, NULL},
{ "FloatFloatPairVector_clear", _wrap_FloatFloatPairVector_clear, METH_O, NULL},
{ "FloatFloatPairVector_get_allocator", _wrap_FloatFloatPairVector_get_allocator, METH_O, NULL},
{ "FloatFloatPairVector_pop_back", _wrap_FloatFloatPairVector_pop_back, METH_O, NULL},
{ "FloatFloatPairVector_erase", _wrap_FloatFloatPairVector_erase, METH_VARARGS, NULL},
{ "new_FloatFloatPairVector", _wrap_new_FloatFloatPairVector, METH_VARARGS, NULL},
{ "FloatFloatPairVector_push_back", _wrap_FloatFloatPairVector_push_back, METH_VARARGS, NULL},
{ "FloatFloatPairVector_front", _wrap_FloatFloatPairVector_front, METH_O, NULL},
{ "FloatFloatPairVector_back", _wrap_FloatFloatPairVector_back, METH_O, NULL},
{ "FloatFloatPairVector_assign", _wrap_FloatFloatPairVector_assign, METH_VARARGS, NULL},
{ "FloatFloatPairVector_resize", _wrap_FloatFloatPairVector_resize, METH_VARARGS, NULL},
{ "FloatFloatPairVector_insert", _wrap_FloatFloatPairVector_insert, METH_VARARGS, NULL},
{ "FloatFloatPairVector_reserve", _wrap_FloatFloatPairVector_reserve, METH_VARARGS, NULL},
{ "FloatFloatPairVector_capacity", _wrap_FloatFloatPairVector_capacity, METH_O, NULL},
{ "delete_FloatFloatPairVector", _wrap_delete_FloatFloatPairVector, METH_O, NULL},
{ "FloatFloatPairVector_swigregister", FloatFloatPairVector_swigregister, METH_O, NULL},
{ "FloatFloatPairVector_swiginit", FloatFloatPairVector_swiginit, METH_VARARGS, NULL},
{ "DoubleDoublePairVector_iterator", _wrap_DoubleDoublePairVector_iterator, METH_O, NULL},
{ "DoubleDoublePairVector___nonzero__", _wrap_DoubleDoublePairVector___nonzero__, METH_O, NULL},
{ "DoubleDoublePairVector___bool__", _wrap_DoubleDoublePairVector___bool__, METH_O, NULL},
{ "DoubleDoublePairVector___len__", _wrap_DoubleDoublePairVector___len__, METH_O, NULL},
{ "DoubleDoublePairVector___getslice__", _wrap_DoubleDoublePairVector___getslice__, METH_VARARGS, NULL},
{ "DoubleDoublePairVector___setslice__", _wrap_DoubleDoublePairVector___setslice__, METH_VARARGS, NULL},
{ "DoubleDoublePairVector___delslice__", _wrap_DoubleDoublePairVector___delslice__, METH_VARARGS, NULL},
{ "DoubleDoublePairVector___delitem__", _wrap_DoubleDoublePairVector___delitem__, METH_VARARGS, NULL},
{ "DoubleDoublePairVector___getitem__", _wrap_DoubleDoublePairVector___getitem__, METH_VARARGS, NULL},
{ "DoubleDoublePairVector___setitem__", _wrap_DoubleDoublePairVector___setitem__, METH_VARARGS, NULL},
{ "DoubleDoublePairVector_pop", _wrap_DoubleDoublePairVector_pop, METH_O, NULL},
{ "DoubleDoublePairVector_append", _wrap_DoubleDoublePairVector_append, METH_VARARGS, NULL},
{ "DoubleDoublePairVector_empty", _wrap_DoubleDoublePairVector_empty, METH_O, NULL},
{ "DoubleDoublePairVector_size", _wrap_DoubleDoublePairVector_size, METH_O, NULL},
{ "DoubleDoublePairVector_swap", _wrap_DoubleDoublePairVector_swap, METH_VARARGS, NULL},
{ "DoubleDoublePairVector_begin", _wrap_DoubleDoublePairVector_begin, METH_O, NULL},
{ "DoubleDoublePairVector_end", _wrap_DoubleDoublePairVector_end, METH_O, NULL},
{ "DoubleDoublePairVector_rbegin", _wrap_DoubleDoublePairVector_rbegin, METH_O, NULL},
{ "DoubleDoublePairVector_rend", _wrap_DoubleDoublePairVector_rend, METH_O, NULL},
{ "DoubleDoublePairVector_clear", _wrap_DoubleDoublePairVector_clear, METH_O, NULL},
{ "DoubleDoublePairVector_get_allocator", _wrap_DoubleDoublePairVector_get_allocator, METH_O, NULL},
{ "DoubleDoublePairVector_pop_back", _wrap_DoubleDoublePairVector_pop_back, METH_O, NULL},
{ "DoubleDoublePairVector_erase", _wrap_DoubleDoublePairVector_erase, METH_VARARGS, NULL},
{ "new_DoubleDoublePairVector", _wrap_new_DoubleDoublePairVector, METH_VARARGS, NULL},
{ "DoubleDoublePairVector_push_back", _wrap_DoubleDoublePairVector_push_back, METH_VARARGS, NULL},
{ "DoubleDoublePairVector_front", _wrap_DoubleDoublePairVector_front, METH_O, NULL},
{ "DoubleDoublePairVector_back", _wrap_DoubleDoublePairVector_back, METH_O, NULL},
{ "DoubleDoublePairVector_assign", _wrap_DoubleDoublePairVector_assign, METH_VARARGS, NULL},
{ "DoubleDoublePairVector_resize", _wrap_DoubleDoublePairVector_resize, METH_VARARGS, NULL},
{ "DoubleDoublePairVector_insert", _wrap_DoubleDoublePairVector_insert, METH_VARARGS, NULL},
{ "DoubleDoublePairVector_reserve", _wrap_DoubleDoublePairVector_reserve, METH_VARARGS, NULL},
{ "DoubleDoublePairVector_capacity", _wrap_DoubleDoublePairVector_capacity, METH_O, NULL},
{ "delete_DoubleDoublePairVector", _wrap_delete_DoubleDoublePairVector, METH_O, NULL},
{ "DoubleDoublePairVector_swigregister", DoubleDoublePairVector_swigregister, METH_O, NULL},
{ "DoubleDoublePairVector_swiginit", DoubleDoublePairVector_swiginit, METH_VARARGS, NULL},
{ "FloatDoublePairVector_iterator", _wrap_FloatDoublePairVector_iterator, METH_O, NULL},
{ "FloatDoublePairVector___nonzero__", _wrap_FloatDoublePairVector___nonzero__, METH_O, NULL},
{ "FloatDoublePairVector___bool__", _wrap_FloatDoublePairVector___bool__, METH_O, NULL},
{ "FloatDoublePairVector___len__", _wrap_FloatDoublePairVector___len__, METH_O, NULL},
{ "FloatDoublePairVector___getslice__", _wrap_FloatDoublePairVector___getslice__, METH_VARARGS, NULL},
{ "FloatDoublePairVector___setslice__", _wrap_FloatDoublePairVector___setslice__, METH_VARARGS, NULL},
{ "FloatDoublePairVector___delslice__", _wrap_FloatDoublePairVector___delslice__, METH_VARARGS, NULL},
{ "FloatDoublePairVector___delitem__", _wrap_FloatDoublePairVector___delitem__, METH_VARARGS, NULL},
{ "FloatDoublePairVector___getitem__", _wrap_FloatDoublePairVector___getitem__, METH_VARARGS, NULL},
{ "FloatDoublePairVector___setitem__", _wrap_FloatDoublePairVector___setitem__, METH_VARARGS, NULL},
{ "FloatDoublePairVector_pop", _wrap_FloatDoublePairVector_pop, METH_O, NULL},
{ "FloatDoublePairVector_append", _wrap_FloatDoublePairVector_append, METH_VARARGS, NULL},
{ "FloatDoublePairVector_empty", _wrap_FloatDoublePairVector_empty, METH_O, NULL},
{ "FloatDoublePairVector_size", _wrap_FloatDoublePairVector_size, METH_O, NULL},
{ "FloatDoublePairVector_swap", _wrap_FloatDoublePairVector_swap, METH_VARARGS, NULL},
{ "FloatDoublePairVector_begin", _wrap_FloatDoublePairVector_begin, METH_O, NULL},
{ "FloatDoublePairVector_end", _wrap_FloatDoublePairVector_end, METH_O, NULL},
{ "FloatDoublePairVector_rbegin", _wrap_FloatDoublePairVector_rbegin, METH_O, NULL},
{ "FloatDoublePairVector_rend", _wrap_FloatDoublePairVector_rend, METH_O, NULL},
{ "FloatDoublePairVector_clear", _wrap_FloatDoublePairVector_clear, METH_O, NULL},
{ "FloatDoublePairVector_get_allocator", _wrap_FloatDoublePairVector_get_allocator, METH_O, NULL},
{ "FloatDoublePairVector_pop_back", _wrap_FloatDoublePairVector_pop_back, METH_O, NULL},
{ "FloatDoublePairVector_erase", _wrap_FloatDoublePairVector_erase, METH_VARARGS, NULL},
{ "new_FloatDoublePairVector", _wrap_new_FloatDoublePairVector, METH_VARARGS, NULL},
{ "FloatDoublePairVector_push_back", _wrap_FloatDoublePairVector_push_back, METH_VARARGS, NULL},
{ "FloatDoublePairVector_front", _wrap_FloatDoublePairVector_front, METH_O, NULL},
{ "FloatDoublePairVector_back", _wrap_FloatDoublePairVector_back, METH_O, NULL},
{ "FloatDoublePairVector_assign", _wrap_FloatDoublePairVector_assign, METH_VARARGS, NULL},
{ "FloatDoublePairVector_resize", _wrap_FloatDoublePairVector_resize, METH_VARARGS, NULL},
{ "FloatDoublePairVector_insert", _wrap_FloatDoublePairVector_insert, METH_VARARGS, NULL},
{ "FloatDoublePairVector_reserve", _wrap_FloatDoublePairVector_reserve, METH_VARARGS, NULL},
{ "FloatDoublePairVector_capacity", _wrap_FloatDoublePairVector_capacity, METH_O, NULL},
{ "delete_FloatDoublePairVector", _wrap_delete_FloatDoublePairVector, METH_O, NULL},
{ "FloatDoublePairVector_swigregister", FloatDoublePairVector_swigregister, METH_O, NULL},
{ "FloatDoublePairVector_swiginit", FloatDoublePairVector_swiginit, METH_VARARGS, NULL},
{ "DoubleFloatPairVector_iterator", _wrap_DoubleFloatPairVector_iterator, METH_O, NULL},
{ "DoubleFloatPairVector___nonzero__", _wrap_DoubleFloatPairVector___nonzero__, METH_O, NULL},
{ "DoubleFloatPairVector___bool__", _wrap_DoubleFloatPairVector___bool__, METH_O, NULL},
{ "DoubleFloatPairVector___len__", _wrap_DoubleFloatPairVector___len__, METH_O, NULL},
{ "DoubleFloatPairVector___getslice__", _wrap_DoubleFloatPairVector___getslice__, METH_VARARGS, NULL},
{ "DoubleFloatPairVector___setslice__", _wrap_DoubleFloatPairVector___setslice__, METH_VARARGS, NULL},
{ "DoubleFloatPairVector___delslice__", _wrap_DoubleFloatPairVector___delslice__, METH_VARARGS, NULL},
{ "DoubleFloatPairVector___delitem__", _wrap_DoubleFloatPairVector___delitem__, METH_VARARGS, NULL},
{ "DoubleFloatPairVector___getitem__", _wrap_DoubleFloatPairVector___getitem__, METH_VARARGS, NULL},
{ "DoubleFloatPairVector___setitem__", _wrap_DoubleFloatPairVector___setitem__, METH_VARARGS, NULL},
{ "DoubleFloatPairVector_pop", _wrap_DoubleFloatPairVector_pop, METH_O, NULL},
{ "DoubleFloatPairVector_append", _wrap_DoubleFloatPairVector_append, METH_VARARGS, NULL},
{ "DoubleFloatPairVector_empty", _wrap_DoubleFloatPairVector_empty, METH_O, NULL},
{ "DoubleFloatPairVector_size", _wrap_DoubleFloatPairVector_size, METH_O, NULL},
{ "DoubleFloatPairVector_swap", _wrap_DoubleFloatPairVector_swap, METH_VARARGS, NULL},
{ "DoubleFloatPairVector_begin", _wrap_DoubleFloatPairVector_begin, METH_O, NULL},
{ "DoubleFloatPairVector_end", _wrap_DoubleFloatPairVector_end, METH_O, NULL},
{ "DoubleFloatPairVector_rbegin", _wrap_DoubleFloatPairVector_rbegin, METH_O, NULL},
{ "DoubleFloatPairVector_rend", _wrap_DoubleFloatPairVector_rend, METH_O, NULL},
{ "DoubleFloatPairVector_clear", _wrap_DoubleFloatPairVector_clear, METH_O, NULL},
{ "DoubleFloatPairVector_get_allocator", _wrap_DoubleFloatPairVector_get_allocator, METH_O, NULL},
{ "DoubleFloatPairVector_pop_back", _wrap_DoubleFloatPairVector_pop_back, METH_O, NULL},
{ "DoubleFloatPairVector_erase", _wrap_DoubleFloatPairVector_erase, METH_VARARGS, NULL},
{ "new_DoubleFloatPairVector", _wrap_new_DoubleFloatPairVector, METH_VARARGS, NULL},
{ "DoubleFloatPairVector_push_back", _wrap_DoubleFloatPairVector_push_back, METH_VARARGS, NULL},
{ "DoubleFloatPairVector_front", _wrap_DoubleFloatPairVector_front, METH_O, NULL},
{ "DoubleFloatPairVector_back", _wrap_DoubleFloatPairVector_back, METH_O, NULL},
{ "DoubleFloatPairVector_assign", _wrap_DoubleFloatPairVector_assign, METH_VARARGS, NULL},
{ "DoubleFloatPairVector_resize", _wrap_DoubleFloatPairVector_resize, METH_VARARGS, NULL},
{ "DoubleFloatPairVector_insert", _wrap_DoubleFloatPairVector_insert, METH_VARARGS, NULL},
{ "DoubleFloatPairVector_reserve", _wrap_DoubleFloatPairVector_reserve, METH_VARARGS, NULL},
{ "DoubleFloatPairVector_capacity", _wrap_DoubleFloatPairVector_capacity, METH_O, NULL},
{ "delete_DoubleFloatPairVector", _wrap_delete_DoubleFloatPairVector, METH_O, NULL},
{ "DoubleFloatPairVector_swigregister", DoubleFloatPairVector_swigregister, METH_O, NULL},
{ "DoubleFloatPairVector_swiginit", DoubleFloatPairVector_swiginit, METH_VARARGS, NULL},
{ "BoolBoolPairVector_iterator", _wrap_BoolBoolPairVector_iterator, METH_O, NULL},
{ "BoolBoolPairVector___nonzero__", _wrap_BoolBoolPairVector___nonzero__, METH_O, NULL},
{ "BoolBoolPairVector___bool__", _wrap_BoolBoolPairVector___bool__, METH_O, NULL},
{ "BoolBoolPairVector___len__", _wrap_BoolBoolPairVector___len__, METH_O, NULL},
{ "BoolBoolPairVector___getslice__", _wrap_BoolBoolPairVector___getslice__, METH_VARARGS, NULL},
{ "BoolBoolPairVector___setslice__", _wrap_BoolBoolPairVector___setslice__, METH_VARARGS, NULL},
{ "BoolBoolPairVector___delslice__", _wrap_BoolBoolPairVector___delslice__, METH_VARARGS, NULL},
{ "BoolBoolPairVector___delitem__", _wrap_BoolBoolPairVector___delitem__, METH_VARARGS, NULL},
{ "BoolBoolPairVector___getitem__", _wrap_BoolBoolPairVector___getitem__, METH_VARARGS, NULL},
{ "BoolBoolPairVector___setitem__", _wrap_BoolBoolPairVector___setitem__, METH_VARARGS, NULL},
{ "BoolBoolPairVector_pop", _wrap_BoolBoolPairVector_pop, METH_O, NULL},
{ "BoolBoolPairVector_append", _wrap_BoolBoolPairVector_append, METH_VARARGS, NULL},
{ "BoolBoolPairVector_empty", _wrap_BoolBoolPairVector_empty, METH_O, NULL},
{ "BoolBoolPairVector_size", _wrap_BoolBoolPairVector_size, METH_O, NULL},
{ "BoolBoolPairVector_swap", _wrap_BoolBoolPairVector_swap, METH_VARARGS, NULL},
{ "BoolBoolPairVector_begin", _wrap_BoolBoolPairVector_begin, METH_O, NULL},
{ "BoolBoolPairVector_end", _wrap_BoolBoolPairVector_end, METH_O, NULL},
{ "BoolBoolPairVector_rbegin", _wrap_BoolBoolPairVector_rbegin, METH_O, NULL},
{ "BoolBoolPairVector_rend", _wrap_BoolBoolPairVector_rend, METH_O, NULL},
{ "BoolBoolPairVector_clear", _wrap_BoolBoolPairVector_clear, METH_O, NULL},
{ "BoolBoolPairVector_get_allocator", _wrap_BoolBoolPairVector_get_allocator, METH_O, NULL},
{ "BoolBoolPairVector_pop_back", _wrap_BoolBoolPairVector_pop_back, METH_O, NULL},
{ "BoolBoolPairVector_erase", _wrap_BoolBoolPairVector_erase, METH_VARARGS, NULL},
{ "new_BoolBoolPairVector", _wrap_new_BoolBoolPairVector, METH_VARARGS, NULL},
{ "BoolBoolPairVector_push_back", _wrap_BoolBoolPairVector_push_back, METH_VARARGS, NULL},
{ "BoolBoolPairVector_front", _wrap_BoolBoolPairVector_front, METH_O, NULL},
{ "BoolBoolPairVector_back", _wrap_BoolBoolPairVector_back, METH_O, NULL},
{ "BoolBoolPairVector_assign", _wrap_BoolBoolPairVector_assign, METH_VARARGS, NULL},
{ "BoolBoolPairVector_resize", _wrap_BoolBoolPairVector_resize, METH_VARARGS, NULL},
{ "BoolBoolPairVector_insert", _wrap_BoolBoolPairVector_insert, METH_VARARGS, NULL},
{ "BoolBoolPairVector_reserve", _wrap_BoolBoolPairVector_reserve, METH_VARARGS, NULL},
{ "BoolBoolPairVector_capacity", _wrap_BoolBoolPairVector_capacity, METH_O, NULL},
{ "delete_BoolBoolPairVector", _wrap_delete_BoolBoolPairVector, METH_O, NULL},
{ "BoolBoolPairVector_swigregister", BoolBoolPairVector_swigregister, METH_O, NULL},
{ "BoolBoolPairVector_swiginit", BoolBoolPairVector_swiginit, METH_VARARGS, NULL},
{ "FloatVectorVector_iterator", _wrap_FloatVectorVector_iterator, METH_O, NULL},
{ "FloatVectorVector___nonzero__", _wrap_FloatVectorVector___nonzero__, METH_O, NULL},
{ "FloatVectorVector___bool__", _wrap_FloatVectorVector___bool__, METH_O, NULL},
{ "FloatVectorVector___len__", _wrap_FloatVectorVector___len__, METH_O, NULL},
{ "FloatVectorVector___getslice__", _wrap_FloatVectorVector___getslice__, METH_VARARGS, NULL},
{ "FloatVectorVector___setslice__", _wrap_FloatVectorVector___setslice__, METH_VARARGS, NULL},
{ "FloatVectorVector___delslice__", _wrap_FloatVectorVector___delslice__, METH_VARARGS, NULL},
{ "FloatVectorVector___delitem__", _wrap_FloatVectorVector___delitem__, METH_VARARGS, NULL},
{ "FloatVectorVector___getitem__", _wrap_FloatVectorVector___getitem__, METH_VARARGS, NULL},
{ "FloatVectorVector___setitem__", _wrap_FloatVectorVector___setitem__, METH_VARARGS, NULL},
{ "FloatVectorVector_pop", _wrap_FloatVectorVector_pop, METH_O, NULL},
{ "FloatVectorVector_append", _wrap_FloatVectorVector_append, METH_VARARGS, NULL},
{ "FloatVectorVector_empty", _wrap_FloatVectorVector_empty, METH_O, NULL},
{ "FloatVectorVector_size", _wrap_FloatVectorVector_size, METH_O, NULL},
{ "FloatVectorVector_swap", _wrap_FloatVectorVector_swap, METH_VARARGS, NULL},
{ "FloatVectorVector_begin", _wrap_FloatVectorVector_begin, METH_O, NULL},
{ "FloatVectorVector_end", _wrap_FloatVectorVector_end, METH_O, NULL},
{ "FloatVectorVector_rbegin", _wrap_FloatVectorVector_rbegin, METH_O, NULL},
{ "FloatVectorVector_rend", _wrap_FloatVectorVector_rend, METH_O, NULL},
{ "FloatVectorVector_clear", _wrap_FloatVectorVector_clear, METH_O, NULL},
{ "FloatVectorVector_get_allocator", _wrap_FloatVectorVector_get_allocator, METH_O, NULL},
{ "FloatVectorVector_pop_back", _wrap_FloatVectorVector_pop_back, METH_O, NULL},
{ "FloatVectorVector_erase", _wrap_FloatVectorVector_erase, METH_VARARGS, NULL},
{ "new_FloatVectorVector", _wrap_new_FloatVectorVector, METH_VARARGS, NULL},
{ "FloatVectorVector_push_back", _wrap_FloatVectorVector_push_back, METH_VARARGS, NULL},
{ "FloatVectorVector_front", _wrap_FloatVectorVector_front, METH_O, NULL},
{ "FloatVectorVector_back", _wrap_FloatVectorVector_back, METH_O, NULL},
{ "FloatVectorVector_assign", _wrap_FloatVectorVector_assign, METH_VARARGS, NULL},
{ "FloatVectorVector_resize", _wrap_FloatVectorVector_resize, METH_VARARGS, NULL},
{ "FloatVectorVector_insert", _wrap_FloatVectorVector_insert, METH_VARARGS, NULL},
{ "FloatVectorVector_reserve", _wrap_FloatVectorVector_reserve, METH_VARARGS, NULL},
{ "FloatVectorVector_capacity", _wrap_FloatVectorVector_capacity, METH_O, NULL},
{ "delete_FloatVectorVector", _wrap_delete_FloatVectorVector, METH_O, NULL},
{ "FloatVectorVector_swigregister", FloatVectorVector_swigregister, METH_O, NULL},
{ "FloatVectorVector_swiginit", FloatVectorVector_swiginit, METH_VARARGS, NULL},
{ "DoubleVectorVector_iterator", _wrap_DoubleVectorVector_iterator, METH_O, NULL},
{ "DoubleVectorVector___nonzero__", _wrap_DoubleVectorVector___nonzero__, METH_O, NULL},
{ "DoubleVectorVector___bool__", _wrap_DoubleVectorVector___bool__, METH_O, NULL},
{ "DoubleVectorVector___len__", _wrap_DoubleVectorVector___len__, METH_O, NULL},
{ "DoubleVectorVector___getslice__", _wrap_DoubleVectorVector___getslice__, METH_VARARGS, NULL},
{ "DoubleVectorVector___setslice__", _wrap_DoubleVectorVector___setslice__, METH_VARARGS, NULL},
{ "DoubleVectorVector___delslice__", _wrap_DoubleVectorVector___delslice__, METH_VARARGS, NULL},
{ "DoubleVectorVector___delitem__", _wrap_DoubleVectorVector___delitem__, METH_VARARGS, NULL},
{ "DoubleVectorVector___getitem__", _wrap_DoubleVectorVector___getitem__, METH_VARARGS, NULL},
{ "DoubleVectorVector___setitem__", _wrap_DoubleVectorVector___setitem__, METH_VARARGS, NULL},
{ "DoubleVectorVector_pop", _wrap_DoubleVectorVector_pop, METH_O, NULL},
{ "DoubleVectorVector_append", _wrap_DoubleVectorVector_append, METH_VARARGS, NULL},
{ "DoubleVectorVector_empty", _wrap_DoubleVectorVector_empty, METH_O, NULL},
{ "DoubleVectorVector_size", _wrap_DoubleVectorVector_size, METH_O, NULL},
{ "DoubleVectorVector_swap", _wrap_DoubleVectorVector_swap, METH_VARARGS, NULL},
{ "DoubleVectorVector_begin", _wrap_DoubleVectorVector_begin, METH_O, NULL},
{ "DoubleVectorVector_end", _wrap_DoubleVectorVector_end, METH_O, NULL},
{ "DoubleVectorVector_rbegin", _wrap_DoubleVectorVector_rbegin, METH_O, NULL},
{ "DoubleVectorVector_rend", _wrap_DoubleVectorVector_rend, METH_O, NULL},
{ "DoubleVectorVector_clear", _wrap_DoubleVectorVector_clear, METH_O, NULL},
{ "DoubleVectorVector_get_allocator", _wrap_DoubleVectorVector_get_allocator, METH_O, NULL},
{ "DoubleVectorVector_pop_back", _wrap_DoubleVectorVector_pop_back, METH_O, NULL},
{ "DoubleVectorVector_erase", _wrap_DoubleVectorVector_erase, METH_VARARGS, NULL},
{ "new_DoubleVectorVector", _wrap_new_DoubleVectorVector, METH_VARARGS, NULL},
{ "DoubleVectorVector_push_back", _wrap_DoubleVectorVector_push_back, METH_VARARGS, NULL},
{ "DoubleVectorVector_front", _wrap_DoubleVectorVector_front, METH_O, NULL},
{ "DoubleVectorVector_back", _wrap_DoubleVectorVector_back, METH_O, NULL},
{ "DoubleVectorVector_assign", _wrap_DoubleVectorVector_assign, METH_VARARGS, NULL},
{ "DoubleVectorVector_resize", _wrap_DoubleVectorVector_resize, METH_VARARGS, NULL},
{ "DoubleVectorVector_insert", _wrap_DoubleVectorVector_insert, METH_VARARGS, NULL},
{ "DoubleVectorVector_reserve", _wrap_DoubleVectorVector_reserve, METH_VARARGS, NULL},
{ "DoubleVectorVector_capacity", _wrap_DoubleVectorVector_capacity, METH_O, NULL},
{ "delete_DoubleVectorVector", _wrap_delete_DoubleVectorVector, METH_O, NULL},
{ "DoubleVectorVector_swigregister", DoubleVectorVector_swigregister, METH_O, NULL},
{ "DoubleVectorVector_swiginit", DoubleVectorVector_swiginit, METH_VARARGS, NULL},
{ "getBool", _wrap_getBool, METH_O, NULL},
{ "getChar", _wrap_getChar, METH_O, NULL},
{ "getUChar", _wrap_getUChar, METH_O, NULL},
{ "getSChar", _wrap_getSChar, METH_O, NULL},
{ "getShort", _wrap_getShort, METH_O, NULL},
{ "getUShort", _wrap_getUShort, METH_O, NULL},
{ "getInt", _wrap_getInt, METH_O, NULL},
{ "getLong", _wrap_getLong, METH_O, NULL},
{ "getLLong", _wrap_getLLong, METH_O, NULL},
{ "getUInt", _wrap_getUInt, METH_O, NULL},
{ "getULong", _wrap_getULong, METH_O, NULL},
{ "getULLong", _wrap_getULLong, METH_O, NULL},
{ "getFloat", _wrap_getFloat, METH_O, NULL},
{ "getDouble", _wrap_getDouble, METH_O, NULL},
{ "getLDouble", _wrap_getLDouble, METH_O, NULL},
{ "getCFloat", _wrap_getCFloat, METH_O, NULL},
{ "getCDouble", _wrap_getCDouble, METH_O, NULL},
{ "getCLDouble", _wrap_getCLDouble, METH_O, NULL},
{ "getString", _wrap_getString, METH_O, NULL},
{ "assignBool", _wrap_assignBool, METH_VARARGS, NULL},
{ "assignChar", _wrap_assignChar, METH_VARARGS, NULL},
{ "assignUChar", _wrap_assignUChar, METH_VARARGS, NULL},
{ "assignSChar", _wrap_assignSChar, METH_VARARGS, NULL},
{ "assignShort", _wrap_assignShort, METH_VARARGS, NULL},
{ "assignUShort", _wrap_assignUShort, METH_VARARGS, NULL},
{ "assignInt", _wrap_assignInt, METH_VARARGS, NULL},
{ "assignLong", _wrap_assignLong, METH_VARARGS, NULL},
{ "assignLLong", _wrap_assignLLong, METH_VARARGS, NULL},
{ "assignUInt", _wrap_assignUInt, METH_VARARGS, NULL},
{ "assignULong", _wrap_assignULong, METH_VARARGS, NULL},
{ "assignULLong", _wrap_assignULLong, METH_VARARGS, NULL},
{ "assignFloat", _wrap_assignFloat, METH_VARARGS, NULL},
{ "assignDouble", _wrap_assignDouble, METH_VARARGS, NULL},
{ "assignLDouble", _wrap_assignLDouble, METH_VARARGS, NULL},
{ "assignCFloat", _wrap_assignCFloat, METH_VARARGS, NULL},
{ "assignCDouble", _wrap_assignCDouble, METH_VARARGS, NULL},
{ "assignCLDouble", _wrap_assignCLDouble, METH_VARARGS, NULL},
{ "assignString", _wrap_assignString, METH_VARARGS, NULL},
{ "delete_AbsRandomGenerator", _wrap_delete_AbsRandomGenerator, METH_O, NULL},
{ "AbsRandomGenerator_dim", _wrap_AbsRandomGenerator_dim, METH_O, NULL},
{ "AbsRandomGenerator_maxPoints", _wrap_AbsRandomGenerator_maxPoints, METH_O, NULL},
{ "AbsRandomGenerator___call__", _wrap_AbsRandomGenerator___call__, METH_O, NULL},
{ "AbsRandomGenerator_run", _wrap_AbsRandomGenerator_run, METH_VARARGS, NULL},
{ "AbsRandomGenerator_generate", _wrap_AbsRandomGenerator_generate, METH_VARARGS, NULL},
{ "AbsRandomGenerator_swigregister", AbsRandomGenerator_swigregister, METH_O, NULL},
{ "new_WrappedRandomGen", _wrap_new_WrappedRandomGen, METH_O, NULL},
{ "delete_WrappedRandomGen", _wrap_delete_WrappedRandomGen, METH_O, NULL},
{ "WrappedRandomGen_dim", _wrap_WrappedRandomGen_dim, METH_O, NULL},
{ "WrappedRandomGen___call__", _wrap_WrappedRandomGen___call__, METH_O, NULL},
{ "WrappedRandomGen_swigregister", WrappedRandomGen_swigregister, METH_O, NULL},
{ "WrappedRandomGen_swiginit", WrappedRandomGen_swiginit, METH_VARARGS, NULL},
{ "resampleWithReplacement", _wrap_resampleWithReplacement, METH_VARARGS, NULL},
{ "orderedPermutation", _wrap_orderedPermutation, METH_VARARGS, NULL},
{ "randomPermutation", _wrap_randomPermutation, METH_VARARGS, NULL},
{ "permutationNumber", _wrap_permutationNumber, METH_VARARGS, NULL},
{ "factorial", _wrap_factorial, METH_O, NULL},
{ "intPower", _wrap_intPower, METH_VARARGS, NULL},
{ "ldfactorial", _wrap_ldfactorial, METH_O, NULL},
{ "logfactorial", _wrap_logfactorial, METH_O, NULL},
{ "new_RegularSampler1D", _wrap_new_RegularSampler1D, METH_NOARGS, NULL},
{ "delete_RegularSampler1D", _wrap_delete_RegularSampler1D, METH_O, NULL},
{ "RegularSampler1D_dim", _wrap_RegularSampler1D_dim, METH_O, NULL},
{ "RegularSampler1D_nCalls", _wrap_RegularSampler1D_nCalls, METH_O, NULL},
{ "RegularSampler1D___call__", _wrap_RegularSampler1D___call__, METH_O, NULL},
{ "RegularSampler1D_reset", _wrap_RegularSampler1D_reset, METH_O, NULL},
{ "RegularSampler1D_uniformCount", _wrap_RegularSampler1D_uniformCount, METH_O, NULL},
{ "RegularSampler1D_swigregister", RegularSampler1D_swigregister, METH_O, NULL},
{ "RegularSampler1D_swiginit", RegularSampler1D_swiginit, METH_VARARGS, NULL},
{ "new_RandomSequenceRepeater", _wrap_new_RandomSequenceRepeater, METH_O, NULL},
{ "delete_RandomSequenceRepeater", _wrap_delete_RandomSequenceRepeater, METH_O, NULL},
{ "RandomSequenceRepeater_dim", _wrap_RandomSequenceRepeater_dim, METH_O, NULL},
{ "RandomSequenceRepeater___call__", _wrap_RandomSequenceRepeater___call__, METH_O, NULL},
{ "RandomSequenceRepeater_run", _wrap_RandomSequenceRepeater_run, METH_VARARGS, NULL},
{ "RandomSequenceRepeater_repeat", _wrap_RandomSequenceRepeater_repeat, METH_O, NULL},
{ "RandomSequenceRepeater_clear", _wrap_RandomSequenceRepeater_clear, METH_O, NULL},
{ "RandomSequenceRepeater_skip", _wrap_RandomSequenceRepeater_skip, METH_VARARGS, NULL},
{ "RandomSequenceRepeater_swigregister", RandomSequenceRepeater_swigregister, METH_O, NULL},
{ "RandomSequenceRepeater_swiginit", RandomSequenceRepeater_swiginit, METH_VARARGS, NULL},
{ "new_SobolGenerator", _wrap_new_SobolGenerator, METH_VARARGS, NULL},
{ "delete_SobolGenerator", _wrap_delete_SobolGenerator, METH_O, NULL},
{ "SobolGenerator_dim", _wrap_SobolGenerator_dim, METH_O, NULL},
{ "SobolGenerator_run", _wrap_SobolGenerator_run, METH_VARARGS, NULL},
{ "SobolGenerator___call__", _wrap_SobolGenerator___call__, METH_O, NULL},
{ "SobolGenerator_maxPoints", _wrap_SobolGenerator_maxPoints, METH_O, NULL},
{ "SobolGenerator_swigregister", SobolGenerator_swigregister, METH_O, NULL},
{ "SobolGenerator_swiginit", SobolGenerator_swiginit, METH_VARARGS, NULL},
{ "new_EquidistantSampler1D", _wrap_new_EquidistantSampler1D, METH_VARARGS, NULL},
{ "delete_EquidistantSampler1D", _wrap_delete_EquidistantSampler1D, METH_O, NULL},
{ "EquidistantSampler1D_dim", _wrap_EquidistantSampler1D_dim, METH_O, NULL},
{ "EquidistantSampler1D_nCalls", _wrap_EquidistantSampler1D_nCalls, METH_O, NULL},
{ "EquidistantSampler1D_maxPoints", _wrap_EquidistantSampler1D_maxPoints, METH_O, NULL},
{ "EquidistantSampler1D___call__", _wrap_EquidistantSampler1D___call__, METH_O, NULL},
{ "EquidistantSampler1D_reset", _wrap_EquidistantSampler1D_reset, METH_O, NULL},
{ "EquidistantSampler1D_swigregister", EquidistantSampler1D_swigregister, METH_O, NULL},
{ "EquidistantSampler1D_swiginit", EquidistantSampler1D_swiginit, METH_VARARGS, NULL},
{ "convertToSphericalRandom", _wrap_convertToSphericalRandom, METH_VARARGS, NULL},
{ "new_MersenneTwister", _wrap_new_MersenneTwister, METH_VARARGS, NULL},
{ "delete_MersenneTwister", _wrap_delete_MersenneTwister, METH_O, NULL},
{ "MersenneTwister_dim", _wrap_MersenneTwister_dim, METH_O, NULL},
{ "MersenneTwister___call__", _wrap_MersenneTwister___call__, METH_O, NULL},
{ "MersenneTwister_swigregister", MersenneTwister_swigregister, METH_O, NULL},
{ "MersenneTwister_swiginit", MersenneTwister_swiginit, METH_VARARGS, NULL},
{ "new_HOSobolGenerator", _wrap_new_HOSobolGenerator, METH_VARARGS, NULL},
{ "delete_HOSobolGenerator", _wrap_delete_HOSobolGenerator, METH_O, NULL},
{ "HOSobolGenerator_dim", _wrap_HOSobolGenerator_dim, METH_O, NULL},
{ "HOSobolGenerator_run", _wrap_HOSobolGenerator_run, METH_VARARGS, NULL},
{ "HOSobolGenerator_swigregister", HOSobolGenerator_swigregister, METH_O, NULL},
{ "HOSobolGenerator_swiginit", HOSobolGenerator_swiginit, METH_VARARGS, NULL},
{ "inverseGaussCdf", _wrap_inverseGaussCdf, METH_O, NULL},
{ "incompleteBeta", _wrap_incompleteBeta, METH_VARARGS, NULL},
{ "inverseIncompleteBeta", _wrap_inverseIncompleteBeta, METH_VARARGS, NULL},
{ "Gamma", _wrap_Gamma, METH_O, NULL},
{ "incompleteGamma", _wrap_incompleteGamma, METH_VARARGS, NULL},
{ "incompleteGammaC", _wrap_incompleteGammaC, METH_VARARGS, NULL},
{ "inverseIncompleteGamma", _wrap_inverseIncompleteGamma, METH_VARARGS, NULL},
{ "inverseIncompleteGammaC", _wrap_inverseIncompleteGammaC, METH_VARARGS, NULL},
{ "dawsonIntegral", _wrap_dawsonIntegral, METH_O, NULL},
{ "inverseExpsqIntegral", _wrap_inverseExpsqIntegral, METH_O, NULL},
{ "normalDensityDerivative", _wrap_normalDensityDerivative, METH_VARARGS, NULL},
{ "bivariateNormalIntegral", _wrap_bivariateNormalIntegral, METH_VARARGS, NULL},
{ "besselK", _wrap_besselK, METH_VARARGS, NULL},
{ "new_Peak2D", _wrap_new_Peak2D, METH_NOARGS, NULL},
{ "Peak2D_rescaleCoords", _wrap_Peak2D_rescaleCoords, METH_VARARGS, NULL},
{ "Peak2D_x_set", _wrap_Peak2D_x_set, METH_VARARGS, NULL},
{ "Peak2D_x_get", _wrap_Peak2D_x_get, METH_O, NULL},
{ "Peak2D_y_set", _wrap_Peak2D_y_set, METH_VARARGS, NULL},
{ "Peak2D_y_get", _wrap_Peak2D_y_get, METH_O, NULL},
{ "Peak2D_magnitude_set", _wrap_Peak2D_magnitude_set, METH_VARARGS, NULL},
{ "Peak2D_magnitude_get", _wrap_Peak2D_magnitude_get, METH_O, NULL},
{ "Peak2D_hessian_set", _wrap_Peak2D_hessian_set, METH_VARARGS, NULL},
{ "Peak2D_hessian_get", _wrap_Peak2D_hessian_get, METH_O, NULL},
{ "Peak2D_valid_set", _wrap_Peak2D_valid_set, METH_VARARGS, NULL},
{ "Peak2D_valid_get", _wrap_Peak2D_valid_get, METH_O, NULL},
{ "Peak2D_inside_set", _wrap_Peak2D_inside_set, METH_VARARGS, NULL},
{ "Peak2D_inside_get", _wrap_Peak2D_inside_get, METH_O, NULL},
{ "delete_Peak2D", _wrap_delete_Peak2D, METH_O, NULL},
{ "Peak2D_swigregister", Peak2D_swigregister, METH_O, NULL},
{ "Peak2D_swiginit", Peak2D_swiginit, METH_VARARGS, NULL},
{ "findPeak3by3", _wrap_findPeak3by3, METH_VARARGS, NULL},
{ "findPeak5by5", _wrap_findPeak5by5, METH_VARARGS, NULL},
{ "delete_AbsMultivariateFunctor", _wrap_delete_AbsMultivariateFunctor, METH_O, NULL},
{ "AbsMultivariateFunctor___call__", _wrap_AbsMultivariateFunctor___call__, METH_VARARGS, NULL},
{ "AbsMultivariateFunctor_minDim", _wrap_AbsMultivariateFunctor_minDim, METH_O, NULL},
{ "AbsMultivariateFunctor_maxDim", _wrap_AbsMultivariateFunctor_maxDim, METH_O, NULL},
{ "AbsMultivariateFunctor_swigregister", AbsMultivariateFunctor_swigregister, METH_O, NULL},
{ "rectangleIntegralCenterAndSize", _wrap_rectangleIntegralCenterAndSize, METH_VARARGS, NULL},
{ "delete_DoubleFunctor0", _wrap_delete_DoubleFunctor0, METH_O, NULL},
{ "DoubleFunctor0___call__", _wrap_DoubleFunctor0___call__, METH_O, NULL},
{ "DoubleFunctor0_swigregister", DoubleFunctor0_swigregister, METH_O, NULL},
{ "delete_DoubleFunctor1", _wrap_delete_DoubleFunctor1, METH_O, NULL},
{ "DoubleFunctor1___call__", _wrap_DoubleFunctor1___call__, METH_VARARGS, NULL},
{ "DoubleFunctor1_swigregister", DoubleFunctor1_swigregister, METH_O, NULL},
{ "delete_DoubleFunctor2", _wrap_delete_DoubleFunctor2, METH_O, NULL},
{ "DoubleFunctor2___call__", _wrap_DoubleFunctor2___call__, METH_VARARGS, NULL},
{ "DoubleFunctor2_swigregister", DoubleFunctor2_swigregister, METH_O, NULL},
{ "delete_DoubleFunctor3", _wrap_delete_DoubleFunctor3, METH_O, NULL},
{ "DoubleFunctor3___call__", _wrap_DoubleFunctor3___call__, METH_VARARGS, NULL},
{ "DoubleFunctor3_swigregister", DoubleFunctor3_swigregister, METH_O, NULL},
{ "delete_DoublePairFunctor", _wrap_delete_DoublePairFunctor, METH_O, NULL},
{ "DoublePairFunctor___call__", _wrap_DoublePairFunctor___call__, METH_VARARGS, NULL},
{ "DoublePairFunctor_swigregister", DoublePairFunctor_swigregister, METH_O, NULL},
{ "delete_DoubleSame", _wrap_delete_DoubleSame, METH_O, NULL},
{ "DoubleSame___call__", _wrap_DoubleSame___call__, METH_VARARGS, NULL},
{ "DoubleSame___eq__", _wrap_DoubleSame___eq__, METH_VARARGS, NULL},
{ "DoubleSame___ne__", _wrap_DoubleSame___ne__, METH_VARARGS, NULL},
{ "new_DoubleSame", _wrap_new_DoubleSame, METH_NOARGS, NULL},
{ "DoubleSame_swigregister", DoubleSame_swigregister, METH_O, NULL},
{ "DoubleSame_swiginit", DoubleSame_swiginit, METH_VARARGS, NULL},
{ "new_DoubleShift", _wrap_new_DoubleShift, METH_O, NULL},
{ "delete_DoubleShift", _wrap_delete_DoubleShift, METH_O, NULL},
{ "DoubleShift___call__", _wrap_DoubleShift___call__, METH_VARARGS, NULL},
{ "DoubleShift___eq__", _wrap_DoubleShift___eq__, METH_VARARGS, NULL},
{ "DoubleShift___ne__", _wrap_DoubleShift___ne__, METH_VARARGS, NULL},
{ "DoubleShift_swigregister", DoubleShift_swigregister, METH_O, NULL},
{ "DoubleShift_swiginit", DoubleShift_swiginit, METH_VARARGS, NULL},
{ "new_DoubleConstValue0", _wrap_new_DoubleConstValue0, METH_O, NULL},
{ "delete_DoubleConstValue0", _wrap_delete_DoubleConstValue0, METH_O, NULL},
{ "DoubleConstValue0___call__", _wrap_DoubleConstValue0___call__, METH_O, NULL},
{ "DoubleConstValue0___eq__", _wrap_DoubleConstValue0___eq__, METH_VARARGS, NULL},
{ "DoubleConstValue0___ne__", _wrap_DoubleConstValue0___ne__, METH_VARARGS, NULL},
{ "DoubleConstValue0_swigregister", DoubleConstValue0_swigregister, METH_O, NULL},
{ "DoubleConstValue0_swiginit", DoubleConstValue0_swiginit, METH_VARARGS, NULL},
{ "new_DoubleConstValue1", _wrap_new_DoubleConstValue1, METH_O, NULL},
{ "delete_DoubleConstValue1", _wrap_delete_DoubleConstValue1, METH_O, NULL},
{ "DoubleConstValue1___call__", _wrap_DoubleConstValue1___call__, METH_VARARGS, NULL},
{ "DoubleConstValue1___eq__", _wrap_DoubleConstValue1___eq__, METH_VARARGS, NULL},
{ "DoubleConstValue1___ne__", _wrap_DoubleConstValue1___ne__, METH_VARARGS, NULL},
{ "DoubleConstValue1_swigregister", DoubleConstValue1_swigregister, METH_O, NULL},
{ "DoubleConstValue1_swiginit", DoubleConstValue1_swiginit, METH_VARARGS, NULL},
{ "new_DoubleConstValue2", _wrap_new_DoubleConstValue2, METH_O, NULL},
{ "delete_DoubleConstValue2", _wrap_delete_DoubleConstValue2, METH_O, NULL},
{ "DoubleConstValue2___call__", _wrap_DoubleConstValue2___call__, METH_VARARGS, NULL},
{ "DoubleConstValue2___eq__", _wrap_DoubleConstValue2___eq__, METH_VARARGS, NULL},
{ "DoubleConstValue2___ne__", _wrap_DoubleConstValue2___ne__, METH_VARARGS, NULL},
{ "DoubleConstValue2_swigregister", DoubleConstValue2_swigregister, METH_O, NULL},
{ "DoubleConstValue2_swiginit", DoubleConstValue2_swiginit, METH_VARARGS, NULL},
{ "new_DoubleConstValue3", _wrap_new_DoubleConstValue3, METH_O, NULL},
{ "delete_DoubleConstValue3", _wrap_delete_DoubleConstValue3, METH_O, NULL},
{ "DoubleConstValue3___call__", _wrap_DoubleConstValue3___call__, METH_VARARGS, NULL},
{ "DoubleConstValue3___eq__", _wrap_DoubleConstValue3___eq__, METH_VARARGS, NULL},
{ "DoubleConstValue3___ne__", _wrap_DoubleConstValue3___ne__, METH_VARARGS, NULL},
{ "DoubleConstValue3_swigregister", DoubleConstValue3_swigregister, METH_O, NULL},
{ "DoubleConstValue3_swiginit", DoubleConstValue3_swiginit, METH_VARARGS, NULL},
{ "new_DoubleFcnFunctor0", _wrap_new_DoubleFcnFunctor0, METH_O, NULL},
{ "delete_DoubleFcnFunctor0", _wrap_delete_DoubleFcnFunctor0, METH_O, NULL},
{ "DoubleFcnFunctor0___call__", _wrap_DoubleFcnFunctor0___call__, METH_O, NULL},
{ "DoubleFcnFunctor0___eq__", _wrap_DoubleFcnFunctor0___eq__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor0___ne__", _wrap_DoubleFcnFunctor0___ne__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor0_swigregister", DoubleFcnFunctor0_swigregister, METH_O, NULL},
{ "DoubleFcnFunctor0_swiginit", DoubleFcnFunctor0_swiginit, METH_VARARGS, NULL},
{ "new_DoubleFcnFunctor1", _wrap_new_DoubleFcnFunctor1, METH_O, NULL},
{ "delete_DoubleFcnFunctor1", _wrap_delete_DoubleFcnFunctor1, METH_O, NULL},
{ "DoubleFcnFunctor1___call__", _wrap_DoubleFcnFunctor1___call__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor1___eq__", _wrap_DoubleFcnFunctor1___eq__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor1___ne__", _wrap_DoubleFcnFunctor1___ne__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor1_swigregister", DoubleFcnFunctor1_swigregister, METH_O, NULL},
{ "DoubleFcnFunctor1_swiginit", DoubleFcnFunctor1_swiginit, METH_VARARGS, NULL},
{ "new_DoubleFcnFunctor2", _wrap_new_DoubleFcnFunctor2, METH_O, NULL},
{ "delete_DoubleFcnFunctor2", _wrap_delete_DoubleFcnFunctor2, METH_O, NULL},
{ "DoubleFcnFunctor2___call__", _wrap_DoubleFcnFunctor2___call__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor2___eq__", _wrap_DoubleFcnFunctor2___eq__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor2___ne__", _wrap_DoubleFcnFunctor2___ne__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor2_swigregister", DoubleFcnFunctor2_swigregister, METH_O, NULL},
{ "DoubleFcnFunctor2_swiginit", DoubleFcnFunctor2_swiginit, METH_VARARGS, NULL},
{ "new_DoubleFcnFunctor3", _wrap_new_DoubleFcnFunctor3, METH_O, NULL},
{ "delete_DoubleFcnFunctor3", _wrap_delete_DoubleFcnFunctor3, METH_O, NULL},
{ "DoubleFcnFunctor3___call__", _wrap_DoubleFcnFunctor3___call__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor3___eq__", _wrap_DoubleFcnFunctor3___eq__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor3___ne__", _wrap_DoubleFcnFunctor3___ne__, METH_VARARGS, NULL},
{ "DoubleFcnFunctor3_swigregister", DoubleFcnFunctor3_swigregister, METH_O, NULL},
{ "DoubleFcnFunctor3_swiginit", DoubleFcnFunctor3_swiginit, METH_VARARGS, NULL},
{ "delete_DoubleSquareRoot", _wrap_delete_DoubleSquareRoot, METH_O, NULL},
{ "DoubleSquareRoot___call__", _wrap_DoubleSquareRoot___call__, METH_VARARGS, NULL},
{ "new_DoubleSquareRoot", _wrap_new_DoubleSquareRoot, METH_NOARGS, NULL},
{ "DoubleSquareRoot_swigregister", DoubleSquareRoot_swigregister, METH_O, NULL},
{ "DoubleSquareRoot_swiginit", DoubleSquareRoot_swiginit, METH_VARARGS, NULL},
{ "delete_DoubleInverseSquareRoot", _wrap_delete_DoubleInverseSquareRoot, METH_O, NULL},
{ "DoubleInverseSquareRoot___call__", _wrap_DoubleInverseSquareRoot___call__, METH_VARARGS, NULL},
{ "new_DoubleInverseSquareRoot", _wrap_new_DoubleInverseSquareRoot, METH_NOARGS, NULL},
{ "DoubleInverseSquareRoot_swigregister", DoubleInverseSquareRoot_swigregister, METH_O, NULL},
{ "DoubleInverseSquareRoot_swiginit", DoubleInverseSquareRoot_swiginit, METH_VARARGS, NULL},
{ "delete_LDoubleFunctor1", _wrap_delete_LDoubleFunctor1, METH_O, NULL},
{ "LDoubleFunctor1___call__", _wrap_LDoubleFunctor1___call__, METH_VARARGS, NULL},
{ "LDoubleFunctor1_swigregister", LDoubleFunctor1_swigregister, METH_O, NULL},
{ "new_SemiInfGaussianQuadrature", _wrap_new_SemiInfGaussianQuadrature, METH_O, NULL},
{ "SemiInfGaussianQuadrature_npoints", _wrap_SemiInfGaussianQuadrature_npoints, METH_O, NULL},
{ "SemiInfGaussianQuadrature_isAllowed", _wrap_SemiInfGaussianQuadrature_isAllowed, METH_O, NULL},
{ "SemiInfGaussianQuadrature_allowedNPonts", _wrap_SemiInfGaussianQuadrature_allowedNPonts, METH_NOARGS, NULL},
{ "SemiInfGaussianQuadrature_minimalExactRule", _wrap_SemiInfGaussianQuadrature_minimalExactRule, METH_O, NULL},
{ "SemiInfGaussianQuadrature_getAllAbscissae", _wrap_SemiInfGaussianQuadrature_getAllAbscissae, METH_O, NULL},
{ "SemiInfGaussianQuadrature_getAllWeights", _wrap_SemiInfGaussianQuadrature_getAllWeights, METH_O, NULL},
{ "SemiInfGaussianQuadrature_integrate", _wrap_SemiInfGaussianQuadrature_integrate, METH_VARARGS, NULL},
{ "SemiInfGaussianQuadrature_integrateProb", _wrap_SemiInfGaussianQuadrature_integrateProb, METH_VARARGS, NULL},
{ "delete_SemiInfGaussianQuadrature", _wrap_delete_SemiInfGaussianQuadrature, METH_O, NULL},
{ "SemiInfGaussianQuadrature_swigregister", SemiInfGaussianQuadrature_swigregister, METH_O, NULL},
{ "SemiInfGaussianQuadrature_swiginit", SemiInfGaussianQuadrature_swiginit, METH_VARARGS, NULL},
{ "delete_AbsIntervalQuadrature1D", _wrap_delete_AbsIntervalQuadrature1D, METH_O, NULL},
{ "AbsIntervalQuadrature1D_npoints", _wrap_AbsIntervalQuadrature1D_npoints, METH_O, NULL},
{ "AbsIntervalQuadrature1D_getAllAbscissae", _wrap_AbsIntervalQuadrature1D_getAllAbscissae, METH_VARARGS, NULL},
{ "AbsIntervalQuadrature1D_getAllWeights", _wrap_AbsIntervalQuadrature1D_getAllWeights, METH_VARARGS, NULL},
{ "AbsIntervalQuadrature1D_swigregister", AbsIntervalQuadrature1D_swigregister, METH_O, NULL},
{ "new_GaussLegendreQuadrature", _wrap_new_GaussLegendreQuadrature, METH_O, NULL},
{ "delete_GaussLegendreQuadrature", _wrap_delete_GaussLegendreQuadrature, METH_O, NULL},
{ "GaussLegendreQuadrature_npoints", _wrap_GaussLegendreQuadrature_npoints, METH_O, NULL},
{ "GaussLegendreQuadrature_isAllowed", _wrap_GaussLegendreQuadrature_isAllowed, METH_O, NULL},
{ "GaussLegendreQuadrature_allowedNPonts", _wrap_GaussLegendreQuadrature_allowedNPonts, METH_NOARGS, NULL},
{ "GaussLegendreQuadrature_minimalExactRule", _wrap_GaussLegendreQuadrature_minimalExactRule, METH_O, NULL},
{ "GaussLegendreQuadrature_getAbscissae", _wrap_GaussLegendreQuadrature_getAbscissae, METH_O, NULL},
{ "GaussLegendreQuadrature_getWeights", _wrap_GaussLegendreQuadrature_getWeights, METH_O, NULL},
{ "GaussLegendreQuadrature_getAllAbscissae", _wrap_GaussLegendreQuadrature_getAllAbscissae, METH_O, NULL},
{ "GaussLegendreQuadrature_getAllWeights", _wrap_GaussLegendreQuadrature_getAllWeights, METH_O, NULL},
{ "GaussLegendreQuadrature_integrate", _wrap_GaussLegendreQuadrature_integrate, METH_VARARGS, NULL},
{ "GaussLegendreQuadrature_swigregister", GaussLegendreQuadrature_swigregister, METH_O, NULL},
{ "GaussLegendreQuadrature_swiginit", GaussLegendreQuadrature_swiginit, METH_VARARGS, NULL},
{ "new_DiscreteBernsteinPoly1D", _wrap_new_DiscreteBernsteinPoly1D, METH_VARARGS, NULL},
{ "DiscreteBernsteinPoly1D_gridLength", _wrap_DiscreteBernsteinPoly1D_gridLength, METH_O, NULL},
{ "DiscreteBernsteinPoly1D_degree", _wrap_DiscreteBernsteinPoly1D_degree, METH_O, NULL},
{ "DiscreteBernsteinPoly1D_poly", _wrap_DiscreteBernsteinPoly1D_poly, METH_VARARGS, NULL},
{ "DiscreteBernsteinPoly1D_derivative", _wrap_DiscreteBernsteinPoly1D_derivative, METH_VARARGS, NULL},
{ "delete_DiscreteBernsteinPoly1D", _wrap_delete_DiscreteBernsteinPoly1D, METH_O, NULL},
{ "DiscreteBernsteinPoly1D_swigregister", DiscreteBernsteinPoly1D_swigregister, METH_O, NULL},
{ "DiscreteBernsteinPoly1D_swiginit", DiscreteBernsteinPoly1D_swiginit, METH_VARARGS, NULL},
{ "new_DiscreteBeta1D", _wrap_new_DiscreteBeta1D, METH_VARARGS, NULL},
{ "DiscreteBeta1D_gridLength", _wrap_DiscreteBeta1D_gridLength, METH_O, NULL},
{ "DiscreteBeta1D_degree", _wrap_DiscreteBeta1D_degree, METH_O, NULL},
{ "DiscreteBeta1D_poly", _wrap_DiscreteBeta1D_poly, METH_VARARGS, NULL},
{ "DiscreteBeta1D_derivative", _wrap_DiscreteBeta1D_derivative, METH_VARARGS, NULL},
{ "delete_DiscreteBeta1D", _wrap_delete_DiscreteBeta1D, METH_O, NULL},
{ "DiscreteBeta1D_swigregister", DiscreteBeta1D_swigregister, METH_O, NULL},
{ "DiscreteBeta1D_swiginit", DiscreteBeta1D_swiginit, METH_VARARGS, NULL},
{ "new_ClassId", _wrap_new_ClassId, METH_VARARGS, NULL},
{ "ClassId_name", _wrap_ClassId_name, METH_O, NULL},
{ "ClassId_version", _wrap_ClassId_version, METH_O, NULL},
{ "ClassId_isPointer", _wrap_ClassId_isPointer, METH_O, NULL},
{ "ClassId_id", _wrap_ClassId_id, METH_O, NULL},
{ "ClassId_isTemplate", _wrap_ClassId_isTemplate, METH_O, NULL},
{ "ClassId_write", _wrap_ClassId_write, METH_VARARGS, NULL},
{ "ClassId___eq__", _wrap_ClassId___eq__, METH_VARARGS, NULL},
{ "ClassId___ne__", _wrap_ClassId___ne__, METH_VARARGS, NULL},
{ "ClassId___lt__", _wrap_ClassId___lt__, METH_VARARGS, NULL},
{ "ClassId___gt__", _wrap_ClassId___gt__, METH_VARARGS, NULL},
{ "ClassId_setVersion", _wrap_ClassId_setVersion, METH_VARARGS, NULL},
{ "ClassId_ensureSameId", _wrap_ClassId_ensureSameId, METH_VARARGS, NULL},
{ "ClassId_ensureSameName", _wrap_ClassId_ensureSameName, METH_VARARGS, NULL},
{ "ClassId_ensureSameVersion", _wrap_ClassId_ensureSameVersion, METH_VARARGS, NULL},
{ "ClassId_ensureVersionInRange", _wrap_ClassId_ensureVersionInRange, METH_VARARGS, NULL},
{ "ClassId_invalidId", _wrap_ClassId_invalidId, METH_NOARGS, NULL},
{ "delete_ClassId", _wrap_delete_ClassId, METH_O, NULL},
{ "ClassId_swigregister", ClassId_swigregister, METH_O, NULL},
{ "ClassId_swiginit", ClassId_swiginit, METH_VARARGS, NULL},
{ "SameClassId_compatible", _wrap_SameClassId_compatible, METH_VARARGS, NULL},
{ "new_SameClassId", _wrap_new_SameClassId, METH_NOARGS, NULL},
{ "delete_SameClassId", _wrap_delete_SameClassId, METH_O, NULL},
{ "SameClassId_swigregister", SameClassId_swigregister, METH_O, NULL},
{ "SameClassId_swiginit", SameClassId_swiginit, METH_VARARGS, NULL},
{ "SameClassName_compatible", _wrap_SameClassName_compatible, METH_VARARGS, NULL},
{ "new_SameClassName", _wrap_new_SameClassName, METH_NOARGS, NULL},
{ "delete_SameClassName", _wrap_delete_SameClassName, METH_O, NULL},
{ "SameClassName_swigregister", SameClassName_swigregister, METH_O, NULL},
{ "SameClassName_swiginit", SameClassName_swiginit, METH_VARARGS, NULL},
{ "new_ItemDescriptor", _wrap_new_ItemDescriptor, METH_VARARGS, NULL},
{ "delete_ItemDescriptor", _wrap_delete_ItemDescriptor, METH_O, NULL},
{ "ItemDescriptor_type", _wrap_ItemDescriptor_type, METH_O, NULL},
{ "ItemDescriptor_ioPrototype", _wrap_ItemDescriptor_ioPrototype, METH_O, NULL},
{ "ItemDescriptor_name", _wrap_ItemDescriptor_name, METH_O, NULL},
{ "ItemDescriptor_category", _wrap_ItemDescriptor_category, METH_O, NULL},
{ "ItemDescriptor_nameAndCategory", _wrap_ItemDescriptor_nameAndCategory, METH_O, NULL},
{ "ItemDescriptor___eq__", _wrap_ItemDescriptor___eq__, METH_VARARGS, NULL},
{ "ItemDescriptor___ne__", _wrap_ItemDescriptor___ne__, METH_VARARGS, NULL},
{ "ItemDescriptor_isSameClassIdandIO", _wrap_ItemDescriptor_isSameClassIdandIO, METH_VARARGS, NULL},
{ "ItemDescriptor_isSameIOPrototype", _wrap_ItemDescriptor_isSameIOPrototype, METH_VARARGS, NULL},
{ "ItemDescriptor_getName", _wrap_ItemDescriptor_getName, METH_O, NULL},
{ "ItemDescriptor_getCategory", _wrap_ItemDescriptor_getCategory, METH_O, NULL},
{ "ItemDescriptor_swigregister", ItemDescriptor_swigregister, METH_O, NULL},
{ "ItemDescriptor_swiginit", ItemDescriptor_swiginit, METH_VARARGS, NULL},
{ "delete_AbsRecord", _wrap_delete_AbsRecord, METH_O, NULL},
{ "AbsRecord_id", _wrap_AbsRecord_id, METH_O, NULL},
{ "AbsRecord_itemLength", _wrap_AbsRecord_itemLength, METH_O, NULL},
{ "AbsRecord_swigregister", AbsRecord_swigregister, METH_O, NULL},
{ "new_SearchSpecifier", _wrap_new_SearchSpecifier, METH_VARARGS, NULL},
{ "SearchSpecifier_useRegex", _wrap_SearchSpecifier_useRegex, METH_O, NULL},
{ "SearchSpecifier_pattern", _wrap_SearchSpecifier_pattern, METH_O, NULL},
{ "SearchSpecifier_matches", _wrap_SearchSpecifier_matches, METH_VARARGS, NULL},
{ "SearchSpecifier_getPattern", _wrap_SearchSpecifier_getPattern, METH_O, NULL},
{ "delete_SearchSpecifier", _wrap_delete_SearchSpecifier, METH_O, NULL},
{ "SearchSpecifier_swigregister", SearchSpecifier_swigregister, METH_O, NULL},
{ "SearchSpecifier_swiginit", SearchSpecifier_swiginit, METH_VARARGS, NULL},
{ "delete_AbsReference", _wrap_delete_AbsReference, METH_O, NULL},
{ "AbsReference_archive", _wrap_AbsReference_archive, METH_O, NULL},
{ "AbsReference_type", _wrap_AbsReference_type, METH_O, NULL},
{ "AbsReference_ioPrototype", _wrap_AbsReference_ioPrototype, METH_O, NULL},
{ "AbsReference_namePattern", _wrap_AbsReference_namePattern, METH_O, NULL},
{ "AbsReference_categoryPattern", _wrap_AbsReference_categoryPattern, METH_O, NULL},
{ "AbsReference_isIOCompatible", _wrap_AbsReference_isIOCompatible, METH_VARARGS, NULL},
{ "AbsReference_isSameIOPrototype", _wrap_AbsReference_isSameIOPrototype, METH_VARARGS, NULL},
{ "AbsReference_empty", _wrap_AbsReference_empty, METH_O, NULL},
{ "AbsReference_unique", _wrap_AbsReference_unique, METH_O, NULL},
{ "AbsReference_size", _wrap_AbsReference_size, METH_O, NULL},
{ "AbsReference_id", _wrap_AbsReference_id, METH_VARARGS, NULL},
{ "AbsReference_indexedCatalogEntry", _wrap_AbsReference_indexedCatalogEntry, METH_VARARGS, NULL},
{ "AbsReference_swigregister", AbsReference_swigregister, METH_O, NULL},
{ "parseEigenMethod", _wrap_parseEigenMethod, METH_O, NULL},
{ "eigenMethodName", _wrap_eigenMethodName, METH_O, NULL},
{ "validEigenMethodNames", _wrap_validEigenMethodNames, METH_NOARGS, NULL},
{ "parseSvdMethod", _wrap_parseSvdMethod, METH_O, NULL},
{ "svdMethodName", _wrap_svdMethodName, METH_O, NULL},
{ "validSvdMethodNames", _wrap_validSvdMethodNames, METH_NOARGS, NULL},
{ "new_FloatMatrix", _wrap_new_FloatMatrix, METH_VARARGS, NULL},
{ "delete_FloatMatrix", _wrap_delete_FloatMatrix, METH_O, NULL},
{ "FloatMatrix_tagAsDiagonal", _wrap_FloatMatrix_tagAsDiagonal, METH_VARARGS, NULL},
{ "FloatMatrix_nRows", _wrap_FloatMatrix_nRows, METH_O, NULL},
{ "FloatMatrix_nColumns", _wrap_FloatMatrix_nColumns, METH_O, NULL},
{ "FloatMatrix_length", _wrap_FloatMatrix_length, METH_O, NULL},
{ "FloatMatrix_data", _wrap_FloatMatrix_data, METH_O, NULL},
{ "FloatMatrix_isSquare", _wrap_FloatMatrix_isSquare, METH_O, NULL},
{ "FloatMatrix_isSymmetric", _wrap_FloatMatrix_isSymmetric, METH_O, NULL},
{ "FloatMatrix_isAntiSymmetric", _wrap_FloatMatrix_isAntiSymmetric, METH_O, NULL},
{ "FloatMatrix_isDiagonal", _wrap_FloatMatrix_isDiagonal, METH_O, NULL},
{ "FloatMatrix_isMainDiagonal", _wrap_FloatMatrix_isMainDiagonal, METH_O, NULL},
{ "FloatMatrix_isZero", _wrap_FloatMatrix_isZero, METH_O, NULL},
{ "FloatMatrix_uninitialize", _wrap_FloatMatrix_uninitialize, METH_O, NULL},
{ "FloatMatrix_isCompatible", _wrap_FloatMatrix_isCompatible, METH_VARARGS, NULL},
{ "FloatMatrix_resize", _wrap_FloatMatrix_resize, METH_VARARGS, NULL},
{ "FloatMatrix_zeroOut", _wrap_FloatMatrix_zeroOut, METH_O, NULL},
{ "FloatMatrix_clearMainDiagonal", _wrap_FloatMatrix_clearMainDiagonal, METH_O, NULL},
{ "FloatMatrix_makeDiagonal", _wrap_FloatMatrix_makeDiagonal, METH_O, NULL},
{ "FloatMatrix_constFill", _wrap_FloatMatrix_constFill, METH_VARARGS, NULL},
{ "FloatMatrix_Tthis", _wrap_FloatMatrix_Tthis, METH_O, NULL},
{ "FloatMatrix___eq__", _wrap_FloatMatrix___eq__, METH_VARARGS, NULL},
{ "FloatMatrix___ne__", _wrap_FloatMatrix___ne__, METH_VARARGS, NULL},
{ "FloatMatrix_set", _wrap_FloatMatrix_set, METH_VARARGS, NULL},
{ "FloatMatrix___call__", _wrap_FloatMatrix___call__, METH_VARARGS, NULL},
{ "FloatMatrix_rowSum", _wrap_FloatMatrix_rowSum, METH_VARARGS, NULL},
{ "FloatMatrix_columnSum", _wrap_FloatMatrix_columnSum, METH_VARARGS, NULL},
{ "FloatMatrix_removeRowAndColumn", _wrap_FloatMatrix_removeRowAndColumn, METH_VARARGS, NULL},
{ "FloatMatrix_nonZeros", _wrap_FloatMatrix_nonZeros, METH_O, NULL},
{ "FloatMatrix_coarseSum", _wrap_FloatMatrix_coarseSum, METH_VARARGS, NULL},
{ "FloatMatrix_coarseAverage", _wrap_FloatMatrix_coarseAverage, METH_VARARGS, NULL},
{ "FloatMatrix___pos__", _wrap_FloatMatrix___pos__, METH_O, NULL},
{ "FloatMatrix___neg__", _wrap_FloatMatrix___neg__, METH_O, NULL},
{ "FloatMatrix___mul__", _wrap_FloatMatrix___mul__, METH_VARARGS, NULL},
{ "FloatMatrix___truediv__", _wrap_FloatMatrix___truediv__, METH_VARARGS, NULL},
{ "FloatMatrix___add__", _wrap_FloatMatrix___add__, METH_VARARGS, NULL},
{ "FloatMatrix___sub__", _wrap_FloatMatrix___sub__, METH_VARARGS, NULL},
{ "FloatMatrix_hadamardProduct", _wrap_FloatMatrix_hadamardProduct, METH_VARARGS, NULL},
{ "FloatMatrix_hadamardRatio", _wrap_FloatMatrix_hadamardRatio, METH_VARARGS, NULL},
{ "FloatMatrix_times", _wrap_FloatMatrix_times, METH_VARARGS, NULL},
{ "FloatMatrix_over", _wrap_FloatMatrix_over, METH_VARARGS, NULL},
{ "FloatMatrix_plus", _wrap_FloatMatrix_plus, METH_VARARGS, NULL},
{ "FloatMatrix_minus", _wrap_FloatMatrix_minus, METH_VARARGS, NULL},
{ "FloatMatrix___imul__", _wrap_FloatMatrix___imul__, METH_VARARGS, NULL},
{ "FloatMatrix___itruediv__", _wrap_FloatMatrix___itruediv__, METH_VARARGS, NULL},
{ "FloatMatrix___iadd__", _wrap_FloatMatrix___iadd__, METH_VARARGS, NULL},
{ "FloatMatrix___isub__", _wrap_FloatMatrix___isub__, METH_VARARGS, NULL},
{ "FloatMatrix_bilinearT", _wrap_FloatMatrix_bilinearT, METH_VARARGS, NULL},
{ "FloatMatrix_solveLinearSystems", _wrap_FloatMatrix_solveLinearSystems, METH_VARARGS, NULL},
{ "FloatMatrix_underdeterminedLinearSystem", _wrap_FloatMatrix_underdeterminedLinearSystem, METH_VARARGS, NULL},
{ "FloatMatrix_linearLeastSquares", _wrap_FloatMatrix_linearLeastSquares, METH_VARARGS, NULL},
{ "FloatMatrix_constrainedLeastSquares", _wrap_FloatMatrix_constrainedLeastSquares, METH_VARARGS, NULL},
{ "FloatMatrix_weightedLeastSquares", _wrap_FloatMatrix_weightedLeastSquares, METH_VARARGS, NULL},
{ "FloatMatrix_T", _wrap_FloatMatrix_T, METH_O, NULL},
{ "FloatMatrix_TtimesThis", _wrap_FloatMatrix_TtimesThis, METH_O, NULL},
{ "FloatMatrix_timesT", _wrap_FloatMatrix_timesT, METH_VARARGS, NULL},
{ "FloatMatrix_Ttimes", _wrap_FloatMatrix_Ttimes, METH_VARARGS, NULL},
{ "FloatMatrix_directSum", _wrap_FloatMatrix_directSum, METH_VARARGS, NULL},
{ "FloatMatrix_symmetrize", _wrap_FloatMatrix_symmetrize, METH_O, NULL},
{ "FloatMatrix_antiSymmetrize", _wrap_FloatMatrix_antiSymmetrize, METH_O, NULL},
{ "FloatMatrix_outer", _wrap_FloatMatrix_outer, METH_VARARGS, NULL},
{ "FloatMatrix_minValue", _wrap_FloatMatrix_minValue, METH_O, NULL},
{ "FloatMatrix_maxValue", _wrap_FloatMatrix_maxValue, METH_O, NULL},
{ "FloatMatrix_maxAbsValue", _wrap_FloatMatrix_maxAbsValue, METH_O, NULL},
{ "FloatMatrix_argmin", _wrap_FloatMatrix_argmin, METH_O, NULL},
{ "FloatMatrix_argmax", _wrap_FloatMatrix_argmax, METH_O, NULL},
{ "FloatMatrix_argmaxAbs", _wrap_FloatMatrix_argmaxAbs, METH_O, NULL},
{ "FloatMatrix_frobeniusNorm", _wrap_FloatMatrix_frobeniusNorm, METH_O, NULL},
{ "FloatMatrix_tr", _wrap_FloatMatrix_tr, METH_O, NULL},
{ "FloatMatrix_sp", _wrap_FloatMatrix_sp, METH_O, NULL},
{ "FloatMatrix_productTr", _wrap_FloatMatrix_productTr, METH_VARARGS, NULL},
{ "FloatMatrix_productSp", _wrap_FloatMatrix_productSp, METH_VARARGS, NULL},
{ "FloatMatrix_det", _wrap_FloatMatrix_det, METH_O, NULL},
{ "FloatMatrix_symPDInv", _wrap_FloatMatrix_symPDInv, METH_O, NULL},
{ "FloatMatrix_symPDEigenInv", _wrap_FloatMatrix_symPDEigenInv, METH_VARARGS, NULL},
{ "FloatMatrix_symInv", _wrap_FloatMatrix_symInv, METH_O, NULL},
{ "FloatMatrix_triDiagInv", _wrap_FloatMatrix_triDiagInv, METH_O, NULL},
{ "FloatMatrix_inv", _wrap_FloatMatrix_inv, METH_O, NULL},
{ "FloatMatrix_leftInv", _wrap_FloatMatrix_leftInv, METH_O, NULL},
{ "FloatMatrix_rightInv", _wrap_FloatMatrix_rightInv, METH_O, NULL},
{ "FloatMatrix_tdSymEigen", _wrap_FloatMatrix_tdSymEigen, METH_VARARGS, NULL},
{ "FloatMatrix_svd", _wrap_FloatMatrix_svd, METH_VARARGS, NULL},
{ "FloatMatrix_pow", _wrap_FloatMatrix_pow, METH_VARARGS, NULL},
{ "FloatMatrix_covarToCorr", _wrap_FloatMatrix_covarToCorr, METH_O, NULL},
{ "FloatMatrix_corrToCovar", _wrap_FloatMatrix_corrToCovar, METH_VARARGS, NULL},
{ "FloatMatrix_classId", _wrap_FloatMatrix_classId, METH_O, NULL},
{ "FloatMatrix_write", _wrap_FloatMatrix_write, METH_VARARGS, NULL},
{ "FloatMatrix_classname", _wrap_FloatMatrix_classname, METH_NOARGS, NULL},
{ "FloatMatrix_version", _wrap_FloatMatrix_version, METH_NOARGS, NULL},
{ "FloatMatrix_restore", _wrap_FloatMatrix_restore, METH_VARARGS, NULL},
{ "FloatMatrix_mainDiagonal", _wrap_FloatMatrix_mainDiagonal, METH_O, NULL},
{ "FloatMatrix_setData", _wrap_FloatMatrix_setData, METH_VARARGS, NULL},
{ "FloatMatrix_setRow", _wrap_FloatMatrix_setRow, METH_VARARGS, NULL},
{ "FloatMatrix_setColumn", _wrap_FloatMatrix_setColumn, METH_VARARGS, NULL},
{ "FloatMatrix_timesVector", _wrap_FloatMatrix_timesVector, METH_VARARGS, NULL},
{ "FloatMatrix_rowMultiply", _wrap_FloatMatrix_rowMultiply, METH_VARARGS, NULL},
{ "FloatMatrix_bilinear", _wrap_FloatMatrix_bilinear, METH_VARARGS, NULL},
{ "FloatMatrix_solveLinearSystem", _wrap_FloatMatrix_solveLinearSystem, METH_VARARGS, NULL},
{ "FloatMatrix_symPSDefEffectiveRank", _wrap_FloatMatrix_symPSDefEffectiveRank, METH_VARARGS, NULL},
{ "FloatMatrix_symEigenValues", _wrap_FloatMatrix_symEigenValues, METH_O, NULL},
{ "FloatMatrix___rmul__", _wrap_FloatMatrix___rmul__, METH_VARARGS, NULL},
{ "FloatMatrix_subrange", _wrap_FloatMatrix_subrange, METH_VARARGS, NULL},
{ "FloatMatrix_swigregister", FloatMatrix_swigregister, METH_O, NULL},
{ "FloatMatrix_swiginit", FloatMatrix_swiginit, METH_VARARGS, NULL},
{ "new_DoubleMatrix", _wrap_new_DoubleMatrix, METH_VARARGS, NULL},
{ "delete_DoubleMatrix", _wrap_delete_DoubleMatrix, METH_O, NULL},
{ "DoubleMatrix_tagAsDiagonal", _wrap_DoubleMatrix_tagAsDiagonal, METH_VARARGS, NULL},
{ "DoubleMatrix_nRows", _wrap_DoubleMatrix_nRows, METH_O, NULL},
{ "DoubleMatrix_nColumns", _wrap_DoubleMatrix_nColumns, METH_O, NULL},
{ "DoubleMatrix_length", _wrap_DoubleMatrix_length, METH_O, NULL},
{ "DoubleMatrix_data", _wrap_DoubleMatrix_data, METH_O, NULL},
{ "DoubleMatrix_isSquare", _wrap_DoubleMatrix_isSquare, METH_O, NULL},
{ "DoubleMatrix_isSymmetric", _wrap_DoubleMatrix_isSymmetric, METH_O, NULL},
{ "DoubleMatrix_isAntiSymmetric", _wrap_DoubleMatrix_isAntiSymmetric, METH_O, NULL},
{ "DoubleMatrix_isDiagonal", _wrap_DoubleMatrix_isDiagonal, METH_O, NULL},
{ "DoubleMatrix_isMainDiagonal", _wrap_DoubleMatrix_isMainDiagonal, METH_O, NULL},
{ "DoubleMatrix_isZero", _wrap_DoubleMatrix_isZero, METH_O, NULL},
{ "DoubleMatrix_uninitialize", _wrap_DoubleMatrix_uninitialize, METH_O, NULL},
{ "DoubleMatrix_isCompatible", _wrap_DoubleMatrix_isCompatible, METH_VARARGS, NULL},
{ "DoubleMatrix_resize", _wrap_DoubleMatrix_resize, METH_VARARGS, NULL},
{ "DoubleMatrix_zeroOut", _wrap_DoubleMatrix_zeroOut, METH_O, NULL},
{ "DoubleMatrix_clearMainDiagonal", _wrap_DoubleMatrix_clearMainDiagonal, METH_O, NULL},
{ "DoubleMatrix_makeDiagonal", _wrap_DoubleMatrix_makeDiagonal, METH_O, NULL},
{ "DoubleMatrix_constFill", _wrap_DoubleMatrix_constFill, METH_VARARGS, NULL},
{ "DoubleMatrix_Tthis", _wrap_DoubleMatrix_Tthis, METH_O, NULL},
{ "DoubleMatrix___eq__", _wrap_DoubleMatrix___eq__, METH_VARARGS, NULL},
{ "DoubleMatrix___ne__", _wrap_DoubleMatrix___ne__, METH_VARARGS, NULL},
{ "DoubleMatrix_set", _wrap_DoubleMatrix_set, METH_VARARGS, NULL},
{ "DoubleMatrix___call__", _wrap_DoubleMatrix___call__, METH_VARARGS, NULL},
{ "DoubleMatrix_rowSum", _wrap_DoubleMatrix_rowSum, METH_VARARGS, NULL},
{ "DoubleMatrix_columnSum", _wrap_DoubleMatrix_columnSum, METH_VARARGS, NULL},
{ "DoubleMatrix_removeRowAndColumn", _wrap_DoubleMatrix_removeRowAndColumn, METH_VARARGS, NULL},
{ "DoubleMatrix_nonZeros", _wrap_DoubleMatrix_nonZeros, METH_O, NULL},
{ "DoubleMatrix_coarseSum", _wrap_DoubleMatrix_coarseSum, METH_VARARGS, NULL},
{ "DoubleMatrix_coarseAverage", _wrap_DoubleMatrix_coarseAverage, METH_VARARGS, NULL},
{ "DoubleMatrix___pos__", _wrap_DoubleMatrix___pos__, METH_O, NULL},
{ "DoubleMatrix___neg__", _wrap_DoubleMatrix___neg__, METH_O, NULL},
{ "DoubleMatrix___mul__", _wrap_DoubleMatrix___mul__, METH_VARARGS, NULL},
{ "DoubleMatrix___truediv__", _wrap_DoubleMatrix___truediv__, METH_VARARGS, NULL},
{ "DoubleMatrix___add__", _wrap_DoubleMatrix___add__, METH_VARARGS, NULL},
{ "DoubleMatrix___sub__", _wrap_DoubleMatrix___sub__, METH_VARARGS, NULL},
{ "DoubleMatrix_hadamardProduct", _wrap_DoubleMatrix_hadamardProduct, METH_VARARGS, NULL},
{ "DoubleMatrix_hadamardRatio", _wrap_DoubleMatrix_hadamardRatio, METH_VARARGS, NULL},
{ "DoubleMatrix_times", _wrap_DoubleMatrix_times, METH_VARARGS, NULL},
{ "DoubleMatrix_over", _wrap_DoubleMatrix_over, METH_VARARGS, NULL},
{ "DoubleMatrix_plus", _wrap_DoubleMatrix_plus, METH_VARARGS, NULL},
{ "DoubleMatrix_minus", _wrap_DoubleMatrix_minus, METH_VARARGS, NULL},
{ "DoubleMatrix___imul__", _wrap_DoubleMatrix___imul__, METH_VARARGS, NULL},
{ "DoubleMatrix___itruediv__", _wrap_DoubleMatrix___itruediv__, METH_VARARGS, NULL},
{ "DoubleMatrix___iadd__", _wrap_DoubleMatrix___iadd__, METH_VARARGS, NULL},
{ "DoubleMatrix___isub__", _wrap_DoubleMatrix___isub__, METH_VARARGS, NULL},
{ "DoubleMatrix_bilinearT", _wrap_DoubleMatrix_bilinearT, METH_VARARGS, NULL},
{ "DoubleMatrix_solveLinearSystems", _wrap_DoubleMatrix_solveLinearSystems, METH_VARARGS, NULL},
{ "DoubleMatrix_underdeterminedLinearSystem", _wrap_DoubleMatrix_underdeterminedLinearSystem, METH_VARARGS, NULL},
{ "DoubleMatrix_linearLeastSquares", _wrap_DoubleMatrix_linearLeastSquares, METH_VARARGS, NULL},
{ "DoubleMatrix_constrainedLeastSquares", _wrap_DoubleMatrix_constrainedLeastSquares, METH_VARARGS, NULL},
{ "DoubleMatrix_weightedLeastSquares", _wrap_DoubleMatrix_weightedLeastSquares, METH_VARARGS, NULL},
{ "DoubleMatrix_T", _wrap_DoubleMatrix_T, METH_O, NULL},
{ "DoubleMatrix_TtimesThis", _wrap_DoubleMatrix_TtimesThis, METH_O, NULL},
{ "DoubleMatrix_timesT", _wrap_DoubleMatrix_timesT, METH_VARARGS, NULL},
{ "DoubleMatrix_Ttimes", _wrap_DoubleMatrix_Ttimes, METH_VARARGS, NULL},
{ "DoubleMatrix_directSum", _wrap_DoubleMatrix_directSum, METH_VARARGS, NULL},
{ "DoubleMatrix_symmetrize", _wrap_DoubleMatrix_symmetrize, METH_O, NULL},
{ "DoubleMatrix_antiSymmetrize", _wrap_DoubleMatrix_antiSymmetrize, METH_O, NULL},
{ "DoubleMatrix_outer", _wrap_DoubleMatrix_outer, METH_VARARGS, NULL},
{ "DoubleMatrix_minValue", _wrap_DoubleMatrix_minValue, METH_O, NULL},
{ "DoubleMatrix_maxValue", _wrap_DoubleMatrix_maxValue, METH_O, NULL},
{ "DoubleMatrix_maxAbsValue", _wrap_DoubleMatrix_maxAbsValue, METH_O, NULL},
{ "DoubleMatrix_argmin", _wrap_DoubleMatrix_argmin, METH_O, NULL},
{ "DoubleMatrix_argmax", _wrap_DoubleMatrix_argmax, METH_O, NULL},
{ "DoubleMatrix_argmaxAbs", _wrap_DoubleMatrix_argmaxAbs, METH_O, NULL},
{ "DoubleMatrix_frobeniusNorm", _wrap_DoubleMatrix_frobeniusNorm, METH_O, NULL},
{ "DoubleMatrix_tr", _wrap_DoubleMatrix_tr, METH_O, NULL},
{ "DoubleMatrix_sp", _wrap_DoubleMatrix_sp, METH_O, NULL},
{ "DoubleMatrix_productTr", _wrap_DoubleMatrix_productTr, METH_VARARGS, NULL},
{ "DoubleMatrix_productSp", _wrap_DoubleMatrix_productSp, METH_VARARGS, NULL},
{ "DoubleMatrix_det", _wrap_DoubleMatrix_det, METH_O, NULL},
{ "DoubleMatrix_symPDInv", _wrap_DoubleMatrix_symPDInv, METH_O, NULL},
{ "DoubleMatrix_symPDEigenInv", _wrap_DoubleMatrix_symPDEigenInv, METH_VARARGS, NULL},
{ "DoubleMatrix_symInv", _wrap_DoubleMatrix_symInv, METH_O, NULL},
{ "DoubleMatrix_triDiagInv", _wrap_DoubleMatrix_triDiagInv, METH_O, NULL},
{ "DoubleMatrix_inv", _wrap_DoubleMatrix_inv, METH_O, NULL},
{ "DoubleMatrix_leftInv", _wrap_DoubleMatrix_leftInv, METH_O, NULL},
{ "DoubleMatrix_rightInv", _wrap_DoubleMatrix_rightInv, METH_O, NULL},
{ "DoubleMatrix_tdSymEigen", _wrap_DoubleMatrix_tdSymEigen, METH_VARARGS, NULL},
{ "DoubleMatrix_svd", _wrap_DoubleMatrix_svd, METH_VARARGS, NULL},
{ "DoubleMatrix_pow", _wrap_DoubleMatrix_pow, METH_VARARGS, NULL},
{ "DoubleMatrix_covarToCorr", _wrap_DoubleMatrix_covarToCorr, METH_O, NULL},
{ "DoubleMatrix_corrToCovar", _wrap_DoubleMatrix_corrToCovar, METH_VARARGS, NULL},
{ "DoubleMatrix_classId", _wrap_DoubleMatrix_classId, METH_O, NULL},
{ "DoubleMatrix_write", _wrap_DoubleMatrix_write, METH_VARARGS, NULL},
{ "DoubleMatrix_classname", _wrap_DoubleMatrix_classname, METH_NOARGS, NULL},
{ "DoubleMatrix_version", _wrap_DoubleMatrix_version, METH_NOARGS, NULL},
{ "DoubleMatrix_restore", _wrap_DoubleMatrix_restore, METH_VARARGS, NULL},
{ "DoubleMatrix_mainDiagonal", _wrap_DoubleMatrix_mainDiagonal, METH_O, NULL},
{ "DoubleMatrix_setData", _wrap_DoubleMatrix_setData, METH_VARARGS, NULL},
{ "DoubleMatrix_setRow", _wrap_DoubleMatrix_setRow, METH_VARARGS, NULL},
{ "DoubleMatrix_setColumn", _wrap_DoubleMatrix_setColumn, METH_VARARGS, NULL},
{ "DoubleMatrix_timesVector", _wrap_DoubleMatrix_timesVector, METH_VARARGS, NULL},
{ "DoubleMatrix_rowMultiply", _wrap_DoubleMatrix_rowMultiply, METH_VARARGS, NULL},
{ "DoubleMatrix_bilinear", _wrap_DoubleMatrix_bilinear, METH_VARARGS, NULL},
{ "DoubleMatrix_solveLinearSystem", _wrap_DoubleMatrix_solveLinearSystem, METH_VARARGS, NULL},
{ "DoubleMatrix_symPSDefEffectiveRank", _wrap_DoubleMatrix_symPSDefEffectiveRank, METH_VARARGS, NULL},
{ "DoubleMatrix_symEigenValues", _wrap_DoubleMatrix_symEigenValues, METH_O, NULL},
{ "DoubleMatrix___rmul__", _wrap_DoubleMatrix___rmul__, METH_VARARGS, NULL},
{ "DoubleMatrix_subrange", _wrap_DoubleMatrix_subrange, METH_VARARGS, NULL},
{ "DoubleMatrix_symEigenSystem", _wrap_DoubleMatrix_symEigenSystem, METH_O, NULL},
{ "new_Matrix", _wrap_new_Matrix, METH_VARARGS, NULL},
{ "DoubleMatrix_swigregister", DoubleMatrix_swigregister, METH_O, NULL},
{ "DoubleMatrix_swiginit", DoubleMatrix_swiginit, METH_VARARGS, NULL},
{ "new_LDoubleMatrix", _wrap_new_LDoubleMatrix, METH_VARARGS, NULL},
{ "delete_LDoubleMatrix", _wrap_delete_LDoubleMatrix, METH_O, NULL},
{ "LDoubleMatrix_tagAsDiagonal", _wrap_LDoubleMatrix_tagAsDiagonal, METH_VARARGS, NULL},
{ "LDoubleMatrix_nRows", _wrap_LDoubleMatrix_nRows, METH_O, NULL},
{ "LDoubleMatrix_nColumns", _wrap_LDoubleMatrix_nColumns, METH_O, NULL},
{ "LDoubleMatrix_length", _wrap_LDoubleMatrix_length, METH_O, NULL},
{ "LDoubleMatrix_data", _wrap_LDoubleMatrix_data, METH_O, NULL},
{ "LDoubleMatrix_isSquare", _wrap_LDoubleMatrix_isSquare, METH_O, NULL},
{ "LDoubleMatrix_isSymmetric", _wrap_LDoubleMatrix_isSymmetric, METH_O, NULL},
{ "LDoubleMatrix_isAntiSymmetric", _wrap_LDoubleMatrix_isAntiSymmetric, METH_O, NULL},
{ "LDoubleMatrix_isDiagonal", _wrap_LDoubleMatrix_isDiagonal, METH_O, NULL},
{ "LDoubleMatrix_isMainDiagonal", _wrap_LDoubleMatrix_isMainDiagonal, METH_O, NULL},
{ "LDoubleMatrix_isZero", _wrap_LDoubleMatrix_isZero, METH_O, NULL},
{ "LDoubleMatrix_uninitialize", _wrap_LDoubleMatrix_uninitialize, METH_O, NULL},
{ "LDoubleMatrix_isCompatible", _wrap_LDoubleMatrix_isCompatible, METH_VARARGS, NULL},
{ "LDoubleMatrix_resize", _wrap_LDoubleMatrix_resize, METH_VARARGS, NULL},
{ "LDoubleMatrix_zeroOut", _wrap_LDoubleMatrix_zeroOut, METH_O, NULL},
{ "LDoubleMatrix_clearMainDiagonal", _wrap_LDoubleMatrix_clearMainDiagonal, METH_O, NULL},
{ "LDoubleMatrix_makeDiagonal", _wrap_LDoubleMatrix_makeDiagonal, METH_O, NULL},
{ "LDoubleMatrix_constFill", _wrap_LDoubleMatrix_constFill, METH_VARARGS, NULL},
{ "LDoubleMatrix_Tthis", _wrap_LDoubleMatrix_Tthis, METH_O, NULL},
{ "LDoubleMatrix___eq__", _wrap_LDoubleMatrix___eq__, METH_VARARGS, NULL},
{ "LDoubleMatrix___ne__", _wrap_LDoubleMatrix___ne__, METH_VARARGS, NULL},
{ "LDoubleMatrix_set", _wrap_LDoubleMatrix_set, METH_VARARGS, NULL},
{ "LDoubleMatrix___call__", _wrap_LDoubleMatrix___call__, METH_VARARGS, NULL},
{ "LDoubleMatrix_rowSum", _wrap_LDoubleMatrix_rowSum, METH_VARARGS, NULL},
{ "LDoubleMatrix_columnSum", _wrap_LDoubleMatrix_columnSum, METH_VARARGS, NULL},
{ "LDoubleMatrix_removeRowAndColumn", _wrap_LDoubleMatrix_removeRowAndColumn, METH_VARARGS, NULL},
{ "LDoubleMatrix_nonZeros", _wrap_LDoubleMatrix_nonZeros, METH_O, NULL},
{ "LDoubleMatrix_coarseSum", _wrap_LDoubleMatrix_coarseSum, METH_VARARGS, NULL},
{ "LDoubleMatrix_coarseAverage", _wrap_LDoubleMatrix_coarseAverage, METH_VARARGS, NULL},
{ "LDoubleMatrix___pos__", _wrap_LDoubleMatrix___pos__, METH_O, NULL},
{ "LDoubleMatrix___neg__", _wrap_LDoubleMatrix___neg__, METH_O, NULL},
{ "LDoubleMatrix___mul__", _wrap_LDoubleMatrix___mul__, METH_VARARGS, NULL},
{ "LDoubleMatrix___truediv__", _wrap_LDoubleMatrix___truediv__, METH_VARARGS, NULL},
{ "LDoubleMatrix___add__", _wrap_LDoubleMatrix___add__, METH_VARARGS, NULL},
{ "LDoubleMatrix___sub__", _wrap_LDoubleMatrix___sub__, METH_VARARGS, NULL},
{ "LDoubleMatrix_hadamardProduct", _wrap_LDoubleMatrix_hadamardProduct, METH_VARARGS, NULL},
{ "LDoubleMatrix_hadamardRatio", _wrap_LDoubleMatrix_hadamardRatio, METH_VARARGS, NULL},
{ "LDoubleMatrix_times", _wrap_LDoubleMatrix_times, METH_VARARGS, NULL},
{ "LDoubleMatrix_over", _wrap_LDoubleMatrix_over, METH_VARARGS, NULL},
{ "LDoubleMatrix_plus", _wrap_LDoubleMatrix_plus, METH_VARARGS, NULL},
{ "LDoubleMatrix_minus", _wrap_LDoubleMatrix_minus, METH_VARARGS, NULL},
{ "LDoubleMatrix___imul__", _wrap_LDoubleMatrix___imul__, METH_VARARGS, NULL},
{ "LDoubleMatrix___itruediv__", _wrap_LDoubleMatrix___itruediv__, METH_VARARGS, NULL},
{ "LDoubleMatrix___iadd__", _wrap_LDoubleMatrix___iadd__, METH_VARARGS, NULL},
{ "LDoubleMatrix___isub__", _wrap_LDoubleMatrix___isub__, METH_VARARGS, NULL},
{ "LDoubleMatrix_bilinearT", _wrap_LDoubleMatrix_bilinearT, METH_VARARGS, NULL},
{ "LDoubleMatrix_solveLinearSystems", _wrap_LDoubleMatrix_solveLinearSystems, METH_VARARGS, NULL},
{ "LDoubleMatrix_underdeterminedLinearSystem", _wrap_LDoubleMatrix_underdeterminedLinearSystem, METH_VARARGS, NULL},
{ "LDoubleMatrix_linearLeastSquares", _wrap_LDoubleMatrix_linearLeastSquares, METH_VARARGS, NULL},
{ "LDoubleMatrix_constrainedLeastSquares", _wrap_LDoubleMatrix_constrainedLeastSquares, METH_VARARGS, NULL},
{ "LDoubleMatrix_weightedLeastSquares", _wrap_LDoubleMatrix_weightedLeastSquares, METH_VARARGS, NULL},
{ "LDoubleMatrix_T", _wrap_LDoubleMatrix_T, METH_O, NULL},
{ "LDoubleMatrix_TtimesThis", _wrap_LDoubleMatrix_TtimesThis, METH_O, NULL},
{ "LDoubleMatrix_timesT", _wrap_LDoubleMatrix_timesT, METH_VARARGS, NULL},
{ "LDoubleMatrix_Ttimes", _wrap_LDoubleMatrix_Ttimes, METH_VARARGS, NULL},
{ "LDoubleMatrix_directSum", _wrap_LDoubleMatrix_directSum, METH_VARARGS, NULL},
{ "LDoubleMatrix_symmetrize", _wrap_LDoubleMatrix_symmetrize, METH_O, NULL},
{ "LDoubleMatrix_antiSymmetrize", _wrap_LDoubleMatrix_antiSymmetrize, METH_O, NULL},
{ "LDoubleMatrix_outer", _wrap_LDoubleMatrix_outer, METH_VARARGS, NULL},
{ "LDoubleMatrix_minValue", _wrap_LDoubleMatrix_minValue, METH_O, NULL},
{ "LDoubleMatrix_maxValue", _wrap_LDoubleMatrix_maxValue, METH_O, NULL},
{ "LDoubleMatrix_maxAbsValue", _wrap_LDoubleMatrix_maxAbsValue, METH_O, NULL},
{ "LDoubleMatrix_argmin", _wrap_LDoubleMatrix_argmin, METH_O, NULL},
{ "LDoubleMatrix_argmax", _wrap_LDoubleMatrix_argmax, METH_O, NULL},
{ "LDoubleMatrix_argmaxAbs", _wrap_LDoubleMatrix_argmaxAbs, METH_O, NULL},
{ "LDoubleMatrix_frobeniusNorm", _wrap_LDoubleMatrix_frobeniusNorm, METH_O, NULL},
{ "LDoubleMatrix_tr", _wrap_LDoubleMatrix_tr, METH_O, NULL},
{ "LDoubleMatrix_sp", _wrap_LDoubleMatrix_sp, METH_O, NULL},
{ "LDoubleMatrix_productTr", _wrap_LDoubleMatrix_productTr, METH_VARARGS, NULL},
{ "LDoubleMatrix_productSp", _wrap_LDoubleMatrix_productSp, METH_VARARGS, NULL},
{ "LDoubleMatrix_det", _wrap_LDoubleMatrix_det, METH_O, NULL},
{ "LDoubleMatrix_symPDInv", _wrap_LDoubleMatrix_symPDInv, METH_O, NULL},
{ "LDoubleMatrix_symPDEigenInv", _wrap_LDoubleMatrix_symPDEigenInv, METH_VARARGS, NULL},
{ "LDoubleMatrix_symInv", _wrap_LDoubleMatrix_symInv, METH_O, NULL},
{ "LDoubleMatrix_triDiagInv", _wrap_LDoubleMatrix_triDiagInv, METH_O, NULL},
{ "LDoubleMatrix_inv", _wrap_LDoubleMatrix_inv, METH_O, NULL},
{ "LDoubleMatrix_leftInv", _wrap_LDoubleMatrix_leftInv, METH_O, NULL},
{ "LDoubleMatrix_rightInv", _wrap_LDoubleMatrix_rightInv, METH_O, NULL},
{ "LDoubleMatrix_tdSymEigen", _wrap_LDoubleMatrix_tdSymEigen, METH_VARARGS, NULL},
{ "LDoubleMatrix_svd", _wrap_LDoubleMatrix_svd, METH_VARARGS, NULL},
{ "LDoubleMatrix_pow", _wrap_LDoubleMatrix_pow, METH_VARARGS, NULL},
{ "LDoubleMatrix_covarToCorr", _wrap_LDoubleMatrix_covarToCorr, METH_O, NULL},
{ "LDoubleMatrix_corrToCovar", _wrap_LDoubleMatrix_corrToCovar, METH_VARARGS, NULL},
{ "LDoubleMatrix_classId", _wrap_LDoubleMatrix_classId, METH_O, NULL},
{ "LDoubleMatrix_write", _wrap_LDoubleMatrix_write, METH_VARARGS, NULL},
{ "LDoubleMatrix_classname", _wrap_LDoubleMatrix_classname, METH_NOARGS, NULL},
{ "LDoubleMatrix_version", _wrap_LDoubleMatrix_version, METH_NOARGS, NULL},
{ "LDoubleMatrix_restore", _wrap_LDoubleMatrix_restore, METH_VARARGS, NULL},
{ "LDoubleMatrix_mainDiagonal", _wrap_LDoubleMatrix_mainDiagonal, METH_O, NULL},
{ "LDoubleMatrix_setData", _wrap_LDoubleMatrix_setData, METH_VARARGS, NULL},
{ "LDoubleMatrix_setRow", _wrap_LDoubleMatrix_setRow, METH_VARARGS, NULL},
{ "LDoubleMatrix_setColumn", _wrap_LDoubleMatrix_setColumn, METH_VARARGS, NULL},
{ "LDoubleMatrix_timesVector", _wrap_LDoubleMatrix_timesVector, METH_VARARGS, NULL},
{ "LDoubleMatrix_rowMultiply", _wrap_LDoubleMatrix_rowMultiply, METH_VARARGS, NULL},
{ "LDoubleMatrix_bilinear", _wrap_LDoubleMatrix_bilinear, METH_VARARGS, NULL},
{ "LDoubleMatrix_solveLinearSystem", _wrap_LDoubleMatrix_solveLinearSystem, METH_VARARGS, NULL},
{ "LDoubleMatrix_symPSDefEffectiveRank", _wrap_LDoubleMatrix_symPSDefEffectiveRank, METH_VARARGS, NULL},
{ "LDoubleMatrix_symEigenValues", _wrap_LDoubleMatrix_symEigenValues, METH_O, NULL},
{ "LDoubleMatrix___rmul__", _wrap_LDoubleMatrix___rmul__, METH_VARARGS, NULL},
{ "LDoubleMatrix_subrange", _wrap_LDoubleMatrix_subrange, METH_VARARGS, NULL},
{ "LDoubleMatrix_swigregister", LDoubleMatrix_swigregister, METH_O, NULL},
{ "LDoubleMatrix_swiginit", LDoubleMatrix_swiginit, METH_VARARGS, NULL},
{ "new_IntMatrix", _wrap_new_IntMatrix, METH_VARARGS, NULL},
{ "delete_IntMatrix", _wrap_delete_IntMatrix, METH_O, NULL},
{ "IntMatrix_tagAsDiagonal", _wrap_IntMatrix_tagAsDiagonal, METH_VARARGS, NULL},
{ "IntMatrix_nRows", _wrap_IntMatrix_nRows, METH_O, NULL},
{ "IntMatrix_nColumns", _wrap_IntMatrix_nColumns, METH_O, NULL},
{ "IntMatrix_length", _wrap_IntMatrix_length, METH_O, NULL},
{ "IntMatrix_data", _wrap_IntMatrix_data, METH_O, NULL},
{ "IntMatrix_isSquare", _wrap_IntMatrix_isSquare, METH_O, NULL},
{ "IntMatrix_isSymmetric", _wrap_IntMatrix_isSymmetric, METH_O, NULL},
{ "IntMatrix_isAntiSymmetric", _wrap_IntMatrix_isAntiSymmetric, METH_O, NULL},
{ "IntMatrix_isDiagonal", _wrap_IntMatrix_isDiagonal, METH_O, NULL},
{ "IntMatrix_isMainDiagonal", _wrap_IntMatrix_isMainDiagonal, METH_O, NULL},
{ "IntMatrix_isZero", _wrap_IntMatrix_isZero, METH_O, NULL},
{ "IntMatrix_uninitialize", _wrap_IntMatrix_uninitialize, METH_O, NULL},
{ "IntMatrix_isCompatible", _wrap_IntMatrix_isCompatible, METH_VARARGS, NULL},
{ "IntMatrix_resize", _wrap_IntMatrix_resize, METH_VARARGS, NULL},
{ "IntMatrix_zeroOut", _wrap_IntMatrix_zeroOut, METH_O, NULL},
{ "IntMatrix_clearMainDiagonal", _wrap_IntMatrix_clearMainDiagonal, METH_O, NULL},
{ "IntMatrix_makeDiagonal", _wrap_IntMatrix_makeDiagonal, METH_O, NULL},
{ "IntMatrix_constFill", _wrap_IntMatrix_constFill, METH_VARARGS, NULL},
{ "IntMatrix_Tthis", _wrap_IntMatrix_Tthis, METH_O, NULL},
{ "IntMatrix___eq__", _wrap_IntMatrix___eq__, METH_VARARGS, NULL},
{ "IntMatrix___ne__", _wrap_IntMatrix___ne__, METH_VARARGS, NULL},
{ "IntMatrix_set", _wrap_IntMatrix_set, METH_VARARGS, NULL},
{ "IntMatrix___call__", _wrap_IntMatrix___call__, METH_VARARGS, NULL},
{ "IntMatrix_rowSum", _wrap_IntMatrix_rowSum, METH_VARARGS, NULL},
{ "IntMatrix_columnSum", _wrap_IntMatrix_columnSum, METH_VARARGS, NULL},
{ "IntMatrix_removeRowAndColumn", _wrap_IntMatrix_removeRowAndColumn, METH_VARARGS, NULL},
{ "IntMatrix_nonZeros", _wrap_IntMatrix_nonZeros, METH_O, NULL},
{ "IntMatrix_coarseSum", _wrap_IntMatrix_coarseSum, METH_VARARGS, NULL},
{ "IntMatrix_coarseAverage", _wrap_IntMatrix_coarseAverage, METH_VARARGS, NULL},
{ "IntMatrix___pos__", _wrap_IntMatrix___pos__, METH_O, NULL},
{ "IntMatrix___neg__", _wrap_IntMatrix___neg__, METH_O, NULL},
{ "IntMatrix___mul__", _wrap_IntMatrix___mul__, METH_VARARGS, NULL},
{ "IntMatrix___truediv__", _wrap_IntMatrix___truediv__, METH_VARARGS, NULL},
{ "IntMatrix___add__", _wrap_IntMatrix___add__, METH_VARARGS, NULL},
{ "IntMatrix___sub__", _wrap_IntMatrix___sub__, METH_VARARGS, NULL},
{ "IntMatrix_hadamardProduct", _wrap_IntMatrix_hadamardProduct, METH_VARARGS, NULL},
{ "IntMatrix_hadamardRatio", _wrap_IntMatrix_hadamardRatio, METH_VARARGS, NULL},
{ "IntMatrix_times", _wrap_IntMatrix_times, METH_VARARGS, NULL},
{ "IntMatrix_over", _wrap_IntMatrix_over, METH_VARARGS, NULL},
{ "IntMatrix_plus", _wrap_IntMatrix_plus, METH_VARARGS, NULL},
{ "IntMatrix_minus", _wrap_IntMatrix_minus, METH_VARARGS, NULL},
{ "IntMatrix___imul__", _wrap_IntMatrix___imul__, METH_VARARGS, NULL},
{ "IntMatrix___itruediv__", _wrap_IntMatrix___itruediv__, METH_VARARGS, NULL},
{ "IntMatrix___iadd__", _wrap_IntMatrix___iadd__, METH_VARARGS, NULL},
{ "IntMatrix___isub__", _wrap_IntMatrix___isub__, METH_VARARGS, NULL},
{ "IntMatrix_bilinearT", _wrap_IntMatrix_bilinearT, METH_VARARGS, NULL},
{ "IntMatrix_solveLinearSystems", _wrap_IntMatrix_solveLinearSystems, METH_VARARGS, NULL},
{ "IntMatrix_underdeterminedLinearSystem", _wrap_IntMatrix_underdeterminedLinearSystem, METH_VARARGS, NULL},
{ "IntMatrix_linearLeastSquares", _wrap_IntMatrix_linearLeastSquares, METH_VARARGS, NULL},
{ "IntMatrix_constrainedLeastSquares", _wrap_IntMatrix_constrainedLeastSquares, METH_VARARGS, NULL},
{ "IntMatrix_weightedLeastSquares", _wrap_IntMatrix_weightedLeastSquares, METH_VARARGS, NULL},
{ "IntMatrix_T", _wrap_IntMatrix_T, METH_O, NULL},
{ "IntMatrix_TtimesThis", _wrap_IntMatrix_TtimesThis, METH_O, NULL},
{ "IntMatrix_timesT", _wrap_IntMatrix_timesT, METH_VARARGS, NULL},
{ "IntMatrix_Ttimes", _wrap_IntMatrix_Ttimes, METH_VARARGS, NULL},
{ "IntMatrix_directSum", _wrap_IntMatrix_directSum, METH_VARARGS, NULL},
{ "IntMatrix_symmetrize", _wrap_IntMatrix_symmetrize, METH_O, NULL},
{ "IntMatrix_antiSymmetrize", _wrap_IntMatrix_antiSymmetrize, METH_O, NULL},
{ "IntMatrix_outer", _wrap_IntMatrix_outer, METH_VARARGS, NULL},
{ "IntMatrix_minValue", _wrap_IntMatrix_minValue, METH_O, NULL},
{ "IntMatrix_maxValue", _wrap_IntMatrix_maxValue, METH_O, NULL},
{ "IntMatrix_maxAbsValue", _wrap_IntMatrix_maxAbsValue, METH_O, NULL},
{ "IntMatrix_argmin", _wrap_IntMatrix_argmin, METH_O, NULL},
{ "IntMatrix_argmax", _wrap_IntMatrix_argmax, METH_O, NULL},
{ "IntMatrix_argmaxAbs", _wrap_IntMatrix_argmaxAbs, METH_O, NULL},
{ "IntMatrix_frobeniusNorm", _wrap_IntMatrix_frobeniusNorm, METH_O, NULL},
{ "IntMatrix_tr", _wrap_IntMatrix_tr, METH_O, NULL},
{ "IntMatrix_sp", _wrap_IntMatrix_sp, METH_O, NULL},
{ "IntMatrix_productTr", _wrap_IntMatrix_productTr, METH_VARARGS, NULL},
{ "IntMatrix_productSp", _wrap_IntMatrix_productSp, METH_VARARGS, NULL},
{ "IntMatrix_det", _wrap_IntMatrix_det, METH_O, NULL},
{ "IntMatrix_symPDInv", _wrap_IntMatrix_symPDInv, METH_O, NULL},
{ "IntMatrix_symPDEigenInv", _wrap_IntMatrix_symPDEigenInv, METH_VARARGS, NULL},
{ "IntMatrix_symInv", _wrap_IntMatrix_symInv, METH_O, NULL},
{ "IntMatrix_triDiagInv", _wrap_IntMatrix_triDiagInv, METH_O, NULL},
{ "IntMatrix_inv", _wrap_IntMatrix_inv, METH_O, NULL},
{ "IntMatrix_leftInv", _wrap_IntMatrix_leftInv, METH_O, NULL},
{ "IntMatrix_rightInv", _wrap_IntMatrix_rightInv, METH_O, NULL},
{ "IntMatrix_tdSymEigen", _wrap_IntMatrix_tdSymEigen, METH_VARARGS, NULL},
{ "IntMatrix_svd", _wrap_IntMatrix_svd, METH_VARARGS, NULL},
{ "IntMatrix_pow", _wrap_IntMatrix_pow, METH_VARARGS, NULL},
{ "IntMatrix_covarToCorr", _wrap_IntMatrix_covarToCorr, METH_O, NULL},
{ "IntMatrix_corrToCovar", _wrap_IntMatrix_corrToCovar, METH_VARARGS, NULL},
{ "IntMatrix_classId", _wrap_IntMatrix_classId, METH_O, NULL},
{ "IntMatrix_write", _wrap_IntMatrix_write, METH_VARARGS, NULL},
{ "IntMatrix_classname", _wrap_IntMatrix_classname, METH_NOARGS, NULL},
{ "IntMatrix_version", _wrap_IntMatrix_version, METH_NOARGS, NULL},
{ "IntMatrix_restore", _wrap_IntMatrix_restore, METH_VARARGS, NULL},
{ "IntMatrix_mainDiagonal", _wrap_IntMatrix_mainDiagonal, METH_O, NULL},
{ "IntMatrix_setData", _wrap_IntMatrix_setData, METH_VARARGS, NULL},
{ "IntMatrix_setRow", _wrap_IntMatrix_setRow, METH_VARARGS, NULL},
{ "IntMatrix_setColumn", _wrap_IntMatrix_setColumn, METH_VARARGS, NULL},
{ "IntMatrix_timesVector", _wrap_IntMatrix_timesVector, METH_VARARGS, NULL},
{ "IntMatrix_rowMultiply", _wrap_IntMatrix_rowMultiply, METH_VARARGS, NULL},
{ "IntMatrix_bilinear", _wrap_IntMatrix_bilinear, METH_VARARGS, NULL},
{ "IntMatrix_solveLinearSystem", _wrap_IntMatrix_solveLinearSystem, METH_VARARGS, NULL},
{ "IntMatrix_symPSDefEffectiveRank", _wrap_IntMatrix_symPSDefEffectiveRank, METH_VARARGS, NULL},
{ "IntMatrix_symEigenValues", _wrap_IntMatrix_symEigenValues, METH_O, NULL},
{ "IntMatrix___rmul__", _wrap_IntMatrix___rmul__, METH_VARARGS, NULL},
{ "IntMatrix_subrange", _wrap_IntMatrix_subrange, METH_VARARGS, NULL},
{ "IntMatrix_swigregister", IntMatrix_swigregister, METH_O, NULL},
{ "IntMatrix_swiginit", IntMatrix_swiginit, METH_VARARGS, NULL},
{ "new_LongMatrix", _wrap_new_LongMatrix, METH_VARARGS, NULL},
{ "delete_LongMatrix", _wrap_delete_LongMatrix, METH_O, NULL},
{ "LongMatrix_tagAsDiagonal", _wrap_LongMatrix_tagAsDiagonal, METH_VARARGS, NULL},
{ "LongMatrix_nRows", _wrap_LongMatrix_nRows, METH_O, NULL},
{ "LongMatrix_nColumns", _wrap_LongMatrix_nColumns, METH_O, NULL},
{ "LongMatrix_length", _wrap_LongMatrix_length, METH_O, NULL},
{ "LongMatrix_data", _wrap_LongMatrix_data, METH_O, NULL},
{ "LongMatrix_isSquare", _wrap_LongMatrix_isSquare, METH_O, NULL},
{ "LongMatrix_isSymmetric", _wrap_LongMatrix_isSymmetric, METH_O, NULL},
{ "LongMatrix_isAntiSymmetric", _wrap_LongMatrix_isAntiSymmetric, METH_O, NULL},
{ "LongMatrix_isDiagonal", _wrap_LongMatrix_isDiagonal, METH_O, NULL},
{ "LongMatrix_isMainDiagonal", _wrap_LongMatrix_isMainDiagonal, METH_O, NULL},
{ "LongMatrix_isZero", _wrap_LongMatrix_isZero, METH_O, NULL},
{ "LongMatrix_uninitialize", _wrap_LongMatrix_uninitialize, METH_O, NULL},
{ "LongMatrix_isCompatible", _wrap_LongMatrix_isCompatible, METH_VARARGS, NULL},
{ "LongMatrix_resize", _wrap_LongMatrix_resize, METH_VARARGS, NULL},
{ "LongMatrix_zeroOut", _wrap_LongMatrix_zeroOut, METH_O, NULL},
{ "LongMatrix_clearMainDiagonal", _wrap_LongMatrix_clearMainDiagonal, METH_O, NULL},
{ "LongMatrix_makeDiagonal", _wrap_LongMatrix_makeDiagonal, METH_O, NULL},
{ "LongMatrix_constFill", _wrap_LongMatrix_constFill, METH_VARARGS, NULL},
{ "LongMatrix_Tthis", _wrap_LongMatrix_Tthis, METH_O, NULL},
{ "LongMatrix___eq__", _wrap_LongMatrix___eq__, METH_VARARGS, NULL},
{ "LongMatrix___ne__", _wrap_LongMatrix___ne__, METH_VARARGS, NULL},
{ "LongMatrix_set", _wrap_LongMatrix_set, METH_VARARGS, NULL},
{ "LongMatrix___call__", _wrap_LongMatrix___call__, METH_VARARGS, NULL},
{ "LongMatrix_rowSum", _wrap_LongMatrix_rowSum, METH_VARARGS, NULL},
{ "LongMatrix_columnSum", _wrap_LongMatrix_columnSum, METH_VARARGS, NULL},
{ "LongMatrix_removeRowAndColumn", _wrap_LongMatrix_removeRowAndColumn, METH_VARARGS, NULL},
{ "LongMatrix_nonZeros", _wrap_LongMatrix_nonZeros, METH_O, NULL},
{ "LongMatrix_coarseSum", _wrap_LongMatrix_coarseSum, METH_VARARGS, NULL},
{ "LongMatrix_coarseAverage", _wrap_LongMatrix_coarseAverage, METH_VARARGS, NULL},
{ "LongMatrix___pos__", _wrap_LongMatrix___pos__, METH_O, NULL},
{ "LongMatrix___neg__", _wrap_LongMatrix___neg__, METH_O, NULL},
{ "LongMatrix___mul__", _wrap_LongMatrix___mul__, METH_VARARGS, NULL},
{ "LongMatrix___truediv__", _wrap_LongMatrix___truediv__, METH_VARARGS, NULL},
{ "LongMatrix___add__", _wrap_LongMatrix___add__, METH_VARARGS, NULL},
{ "LongMatrix___sub__", _wrap_LongMatrix___sub__, METH_VARARGS, NULL},
{ "LongMatrix_hadamardProduct", _wrap_LongMatrix_hadamardProduct, METH_VARARGS, NULL},
{ "LongMatrix_hadamardRatio", _wrap_LongMatrix_hadamardRatio, METH_VARARGS, NULL},
{ "LongMatrix_times", _wrap_LongMatrix_times, METH_VARARGS, NULL},
{ "LongMatrix_over", _wrap_LongMatrix_over, METH_VARARGS, NULL},
{ "LongMatrix_plus", _wrap_LongMatrix_plus, METH_VARARGS, NULL},
{ "LongMatrix_minus", _wrap_LongMatrix_minus, METH_VARARGS, NULL},
{ "LongMatrix___imul__", _wrap_LongMatrix___imul__, METH_VARARGS, NULL},
{ "LongMatrix___itruediv__", _wrap_LongMatrix___itruediv__, METH_VARARGS, NULL},
{ "LongMatrix___iadd__", _wrap_LongMatrix___iadd__, METH_VARARGS, NULL},
{ "LongMatrix___isub__", _wrap_LongMatrix___isub__, METH_VARARGS, NULL},
{ "LongMatrix_bilinearT", _wrap_LongMatrix_bilinearT, METH_VARARGS, NULL},
{ "LongMatrix_solveLinearSystems", _wrap_LongMatrix_solveLinearSystems, METH_VARARGS, NULL},
{ "LongMatrix_underdeterminedLinearSystem", _wrap_LongMatrix_underdeterminedLinearSystem, METH_VARARGS, NULL},
{ "LongMatrix_linearLeastSquares", _wrap_LongMatrix_linearLeastSquares, METH_VARARGS, NULL},
{ "LongMatrix_constrainedLeastSquares", _wrap_LongMatrix_constrainedLeastSquares, METH_VARARGS, NULL},
{ "LongMatrix_weightedLeastSquares", _wrap_LongMatrix_weightedLeastSquares, METH_VARARGS, NULL},
{ "LongMatrix_T", _wrap_LongMatrix_T, METH_O, NULL},
{ "LongMatrix_TtimesThis", _wrap_LongMatrix_TtimesThis, METH_O, NULL},
{ "LongMatrix_timesT", _wrap_LongMatrix_timesT, METH_VARARGS, NULL},
{ "LongMatrix_Ttimes", _wrap_LongMatrix_Ttimes, METH_VARARGS, NULL},
{ "LongMatrix_directSum", _wrap_LongMatrix_directSum, METH_VARARGS, NULL},
{ "LongMatrix_symmetrize", _wrap_LongMatrix_symmetrize, METH_O, NULL},
{ "LongMatrix_antiSymmetrize", _wrap_LongMatrix_antiSymmetrize, METH_O, NULL},
{ "LongMatrix_outer", _wrap_LongMatrix_outer, METH_VARARGS, NULL},
{ "LongMatrix_minValue", _wrap_LongMatrix_minValue, METH_O, NULL},
{ "LongMatrix_maxValue", _wrap_LongMatrix_maxValue, METH_O, NULL},
{ "LongMatrix_maxAbsValue", _wrap_LongMatrix_maxAbsValue, METH_O, NULL},
{ "LongMatrix_argmin", _wrap_LongMatrix_argmin, METH_O, NULL},
{ "LongMatrix_argmax", _wrap_LongMatrix_argmax, METH_O, NULL},
{ "LongMatrix_argmaxAbs", _wrap_LongMatrix_argmaxAbs, METH_O, NULL},
{ "LongMatrix_frobeniusNorm", _wrap_LongMatrix_frobeniusNorm, METH_O, NULL},
{ "LongMatrix_tr", _wrap_LongMatrix_tr, METH_O, NULL},
{ "LongMatrix_sp", _wrap_LongMatrix_sp, METH_O, NULL},
{ "LongMatrix_productTr", _wrap_LongMatrix_productTr, METH_VARARGS, NULL},
{ "LongMatrix_productSp", _wrap_LongMatrix_productSp, METH_VARARGS, NULL},
{ "LongMatrix_det", _wrap_LongMatrix_det, METH_O, NULL},
{ "LongMatrix_symPDInv", _wrap_LongMatrix_symPDInv, METH_O, NULL},
{ "LongMatrix_symPDEigenInv", _wrap_LongMatrix_symPDEigenInv, METH_VARARGS, NULL},
{ "LongMatrix_symInv", _wrap_LongMatrix_symInv, METH_O, NULL},
{ "LongMatrix_triDiagInv", _wrap_LongMatrix_triDiagInv, METH_O, NULL},
{ "LongMatrix_inv", _wrap_LongMatrix_inv, METH_O, NULL},
{ "LongMatrix_leftInv", _wrap_LongMatrix_leftInv, METH_O, NULL},
{ "LongMatrix_rightInv", _wrap_LongMatrix_rightInv, METH_O, NULL},
{ "LongMatrix_tdSymEigen", _wrap_LongMatrix_tdSymEigen, METH_VARARGS, NULL},
{ "LongMatrix_svd", _wrap_LongMatrix_svd, METH_VARARGS, NULL},
{ "LongMatrix_pow", _wrap_LongMatrix_pow, METH_VARARGS, NULL},
{ "LongMatrix_covarToCorr", _wrap_LongMatrix_covarToCorr, METH_O, NULL},
{ "LongMatrix_corrToCovar", _wrap_LongMatrix_corrToCovar, METH_VARARGS, NULL},
{ "LongMatrix_classId", _wrap_LongMatrix_classId, METH_O, NULL},
{ "LongMatrix_write", _wrap_LongMatrix_write, METH_VARARGS, NULL},
{ "LongMatrix_classname", _wrap_LongMatrix_classname, METH_NOARGS, NULL},
{ "LongMatrix_version", _wrap_LongMatrix_version, METH_NOARGS, NULL},
{ "LongMatrix_restore", _wrap_LongMatrix_restore, METH_VARARGS, NULL},
{ "LongMatrix_mainDiagonal", _wrap_LongMatrix_mainDiagonal, METH_O, NULL},
{ "LongMatrix_setData", _wrap_LongMatrix_setData, METH_VARARGS, NULL},
{ "LongMatrix_setRow", _wrap_LongMatrix_setRow, METH_VARARGS, NULL},
{ "LongMatrix_setColumn", _wrap_LongMatrix_setColumn, METH_VARARGS, NULL},
{ "LongMatrix_timesVector", _wrap_LongMatrix_timesVector, METH_VARARGS, NULL},
{ "LongMatrix_rowMultiply", _wrap_LongMatrix_rowMultiply, METH_VARARGS, NULL},
{ "LongMatrix_bilinear", _wrap_LongMatrix_bilinear, METH_VARARGS, NULL},
{ "LongMatrix_solveLinearSystem", _wrap_LongMatrix_solveLinearSystem, METH_VARARGS, NULL},
{ "LongMatrix_symPSDefEffectiveRank", _wrap_LongMatrix_symPSDefEffectiveRank, METH_VARARGS, NULL},
{ "LongMatrix_symEigenValues", _wrap_LongMatrix_symEigenValues, METH_O, NULL},
{ "LongMatrix___rmul__", _wrap_LongMatrix___rmul__, METH_VARARGS, NULL},
{ "LongMatrix_subrange", _wrap_LongMatrix_subrange, METH_VARARGS, NULL},
{ "LongMatrix_swigregister", LongMatrix_swigregister, METH_O, NULL},
{ "LongMatrix_swiginit", LongMatrix_swiginit, METH_VARARGS, NULL},
{ "DoubleDiag", _wrap_DoubleDiag, METH_VARARGS, NULL},
{ "FloatDiag", _wrap_FloatDiag, METH_VARARGS, NULL},
{ "LDoubleDiag", _wrap_LDoubleDiag, METH_VARARGS, NULL},
{ "IntDiag", _wrap_IntDiag, METH_VARARGS, NULL},
{ "LongDiag", _wrap_LongDiag, METH_VARARGS, NULL},
{ "new_Eigensystem", _wrap_new_Eigensystem, METH_VARARGS, NULL},
{ "Eigensystem_first_set", _wrap_Eigensystem_first_set, METH_VARARGS, NULL},
{ "Eigensystem_first_get", _wrap_Eigensystem_first_get, METH_O, NULL},
{ "Eigensystem_second_set", _wrap_Eigensystem_second_set, METH_VARARGS, NULL},
{ "Eigensystem_second_get", _wrap_Eigensystem_second_get, METH_O, NULL},
{ "delete_Eigensystem", _wrap_delete_Eigensystem, METH_O, NULL},
{ "Eigensystem_swigregister", Eigensystem_swigregister, METH_O, NULL},
{ "Eigensystem_swiginit", Eigensystem_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FloatMatrix", _wrap_new_ArchiveRecord_FloatMatrix, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FloatMatrix", _wrap_delete_ArchiveRecord_FloatMatrix, METH_O, NULL},
{ "ArchiveRecord_FloatMatrix_swigregister", ArchiveRecord_FloatMatrix_swigregister, METH_O, NULL},
{ "ArchiveRecord_FloatMatrix_swiginit", ArchiveRecord_FloatMatrix_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatMatrix", _wrap_new_Ref_FloatMatrix, METH_VARARGS, NULL},
{ "Ref_FloatMatrix_restore", _wrap_Ref_FloatMatrix_restore, METH_VARARGS, NULL},
{ "Ref_FloatMatrix_retrieve", _wrap_Ref_FloatMatrix_retrieve, METH_VARARGS, NULL},
{ "Ref_FloatMatrix_getValue", _wrap_Ref_FloatMatrix_getValue, METH_VARARGS, NULL},
{ "delete_Ref_FloatMatrix", _wrap_delete_Ref_FloatMatrix, METH_O, NULL},
{ "Ref_FloatMatrix_swigregister", Ref_FloatMatrix_swigregister, METH_O, NULL},
{ "Ref_FloatMatrix_swiginit", Ref_FloatMatrix_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DoubleMatrix", _wrap_new_ArchiveRecord_DoubleMatrix, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DoubleMatrix", _wrap_delete_ArchiveRecord_DoubleMatrix, METH_O, NULL},
{ "ArchiveRecord_DoubleMatrix_swigregister", ArchiveRecord_DoubleMatrix_swigregister, METH_O, NULL},
{ "ArchiveRecord_DoubleMatrix_swiginit", ArchiveRecord_DoubleMatrix_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleMatrix", _wrap_new_Ref_DoubleMatrix, METH_VARARGS, NULL},
{ "Ref_DoubleMatrix_restore", _wrap_Ref_DoubleMatrix_restore, METH_VARARGS, NULL},
{ "Ref_DoubleMatrix_retrieve", _wrap_Ref_DoubleMatrix_retrieve, METH_VARARGS, NULL},
{ "Ref_DoubleMatrix_getValue", _wrap_Ref_DoubleMatrix_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DoubleMatrix", _wrap_delete_Ref_DoubleMatrix, METH_O, NULL},
{ "Ref_DoubleMatrix_swigregister", Ref_DoubleMatrix_swigregister, METH_O, NULL},
{ "Ref_DoubleMatrix_swiginit", Ref_DoubleMatrix_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LDoubleMatrix", _wrap_new_ArchiveRecord_LDoubleMatrix, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LDoubleMatrix", _wrap_delete_ArchiveRecord_LDoubleMatrix, METH_O, NULL},
{ "ArchiveRecord_LDoubleMatrix_swigregister", ArchiveRecord_LDoubleMatrix_swigregister, METH_O, NULL},
{ "ArchiveRecord_LDoubleMatrix_swiginit", ArchiveRecord_LDoubleMatrix_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LDoubleMatrix", _wrap_new_Ref_LDoubleMatrix, METH_VARARGS, NULL},
{ "Ref_LDoubleMatrix_restore", _wrap_Ref_LDoubleMatrix_restore, METH_VARARGS, NULL},
{ "Ref_LDoubleMatrix_retrieve", _wrap_Ref_LDoubleMatrix_retrieve, METH_VARARGS, NULL},
{ "Ref_LDoubleMatrix_getValue", _wrap_Ref_LDoubleMatrix_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LDoubleMatrix", _wrap_delete_Ref_LDoubleMatrix, METH_O, NULL},
{ "Ref_LDoubleMatrix_swigregister", Ref_LDoubleMatrix_swigregister, METH_O, NULL},
{ "Ref_LDoubleMatrix_swiginit", Ref_LDoubleMatrix_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_IntMatrix", _wrap_new_ArchiveRecord_IntMatrix, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_IntMatrix", _wrap_delete_ArchiveRecord_IntMatrix, METH_O, NULL},
{ "ArchiveRecord_IntMatrix_swigregister", ArchiveRecord_IntMatrix_swigregister, METH_O, NULL},
{ "ArchiveRecord_IntMatrix_swiginit", ArchiveRecord_IntMatrix_swiginit, METH_VARARGS, NULL},
{ "new_Ref_IntMatrix", _wrap_new_Ref_IntMatrix, METH_VARARGS, NULL},
{ "Ref_IntMatrix_restore", _wrap_Ref_IntMatrix_restore, METH_VARARGS, NULL},
{ "Ref_IntMatrix_retrieve", _wrap_Ref_IntMatrix_retrieve, METH_VARARGS, NULL},
{ "Ref_IntMatrix_getValue", _wrap_Ref_IntMatrix_getValue, METH_VARARGS, NULL},
{ "delete_Ref_IntMatrix", _wrap_delete_Ref_IntMatrix, METH_O, NULL},
{ "Ref_IntMatrix_swigregister", Ref_IntMatrix_swigregister, METH_O, NULL},
{ "Ref_IntMatrix_swiginit", Ref_IntMatrix_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LongMatrix", _wrap_new_ArchiveRecord_LongMatrix, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LongMatrix", _wrap_delete_ArchiveRecord_LongMatrix, METH_O, NULL},
{ "ArchiveRecord_LongMatrix_swigregister", ArchiveRecord_LongMatrix_swigregister, METH_O, NULL},
{ "ArchiveRecord_LongMatrix_swiginit", ArchiveRecord_LongMatrix_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LongMatrix", _wrap_new_Ref_LongMatrix, METH_VARARGS, NULL},
{ "Ref_LongMatrix_restore", _wrap_Ref_LongMatrix_restore, METH_VARARGS, NULL},
{ "Ref_LongMatrix_retrieve", _wrap_Ref_LongMatrix_retrieve, METH_VARARGS, NULL},
{ "Ref_LongMatrix_getValue", _wrap_Ref_LongMatrix_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LongMatrix", _wrap_delete_Ref_LongMatrix, METH_O, NULL},
{ "Ref_LongMatrix_swigregister", Ref_LongMatrix_swigregister, METH_O, NULL},
{ "Ref_LongMatrix_swiginit", Ref_LongMatrix_swiginit, METH_VARARGS, NULL},
{ "new_HeatEq1DNeumannBoundary", _wrap_new_HeatEq1DNeumannBoundary, METH_VARARGS, NULL},
{ "HeatEq1DNeumannBoundary_dt", _wrap_HeatEq1DNeumannBoundary_dt, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_time", _wrap_HeatEq1DNeumannBoundary_time, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_nCoords", _wrap_HeatEq1DNeumannBoundary_nCoords, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_intervalWidth", _wrap_HeatEq1DNeumannBoundary_intervalWidth, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_step", _wrap_HeatEq1DNeumannBoundary_step, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_nSteps", _wrap_HeatEq1DNeumannBoundary_nSteps, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_gfWidth", _wrap_HeatEq1DNeumannBoundary_gfWidth, METH_VARARGS, NULL},
{ "HeatEq1DNeumannBoundary_GF", _wrap_HeatEq1DNeumannBoundary_GF, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_GFT", _wrap_HeatEq1DNeumannBoundary_GFT, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_doublyStochasticGF", _wrap_HeatEq1DNeumannBoundary_doublyStochasticGF, METH_VARARGS, NULL},
{ "HeatEq1DNeumannBoundary_doublyStochasticGFT", _wrap_HeatEq1DNeumannBoundary_doublyStochasticGFT, METH_VARARGS, NULL},
{ "HeatEq1DNeumannBoundary_diffScheme", _wrap_HeatEq1DNeumannBoundary_diffScheme, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_maxAbsEigen", _wrap_HeatEq1DNeumannBoundary_maxAbsEigen, METH_O, NULL},
{ "delete_HeatEq1DNeumannBoundary", _wrap_delete_HeatEq1DNeumannBoundary, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_swigregister", HeatEq1DNeumannBoundary_swigregister, METH_O, NULL},
{ "HeatEq1DNeumannBoundary_swiginit", HeatEq1DNeumannBoundary_swiginit, METH_VARARGS, NULL},
{ "makeShape", _wrap_makeShape, METH_VARARGS, NULL},
{ "doubleShape", _wrap_doubleShape, METH_O, NULL},
{ "halfShape", _wrap_halfShape, METH_O, NULL},
{ "isSubShape", _wrap_isSubShape, METH_VARARGS, NULL},
{ "arrayLengthFromShape", _wrap_arrayLengthFromShape, METH_O, NULL},
{ "new_UCharInterval", _wrap_new_UCharInterval, METH_VARARGS, NULL},
{ "UCharInterval_setMin", _wrap_UCharInterval_setMin, METH_VARARGS, NULL},
{ "UCharInterval_setMax", _wrap_UCharInterval_setMax, METH_VARARGS, NULL},
{ "UCharInterval_setBounds", _wrap_UCharInterval_setBounds, METH_VARARGS, NULL},
{ "UCharInterval_min", _wrap_UCharInterval_min, METH_O, NULL},
{ "UCharInterval_max", _wrap_UCharInterval_max, METH_O, NULL},
{ "UCharInterval_getBounds", _wrap_UCharInterval_getBounds, METH_VARARGS, NULL},
{ "UCharInterval_length", _wrap_UCharInterval_length, METH_O, NULL},
{ "UCharInterval_midpoint", _wrap_UCharInterval_midpoint, METH_O, NULL},
{ "UCharInterval_isInsideLower", _wrap_UCharInterval_isInsideLower, METH_VARARGS, NULL},
{ "UCharInterval_isInsideUpper", _wrap_UCharInterval_isInsideUpper, METH_VARARGS, NULL},
{ "UCharInterval_isInsideWithBounds", _wrap_UCharInterval_isInsideWithBounds, METH_VARARGS, NULL},
{ "UCharInterval_isInside", _wrap_UCharInterval_isInside, METH_VARARGS, NULL},
{ "UCharInterval___imul__", _wrap_UCharInterval___imul__, METH_VARARGS, NULL},
{ "UCharInterval___itruediv__", _wrap_UCharInterval___itruediv__, METH_VARARGS, NULL},
{ "UCharInterval___iadd__", _wrap_UCharInterval___iadd__, METH_VARARGS, NULL},
{ "UCharInterval___isub__", _wrap_UCharInterval___isub__, METH_VARARGS, NULL},
{ "UCharInterval_moveMidpointTo0", _wrap_UCharInterval_moveMidpointTo0, METH_O, NULL},
{ "UCharInterval_expand", _wrap_UCharInterval_expand, METH_VARARGS, NULL},
{ "UCharInterval_overlap", _wrap_UCharInterval_overlap, METH_VARARGS, NULL},
{ "UCharInterval_overlapLength", _wrap_UCharInterval_overlapLength, METH_VARARGS, NULL},
{ "UCharInterval_overlapFraction", _wrap_UCharInterval_overlapFraction, METH_VARARGS, NULL},
{ "UCharInterval_logicalDifference", _wrap_UCharInterval_logicalDifference, METH_VARARGS, NULL},
{ "delete_UCharInterval", _wrap_delete_UCharInterval, METH_O, NULL},
{ "UCharInterval_swigregister", UCharInterval_swigregister, METH_O, NULL},
{ "UCharInterval_swiginit", UCharInterval_swiginit, METH_VARARGS, NULL},
{ "new_IntInterval", _wrap_new_IntInterval, METH_VARARGS, NULL},
{ "IntInterval_setMin", _wrap_IntInterval_setMin, METH_VARARGS, NULL},
{ "IntInterval_setMax", _wrap_IntInterval_setMax, METH_VARARGS, NULL},
{ "IntInterval_setBounds", _wrap_IntInterval_setBounds, METH_VARARGS, NULL},
{ "IntInterval_min", _wrap_IntInterval_min, METH_O, NULL},
{ "IntInterval_max", _wrap_IntInterval_max, METH_O, NULL},
{ "IntInterval_getBounds", _wrap_IntInterval_getBounds, METH_VARARGS, NULL},
{ "IntInterval_length", _wrap_IntInterval_length, METH_O, NULL},
{ "IntInterval_midpoint", _wrap_IntInterval_midpoint, METH_O, NULL},
{ "IntInterval_isInsideLower", _wrap_IntInterval_isInsideLower, METH_VARARGS, NULL},
{ "IntInterval_isInsideUpper", _wrap_IntInterval_isInsideUpper, METH_VARARGS, NULL},
{ "IntInterval_isInsideWithBounds", _wrap_IntInterval_isInsideWithBounds, METH_VARARGS, NULL},
{ "IntInterval_isInside", _wrap_IntInterval_isInside, METH_VARARGS, NULL},
{ "IntInterval___imul__", _wrap_IntInterval___imul__, METH_VARARGS, NULL},
{ "IntInterval___itruediv__", _wrap_IntInterval___itruediv__, METH_VARARGS, NULL},
{ "IntInterval___iadd__", _wrap_IntInterval___iadd__, METH_VARARGS, NULL},
{ "IntInterval___isub__", _wrap_IntInterval___isub__, METH_VARARGS, NULL},
{ "IntInterval_moveMidpointTo0", _wrap_IntInterval_moveMidpointTo0, METH_O, NULL},
{ "IntInterval_expand", _wrap_IntInterval_expand, METH_VARARGS, NULL},
{ "IntInterval_overlap", _wrap_IntInterval_overlap, METH_VARARGS, NULL},
{ "IntInterval_overlapLength", _wrap_IntInterval_overlapLength, METH_VARARGS, NULL},
{ "IntInterval_overlapFraction", _wrap_IntInterval_overlapFraction, METH_VARARGS, NULL},
{ "IntInterval_logicalDifference", _wrap_IntInterval_logicalDifference, METH_VARARGS, NULL},
{ "delete_IntInterval", _wrap_delete_IntInterval, METH_O, NULL},
{ "IntInterval_swigregister", IntInterval_swigregister, METH_O, NULL},
{ "IntInterval_swiginit", IntInterval_swiginit, METH_VARARGS, NULL},
{ "new_LongInterval", _wrap_new_LongInterval, METH_VARARGS, NULL},
{ "LongInterval_setMin", _wrap_LongInterval_setMin, METH_VARARGS, NULL},
{ "LongInterval_setMax", _wrap_LongInterval_setMax, METH_VARARGS, NULL},
{ "LongInterval_setBounds", _wrap_LongInterval_setBounds, METH_VARARGS, NULL},
{ "LongInterval_min", _wrap_LongInterval_min, METH_O, NULL},
{ "LongInterval_max", _wrap_LongInterval_max, METH_O, NULL},
{ "LongInterval_getBounds", _wrap_LongInterval_getBounds, METH_VARARGS, NULL},
{ "LongInterval_length", _wrap_LongInterval_length, METH_O, NULL},
{ "LongInterval_midpoint", _wrap_LongInterval_midpoint, METH_O, NULL},
{ "LongInterval_isInsideLower", _wrap_LongInterval_isInsideLower, METH_VARARGS, NULL},
{ "LongInterval_isInsideUpper", _wrap_LongInterval_isInsideUpper, METH_VARARGS, NULL},
{ "LongInterval_isInsideWithBounds", _wrap_LongInterval_isInsideWithBounds, METH_VARARGS, NULL},
{ "LongInterval_isInside", _wrap_LongInterval_isInside, METH_VARARGS, NULL},
{ "LongInterval___imul__", _wrap_LongInterval___imul__, METH_VARARGS, NULL},
{ "LongInterval___itruediv__", _wrap_LongInterval___itruediv__, METH_VARARGS, NULL},
{ "LongInterval___iadd__", _wrap_LongInterval___iadd__, METH_VARARGS, NULL},
{ "LongInterval___isub__", _wrap_LongInterval___isub__, METH_VARARGS, NULL},
{ "LongInterval_moveMidpointTo0", _wrap_LongInterval_moveMidpointTo0, METH_O, NULL},
{ "LongInterval_expand", _wrap_LongInterval_expand, METH_VARARGS, NULL},
{ "LongInterval_overlap", _wrap_LongInterval_overlap, METH_VARARGS, NULL},
{ "LongInterval_overlapLength", _wrap_LongInterval_overlapLength, METH_VARARGS, NULL},
{ "LongInterval_overlapFraction", _wrap_LongInterval_overlapFraction, METH_VARARGS, NULL},
{ "LongInterval_logicalDifference", _wrap_LongInterval_logicalDifference, METH_VARARGS, NULL},
{ "delete_LongInterval", _wrap_delete_LongInterval, METH_O, NULL},
{ "LongInterval_swigregister", LongInterval_swigregister, METH_O, NULL},
{ "LongInterval_swiginit", LongInterval_swiginit, METH_VARARGS, NULL},
{ "new_FloatInterval", _wrap_new_FloatInterval, METH_VARARGS, NULL},
{ "FloatInterval_setMin", _wrap_FloatInterval_setMin, METH_VARARGS, NULL},
{ "FloatInterval_setMax", _wrap_FloatInterval_setMax, METH_VARARGS, NULL},
{ "FloatInterval_setBounds", _wrap_FloatInterval_setBounds, METH_VARARGS, NULL},
{ "FloatInterval_min", _wrap_FloatInterval_min, METH_O, NULL},
{ "FloatInterval_max", _wrap_FloatInterval_max, METH_O, NULL},
{ "FloatInterval_getBounds", _wrap_FloatInterval_getBounds, METH_VARARGS, NULL},
{ "FloatInterval_length", _wrap_FloatInterval_length, METH_O, NULL},
{ "FloatInterval_midpoint", _wrap_FloatInterval_midpoint, METH_O, NULL},
{ "FloatInterval_isInsideLower", _wrap_FloatInterval_isInsideLower, METH_VARARGS, NULL},
{ "FloatInterval_isInsideUpper", _wrap_FloatInterval_isInsideUpper, METH_VARARGS, NULL},
{ "FloatInterval_isInsideWithBounds", _wrap_FloatInterval_isInsideWithBounds, METH_VARARGS, NULL},
{ "FloatInterval_isInside", _wrap_FloatInterval_isInside, METH_VARARGS, NULL},
{ "FloatInterval___imul__", _wrap_FloatInterval___imul__, METH_VARARGS, NULL},
{ "FloatInterval___itruediv__", _wrap_FloatInterval___itruediv__, METH_VARARGS, NULL},
{ "FloatInterval___iadd__", _wrap_FloatInterval___iadd__, METH_VARARGS, NULL},
{ "FloatInterval___isub__", _wrap_FloatInterval___isub__, METH_VARARGS, NULL},
{ "FloatInterval_moveMidpointTo0", _wrap_FloatInterval_moveMidpointTo0, METH_O, NULL},
{ "FloatInterval_expand", _wrap_FloatInterval_expand, METH_VARARGS, NULL},
{ "FloatInterval_overlap", _wrap_FloatInterval_overlap, METH_VARARGS, NULL},
{ "FloatInterval_overlapLength", _wrap_FloatInterval_overlapLength, METH_VARARGS, NULL},
{ "FloatInterval_overlapFraction", _wrap_FloatInterval_overlapFraction, METH_VARARGS, NULL},
{ "FloatInterval_logicalDifference", _wrap_FloatInterval_logicalDifference, METH_VARARGS, NULL},
{ "delete_FloatInterval", _wrap_delete_FloatInterval, METH_O, NULL},
{ "FloatInterval_swigregister", FloatInterval_swigregister, METH_O, NULL},
{ "FloatInterval_swiginit", FloatInterval_swiginit, METH_VARARGS, NULL},
{ "new_DoubleInterval", _wrap_new_DoubleInterval, METH_VARARGS, NULL},
{ "DoubleInterval_setMin", _wrap_DoubleInterval_setMin, METH_VARARGS, NULL},
{ "DoubleInterval_setMax", _wrap_DoubleInterval_setMax, METH_VARARGS, NULL},
{ "DoubleInterval_setBounds", _wrap_DoubleInterval_setBounds, METH_VARARGS, NULL},
{ "DoubleInterval_min", _wrap_DoubleInterval_min, METH_O, NULL},
{ "DoubleInterval_max", _wrap_DoubleInterval_max, METH_O, NULL},
{ "DoubleInterval_getBounds", _wrap_DoubleInterval_getBounds, METH_VARARGS, NULL},
{ "DoubleInterval_length", _wrap_DoubleInterval_length, METH_O, NULL},
{ "DoubleInterval_midpoint", _wrap_DoubleInterval_midpoint, METH_O, NULL},
{ "DoubleInterval_isInsideLower", _wrap_DoubleInterval_isInsideLower, METH_VARARGS, NULL},
{ "DoubleInterval_isInsideUpper", _wrap_DoubleInterval_isInsideUpper, METH_VARARGS, NULL},
{ "DoubleInterval_isInsideWithBounds", _wrap_DoubleInterval_isInsideWithBounds, METH_VARARGS, NULL},
{ "DoubleInterval_isInside", _wrap_DoubleInterval_isInside, METH_VARARGS, NULL},
{ "DoubleInterval___imul__", _wrap_DoubleInterval___imul__, METH_VARARGS, NULL},
{ "DoubleInterval___itruediv__", _wrap_DoubleInterval___itruediv__, METH_VARARGS, NULL},
{ "DoubleInterval___iadd__", _wrap_DoubleInterval___iadd__, METH_VARARGS, NULL},
{ "DoubleInterval___isub__", _wrap_DoubleInterval___isub__, METH_VARARGS, NULL},
{ "DoubleInterval_moveMidpointTo0", _wrap_DoubleInterval_moveMidpointTo0, METH_O, NULL},
{ "DoubleInterval_expand", _wrap_DoubleInterval_expand, METH_VARARGS, NULL},
{ "DoubleInterval_overlap", _wrap_DoubleInterval_overlap, METH_VARARGS, NULL},
{ "DoubleInterval_overlapLength", _wrap_DoubleInterval_overlapLength, METH_VARARGS, NULL},
{ "DoubleInterval_overlapFraction", _wrap_DoubleInterval_overlapFraction, METH_VARARGS, NULL},
{ "DoubleInterval_logicalDifference", _wrap_DoubleInterval_logicalDifference, METH_VARARGS, NULL},
{ "delete_DoubleInterval", _wrap_delete_DoubleInterval, METH_O, NULL},
{ "DoubleInterval_swigregister", DoubleInterval_swigregister, METH_O, NULL},
{ "DoubleInterval_swiginit", DoubleInterval_swiginit, METH_VARARGS, NULL},
{ "new_UIntInterval", _wrap_new_UIntInterval, METH_VARARGS, NULL},
{ "UIntInterval_setMin", _wrap_UIntInterval_setMin, METH_VARARGS, NULL},
{ "UIntInterval_setMax", _wrap_UIntInterval_setMax, METH_VARARGS, NULL},
{ "UIntInterval_setBounds", _wrap_UIntInterval_setBounds, METH_VARARGS, NULL},
{ "UIntInterval_min", _wrap_UIntInterval_min, METH_O, NULL},
{ "UIntInterval_max", _wrap_UIntInterval_max, METH_O, NULL},
{ "UIntInterval_getBounds", _wrap_UIntInterval_getBounds, METH_VARARGS, NULL},
{ "UIntInterval_length", _wrap_UIntInterval_length, METH_O, NULL},
{ "UIntInterval_midpoint", _wrap_UIntInterval_midpoint, METH_O, NULL},
{ "UIntInterval_isInsideLower", _wrap_UIntInterval_isInsideLower, METH_VARARGS, NULL},
{ "UIntInterval_isInsideUpper", _wrap_UIntInterval_isInsideUpper, METH_VARARGS, NULL},
{ "UIntInterval_isInsideWithBounds", _wrap_UIntInterval_isInsideWithBounds, METH_VARARGS, NULL},
{ "UIntInterval_isInside", _wrap_UIntInterval_isInside, METH_VARARGS, NULL},
{ "UIntInterval___imul__", _wrap_UIntInterval___imul__, METH_VARARGS, NULL},
{ "UIntInterval___itruediv__", _wrap_UIntInterval___itruediv__, METH_VARARGS, NULL},
{ "UIntInterval___iadd__", _wrap_UIntInterval___iadd__, METH_VARARGS, NULL},
{ "UIntInterval___isub__", _wrap_UIntInterval___isub__, METH_VARARGS, NULL},
{ "UIntInterval_moveMidpointTo0", _wrap_UIntInterval_moveMidpointTo0, METH_O, NULL},
{ "UIntInterval_expand", _wrap_UIntInterval_expand, METH_VARARGS, NULL},
{ "UIntInterval_overlap", _wrap_UIntInterval_overlap, METH_VARARGS, NULL},
{ "UIntInterval_overlapLength", _wrap_UIntInterval_overlapLength, METH_VARARGS, NULL},
{ "UIntInterval_overlapFraction", _wrap_UIntInterval_overlapFraction, METH_VARARGS, NULL},
{ "UIntInterval_logicalDifference", _wrap_UIntInterval_logicalDifference, METH_VARARGS, NULL},
{ "delete_UIntInterval", _wrap_delete_UIntInterval, METH_O, NULL},
{ "UIntInterval_swigregister", UIntInterval_swigregister, METH_O, NULL},
{ "UIntInterval_swiginit", UIntInterval_swiginit, METH_VARARGS, NULL},
{ "IntIntervalVector_iterator", _wrap_IntIntervalVector_iterator, METH_O, NULL},
{ "IntIntervalVector___nonzero__", _wrap_IntIntervalVector___nonzero__, METH_O, NULL},
{ "IntIntervalVector___bool__", _wrap_IntIntervalVector___bool__, METH_O, NULL},
{ "IntIntervalVector___len__", _wrap_IntIntervalVector___len__, METH_O, NULL},
{ "IntIntervalVector___getslice__", _wrap_IntIntervalVector___getslice__, METH_VARARGS, NULL},
{ "IntIntervalVector___setslice__", _wrap_IntIntervalVector___setslice__, METH_VARARGS, NULL},
{ "IntIntervalVector___delslice__", _wrap_IntIntervalVector___delslice__, METH_VARARGS, NULL},
{ "IntIntervalVector___delitem__", _wrap_IntIntervalVector___delitem__, METH_VARARGS, NULL},
{ "IntIntervalVector___getitem__", _wrap_IntIntervalVector___getitem__, METH_VARARGS, NULL},
{ "IntIntervalVector___setitem__", _wrap_IntIntervalVector___setitem__, METH_VARARGS, NULL},
{ "IntIntervalVector_pop", _wrap_IntIntervalVector_pop, METH_O, NULL},
{ "IntIntervalVector_append", _wrap_IntIntervalVector_append, METH_VARARGS, NULL},
{ "IntIntervalVector_empty", _wrap_IntIntervalVector_empty, METH_O, NULL},
{ "IntIntervalVector_size", _wrap_IntIntervalVector_size, METH_O, NULL},
{ "IntIntervalVector_swap", _wrap_IntIntervalVector_swap, METH_VARARGS, NULL},
{ "IntIntervalVector_begin", _wrap_IntIntervalVector_begin, METH_O, NULL},
{ "IntIntervalVector_end", _wrap_IntIntervalVector_end, METH_O, NULL},
{ "IntIntervalVector_rbegin", _wrap_IntIntervalVector_rbegin, METH_O, NULL},
{ "IntIntervalVector_rend", _wrap_IntIntervalVector_rend, METH_O, NULL},
{ "IntIntervalVector_clear", _wrap_IntIntervalVector_clear, METH_O, NULL},
{ "IntIntervalVector_get_allocator", _wrap_IntIntervalVector_get_allocator, METH_O, NULL},
{ "IntIntervalVector_pop_back", _wrap_IntIntervalVector_pop_back, METH_O, NULL},
{ "IntIntervalVector_erase", _wrap_IntIntervalVector_erase, METH_VARARGS, NULL},
{ "new_IntIntervalVector", _wrap_new_IntIntervalVector, METH_VARARGS, NULL},
{ "IntIntervalVector_push_back", _wrap_IntIntervalVector_push_back, METH_VARARGS, NULL},
{ "IntIntervalVector_front", _wrap_IntIntervalVector_front, METH_O, NULL},
{ "IntIntervalVector_back", _wrap_IntIntervalVector_back, METH_O, NULL},
{ "IntIntervalVector_assign", _wrap_IntIntervalVector_assign, METH_VARARGS, NULL},
{ "IntIntervalVector_resize", _wrap_IntIntervalVector_resize, METH_VARARGS, NULL},
{ "IntIntervalVector_insert", _wrap_IntIntervalVector_insert, METH_VARARGS, NULL},
{ "IntIntervalVector_reserve", _wrap_IntIntervalVector_reserve, METH_VARARGS, NULL},
{ "IntIntervalVector_capacity", _wrap_IntIntervalVector_capacity, METH_O, NULL},
{ "delete_IntIntervalVector", _wrap_delete_IntIntervalVector, METH_O, NULL},
{ "IntIntervalVector_swigregister", IntIntervalVector_swigregister, METH_O, NULL},
{ "IntIntervalVector_swiginit", IntIntervalVector_swiginit, METH_VARARGS, NULL},
{ "UIntIntervalVector_iterator", _wrap_UIntIntervalVector_iterator, METH_O, NULL},
{ "UIntIntervalVector___nonzero__", _wrap_UIntIntervalVector___nonzero__, METH_O, NULL},
{ "UIntIntervalVector___bool__", _wrap_UIntIntervalVector___bool__, METH_O, NULL},
{ "UIntIntervalVector___len__", _wrap_UIntIntervalVector___len__, METH_O, NULL},
{ "UIntIntervalVector___getslice__", _wrap_UIntIntervalVector___getslice__, METH_VARARGS, NULL},
{ "UIntIntervalVector___setslice__", _wrap_UIntIntervalVector___setslice__, METH_VARARGS, NULL},
{ "UIntIntervalVector___delslice__", _wrap_UIntIntervalVector___delslice__, METH_VARARGS, NULL},
{ "UIntIntervalVector___delitem__", _wrap_UIntIntervalVector___delitem__, METH_VARARGS, NULL},
{ "UIntIntervalVector___getitem__", _wrap_UIntIntervalVector___getitem__, METH_VARARGS, NULL},
{ "UIntIntervalVector___setitem__", _wrap_UIntIntervalVector___setitem__, METH_VARARGS, NULL},
{ "UIntIntervalVector_pop", _wrap_UIntIntervalVector_pop, METH_O, NULL},
{ "UIntIntervalVector_append", _wrap_UIntIntervalVector_append, METH_VARARGS, NULL},
{ "UIntIntervalVector_empty", _wrap_UIntIntervalVector_empty, METH_O, NULL},
{ "UIntIntervalVector_size", _wrap_UIntIntervalVector_size, METH_O, NULL},
{ "UIntIntervalVector_swap", _wrap_UIntIntervalVector_swap, METH_VARARGS, NULL},
{ "UIntIntervalVector_begin", _wrap_UIntIntervalVector_begin, METH_O, NULL},
{ "UIntIntervalVector_end", _wrap_UIntIntervalVector_end, METH_O, NULL},
{ "UIntIntervalVector_rbegin", _wrap_UIntIntervalVector_rbegin, METH_O, NULL},
{ "UIntIntervalVector_rend", _wrap_UIntIntervalVector_rend, METH_O, NULL},
{ "UIntIntervalVector_clear", _wrap_UIntIntervalVector_clear, METH_O, NULL},
{ "UIntIntervalVector_get_allocator", _wrap_UIntIntervalVector_get_allocator, METH_O, NULL},
{ "UIntIntervalVector_pop_back", _wrap_UIntIntervalVector_pop_back, METH_O, NULL},
{ "UIntIntervalVector_erase", _wrap_UIntIntervalVector_erase, METH_VARARGS, NULL},
{ "new_UIntIntervalVector", _wrap_new_UIntIntervalVector, METH_VARARGS, NULL},
{ "UIntIntervalVector_push_back", _wrap_UIntIntervalVector_push_back, METH_VARARGS, NULL},
{ "UIntIntervalVector_front", _wrap_UIntIntervalVector_front, METH_O, NULL},
{ "UIntIntervalVector_back", _wrap_UIntIntervalVector_back, METH_O, NULL},
{ "UIntIntervalVector_assign", _wrap_UIntIntervalVector_assign, METH_VARARGS, NULL},
{ "UIntIntervalVector_resize", _wrap_UIntIntervalVector_resize, METH_VARARGS, NULL},
{ "UIntIntervalVector_insert", _wrap_UIntIntervalVector_insert, METH_VARARGS, NULL},
{ "UIntIntervalVector_reserve", _wrap_UIntIntervalVector_reserve, METH_VARARGS, NULL},
{ "UIntIntervalVector_capacity", _wrap_UIntIntervalVector_capacity, METH_O, NULL},
{ "delete_UIntIntervalVector", _wrap_delete_UIntIntervalVector, METH_O, NULL},
{ "UIntIntervalVector_swigregister", UIntIntervalVector_swigregister, METH_O, NULL},
{ "UIntIntervalVector_swiginit", UIntIntervalVector_swiginit, METH_VARARGS, NULL},
{ "LongIntervalVector_iterator", _wrap_LongIntervalVector_iterator, METH_O, NULL},
{ "LongIntervalVector___nonzero__", _wrap_LongIntervalVector___nonzero__, METH_O, NULL},
{ "LongIntervalVector___bool__", _wrap_LongIntervalVector___bool__, METH_O, NULL},
{ "LongIntervalVector___len__", _wrap_LongIntervalVector___len__, METH_O, NULL},
{ "LongIntervalVector___getslice__", _wrap_LongIntervalVector___getslice__, METH_VARARGS, NULL},
{ "LongIntervalVector___setslice__", _wrap_LongIntervalVector___setslice__, METH_VARARGS, NULL},
{ "LongIntervalVector___delslice__", _wrap_LongIntervalVector___delslice__, METH_VARARGS, NULL},
{ "LongIntervalVector___delitem__", _wrap_LongIntervalVector___delitem__, METH_VARARGS, NULL},
{ "LongIntervalVector___getitem__", _wrap_LongIntervalVector___getitem__, METH_VARARGS, NULL},
{ "LongIntervalVector___setitem__", _wrap_LongIntervalVector___setitem__, METH_VARARGS, NULL},
{ "LongIntervalVector_pop", _wrap_LongIntervalVector_pop, METH_O, NULL},
{ "LongIntervalVector_append", _wrap_LongIntervalVector_append, METH_VARARGS, NULL},
{ "LongIntervalVector_empty", _wrap_LongIntervalVector_empty, METH_O, NULL},
{ "LongIntervalVector_size", _wrap_LongIntervalVector_size, METH_O, NULL},
{ "LongIntervalVector_swap", _wrap_LongIntervalVector_swap, METH_VARARGS, NULL},
{ "LongIntervalVector_begin", _wrap_LongIntervalVector_begin, METH_O, NULL},
{ "LongIntervalVector_end", _wrap_LongIntervalVector_end, METH_O, NULL},
{ "LongIntervalVector_rbegin", _wrap_LongIntervalVector_rbegin, METH_O, NULL},
{ "LongIntervalVector_rend", _wrap_LongIntervalVector_rend, METH_O, NULL},
{ "LongIntervalVector_clear", _wrap_LongIntervalVector_clear, METH_O, NULL},
{ "LongIntervalVector_get_allocator", _wrap_LongIntervalVector_get_allocator, METH_O, NULL},
{ "LongIntervalVector_pop_back", _wrap_LongIntervalVector_pop_back, METH_O, NULL},
{ "LongIntervalVector_erase", _wrap_LongIntervalVector_erase, METH_VARARGS, NULL},
{ "new_LongIntervalVector", _wrap_new_LongIntervalVector, METH_VARARGS, NULL},
{ "LongIntervalVector_push_back", _wrap_LongIntervalVector_push_back, METH_VARARGS, NULL},
{ "LongIntervalVector_front", _wrap_LongIntervalVector_front, METH_O, NULL},
{ "LongIntervalVector_back", _wrap_LongIntervalVector_back, METH_O, NULL},
{ "LongIntervalVector_assign", _wrap_LongIntervalVector_assign, METH_VARARGS, NULL},
{ "LongIntervalVector_resize", _wrap_LongIntervalVector_resize, METH_VARARGS, NULL},
{ "LongIntervalVector_insert", _wrap_LongIntervalVector_insert, METH_VARARGS, NULL},
{ "LongIntervalVector_reserve", _wrap_LongIntervalVector_reserve, METH_VARARGS, NULL},
{ "LongIntervalVector_capacity", _wrap_LongIntervalVector_capacity, METH_O, NULL},
{ "delete_LongIntervalVector", _wrap_delete_LongIntervalVector, METH_O, NULL},
{ "LongIntervalVector_swigregister", LongIntervalVector_swigregister, METH_O, NULL},
{ "LongIntervalVector_swiginit", LongIntervalVector_swiginit, METH_VARARGS, NULL},
{ "FloatIntervalVector_iterator", _wrap_FloatIntervalVector_iterator, METH_O, NULL},
{ "FloatIntervalVector___nonzero__", _wrap_FloatIntervalVector___nonzero__, METH_O, NULL},
{ "FloatIntervalVector___bool__", _wrap_FloatIntervalVector___bool__, METH_O, NULL},
{ "FloatIntervalVector___len__", _wrap_FloatIntervalVector___len__, METH_O, NULL},
{ "FloatIntervalVector___getslice__", _wrap_FloatIntervalVector___getslice__, METH_VARARGS, NULL},
{ "FloatIntervalVector___setslice__", _wrap_FloatIntervalVector___setslice__, METH_VARARGS, NULL},
{ "FloatIntervalVector___delslice__", _wrap_FloatIntervalVector___delslice__, METH_VARARGS, NULL},
{ "FloatIntervalVector___delitem__", _wrap_FloatIntervalVector___delitem__, METH_VARARGS, NULL},
{ "FloatIntervalVector___getitem__", _wrap_FloatIntervalVector___getitem__, METH_VARARGS, NULL},
{ "FloatIntervalVector___setitem__", _wrap_FloatIntervalVector___setitem__, METH_VARARGS, NULL},
{ "FloatIntervalVector_pop", _wrap_FloatIntervalVector_pop, METH_O, NULL},
{ "FloatIntervalVector_append", _wrap_FloatIntervalVector_append, METH_VARARGS, NULL},
{ "FloatIntervalVector_empty", _wrap_FloatIntervalVector_empty, METH_O, NULL},
{ "FloatIntervalVector_size", _wrap_FloatIntervalVector_size, METH_O, NULL},
{ "FloatIntervalVector_swap", _wrap_FloatIntervalVector_swap, METH_VARARGS, NULL},
{ "FloatIntervalVector_begin", _wrap_FloatIntervalVector_begin, METH_O, NULL},
{ "FloatIntervalVector_end", _wrap_FloatIntervalVector_end, METH_O, NULL},
{ "FloatIntervalVector_rbegin", _wrap_FloatIntervalVector_rbegin, METH_O, NULL},
{ "FloatIntervalVector_rend", _wrap_FloatIntervalVector_rend, METH_O, NULL},
{ "FloatIntervalVector_clear", _wrap_FloatIntervalVector_clear, METH_O, NULL},
{ "FloatIntervalVector_get_allocator", _wrap_FloatIntervalVector_get_allocator, METH_O, NULL},
{ "FloatIntervalVector_pop_back", _wrap_FloatIntervalVector_pop_back, METH_O, NULL},
{ "FloatIntervalVector_erase", _wrap_FloatIntervalVector_erase, METH_VARARGS, NULL},
{ "new_FloatIntervalVector", _wrap_new_FloatIntervalVector, METH_VARARGS, NULL},
{ "FloatIntervalVector_push_back", _wrap_FloatIntervalVector_push_back, METH_VARARGS, NULL},
{ "FloatIntervalVector_front", _wrap_FloatIntervalVector_front, METH_O, NULL},
{ "FloatIntervalVector_back", _wrap_FloatIntervalVector_back, METH_O, NULL},
{ "FloatIntervalVector_assign", _wrap_FloatIntervalVector_assign, METH_VARARGS, NULL},
{ "FloatIntervalVector_resize", _wrap_FloatIntervalVector_resize, METH_VARARGS, NULL},
{ "FloatIntervalVector_insert", _wrap_FloatIntervalVector_insert, METH_VARARGS, NULL},
{ "FloatIntervalVector_reserve", _wrap_FloatIntervalVector_reserve, METH_VARARGS, NULL},
{ "FloatIntervalVector_capacity", _wrap_FloatIntervalVector_capacity, METH_O, NULL},
{ "delete_FloatIntervalVector", _wrap_delete_FloatIntervalVector, METH_O, NULL},
{ "FloatIntervalVector_swigregister", FloatIntervalVector_swigregister, METH_O, NULL},
{ "FloatIntervalVector_swiginit", FloatIntervalVector_swiginit, METH_VARARGS, NULL},
{ "DoubleIntervalVector_iterator", _wrap_DoubleIntervalVector_iterator, METH_O, NULL},
{ "DoubleIntervalVector___nonzero__", _wrap_DoubleIntervalVector___nonzero__, METH_O, NULL},
{ "DoubleIntervalVector___bool__", _wrap_DoubleIntervalVector___bool__, METH_O, NULL},
{ "DoubleIntervalVector___len__", _wrap_DoubleIntervalVector___len__, METH_O, NULL},
{ "DoubleIntervalVector___getslice__", _wrap_DoubleIntervalVector___getslice__, METH_VARARGS, NULL},
{ "DoubleIntervalVector___setslice__", _wrap_DoubleIntervalVector___setslice__, METH_VARARGS, NULL},
{ "DoubleIntervalVector___delslice__", _wrap_DoubleIntervalVector___delslice__, METH_VARARGS, NULL},
{ "DoubleIntervalVector___delitem__", _wrap_DoubleIntervalVector___delitem__, METH_VARARGS, NULL},
{ "DoubleIntervalVector___getitem__", _wrap_DoubleIntervalVector___getitem__, METH_VARARGS, NULL},
{ "DoubleIntervalVector___setitem__", _wrap_DoubleIntervalVector___setitem__, METH_VARARGS, NULL},
{ "DoubleIntervalVector_pop", _wrap_DoubleIntervalVector_pop, METH_O, NULL},
{ "DoubleIntervalVector_append", _wrap_DoubleIntervalVector_append, METH_VARARGS, NULL},
{ "DoubleIntervalVector_empty", _wrap_DoubleIntervalVector_empty, METH_O, NULL},
{ "DoubleIntervalVector_size", _wrap_DoubleIntervalVector_size, METH_O, NULL},
{ "DoubleIntervalVector_swap", _wrap_DoubleIntervalVector_swap, METH_VARARGS, NULL},
{ "DoubleIntervalVector_begin", _wrap_DoubleIntervalVector_begin, METH_O, NULL},
{ "DoubleIntervalVector_end", _wrap_DoubleIntervalVector_end, METH_O, NULL},
{ "DoubleIntervalVector_rbegin", _wrap_DoubleIntervalVector_rbegin, METH_O, NULL},
{ "DoubleIntervalVector_rend", _wrap_DoubleIntervalVector_rend, METH_O, NULL},
{ "DoubleIntervalVector_clear", _wrap_DoubleIntervalVector_clear, METH_O, NULL},
{ "DoubleIntervalVector_get_allocator", _wrap_DoubleIntervalVector_get_allocator, METH_O, NULL},
{ "DoubleIntervalVector_pop_back", _wrap_DoubleIntervalVector_pop_back, METH_O, NULL},
{ "DoubleIntervalVector_erase", _wrap_DoubleIntervalVector_erase, METH_VARARGS, NULL},
{ "new_DoubleIntervalVector", _wrap_new_DoubleIntervalVector, METH_VARARGS, NULL},
{ "DoubleIntervalVector_push_back", _wrap_DoubleIntervalVector_push_back, METH_VARARGS, NULL},
{ "DoubleIntervalVector_front", _wrap_DoubleIntervalVector_front, METH_O, NULL},
{ "DoubleIntervalVector_back", _wrap_DoubleIntervalVector_back, METH_O, NULL},
{ "DoubleIntervalVector_assign", _wrap_DoubleIntervalVector_assign, METH_VARARGS, NULL},
{ "DoubleIntervalVector_resize", _wrap_DoubleIntervalVector_resize, METH_VARARGS, NULL},
{ "DoubleIntervalVector_insert", _wrap_DoubleIntervalVector_insert, METH_VARARGS, NULL},
{ "DoubleIntervalVector_reserve", _wrap_DoubleIntervalVector_reserve, METH_VARARGS, NULL},
{ "DoubleIntervalVector_capacity", _wrap_DoubleIntervalVector_capacity, METH_O, NULL},
{ "delete_DoubleIntervalVector", _wrap_delete_DoubleIntervalVector, METH_O, NULL},
{ "DoubleIntervalVector_swigregister", DoubleIntervalVector_swigregister, METH_O, NULL},
{ "DoubleIntervalVector_swiginit", DoubleIntervalVector_swiginit, METH_VARARGS, NULL},
{ "UCharIntervalVector_iterator", _wrap_UCharIntervalVector_iterator, METH_O, NULL},
{ "UCharIntervalVector___nonzero__", _wrap_UCharIntervalVector___nonzero__, METH_O, NULL},
{ "UCharIntervalVector___bool__", _wrap_UCharIntervalVector___bool__, METH_O, NULL},
{ "UCharIntervalVector___len__", _wrap_UCharIntervalVector___len__, METH_O, NULL},
{ "UCharIntervalVector___getslice__", _wrap_UCharIntervalVector___getslice__, METH_VARARGS, NULL},
{ "UCharIntervalVector___setslice__", _wrap_UCharIntervalVector___setslice__, METH_VARARGS, NULL},
{ "UCharIntervalVector___delslice__", _wrap_UCharIntervalVector___delslice__, METH_VARARGS, NULL},
{ "UCharIntervalVector___delitem__", _wrap_UCharIntervalVector___delitem__, METH_VARARGS, NULL},
{ "UCharIntervalVector___getitem__", _wrap_UCharIntervalVector___getitem__, METH_VARARGS, NULL},
{ "UCharIntervalVector___setitem__", _wrap_UCharIntervalVector___setitem__, METH_VARARGS, NULL},
{ "UCharIntervalVector_pop", _wrap_UCharIntervalVector_pop, METH_O, NULL},
{ "UCharIntervalVector_append", _wrap_UCharIntervalVector_append, METH_VARARGS, NULL},
{ "UCharIntervalVector_empty", _wrap_UCharIntervalVector_empty, METH_O, NULL},
{ "UCharIntervalVector_size", _wrap_UCharIntervalVector_size, METH_O, NULL},
{ "UCharIntervalVector_swap", _wrap_UCharIntervalVector_swap, METH_VARARGS, NULL},
{ "UCharIntervalVector_begin", _wrap_UCharIntervalVector_begin, METH_O, NULL},
{ "UCharIntervalVector_end", _wrap_UCharIntervalVector_end, METH_O, NULL},
{ "UCharIntervalVector_rbegin", _wrap_UCharIntervalVector_rbegin, METH_O, NULL},
{ "UCharIntervalVector_rend", _wrap_UCharIntervalVector_rend, METH_O, NULL},
{ "UCharIntervalVector_clear", _wrap_UCharIntervalVector_clear, METH_O, NULL},
{ "UCharIntervalVector_get_allocator", _wrap_UCharIntervalVector_get_allocator, METH_O, NULL},
{ "UCharIntervalVector_pop_back", _wrap_UCharIntervalVector_pop_back, METH_O, NULL},
{ "UCharIntervalVector_erase", _wrap_UCharIntervalVector_erase, METH_VARARGS, NULL},
{ "new_UCharIntervalVector", _wrap_new_UCharIntervalVector, METH_VARARGS, NULL},
{ "UCharIntervalVector_push_back", _wrap_UCharIntervalVector_push_back, METH_VARARGS, NULL},
{ "UCharIntervalVector_front", _wrap_UCharIntervalVector_front, METH_O, NULL},
{ "UCharIntervalVector_back", _wrap_UCharIntervalVector_back, METH_O, NULL},
{ "UCharIntervalVector_assign", _wrap_UCharIntervalVector_assign, METH_VARARGS, NULL},
{ "UCharIntervalVector_resize", _wrap_UCharIntervalVector_resize, METH_VARARGS, NULL},
{ "UCharIntervalVector_insert", _wrap_UCharIntervalVector_insert, METH_VARARGS, NULL},
{ "UCharIntervalVector_reserve", _wrap_UCharIntervalVector_reserve, METH_VARARGS, NULL},
{ "UCharIntervalVector_capacity", _wrap_UCharIntervalVector_capacity, METH_O, NULL},
{ "delete_UCharIntervalVector", _wrap_delete_UCharIntervalVector, METH_O, NULL},
{ "UCharIntervalVector_swigregister", UCharIntervalVector_swigregister, METH_O, NULL},
{ "UCharIntervalVector_swiginit", UCharIntervalVector_swiginit, METH_VARARGS, NULL},
{ "new_UCharBoxND", _wrap_new_UCharBoxND, METH_VARARGS, NULL},
{ "UCharBoxND_dim", _wrap_UCharBoxND_dim, METH_O, NULL},
{ "UCharBoxND_volume", _wrap_UCharBoxND_volume, METH_O, NULL},
{ "UCharBoxND___imul__", _wrap_UCharBoxND___imul__, METH_VARARGS, NULL},
{ "UCharBoxND___itruediv__", _wrap_UCharBoxND___itruediv__, METH_VARARGS, NULL},
{ "UCharBoxND_expand", _wrap_UCharBoxND_expand, METH_VARARGS, NULL},
{ "UCharBoxND_moveToOrigin", _wrap_UCharBoxND_moveToOrigin, METH_O, NULL},
{ "UCharBoxND_overlapVolume", _wrap_UCharBoxND_overlapVolume, METH_VARARGS, NULL},
{ "UCharBoxND_overlapFraction", _wrap_UCharBoxND_overlapFraction, METH_VARARGS, NULL},
{ "UCharBoxND_getLowerCorner", _wrap_UCharBoxND_getLowerCorner, METH_VARARGS, NULL},
{ "UCharBoxND_lowerCorner", _wrap_UCharBoxND_lowerCorner, METH_O, NULL},
{ "UCharBoxND_getUpperCorner", _wrap_UCharBoxND_getUpperCorner, METH_VARARGS, NULL},
{ "UCharBoxND_upperCorner", _wrap_UCharBoxND_upperCorner, METH_O, NULL},
{ "UCharBoxND_lengths", _wrap_UCharBoxND_lengths, METH_O, NULL},
{ "UCharBoxND_midpoint", _wrap_UCharBoxND_midpoint, METH_O, NULL},
{ "UCharBoxND_unitBox", _wrap_UCharBoxND_unitBox, METH_O, NULL},
{ "UCharBoxND_sizeTwoBox", _wrap_UCharBoxND_sizeTwoBox, METH_O, NULL},
{ "UCharBoxND_allSpace", _wrap_UCharBoxND_allSpace, METH_O, NULL},
{ "UCharBoxND_classId", _wrap_UCharBoxND_classId, METH_O, NULL},
{ "UCharBoxND_write", _wrap_UCharBoxND_write, METH_VARARGS, NULL},
{ "UCharBoxND_classname", _wrap_UCharBoxND_classname, METH_NOARGS, NULL},
{ "UCharBoxND_version", _wrap_UCharBoxND_version, METH_NOARGS, NULL},
{ "UCharBoxND_restore", _wrap_UCharBoxND_restore, METH_VARARGS, NULL},
{ "delete_UCharBoxND", _wrap_delete_UCharBoxND, METH_O, NULL},
{ "UCharBoxND_swigregister", UCharBoxND_swigregister, METH_O, NULL},
{ "UCharBoxND_swiginit", UCharBoxND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_UCharBoxND", _wrap_new_ArchiveRecord_UCharBoxND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_UCharBoxND", _wrap_delete_ArchiveRecord_UCharBoxND, METH_O, NULL},
{ "ArchiveRecord_UCharBoxND_swigregister", ArchiveRecord_UCharBoxND_swigregister, METH_O, NULL},
{ "ArchiveRecord_UCharBoxND_swiginit", ArchiveRecord_UCharBoxND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_UCharBoxND", _wrap_new_Ref_UCharBoxND, METH_VARARGS, NULL},
{ "Ref_UCharBoxND_restore", _wrap_Ref_UCharBoxND_restore, METH_VARARGS, NULL},
{ "Ref_UCharBoxND_retrieve", _wrap_Ref_UCharBoxND_retrieve, METH_VARARGS, NULL},
{ "Ref_UCharBoxND_getValue", _wrap_Ref_UCharBoxND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UCharBoxND", _wrap_delete_Ref_UCharBoxND, METH_O, NULL},
{ "Ref_UCharBoxND_swigregister", Ref_UCharBoxND_swigregister, METH_O, NULL},
{ "Ref_UCharBoxND_swiginit", Ref_UCharBoxND_swiginit, METH_VARARGS, NULL},
{ "new_IntBoxND", _wrap_new_IntBoxND, METH_VARARGS, NULL},
{ "IntBoxND_dim", _wrap_IntBoxND_dim, METH_O, NULL},
{ "IntBoxND_volume", _wrap_IntBoxND_volume, METH_O, NULL},
{ "IntBoxND___imul__", _wrap_IntBoxND___imul__, METH_VARARGS, NULL},
{ "IntBoxND___itruediv__", _wrap_IntBoxND___itruediv__, METH_VARARGS, NULL},
{ "IntBoxND_expand", _wrap_IntBoxND_expand, METH_VARARGS, NULL},
{ "IntBoxND_moveToOrigin", _wrap_IntBoxND_moveToOrigin, METH_O, NULL},
{ "IntBoxND_overlapVolume", _wrap_IntBoxND_overlapVolume, METH_VARARGS, NULL},
{ "IntBoxND_overlapFraction", _wrap_IntBoxND_overlapFraction, METH_VARARGS, NULL},
{ "IntBoxND_getLowerCorner", _wrap_IntBoxND_getLowerCorner, METH_VARARGS, NULL},
{ "IntBoxND_lowerCorner", _wrap_IntBoxND_lowerCorner, METH_O, NULL},
{ "IntBoxND_getUpperCorner", _wrap_IntBoxND_getUpperCorner, METH_VARARGS, NULL},
{ "IntBoxND_upperCorner", _wrap_IntBoxND_upperCorner, METH_O, NULL},
{ "IntBoxND_lengths", _wrap_IntBoxND_lengths, METH_O, NULL},
{ "IntBoxND_midpoint", _wrap_IntBoxND_midpoint, METH_O, NULL},
{ "IntBoxND_unitBox", _wrap_IntBoxND_unitBox, METH_O, NULL},
{ "IntBoxND_sizeTwoBox", _wrap_IntBoxND_sizeTwoBox, METH_O, NULL},
{ "IntBoxND_allSpace", _wrap_IntBoxND_allSpace, METH_O, NULL},
{ "IntBoxND_classId", _wrap_IntBoxND_classId, METH_O, NULL},
{ "IntBoxND_write", _wrap_IntBoxND_write, METH_VARARGS, NULL},
{ "IntBoxND_classname", _wrap_IntBoxND_classname, METH_NOARGS, NULL},
{ "IntBoxND_version", _wrap_IntBoxND_version, METH_NOARGS, NULL},
{ "IntBoxND_restore", _wrap_IntBoxND_restore, METH_VARARGS, NULL},
{ "delete_IntBoxND", _wrap_delete_IntBoxND, METH_O, NULL},
{ "IntBoxND_swigregister", IntBoxND_swigregister, METH_O, NULL},
{ "IntBoxND_swiginit", IntBoxND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_IntBoxND", _wrap_new_ArchiveRecord_IntBoxND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_IntBoxND", _wrap_delete_ArchiveRecord_IntBoxND, METH_O, NULL},
{ "ArchiveRecord_IntBoxND_swigregister", ArchiveRecord_IntBoxND_swigregister, METH_O, NULL},
{ "ArchiveRecord_IntBoxND_swiginit", ArchiveRecord_IntBoxND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_IntBoxND", _wrap_new_Ref_IntBoxND, METH_VARARGS, NULL},
{ "Ref_IntBoxND_restore", _wrap_Ref_IntBoxND_restore, METH_VARARGS, NULL},
{ "Ref_IntBoxND_retrieve", _wrap_Ref_IntBoxND_retrieve, METH_VARARGS, NULL},
{ "Ref_IntBoxND_getValue", _wrap_Ref_IntBoxND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_IntBoxND", _wrap_delete_Ref_IntBoxND, METH_O, NULL},
{ "Ref_IntBoxND_swigregister", Ref_IntBoxND_swigregister, METH_O, NULL},
{ "Ref_IntBoxND_swiginit", Ref_IntBoxND_swiginit, METH_VARARGS, NULL},
{ "new_LongBoxND", _wrap_new_LongBoxND, METH_VARARGS, NULL},
{ "LongBoxND_dim", _wrap_LongBoxND_dim, METH_O, NULL},
{ "LongBoxND_volume", _wrap_LongBoxND_volume, METH_O, NULL},
{ "LongBoxND___imul__", _wrap_LongBoxND___imul__, METH_VARARGS, NULL},
{ "LongBoxND___itruediv__", _wrap_LongBoxND___itruediv__, METH_VARARGS, NULL},
{ "LongBoxND_expand", _wrap_LongBoxND_expand, METH_VARARGS, NULL},
{ "LongBoxND_moveToOrigin", _wrap_LongBoxND_moveToOrigin, METH_O, NULL},
{ "LongBoxND_overlapVolume", _wrap_LongBoxND_overlapVolume, METH_VARARGS, NULL},
{ "LongBoxND_overlapFraction", _wrap_LongBoxND_overlapFraction, METH_VARARGS, NULL},
{ "LongBoxND_getLowerCorner", _wrap_LongBoxND_getLowerCorner, METH_VARARGS, NULL},
{ "LongBoxND_lowerCorner", _wrap_LongBoxND_lowerCorner, METH_O, NULL},
{ "LongBoxND_getUpperCorner", _wrap_LongBoxND_getUpperCorner, METH_VARARGS, NULL},
{ "LongBoxND_upperCorner", _wrap_LongBoxND_upperCorner, METH_O, NULL},
{ "LongBoxND_lengths", _wrap_LongBoxND_lengths, METH_O, NULL},
{ "LongBoxND_midpoint", _wrap_LongBoxND_midpoint, METH_O, NULL},
{ "LongBoxND_unitBox", _wrap_LongBoxND_unitBox, METH_O, NULL},
{ "LongBoxND_sizeTwoBox", _wrap_LongBoxND_sizeTwoBox, METH_O, NULL},
{ "LongBoxND_allSpace", _wrap_LongBoxND_allSpace, METH_O, NULL},
{ "LongBoxND_classId", _wrap_LongBoxND_classId, METH_O, NULL},
{ "LongBoxND_write", _wrap_LongBoxND_write, METH_VARARGS, NULL},
{ "LongBoxND_classname", _wrap_LongBoxND_classname, METH_NOARGS, NULL},
{ "LongBoxND_version", _wrap_LongBoxND_version, METH_NOARGS, NULL},
{ "LongBoxND_restore", _wrap_LongBoxND_restore, METH_VARARGS, NULL},
{ "delete_LongBoxND", _wrap_delete_LongBoxND, METH_O, NULL},
{ "LongBoxND_swigregister", LongBoxND_swigregister, METH_O, NULL},
{ "LongBoxND_swiginit", LongBoxND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LongBoxND", _wrap_new_ArchiveRecord_LongBoxND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LongBoxND", _wrap_delete_ArchiveRecord_LongBoxND, METH_O, NULL},
{ "ArchiveRecord_LongBoxND_swigregister", ArchiveRecord_LongBoxND_swigregister, METH_O, NULL},
{ "ArchiveRecord_LongBoxND_swiginit", ArchiveRecord_LongBoxND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LongBoxND", _wrap_new_Ref_LongBoxND, METH_VARARGS, NULL},
{ "Ref_LongBoxND_restore", _wrap_Ref_LongBoxND_restore, METH_VARARGS, NULL},
{ "Ref_LongBoxND_retrieve", _wrap_Ref_LongBoxND_retrieve, METH_VARARGS, NULL},
{ "Ref_LongBoxND_getValue", _wrap_Ref_LongBoxND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LongBoxND", _wrap_delete_Ref_LongBoxND, METH_O, NULL},
{ "Ref_LongBoxND_swigregister", Ref_LongBoxND_swigregister, METH_O, NULL},
{ "Ref_LongBoxND_swiginit", Ref_LongBoxND_swiginit, METH_VARARGS, NULL},
{ "new_FloatBoxND", _wrap_new_FloatBoxND, METH_VARARGS, NULL},
{ "FloatBoxND_dim", _wrap_FloatBoxND_dim, METH_O, NULL},
{ "FloatBoxND_volume", _wrap_FloatBoxND_volume, METH_O, NULL},
{ "FloatBoxND___imul__", _wrap_FloatBoxND___imul__, METH_VARARGS, NULL},
{ "FloatBoxND___itruediv__", _wrap_FloatBoxND___itruediv__, METH_VARARGS, NULL},
{ "FloatBoxND_expand", _wrap_FloatBoxND_expand, METH_VARARGS, NULL},
{ "FloatBoxND_moveToOrigin", _wrap_FloatBoxND_moveToOrigin, METH_O, NULL},
{ "FloatBoxND_overlapVolume", _wrap_FloatBoxND_overlapVolume, METH_VARARGS, NULL},
{ "FloatBoxND_overlapFraction", _wrap_FloatBoxND_overlapFraction, METH_VARARGS, NULL},
{ "FloatBoxND_getLowerCorner", _wrap_FloatBoxND_getLowerCorner, METH_VARARGS, NULL},
{ "FloatBoxND_lowerCorner", _wrap_FloatBoxND_lowerCorner, METH_O, NULL},
{ "FloatBoxND_getUpperCorner", _wrap_FloatBoxND_getUpperCorner, METH_VARARGS, NULL},
{ "FloatBoxND_upperCorner", _wrap_FloatBoxND_upperCorner, METH_O, NULL},
{ "FloatBoxND_lengths", _wrap_FloatBoxND_lengths, METH_O, NULL},
{ "FloatBoxND_midpoint", _wrap_FloatBoxND_midpoint, METH_O, NULL},
{ "FloatBoxND_unitBox", _wrap_FloatBoxND_unitBox, METH_O, NULL},
{ "FloatBoxND_sizeTwoBox", _wrap_FloatBoxND_sizeTwoBox, METH_O, NULL},
{ "FloatBoxND_allSpace", _wrap_FloatBoxND_allSpace, METH_O, NULL},
{ "FloatBoxND_classId", _wrap_FloatBoxND_classId, METH_O, NULL},
{ "FloatBoxND_write", _wrap_FloatBoxND_write, METH_VARARGS, NULL},
{ "FloatBoxND_classname", _wrap_FloatBoxND_classname, METH_NOARGS, NULL},
{ "FloatBoxND_version", _wrap_FloatBoxND_version, METH_NOARGS, NULL},
{ "FloatBoxND_restore", _wrap_FloatBoxND_restore, METH_VARARGS, NULL},
{ "delete_FloatBoxND", _wrap_delete_FloatBoxND, METH_O, NULL},
{ "FloatBoxND_swigregister", FloatBoxND_swigregister, METH_O, NULL},
{ "FloatBoxND_swiginit", FloatBoxND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FloatBoxND", _wrap_new_ArchiveRecord_FloatBoxND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FloatBoxND", _wrap_delete_ArchiveRecord_FloatBoxND, METH_O, NULL},
{ "ArchiveRecord_FloatBoxND_swigregister", ArchiveRecord_FloatBoxND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FloatBoxND_swiginit", ArchiveRecord_FloatBoxND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatBoxND", _wrap_new_Ref_FloatBoxND, METH_VARARGS, NULL},
{ "Ref_FloatBoxND_restore", _wrap_Ref_FloatBoxND_restore, METH_VARARGS, NULL},
{ "Ref_FloatBoxND_retrieve", _wrap_Ref_FloatBoxND_retrieve, METH_VARARGS, NULL},
{ "Ref_FloatBoxND_getValue", _wrap_Ref_FloatBoxND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_FloatBoxND", _wrap_delete_Ref_FloatBoxND, METH_O, NULL},
{ "Ref_FloatBoxND_swigregister", Ref_FloatBoxND_swigregister, METH_O, NULL},
{ "Ref_FloatBoxND_swiginit", Ref_FloatBoxND_swiginit, METH_VARARGS, NULL},
{ "new_DoubleBoxND", _wrap_new_DoubleBoxND, METH_VARARGS, NULL},
{ "DoubleBoxND_dim", _wrap_DoubleBoxND_dim, METH_O, NULL},
{ "DoubleBoxND_volume", _wrap_DoubleBoxND_volume, METH_O, NULL},
{ "DoubleBoxND___imul__", _wrap_DoubleBoxND___imul__, METH_VARARGS, NULL},
{ "DoubleBoxND___itruediv__", _wrap_DoubleBoxND___itruediv__, METH_VARARGS, NULL},
{ "DoubleBoxND_expand", _wrap_DoubleBoxND_expand, METH_VARARGS, NULL},
{ "DoubleBoxND_moveToOrigin", _wrap_DoubleBoxND_moveToOrigin, METH_O, NULL},
{ "DoubleBoxND_overlapVolume", _wrap_DoubleBoxND_overlapVolume, METH_VARARGS, NULL},
{ "DoubleBoxND_overlapFraction", _wrap_DoubleBoxND_overlapFraction, METH_VARARGS, NULL},
{ "DoubleBoxND_getLowerCorner", _wrap_DoubleBoxND_getLowerCorner, METH_VARARGS, NULL},
{ "DoubleBoxND_lowerCorner", _wrap_DoubleBoxND_lowerCorner, METH_O, NULL},
{ "DoubleBoxND_getUpperCorner", _wrap_DoubleBoxND_getUpperCorner, METH_VARARGS, NULL},
{ "DoubleBoxND_upperCorner", _wrap_DoubleBoxND_upperCorner, METH_O, NULL},
{ "DoubleBoxND_lengths", _wrap_DoubleBoxND_lengths, METH_O, NULL},
{ "DoubleBoxND_midpoint", _wrap_DoubleBoxND_midpoint, METH_O, NULL},
{ "DoubleBoxND_unitBox", _wrap_DoubleBoxND_unitBox, METH_O, NULL},
{ "DoubleBoxND_sizeTwoBox", _wrap_DoubleBoxND_sizeTwoBox, METH_O, NULL},
{ "DoubleBoxND_allSpace", _wrap_DoubleBoxND_allSpace, METH_O, NULL},
{ "DoubleBoxND_classId", _wrap_DoubleBoxND_classId, METH_O, NULL},
{ "DoubleBoxND_write", _wrap_DoubleBoxND_write, METH_VARARGS, NULL},
{ "DoubleBoxND_classname", _wrap_DoubleBoxND_classname, METH_NOARGS, NULL},
{ "DoubleBoxND_version", _wrap_DoubleBoxND_version, METH_NOARGS, NULL},
{ "DoubleBoxND_restore", _wrap_DoubleBoxND_restore, METH_VARARGS, NULL},
{ "delete_DoubleBoxND", _wrap_delete_DoubleBoxND, METH_O, NULL},
{ "DoubleBoxND_swigregister", DoubleBoxND_swigregister, METH_O, NULL},
{ "DoubleBoxND_swiginit", DoubleBoxND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DoubleBoxND", _wrap_new_ArchiveRecord_DoubleBoxND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DoubleBoxND", _wrap_delete_ArchiveRecord_DoubleBoxND, METH_O, NULL},
{ "ArchiveRecord_DoubleBoxND_swigregister", ArchiveRecord_DoubleBoxND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DoubleBoxND_swiginit", ArchiveRecord_DoubleBoxND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleBoxND", _wrap_new_Ref_DoubleBoxND, METH_VARARGS, NULL},
{ "Ref_DoubleBoxND_restore", _wrap_Ref_DoubleBoxND_restore, METH_VARARGS, NULL},
{ "Ref_DoubleBoxND_retrieve", _wrap_Ref_DoubleBoxND_retrieve, METH_VARARGS, NULL},
{ "Ref_DoubleBoxND_getValue", _wrap_Ref_DoubleBoxND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DoubleBoxND", _wrap_delete_Ref_DoubleBoxND, METH_O, NULL},
{ "Ref_DoubleBoxND_swigregister", Ref_DoubleBoxND_swigregister, METH_O, NULL},
{ "Ref_DoubleBoxND_swiginit", Ref_DoubleBoxND_swiginit, METH_VARARGS, NULL},
{ "new_UIntBoxND", _wrap_new_UIntBoxND, METH_VARARGS, NULL},
{ "UIntBoxND_dim", _wrap_UIntBoxND_dim, METH_O, NULL},
{ "UIntBoxND_volume", _wrap_UIntBoxND_volume, METH_O, NULL},
{ "UIntBoxND___imul__", _wrap_UIntBoxND___imul__, METH_VARARGS, NULL},
{ "UIntBoxND___itruediv__", _wrap_UIntBoxND___itruediv__, METH_VARARGS, NULL},
{ "UIntBoxND_expand", _wrap_UIntBoxND_expand, METH_VARARGS, NULL},
{ "UIntBoxND_moveToOrigin", _wrap_UIntBoxND_moveToOrigin, METH_O, NULL},
{ "UIntBoxND_overlapVolume", _wrap_UIntBoxND_overlapVolume, METH_VARARGS, NULL},
{ "UIntBoxND_overlapFraction", _wrap_UIntBoxND_overlapFraction, METH_VARARGS, NULL},
{ "UIntBoxND_getLowerCorner", _wrap_UIntBoxND_getLowerCorner, METH_VARARGS, NULL},
{ "UIntBoxND_lowerCorner", _wrap_UIntBoxND_lowerCorner, METH_O, NULL},
{ "UIntBoxND_getUpperCorner", _wrap_UIntBoxND_getUpperCorner, METH_VARARGS, NULL},
{ "UIntBoxND_upperCorner", _wrap_UIntBoxND_upperCorner, METH_O, NULL},
{ "UIntBoxND_lengths", _wrap_UIntBoxND_lengths, METH_O, NULL},
{ "UIntBoxND_midpoint", _wrap_UIntBoxND_midpoint, METH_O, NULL},
{ "UIntBoxND_unitBox", _wrap_UIntBoxND_unitBox, METH_O, NULL},
{ "UIntBoxND_sizeTwoBox", _wrap_UIntBoxND_sizeTwoBox, METH_O, NULL},
{ "UIntBoxND_allSpace", _wrap_UIntBoxND_allSpace, METH_O, NULL},
{ "UIntBoxND_classId", _wrap_UIntBoxND_classId, METH_O, NULL},
{ "UIntBoxND_write", _wrap_UIntBoxND_write, METH_VARARGS, NULL},
{ "UIntBoxND_classname", _wrap_UIntBoxND_classname, METH_NOARGS, NULL},
{ "UIntBoxND_version", _wrap_UIntBoxND_version, METH_NOARGS, NULL},
{ "UIntBoxND_restore", _wrap_UIntBoxND_restore, METH_VARARGS, NULL},
{ "delete_UIntBoxND", _wrap_delete_UIntBoxND, METH_O, NULL},
{ "UIntBoxND_swigregister", UIntBoxND_swigregister, METH_O, NULL},
{ "UIntBoxND_swiginit", UIntBoxND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_UIntBoxND", _wrap_new_ArchiveRecord_UIntBoxND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_UIntBoxND", _wrap_delete_ArchiveRecord_UIntBoxND, METH_O, NULL},
{ "ArchiveRecord_UIntBoxND_swigregister", ArchiveRecord_UIntBoxND_swigregister, METH_O, NULL},
{ "ArchiveRecord_UIntBoxND_swiginit", ArchiveRecord_UIntBoxND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_UIntBoxND", _wrap_new_Ref_UIntBoxND, METH_VARARGS, NULL},
{ "Ref_UIntBoxND_restore", _wrap_Ref_UIntBoxND_restore, METH_VARARGS, NULL},
{ "Ref_UIntBoxND_retrieve", _wrap_Ref_UIntBoxND_retrieve, METH_VARARGS, NULL},
{ "Ref_UIntBoxND_getValue", _wrap_Ref_UIntBoxND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UIntBoxND", _wrap_delete_Ref_UIntBoxND, METH_O, NULL},
{ "Ref_UIntBoxND_swigregister", Ref_UIntBoxND_swigregister, METH_O, NULL},
{ "Ref_UIntBoxND_swiginit", Ref_UIntBoxND_swiginit, METH_VARARGS, NULL},
{ "new_ArrayRange", _wrap_new_ArrayRange, METH_VARARGS, NULL},
{ "ArrayRange_shape", _wrap_ArrayRange_shape, METH_O, NULL},
{ "ArrayRange_isCompatible", _wrap_ArrayRange_isCompatible, METH_VARARGS, NULL},
{ "ArrayRange_rangeSize", _wrap_ArrayRange_rangeSize, METH_O, NULL},
{ "ArrayRange___lt__", _wrap_ArrayRange___lt__, METH_VARARGS, NULL},
{ "ArrayRange_stripOuterLayer", _wrap_ArrayRange_stripOuterLayer, METH_O, NULL},
{ "ArrayRange_lowerLimits", _wrap_ArrayRange_lowerLimits, METH_VARARGS, NULL},
{ "ArrayRange_upperLimits", _wrap_ArrayRange_upperLimits, METH_VARARGS, NULL},
{ "ArrayRange_rangeLength", _wrap_ArrayRange_rangeLength, METH_VARARGS, NULL},
{ "ArrayRange_classId", _wrap_ArrayRange_classId, METH_O, NULL},
{ "ArrayRange_write", _wrap_ArrayRange_write, METH_VARARGS, NULL},
{ "ArrayRange_classname", _wrap_ArrayRange_classname, METH_NOARGS, NULL},
{ "ArrayRange_version", _wrap_ArrayRange_version, METH_NOARGS, NULL},
{ "ArrayRange_restore", _wrap_ArrayRange_restore, METH_VARARGS, NULL},
{ "delete_ArrayRange", _wrap_delete_ArrayRange, METH_O, NULL},
{ "ArrayRange_swigregister", ArrayRange_swigregister, METH_O, NULL},
{ "ArrayRange_swiginit", ArrayRange_swiginit, METH_VARARGS, NULL},
{ "new_LinearMapper1d", _wrap_new_LinearMapper1d, METH_VARARGS, NULL},
{ "LinearMapper1d___call__", _wrap_LinearMapper1d___call__, METH_VARARGS, NULL},
{ "LinearMapper1d_a", _wrap_LinearMapper1d_a, METH_O, NULL},
{ "LinearMapper1d_b", _wrap_LinearMapper1d_b, METH_O, NULL},
{ "LinearMapper1d_inverse", _wrap_LinearMapper1d_inverse, METH_O, NULL},
{ "LinearMapper1d___mul__", _wrap_LinearMapper1d___mul__, METH_VARARGS, NULL},
{ "delete_LinearMapper1d", _wrap_delete_LinearMapper1d, METH_O, NULL},
{ "LinearMapper1d_swigregister", LinearMapper1d_swigregister, METH_O, NULL},
{ "LinearMapper1d_swiginit", LinearMapper1d_swiginit, METH_VARARGS, NULL},
{ "LinearMapper1dVector_iterator", _wrap_LinearMapper1dVector_iterator, METH_O, NULL},
{ "LinearMapper1dVector___nonzero__", _wrap_LinearMapper1dVector___nonzero__, METH_O, NULL},
{ "LinearMapper1dVector___bool__", _wrap_LinearMapper1dVector___bool__, METH_O, NULL},
{ "LinearMapper1dVector___len__", _wrap_LinearMapper1dVector___len__, METH_O, NULL},
{ "LinearMapper1dVector___getslice__", _wrap_LinearMapper1dVector___getslice__, METH_VARARGS, NULL},
{ "LinearMapper1dVector___setslice__", _wrap_LinearMapper1dVector___setslice__, METH_VARARGS, NULL},
{ "LinearMapper1dVector___delslice__", _wrap_LinearMapper1dVector___delslice__, METH_VARARGS, NULL},
{ "LinearMapper1dVector___delitem__", _wrap_LinearMapper1dVector___delitem__, METH_VARARGS, NULL},
{ "LinearMapper1dVector___getitem__", _wrap_LinearMapper1dVector___getitem__, METH_VARARGS, NULL},
{ "LinearMapper1dVector___setitem__", _wrap_LinearMapper1dVector___setitem__, METH_VARARGS, NULL},
{ "LinearMapper1dVector_pop", _wrap_LinearMapper1dVector_pop, METH_O, NULL},
{ "LinearMapper1dVector_append", _wrap_LinearMapper1dVector_append, METH_VARARGS, NULL},
{ "LinearMapper1dVector_empty", _wrap_LinearMapper1dVector_empty, METH_O, NULL},
{ "LinearMapper1dVector_size", _wrap_LinearMapper1dVector_size, METH_O, NULL},
{ "LinearMapper1dVector_swap", _wrap_LinearMapper1dVector_swap, METH_VARARGS, NULL},
{ "LinearMapper1dVector_begin", _wrap_LinearMapper1dVector_begin, METH_O, NULL},
{ "LinearMapper1dVector_end", _wrap_LinearMapper1dVector_end, METH_O, NULL},
{ "LinearMapper1dVector_rbegin", _wrap_LinearMapper1dVector_rbegin, METH_O, NULL},
{ "LinearMapper1dVector_rend", _wrap_LinearMapper1dVector_rend, METH_O, NULL},
{ "LinearMapper1dVector_clear", _wrap_LinearMapper1dVector_clear, METH_O, NULL},
{ "LinearMapper1dVector_get_allocator", _wrap_LinearMapper1dVector_get_allocator, METH_O, NULL},
{ "LinearMapper1dVector_pop_back", _wrap_LinearMapper1dVector_pop_back, METH_O, NULL},
{ "LinearMapper1dVector_erase", _wrap_LinearMapper1dVector_erase, METH_VARARGS, NULL},
{ "new_LinearMapper1dVector", _wrap_new_LinearMapper1dVector, METH_VARARGS, NULL},
{ "LinearMapper1dVector_push_back", _wrap_LinearMapper1dVector_push_back, METH_VARARGS, NULL},
{ "LinearMapper1dVector_front", _wrap_LinearMapper1dVector_front, METH_O, NULL},
{ "LinearMapper1dVector_back", _wrap_LinearMapper1dVector_back, METH_O, NULL},
{ "LinearMapper1dVector_assign", _wrap_LinearMapper1dVector_assign, METH_VARARGS, NULL},
{ "LinearMapper1dVector_resize", _wrap_LinearMapper1dVector_resize, METH_VARARGS, NULL},
{ "LinearMapper1dVector_insert", _wrap_LinearMapper1dVector_insert, METH_VARARGS, NULL},
{ "LinearMapper1dVector_reserve", _wrap_LinearMapper1dVector_reserve, METH_VARARGS, NULL},
{ "LinearMapper1dVector_capacity", _wrap_LinearMapper1dVector_capacity, METH_O, NULL},
{ "delete_LinearMapper1dVector", _wrap_delete_LinearMapper1dVector, METH_O, NULL},
{ "LinearMapper1dVector_swigregister", LinearMapper1dVector_swigregister, METH_O, NULL},
{ "LinearMapper1dVector_swiginit", LinearMapper1dVector_swiginit, METH_VARARGS, NULL},
{ "new_CircularMapper1d", _wrap_new_CircularMapper1d, METH_VARARGS, NULL},
{ "CircularMapper1d___call__", _wrap_CircularMapper1d___call__, METH_VARARGS, NULL},
{ "CircularMapper1d_a", _wrap_CircularMapper1d_a, METH_O, NULL},
{ "CircularMapper1d_b", _wrap_CircularMapper1d_b, METH_O, NULL},
{ "CircularMapper1d_period", _wrap_CircularMapper1d_period, METH_O, NULL},
{ "CircularMapper1d_linearMapper", _wrap_CircularMapper1d_linearMapper, METH_O, NULL},
{ "delete_CircularMapper1d", _wrap_delete_CircularMapper1d, METH_O, NULL},
{ "CircularMapper1d_swigregister", CircularMapper1d_swigregister, METH_O, NULL},
{ "CircularMapper1d_swiginit", CircularMapper1d_swiginit, METH_VARARGS, NULL},
{ "CircularMapper1dVector_iterator", _wrap_CircularMapper1dVector_iterator, METH_O, NULL},
{ "CircularMapper1dVector___nonzero__", _wrap_CircularMapper1dVector___nonzero__, METH_O, NULL},
{ "CircularMapper1dVector___bool__", _wrap_CircularMapper1dVector___bool__, METH_O, NULL},
{ "CircularMapper1dVector___len__", _wrap_CircularMapper1dVector___len__, METH_O, NULL},
{ "CircularMapper1dVector___getslice__", _wrap_CircularMapper1dVector___getslice__, METH_VARARGS, NULL},
{ "CircularMapper1dVector___setslice__", _wrap_CircularMapper1dVector___setslice__, METH_VARARGS, NULL},
{ "CircularMapper1dVector___delslice__", _wrap_CircularMapper1dVector___delslice__, METH_VARARGS, NULL},
{ "CircularMapper1dVector___delitem__", _wrap_CircularMapper1dVector___delitem__, METH_VARARGS, NULL},
{ "CircularMapper1dVector___getitem__", _wrap_CircularMapper1dVector___getitem__, METH_VARARGS, NULL},
{ "CircularMapper1dVector___setitem__", _wrap_CircularMapper1dVector___setitem__, METH_VARARGS, NULL},
{ "CircularMapper1dVector_pop", _wrap_CircularMapper1dVector_pop, METH_O, NULL},
{ "CircularMapper1dVector_append", _wrap_CircularMapper1dVector_append, METH_VARARGS, NULL},
{ "CircularMapper1dVector_empty", _wrap_CircularMapper1dVector_empty, METH_O, NULL},
{ "CircularMapper1dVector_size", _wrap_CircularMapper1dVector_size, METH_O, NULL},
{ "CircularMapper1dVector_swap", _wrap_CircularMapper1dVector_swap, METH_VARARGS, NULL},
{ "CircularMapper1dVector_begin", _wrap_CircularMapper1dVector_begin, METH_O, NULL},
{ "CircularMapper1dVector_end", _wrap_CircularMapper1dVector_end, METH_O, NULL},
{ "CircularMapper1dVector_rbegin", _wrap_CircularMapper1dVector_rbegin, METH_O, NULL},
{ "CircularMapper1dVector_rend", _wrap_CircularMapper1dVector_rend, METH_O, NULL},
{ "CircularMapper1dVector_clear", _wrap_CircularMapper1dVector_clear, METH_O, NULL},
{ "CircularMapper1dVector_get_allocator", _wrap_CircularMapper1dVector_get_allocator, METH_O, NULL},
{ "CircularMapper1dVector_pop_back", _wrap_CircularMapper1dVector_pop_back, METH_O, NULL},
{ "CircularMapper1dVector_erase", _wrap_CircularMapper1dVector_erase, METH_VARARGS, NULL},
{ "new_CircularMapper1dVector", _wrap_new_CircularMapper1dVector, METH_VARARGS, NULL},
{ "CircularMapper1dVector_push_back", _wrap_CircularMapper1dVector_push_back, METH_VARARGS, NULL},
{ "CircularMapper1dVector_front", _wrap_CircularMapper1dVector_front, METH_O, NULL},
{ "CircularMapper1dVector_back", _wrap_CircularMapper1dVector_back, METH_O, NULL},
{ "CircularMapper1dVector_assign", _wrap_CircularMapper1dVector_assign, METH_VARARGS, NULL},
{ "CircularMapper1dVector_resize", _wrap_CircularMapper1dVector_resize, METH_VARARGS, NULL},
{ "CircularMapper1dVector_insert", _wrap_CircularMapper1dVector_insert, METH_VARARGS, NULL},
{ "CircularMapper1dVector_reserve", _wrap_CircularMapper1dVector_reserve, METH_VARARGS, NULL},
{ "CircularMapper1dVector_capacity", _wrap_CircularMapper1dVector_capacity, METH_O, NULL},
{ "delete_CircularMapper1dVector", _wrap_delete_CircularMapper1dVector, METH_O, NULL},
{ "CircularMapper1dVector_swigregister", CircularMapper1dVector_swigregister, METH_O, NULL},
{ "CircularMapper1dVector_swiginit", CircularMapper1dVector_swiginit, METH_VARARGS, NULL},
{ "binomialCoefficient", _wrap_binomialCoefficient, METH_VARARGS, NULL},
{ "ldBinomialCoefficient", _wrap_ldBinomialCoefficient, METH_VARARGS, NULL},
{ "findRootInLogSpace", _wrap_findRootInLogSpace, METH_VARARGS, NULL},
{ "parseOrthoPolyMethod", _wrap_parseOrthoPolyMethod, METH_O, NULL},
{ "orthoPolyMethodName", _wrap_orthoPolyMethodName, METH_O, NULL},
{ "validOrthoPolyMethodNames", _wrap_validOrthoPolyMethodNames, METH_NOARGS, NULL},
{ "delete_StorablePolySeries1D", _wrap_delete_StorablePolySeries1D, METH_O, NULL},
{ "StorablePolySeries1D___call__", _wrap_StorablePolySeries1D___call__, METH_VARARGS, NULL},
{ "StorablePolySeries1D_xmin", _wrap_StorablePolySeries1D_xmin, METH_O, NULL},
{ "StorablePolySeries1D_xmax", _wrap_StorablePolySeries1D_xmax, METH_O, NULL},
{ "StorablePolySeries1D_maxDegCoeffs", _wrap_StorablePolySeries1D_maxDegCoeffs, METH_O, NULL},
{ "StorablePolySeries1D_getCoefficient", _wrap_StorablePolySeries1D_getCoefficient, METH_VARARGS, NULL},
{ "StorablePolySeries1D_maxDegPoly", _wrap_StorablePolySeries1D_maxDegPoly, METH_O, NULL},
{ "StorablePolySeries1D_getShift", _wrap_StorablePolySeries1D_getShift, METH_O, NULL},
{ "StorablePolySeries1D_poly", _wrap_StorablePolySeries1D_poly, METH_VARARGS, NULL},
{ "StorablePolySeries1D_series", _wrap_StorablePolySeries1D_series, METH_VARARGS, NULL},
{ "StorablePolySeries1D_integratePoly", _wrap_StorablePolySeries1D_integratePoly, METH_VARARGS, NULL},
{ "StorablePolySeries1D_setCoeffs", _wrap_StorablePolySeries1D_setCoeffs, METH_VARARGS, NULL},
{ "StorablePolySeries1D___eq__", _wrap_StorablePolySeries1D___eq__, METH_VARARGS, NULL},
{ "StorablePolySeries1D___ne__", _wrap_StorablePolySeries1D___ne__, METH_VARARGS, NULL},
{ "StorablePolySeries1D_classId", _wrap_StorablePolySeries1D_classId, METH_O, NULL},
{ "StorablePolySeries1D_write", _wrap_StorablePolySeries1D_write, METH_VARARGS, NULL},
{ "StorablePolySeries1D_classname", _wrap_StorablePolySeries1D_classname, METH_NOARGS, NULL},
{ "StorablePolySeries1D_version", _wrap_StorablePolySeries1D_version, METH_NOARGS, NULL},
{ "StorablePolySeries1D_read", _wrap_StorablePolySeries1D_read, METH_VARARGS, NULL},
{ "StorablePolySeries1D_swigregister", StorablePolySeries1D_swigregister, METH_O, NULL},
{ "new_ArchiveRecord_StorablePolySeries1D", _wrap_new_ArchiveRecord_StorablePolySeries1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StorablePolySeries1D", _wrap_delete_ArchiveRecord_StorablePolySeries1D, METH_O, NULL},
{ "ArchiveRecord_StorablePolySeries1D_swigregister", ArchiveRecord_StorablePolySeries1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_StorablePolySeries1D_swiginit", ArchiveRecord_StorablePolySeries1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_StorablePolySeries1D", _wrap_new_Ref_StorablePolySeries1D, METH_VARARGS, NULL},
{ "Ref_StorablePolySeries1D_restore", _wrap_Ref_StorablePolySeries1D_restore, METH_VARARGS, NULL},
{ "Ref_StorablePolySeries1D_retrieve", _wrap_Ref_StorablePolySeries1D_retrieve, METH_VARARGS, NULL},
{ "Ref_StorablePolySeries1D_getValue", _wrap_Ref_StorablePolySeries1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_StorablePolySeries1D", _wrap_delete_Ref_StorablePolySeries1D, METH_O, NULL},
{ "Ref_StorablePolySeries1D_swigregister", Ref_StorablePolySeries1D_swigregister, METH_O, NULL},
{ "Ref_StorablePolySeries1D_swiginit", Ref_StorablePolySeries1D_swiginit, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_maxDegree", _wrap_ContOrthoPoly1D_maxDegree, METH_O, NULL},
{ "ContOrthoPoly1D_measureLength", _wrap_ContOrthoPoly1D_measureLength, METH_O, NULL},
{ "ContOrthoPoly1D_weight", _wrap_ContOrthoPoly1D_weight, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_areAllWeightsEqual", _wrap_ContOrthoPoly1D_areAllWeightsEqual, METH_O, NULL},
{ "ContOrthoPoly1D_minCoordinate", _wrap_ContOrthoPoly1D_minCoordinate, METH_O, NULL},
{ "ContOrthoPoly1D_maxCoordinate", _wrap_ContOrthoPoly1D_maxCoordinate, METH_O, NULL},
{ "ContOrthoPoly1D_measure", _wrap_ContOrthoPoly1D_measure, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_coordinate", _wrap_ContOrthoPoly1D_coordinate, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_effectiveSampleSize", _wrap_ContOrthoPoly1D_effectiveSampleSize, METH_O, NULL},
{ "ContOrthoPoly1D_poly", _wrap_ContOrthoPoly1D_poly, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_polyPair", _wrap_ContOrthoPoly1D_polyPair, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_allpoly", _wrap_ContOrthoPoly1D_allpoly, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_weightCoeffs", _wrap_ContOrthoPoly1D_weightCoeffs, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_empiricalKroneckerCovariance", _wrap_ContOrthoPoly1D_empiricalKroneckerCovariance, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_recurrenceCoeffs", _wrap_ContOrthoPoly1D_recurrenceCoeffs, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_powerAverage", _wrap_ContOrthoPoly1D_powerAverage, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_jointPowerAverage", _wrap_ContOrthoPoly1D_jointPowerAverage, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_jointAverage", _wrap_ContOrthoPoly1D_jointAverage, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_cachedJointAverage", _wrap_ContOrthoPoly1D_cachedJointAverage, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_cov4", _wrap_ContOrthoPoly1D_cov4, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_cov6", _wrap_ContOrthoPoly1D_cov6, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_cov8", _wrap_ContOrthoPoly1D_cov8, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_covCov4", _wrap_ContOrthoPoly1D_covCov4, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_slowCov8", _wrap_ContOrthoPoly1D_slowCov8, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_epsExpectation", _wrap_ContOrthoPoly1D_epsExpectation, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_epsCovariance", _wrap_ContOrthoPoly1D_epsCovariance, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_epsCovarianceMatrix", _wrap_ContOrthoPoly1D_epsCovarianceMatrix, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_makeStorablePolySeries", _wrap_ContOrthoPoly1D_makeStorablePolySeries, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_sumOfWeights", _wrap_ContOrthoPoly1D_sumOfWeights, METH_O, NULL},
{ "ContOrthoPoly1D_sumOfWeightSquares", _wrap_ContOrthoPoly1D_sumOfWeightSquares, METH_O, NULL},
{ "ContOrthoPoly1D_meanCoordinate", _wrap_ContOrthoPoly1D_meanCoordinate, METH_O, NULL},
{ "ContOrthoPoly1D_empiricalKroneckerDelta", _wrap_ContOrthoPoly1D_empiricalKroneckerDelta, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_jacobiMatrix", _wrap_ContOrthoPoly1D_jacobiMatrix, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_integratePoly", _wrap_ContOrthoPoly1D_integratePoly, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_integrateTripleProduct", _wrap_ContOrthoPoly1D_integrateTripleProduct, METH_VARARGS, NULL},
{ "ContOrthoPoly1D_tripleProductMatrix", _wrap_ContOrthoPoly1D_tripleProductMatrix, METH_VARARGS, NULL},
{ "new_DoubleContOrthoPoly1D", _wrap_new_DoubleContOrthoPoly1D, METH_VARARGS, NULL},
{ "new_DoubleDoubleContOrthoPoly1D", _wrap_new_DoubleDoubleContOrthoPoly1D, METH_VARARGS, NULL},
{ "delete_ContOrthoPoly1D", _wrap_delete_ContOrthoPoly1D, METH_O, NULL},
{ "ContOrthoPoly1D_swigregister", ContOrthoPoly1D_swigregister, METH_O, NULL},
{ "delete_AbsClassicalOrthoPoly1D", _wrap_delete_AbsClassicalOrthoPoly1D, METH_O, NULL},
{ "AbsClassicalOrthoPoly1D_clone", _wrap_AbsClassicalOrthoPoly1D_clone, METH_O, NULL},
{ "AbsClassicalOrthoPoly1D_xmin", _wrap_AbsClassicalOrthoPoly1D_xmin, METH_O, NULL},
{ "AbsClassicalOrthoPoly1D_xmax", _wrap_AbsClassicalOrthoPoly1D_xmax, METH_O, NULL},
{ "AbsClassicalOrthoPoly1D_maxDegree", _wrap_AbsClassicalOrthoPoly1D_maxDegree, METH_O, NULL},
{ "AbsClassicalOrthoPoly1D_twopoly", _wrap_AbsClassicalOrthoPoly1D_twopoly, METH_VARARGS, NULL},
{ "AbsClassicalOrthoPoly1D_series", _wrap_AbsClassicalOrthoPoly1D_series, METH_VARARGS, NULL},
{ "AbsClassicalOrthoPoly1D_integrateSeries", _wrap_AbsClassicalOrthoPoly1D_integrateSeries, METH_VARARGS, NULL},
{ "AbsClassicalOrthoPoly1D_integratePoly", _wrap_AbsClassicalOrthoPoly1D_integratePoly, METH_VARARGS, NULL},
{ "AbsClassicalOrthoPoly1D_jointIntegral", _wrap_AbsClassicalOrthoPoly1D_jointIntegral, METH_VARARGS, NULL},
{ "AbsClassicalOrthoPoly1D_weight", _wrap_AbsClassicalOrthoPoly1D_weight, METH_VARARGS, NULL},
{ "AbsClassicalOrthoPoly1D_poly", _wrap_AbsClassicalOrthoPoly1D_poly, METH_VARARGS, NULL},
{ "AbsClassicalOrthoPoly1D_allpoly", _wrap_AbsClassicalOrthoPoly1D_allpoly, METH_VARARGS, NULL},
{ "AbsClassicalOrthoPoly1D_makeStorablePolySeries", _wrap_AbsClassicalOrthoPoly1D_makeStorablePolySeries, METH_VARARGS, NULL},
{ "AbsClassicalOrthoPoly1D_empiricalKroneckerDelta", _wrap_AbsClassicalOrthoPoly1D_empiricalKroneckerDelta, METH_VARARGS, NULL},
{ "AbsClassicalOrthoPoly1D_swigregister", AbsClassicalOrthoPoly1D_swigregister, METH_O, NULL},
{ "new_OrthoPoly1DWeight", _wrap_new_OrthoPoly1DWeight, METH_VARARGS, NULL},
{ "delete_OrthoPoly1DWeight", _wrap_delete_OrthoPoly1DWeight, METH_O, NULL},
{ "OrthoPoly1DWeight___call__", _wrap_OrthoPoly1DWeight___call__, METH_VARARGS, NULL},
{ "OrthoPoly1DWeight_swigregister", OrthoPoly1DWeight_swigregister, METH_O, NULL},
{ "OrthoPoly1DWeight_swiginit", OrthoPoly1DWeight_swiginit, METH_VARARGS, NULL},
{ "new_OrthoPoly1DDeg", _wrap_new_OrthoPoly1DDeg, METH_VARARGS, NULL},
{ "delete_OrthoPoly1DDeg", _wrap_delete_OrthoPoly1DDeg, METH_O, NULL},
{ "OrthoPoly1DDeg___call__", _wrap_OrthoPoly1DDeg___call__, METH_VARARGS, NULL},
{ "OrthoPoly1DDeg_swigregister", OrthoPoly1DDeg_swigregister, METH_O, NULL},
{ "OrthoPoly1DDeg_swiginit", OrthoPoly1DDeg_swiginit, METH_VARARGS, NULL},
{ "new_Poly1D", _wrap_new_Poly1D, METH_VARARGS, NULL},
{ "Poly1D_reserve", _wrap_Poly1D_reserve, METH_VARARGS, NULL},
{ "Poly1D_truncate", _wrap_Poly1D_truncate, METH_VARARGS, NULL},
{ "Poly1D_truncateLeadingZeros", _wrap_Poly1D_truncateLeadingZeros, METH_O, NULL},
{ "Poly1D_setCoefficient", _wrap_Poly1D_setCoefficient, METH_VARARGS, NULL},
{ "Poly1D_deg", _wrap_Poly1D_deg, METH_O, NULL},
{ "Poly1D_allCoefficients", _wrap_Poly1D_allCoefficients, METH_O, NULL},
{ "Poly1D_leadingCoefficient", _wrap_Poly1D_leadingCoefficient, METH_O, NULL},
{ "Poly1D_nRoots", _wrap_Poly1D_nRoots, METH_VARARGS, NULL},
{ "Poly1D___call__", _wrap_Poly1D___call__, METH_VARARGS, NULL},
{ "Poly1D_isClose", _wrap_Poly1D_isClose, METH_VARARGS, NULL},
{ "Poly1D_isNull", _wrap_Poly1D_isNull, METH_O, NULL},
{ "Poly1D_derivative", _wrap_Poly1D_derivative, METH_O, NULL},
{ "Poly1D_integral", _wrap_Poly1D_integral, METH_VARARGS, NULL},
{ "Poly1D___pos__", _wrap_Poly1D___pos__, METH_O, NULL},
{ "Poly1D___neg__", _wrap_Poly1D___neg__, METH_O, NULL},
{ "Poly1D___mul__", _wrap_Poly1D___mul__, METH_VARARGS, NULL},
{ "Poly1D___add__", _wrap_Poly1D___add__, METH_VARARGS, NULL},
{ "Poly1D___sub__", _wrap_Poly1D___sub__, METH_VARARGS, NULL},
{ "Poly1D___imul__", _wrap_Poly1D___imul__, METH_VARARGS, NULL},
{ "Poly1D___iadd__", _wrap_Poly1D___iadd__, METH_VARARGS, NULL},
{ "Poly1D___isub__", _wrap_Poly1D___isub__, METH_VARARGS, NULL},
{ "Poly1D___truediv__", _wrap_Poly1D___truediv__, METH_VARARGS, NULL},
{ "Poly1D___mod__", _wrap_Poly1D___mod__, METH_VARARGS, NULL},
{ "Poly1D___eq__", _wrap_Poly1D___eq__, METH_VARARGS, NULL},
{ "Poly1D___ne__", _wrap_Poly1D___ne__, METH_VARARGS, NULL},
{ "Poly1D_monicDeg0", _wrap_Poly1D_monicDeg0, METH_NOARGS, NULL},
{ "Poly1D_monicDeg1", _wrap_Poly1D_monicDeg1, METH_O, NULL},
{ "Poly1D_monicDeg2", _wrap_Poly1D_monicDeg2, METH_VARARGS, NULL},
{ "delete_Poly1D", _wrap_delete_Poly1D, METH_O, NULL},
{ "Poly1D_swigregister", Poly1D_swigregister, METH_O, NULL},
{ "Poly1D_swiginit", Poly1D_swiginit, METH_VARARGS, NULL},
{ "new_Poly1DFunctor", _wrap_new_Poly1DFunctor, METH_O, NULL},
{ "delete_Poly1DFunctor", _wrap_delete_Poly1DFunctor, METH_O, NULL},
{ "Poly1DFunctor___call__", _wrap_Poly1DFunctor___call__, METH_VARARGS, NULL},
{ "Poly1DFunctor_swigregister", Poly1DFunctor_swigregister, METH_O, NULL},
{ "Poly1DFunctor_swiginit", Poly1DFunctor_swiginit, METH_VARARGS, NULL},
{ "GridAxis_coords", _wrap_GridAxis_coords, METH_O, NULL},
{ "GridAxis_label", _wrap_GridAxis_label, METH_O, NULL},
{ "GridAxis_usesLogSpace", _wrap_GridAxis_usesLogSpace, METH_O, NULL},
{ "GridAxis_getInterval", _wrap_GridAxis_getInterval, METH_VARARGS, NULL},
{ "GridAxis_linearInterval", _wrap_GridAxis_linearInterval, METH_VARARGS, NULL},
{ "GridAxis_nCoords", _wrap_GridAxis_nCoords, METH_O, NULL},
{ "GridAxis_coordinate", _wrap_GridAxis_coordinate, METH_VARARGS, NULL},
{ "GridAxis_min", _wrap_GridAxis_min, METH_O, NULL},
{ "GridAxis_max", _wrap_GridAxis_max, METH_O, NULL},
{ "GridAxis_length", _wrap_GridAxis_length, METH_O, NULL},
{ "GridAxis_isUniform", _wrap_GridAxis_isUniform, METH_O, NULL},
{ "GridAxis_nIntervals", _wrap_GridAxis_nIntervals, METH_O, NULL},
{ "GridAxis_intervalWidth", _wrap_GridAxis_intervalWidth, METH_VARARGS, NULL},
{ "GridAxis___eq__", _wrap_GridAxis___eq__, METH_VARARGS, NULL},
{ "GridAxis___ne__", _wrap_GridAxis___ne__, METH_VARARGS, NULL},
{ "GridAxis_isClose", _wrap_GridAxis_isClose, METH_VARARGS, NULL},
{ "GridAxis_setLabel", _wrap_GridAxis_setLabel, METH_VARARGS, NULL},
{ "GridAxis_classId", _wrap_GridAxis_classId, METH_O, NULL},
{ "GridAxis_write", _wrap_GridAxis_write, METH_VARARGS, NULL},
{ "GridAxis_classname", _wrap_GridAxis_classname, METH_NOARGS, NULL},
{ "GridAxis_version", _wrap_GridAxis_version, METH_NOARGS, NULL},
{ "GridAxis_read", _wrap_GridAxis_read, METH_VARARGS, NULL},
{ "GridAxis_range", _wrap_GridAxis_range, METH_O, NULL},
{ "new_GridAxis", _wrap_new_GridAxis, METH_VARARGS, NULL},
{ "delete_GridAxis", _wrap_delete_GridAxis, METH_O, NULL},
{ "GridAxis_swigregister", GridAxis_swigregister, METH_O, NULL},
{ "GridAxis_swiginit", GridAxis_swiginit, METH_VARARGS, NULL},
{ "GridAxisVector_iterator", _wrap_GridAxisVector_iterator, METH_O, NULL},
{ "GridAxisVector___nonzero__", _wrap_GridAxisVector___nonzero__, METH_O, NULL},
{ "GridAxisVector___bool__", _wrap_GridAxisVector___bool__, METH_O, NULL},
{ "GridAxisVector___len__", _wrap_GridAxisVector___len__, METH_O, NULL},
{ "GridAxisVector___getslice__", _wrap_GridAxisVector___getslice__, METH_VARARGS, NULL},
{ "GridAxisVector___setslice__", _wrap_GridAxisVector___setslice__, METH_VARARGS, NULL},
{ "GridAxisVector___delslice__", _wrap_GridAxisVector___delslice__, METH_VARARGS, NULL},
{ "GridAxisVector___delitem__", _wrap_GridAxisVector___delitem__, METH_VARARGS, NULL},
{ "GridAxisVector___getitem__", _wrap_GridAxisVector___getitem__, METH_VARARGS, NULL},
{ "GridAxisVector___setitem__", _wrap_GridAxisVector___setitem__, METH_VARARGS, NULL},
{ "GridAxisVector_pop", _wrap_GridAxisVector_pop, METH_O, NULL},
{ "GridAxisVector_append", _wrap_GridAxisVector_append, METH_VARARGS, NULL},
{ "GridAxisVector_empty", _wrap_GridAxisVector_empty, METH_O, NULL},
{ "GridAxisVector_size", _wrap_GridAxisVector_size, METH_O, NULL},
{ "GridAxisVector_swap", _wrap_GridAxisVector_swap, METH_VARARGS, NULL},
{ "GridAxisVector_begin", _wrap_GridAxisVector_begin, METH_O, NULL},
{ "GridAxisVector_end", _wrap_GridAxisVector_end, METH_O, NULL},
{ "GridAxisVector_rbegin", _wrap_GridAxisVector_rbegin, METH_O, NULL},
{ "GridAxisVector_rend", _wrap_GridAxisVector_rend, METH_O, NULL},
{ "GridAxisVector_clear", _wrap_GridAxisVector_clear, METH_O, NULL},
{ "GridAxisVector_get_allocator", _wrap_GridAxisVector_get_allocator, METH_O, NULL},
{ "GridAxisVector_pop_back", _wrap_GridAxisVector_pop_back, METH_O, NULL},
{ "GridAxisVector_erase", _wrap_GridAxisVector_erase, METH_VARARGS, NULL},
{ "new_GridAxisVector", _wrap_new_GridAxisVector, METH_VARARGS, NULL},
{ "GridAxisVector_push_back", _wrap_GridAxisVector_push_back, METH_VARARGS, NULL},
{ "GridAxisVector_front", _wrap_GridAxisVector_front, METH_O, NULL},
{ "GridAxisVector_back", _wrap_GridAxisVector_back, METH_O, NULL},
{ "GridAxisVector_assign", _wrap_GridAxisVector_assign, METH_VARARGS, NULL},
{ "GridAxisVector_resize", _wrap_GridAxisVector_resize, METH_VARARGS, NULL},
{ "GridAxisVector_insert", _wrap_GridAxisVector_insert, METH_VARARGS, NULL},
{ "GridAxisVector_reserve", _wrap_GridAxisVector_reserve, METH_VARARGS, NULL},
{ "GridAxisVector_capacity", _wrap_GridAxisVector_capacity, METH_O, NULL},
{ "delete_GridAxisVector", _wrap_delete_GridAxisVector, METH_O, NULL},
{ "GridAxisVector_swigregister", GridAxisVector_swigregister, METH_O, NULL},
{ "GridAxisVector_swiginit", GridAxisVector_swiginit, METH_VARARGS, NULL},
{ "new_StatAccumulator", _wrap_new_StatAccumulator, METH_NOARGS, NULL},
{ "StatAccumulator_count", _wrap_StatAccumulator_count, METH_O, NULL},
{ "StatAccumulator_min", _wrap_StatAccumulator_min, METH_O, NULL},
{ "StatAccumulator_max", _wrap_StatAccumulator_max, METH_O, NULL},
{ "StatAccumulator_sum", _wrap_StatAccumulator_sum, METH_O, NULL},
{ "StatAccumulator_sumsq", _wrap_StatAccumulator_sumsq, METH_O, NULL},
{ "StatAccumulator_mean", _wrap_StatAccumulator_mean, METH_O, NULL},
{ "StatAccumulator_stdev", _wrap_StatAccumulator_stdev, METH_O, NULL},
{ "StatAccumulator_meanUncertainty", _wrap_StatAccumulator_meanUncertainty, METH_O, NULL},
{ "StatAccumulator_location", _wrap_StatAccumulator_location, METH_O, NULL},
{ "StatAccumulator_rangeDown", _wrap_StatAccumulator_rangeDown, METH_O, NULL},
{ "StatAccumulator_rangeUp", _wrap_StatAccumulator_rangeUp, METH_O, NULL},
{ "StatAccumulator_noThrowMean", _wrap_StatAccumulator_noThrowMean, METH_VARARGS, NULL},
{ "StatAccumulator_noThrowStdev", _wrap_StatAccumulator_noThrowStdev, METH_VARARGS, NULL},
{ "StatAccumulator_noThrowMeanUncertainty", _wrap_StatAccumulator_noThrowMeanUncertainty, METH_VARARGS, NULL},
{ "StatAccumulator___iadd__", _wrap_StatAccumulator___iadd__, METH_VARARGS, NULL},
{ "StatAccumulator_accumulate", _wrap_StatAccumulator_accumulate, METH_VARARGS, NULL},
{ "StatAccumulator___add__", _wrap_StatAccumulator___add__, METH_VARARGS, NULL},
{ "StatAccumulator_reset", _wrap_StatAccumulator_reset, METH_O, NULL},
{ "StatAccumulator___eq__", _wrap_StatAccumulator___eq__, METH_VARARGS, NULL},
{ "StatAccumulator___ne__", _wrap_StatAccumulator___ne__, METH_VARARGS, NULL},
{ "StatAccumulator_classId", _wrap_StatAccumulator_classId, METH_O, NULL},
{ "StatAccumulator_write", _wrap_StatAccumulator_write, METH_VARARGS, NULL},
{ "StatAccumulator_classname", _wrap_StatAccumulator_classname, METH_NOARGS, NULL},
{ "StatAccumulator_version", _wrap_StatAccumulator_version, METH_NOARGS, NULL},
{ "StatAccumulator_restore", _wrap_StatAccumulator_restore, METH_VARARGS, NULL},
{ "StatAccumulator___mul__", _wrap_StatAccumulator___mul__, METH_VARARGS, NULL},
{ "StatAccumulator___div__", _wrap_StatAccumulator___div__, METH_VARARGS, NULL},
{ "StatAccumulator___imul__", _wrap_StatAccumulator___imul__, METH_VARARGS, NULL},
{ "StatAccumulator___idiv__", _wrap_StatAccumulator___idiv__, METH_VARARGS, NULL},
{ "StatAccumulator_accumulateAll", _wrap_StatAccumulator_accumulateAll, METH_VARARGS, NULL},
{ "delete_StatAccumulator", _wrap_delete_StatAccumulator, METH_O, NULL},
{ "StatAccumulator_swigregister", StatAccumulator_swigregister, METH_O, NULL},
{ "StatAccumulator_swiginit", StatAccumulator_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_StatAccumulator", _wrap_new_ArchiveRecord_StatAccumulator, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StatAccumulator", _wrap_delete_ArchiveRecord_StatAccumulator, METH_O, NULL},
{ "ArchiveRecord_StatAccumulator_swigregister", ArchiveRecord_StatAccumulator_swigregister, METH_O, NULL},
{ "ArchiveRecord_StatAccumulator_swiginit", ArchiveRecord_StatAccumulator_swiginit, METH_VARARGS, NULL},
{ "new_Ref_StatAccumulator", _wrap_new_Ref_StatAccumulator, METH_VARARGS, NULL},
{ "Ref_StatAccumulator_restore", _wrap_Ref_StatAccumulator_restore, METH_VARARGS, NULL},
{ "Ref_StatAccumulator_retrieve", _wrap_Ref_StatAccumulator_retrieve, METH_VARARGS, NULL},
{ "Ref_StatAccumulator_getValue", _wrap_Ref_StatAccumulator_getValue, METH_VARARGS, NULL},
{ "delete_Ref_StatAccumulator", _wrap_delete_Ref_StatAccumulator, METH_O, NULL},
{ "Ref_StatAccumulator_swigregister", Ref_StatAccumulator_swigregister, METH_O, NULL},
{ "Ref_StatAccumulator_swiginit", Ref_StatAccumulator_swiginit, METH_VARARGS, NULL},
{ "new_WeightedStatAccumulator", _wrap_new_WeightedStatAccumulator, METH_NOARGS, NULL},
{ "WeightedStatAccumulator_min", _wrap_WeightedStatAccumulator_min, METH_O, NULL},
{ "WeightedStatAccumulator_max", _wrap_WeightedStatAccumulator_max, METH_O, NULL},
{ "WeightedStatAccumulator_maxWeight", _wrap_WeightedStatAccumulator_maxWeight, METH_O, NULL},
{ "WeightedStatAccumulator_mean", _wrap_WeightedStatAccumulator_mean, METH_O, NULL},
{ "WeightedStatAccumulator_stdev", _wrap_WeightedStatAccumulator_stdev, METH_O, NULL},
{ "WeightedStatAccumulator_meanUncertainty", _wrap_WeightedStatAccumulator_meanUncertainty, METH_O, NULL},
{ "WeightedStatAccumulator_location", _wrap_WeightedStatAccumulator_location, METH_O, NULL},
{ "WeightedStatAccumulator_rangeDown", _wrap_WeightedStatAccumulator_rangeDown, METH_O, NULL},
{ "WeightedStatAccumulator_rangeUp", _wrap_WeightedStatAccumulator_rangeUp, METH_O, NULL},
{ "WeightedStatAccumulator_noThrowMean", _wrap_WeightedStatAccumulator_noThrowMean, METH_VARARGS, NULL},
{ "WeightedStatAccumulator_noThrowStdev", _wrap_WeightedStatAccumulator_noThrowStdev, METH_VARARGS, NULL},
{ "WeightedStatAccumulator_noThrowMeanUncertainty", _wrap_WeightedStatAccumulator_noThrowMeanUncertainty, METH_VARARGS, NULL},
{ "WeightedStatAccumulator_count", _wrap_WeightedStatAccumulator_count, METH_O, NULL},
{ "WeightedStatAccumulator_ncalls", _wrap_WeightedStatAccumulator_ncalls, METH_O, NULL},
{ "WeightedStatAccumulator_nfills", _wrap_WeightedStatAccumulator_nfills, METH_O, NULL},
{ "WeightedStatAccumulator_averageWeight", _wrap_WeightedStatAccumulator_averageWeight, METH_O, NULL},
{ "WeightedStatAccumulator_sumOfWeights", _wrap_WeightedStatAccumulator_sumOfWeights, METH_O, NULL},
{ "WeightedStatAccumulator_accumulate", _wrap_WeightedStatAccumulator_accumulate, METH_VARARGS, NULL},
{ "WeightedStatAccumulator___add__", _wrap_WeightedStatAccumulator___add__, METH_VARARGS, NULL},
{ "WeightedStatAccumulator_scaleWeights", _wrap_WeightedStatAccumulator_scaleWeights, METH_VARARGS, NULL},
{ "WeightedStatAccumulator_reset", _wrap_WeightedStatAccumulator_reset, METH_O, NULL},
{ "WeightedStatAccumulator___eq__", _wrap_WeightedStatAccumulator___eq__, METH_VARARGS, NULL},
{ "WeightedStatAccumulator___ne__", _wrap_WeightedStatAccumulator___ne__, METH_VARARGS, NULL},
{ "WeightedStatAccumulator_classId", _wrap_WeightedStatAccumulator_classId, METH_O, NULL},
{ "WeightedStatAccumulator_write", _wrap_WeightedStatAccumulator_write, METH_VARARGS, NULL},
{ "WeightedStatAccumulator_classname", _wrap_WeightedStatAccumulator_classname, METH_NOARGS, NULL},
{ "WeightedStatAccumulator_version", _wrap_WeightedStatAccumulator_version, METH_NOARGS, NULL},
{ "WeightedStatAccumulator_restore", _wrap_WeightedStatAccumulator_restore, METH_VARARGS, NULL},
{ "WeightedStatAccumulator___mul__", _wrap_WeightedStatAccumulator___mul__, METH_VARARGS, NULL},
{ "WeightedStatAccumulator___div__", _wrap_WeightedStatAccumulator___div__, METH_VARARGS, NULL},
{ "WeightedStatAccumulator___imul__", _wrap_WeightedStatAccumulator___imul__, METH_VARARGS, NULL},
{ "WeightedStatAccumulator___idiv__", _wrap_WeightedStatAccumulator___idiv__, METH_VARARGS, NULL},
{ "WeightedStatAccumulator___iadd__", _wrap_WeightedStatAccumulator___iadd__, METH_VARARGS, NULL},
{ "delete_WeightedStatAccumulator", _wrap_delete_WeightedStatAccumulator, METH_O, NULL},
{ "WeightedStatAccumulator_swigregister", WeightedStatAccumulator_swigregister, METH_O, NULL},
{ "WeightedStatAccumulator_swiginit", WeightedStatAccumulator_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_WeightedStatAccumulator", _wrap_new_ArchiveRecord_WeightedStatAccumulator, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_WeightedStatAccumulator", _wrap_delete_ArchiveRecord_WeightedStatAccumulator, METH_O, NULL},
{ "ArchiveRecord_WeightedStatAccumulator_swigregister", ArchiveRecord_WeightedStatAccumulator_swigregister, METH_O, NULL},
{ "ArchiveRecord_WeightedStatAccumulator_swiginit", ArchiveRecord_WeightedStatAccumulator_swiginit, METH_VARARGS, NULL},
{ "new_Ref_WeightedStatAccumulator", _wrap_new_Ref_WeightedStatAccumulator, METH_VARARGS, NULL},
{ "Ref_WeightedStatAccumulator_restore", _wrap_Ref_WeightedStatAccumulator_restore, METH_VARARGS, NULL},
{ "Ref_WeightedStatAccumulator_retrieve", _wrap_Ref_WeightedStatAccumulator_retrieve, METH_VARARGS, NULL},
{ "Ref_WeightedStatAccumulator_getValue", _wrap_Ref_WeightedStatAccumulator_getValue, METH_VARARGS, NULL},
{ "delete_Ref_WeightedStatAccumulator", _wrap_delete_Ref_WeightedStatAccumulator, METH_O, NULL},
{ "Ref_WeightedStatAccumulator_swigregister", Ref_WeightedStatAccumulator_swigregister, METH_O, NULL},
{ "Ref_WeightedStatAccumulator_swiginit", Ref_WeightedStatAccumulator_swiginit, METH_VARARGS, NULL},
{ "new_FloatSampleAccumulator", _wrap_new_FloatSampleAccumulator, METH_NOARGS, NULL},
{ "FloatSampleAccumulator_count", _wrap_FloatSampleAccumulator_count, METH_O, NULL},
{ "FloatSampleAccumulator_min", _wrap_FloatSampleAccumulator_min, METH_O, NULL},
{ "FloatSampleAccumulator_max", _wrap_FloatSampleAccumulator_max, METH_O, NULL},
{ "FloatSampleAccumulator_mean", _wrap_FloatSampleAccumulator_mean, METH_O, NULL},
{ "FloatSampleAccumulator_stdev", _wrap_FloatSampleAccumulator_stdev, METH_O, NULL},
{ "FloatSampleAccumulator_meanUncertainty", _wrap_FloatSampleAccumulator_meanUncertainty, METH_O, NULL},
{ "FloatSampleAccumulator_median", _wrap_FloatSampleAccumulator_median, METH_O, NULL},
{ "FloatSampleAccumulator_cdf", _wrap_FloatSampleAccumulator_cdf, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_nBelow", _wrap_FloatSampleAccumulator_nBelow, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_quantile", _wrap_FloatSampleAccumulator_quantile, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_location", _wrap_FloatSampleAccumulator_location, METH_O, NULL},
{ "FloatSampleAccumulator_rangeDown", _wrap_FloatSampleAccumulator_rangeDown, METH_O, NULL},
{ "FloatSampleAccumulator_rangeUp", _wrap_FloatSampleAccumulator_rangeUp, METH_O, NULL},
{ "FloatSampleAccumulator_sigmaRange", _wrap_FloatSampleAccumulator_sigmaRange, METH_O, NULL},
{ "FloatSampleAccumulator_noThrowMean", _wrap_FloatSampleAccumulator_noThrowMean, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_noThrowStdev", _wrap_FloatSampleAccumulator_noThrowStdev, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_noThrowMeanUncertainty", _wrap_FloatSampleAccumulator_noThrowMeanUncertainty, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_data", _wrap_FloatSampleAccumulator_data, METH_O, NULL},
{ "FloatSampleAccumulator___eq__", _wrap_FloatSampleAccumulator___eq__, METH_VARARGS, NULL},
{ "FloatSampleAccumulator___ne__", _wrap_FloatSampleAccumulator___ne__, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_accumulate", _wrap_FloatSampleAccumulator_accumulate, METH_VARARGS, NULL},
{ "FloatSampleAccumulator___iadd__", _wrap_FloatSampleAccumulator___iadd__, METH_VARARGS, NULL},
{ "FloatSampleAccumulator___add__", _wrap_FloatSampleAccumulator___add__, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_reset", _wrap_FloatSampleAccumulator_reset, METH_O, NULL},
{ "FloatSampleAccumulator_reserve", _wrap_FloatSampleAccumulator_reserve, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_classId", _wrap_FloatSampleAccumulator_classId, METH_O, NULL},
{ "FloatSampleAccumulator_write", _wrap_FloatSampleAccumulator_write, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_classname", _wrap_FloatSampleAccumulator_classname, METH_NOARGS, NULL},
{ "FloatSampleAccumulator_version", _wrap_FloatSampleAccumulator_version, METH_NOARGS, NULL},
{ "FloatSampleAccumulator_restore", _wrap_FloatSampleAccumulator_restore, METH_VARARGS, NULL},
{ "FloatSampleAccumulator___mul__", _wrap_FloatSampleAccumulator___mul__, METH_VARARGS, NULL},
{ "FloatSampleAccumulator___div__", _wrap_FloatSampleAccumulator___div__, METH_VARARGS, NULL},
{ "FloatSampleAccumulator___imul__", _wrap_FloatSampleAccumulator___imul__, METH_VARARGS, NULL},
{ "FloatSampleAccumulator___idiv__", _wrap_FloatSampleAccumulator___idiv__, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_cov", _wrap_FloatSampleAccumulator_cov, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_corr", _wrap_FloatSampleAccumulator_corr, METH_VARARGS, NULL},
{ "FloatSampleAccumulator_accumulateAll", _wrap_FloatSampleAccumulator_accumulateAll, METH_VARARGS, NULL},
{ "delete_FloatSampleAccumulator", _wrap_delete_FloatSampleAccumulator, METH_O, NULL},
{ "FloatSampleAccumulator_swigregister", FloatSampleAccumulator_swigregister, METH_O, NULL},
{ "FloatSampleAccumulator_swiginit", FloatSampleAccumulator_swiginit, METH_VARARGS, NULL},
{ "new_DoubleSampleAccumulator", _wrap_new_DoubleSampleAccumulator, METH_NOARGS, NULL},
{ "DoubleSampleAccumulator_count", _wrap_DoubleSampleAccumulator_count, METH_O, NULL},
{ "DoubleSampleAccumulator_min", _wrap_DoubleSampleAccumulator_min, METH_O, NULL},
{ "DoubleSampleAccumulator_max", _wrap_DoubleSampleAccumulator_max, METH_O, NULL},
{ "DoubleSampleAccumulator_mean", _wrap_DoubleSampleAccumulator_mean, METH_O, NULL},
{ "DoubleSampleAccumulator_stdev", _wrap_DoubleSampleAccumulator_stdev, METH_O, NULL},
{ "DoubleSampleAccumulator_meanUncertainty", _wrap_DoubleSampleAccumulator_meanUncertainty, METH_O, NULL},
{ "DoubleSampleAccumulator_median", _wrap_DoubleSampleAccumulator_median, METH_O, NULL},
{ "DoubleSampleAccumulator_cdf", _wrap_DoubleSampleAccumulator_cdf, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_nBelow", _wrap_DoubleSampleAccumulator_nBelow, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_quantile", _wrap_DoubleSampleAccumulator_quantile, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_location", _wrap_DoubleSampleAccumulator_location, METH_O, NULL},
{ "DoubleSampleAccumulator_rangeDown", _wrap_DoubleSampleAccumulator_rangeDown, METH_O, NULL},
{ "DoubleSampleAccumulator_rangeUp", _wrap_DoubleSampleAccumulator_rangeUp, METH_O, NULL},
{ "DoubleSampleAccumulator_sigmaRange", _wrap_DoubleSampleAccumulator_sigmaRange, METH_O, NULL},
{ "DoubleSampleAccumulator_noThrowMean", _wrap_DoubleSampleAccumulator_noThrowMean, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_noThrowStdev", _wrap_DoubleSampleAccumulator_noThrowStdev, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_noThrowMeanUncertainty", _wrap_DoubleSampleAccumulator_noThrowMeanUncertainty, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_data", _wrap_DoubleSampleAccumulator_data, METH_O, NULL},
{ "DoubleSampleAccumulator___eq__", _wrap_DoubleSampleAccumulator___eq__, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator___ne__", _wrap_DoubleSampleAccumulator___ne__, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_accumulate", _wrap_DoubleSampleAccumulator_accumulate, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator___iadd__", _wrap_DoubleSampleAccumulator___iadd__, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator___add__", _wrap_DoubleSampleAccumulator___add__, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_reset", _wrap_DoubleSampleAccumulator_reset, METH_O, NULL},
{ "DoubleSampleAccumulator_reserve", _wrap_DoubleSampleAccumulator_reserve, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_classId", _wrap_DoubleSampleAccumulator_classId, METH_O, NULL},
{ "DoubleSampleAccumulator_write", _wrap_DoubleSampleAccumulator_write, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_classname", _wrap_DoubleSampleAccumulator_classname, METH_NOARGS, NULL},
{ "DoubleSampleAccumulator_version", _wrap_DoubleSampleAccumulator_version, METH_NOARGS, NULL},
{ "DoubleSampleAccumulator_restore", _wrap_DoubleSampleAccumulator_restore, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator___mul__", _wrap_DoubleSampleAccumulator___mul__, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator___div__", _wrap_DoubleSampleAccumulator___div__, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator___imul__", _wrap_DoubleSampleAccumulator___imul__, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator___idiv__", _wrap_DoubleSampleAccumulator___idiv__, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_cov", _wrap_DoubleSampleAccumulator_cov, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_corr", _wrap_DoubleSampleAccumulator_corr, METH_VARARGS, NULL},
{ "DoubleSampleAccumulator_accumulateAll", _wrap_DoubleSampleAccumulator_accumulateAll, METH_VARARGS, NULL},
{ "delete_DoubleSampleAccumulator", _wrap_delete_DoubleSampleAccumulator, METH_O, NULL},
{ "DoubleSampleAccumulator_swigregister", DoubleSampleAccumulator_swigregister, METH_O, NULL},
{ "DoubleSampleAccumulator_swiginit", DoubleSampleAccumulator_swiginit, METH_VARARGS, NULL},
{ "new_FloatWeightedSampleAccumulator", _wrap_new_FloatWeightedSampleAccumulator, METH_NOARGS, NULL},
{ "FloatWeightedSampleAccumulator_maxWeight", _wrap_FloatWeightedSampleAccumulator_maxWeight, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_ncalls", _wrap_FloatWeightedSampleAccumulator_ncalls, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_nfills", _wrap_FloatWeightedSampleAccumulator_nfills, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_count", _wrap_FloatWeightedSampleAccumulator_count, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_min", _wrap_FloatWeightedSampleAccumulator_min, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_max", _wrap_FloatWeightedSampleAccumulator_max, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_mean", _wrap_FloatWeightedSampleAccumulator_mean, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_stdev", _wrap_FloatWeightedSampleAccumulator_stdev, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_meanUncertainty", _wrap_FloatWeightedSampleAccumulator_meanUncertainty, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_median", _wrap_FloatWeightedSampleAccumulator_median, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_cdf", _wrap_FloatWeightedSampleAccumulator_cdf, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_weightBelow", _wrap_FloatWeightedSampleAccumulator_weightBelow, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_quantile", _wrap_FloatWeightedSampleAccumulator_quantile, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_location", _wrap_FloatWeightedSampleAccumulator_location, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_rangeDown", _wrap_FloatWeightedSampleAccumulator_rangeDown, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_rangeUp", _wrap_FloatWeightedSampleAccumulator_rangeUp, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_noThrowMean", _wrap_FloatWeightedSampleAccumulator_noThrowMean, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_noThrowStdev", _wrap_FloatWeightedSampleAccumulator_noThrowStdev, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_noThrowMeanUncertainty", _wrap_FloatWeightedSampleAccumulator_noThrowMeanUncertainty, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_averageWeight", _wrap_FloatWeightedSampleAccumulator_averageWeight, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_sumOfWeights", _wrap_FloatWeightedSampleAccumulator_sumOfWeights, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_data", _wrap_FloatWeightedSampleAccumulator_data, METH_O, NULL},
{ "FloatWeightedSampleAccumulator___eq__", _wrap_FloatWeightedSampleAccumulator___eq__, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator___ne__", _wrap_FloatWeightedSampleAccumulator___ne__, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator___add__", _wrap_FloatWeightedSampleAccumulator___add__, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_scaleWeights", _wrap_FloatWeightedSampleAccumulator_scaleWeights, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_reset", _wrap_FloatWeightedSampleAccumulator_reset, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_reserve", _wrap_FloatWeightedSampleAccumulator_reserve, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_classId", _wrap_FloatWeightedSampleAccumulator_classId, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_write", _wrap_FloatWeightedSampleAccumulator_write, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_classname", _wrap_FloatWeightedSampleAccumulator_classname, METH_NOARGS, NULL},
{ "FloatWeightedSampleAccumulator_version", _wrap_FloatWeightedSampleAccumulator_version, METH_NOARGS, NULL},
{ "FloatWeightedSampleAccumulator_restore", _wrap_FloatWeightedSampleAccumulator_restore, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator___mul__", _wrap_FloatWeightedSampleAccumulator___mul__, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator___div__", _wrap_FloatWeightedSampleAccumulator___div__, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator___imul__", _wrap_FloatWeightedSampleAccumulator___imul__, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator___idiv__", _wrap_FloatWeightedSampleAccumulator___idiv__, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator___iadd__", _wrap_FloatWeightedSampleAccumulator___iadd__, METH_VARARGS, NULL},
{ "FloatWeightedSampleAccumulator_accumulate", _wrap_FloatWeightedSampleAccumulator_accumulate, METH_VARARGS, NULL},
{ "delete_FloatWeightedSampleAccumulator", _wrap_delete_FloatWeightedSampleAccumulator, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_swigregister", FloatWeightedSampleAccumulator_swigregister, METH_O, NULL},
{ "FloatWeightedSampleAccumulator_swiginit", FloatWeightedSampleAccumulator_swiginit, METH_VARARGS, NULL},
{ "new_DoubleWeightedSampleAccumulator", _wrap_new_DoubleWeightedSampleAccumulator, METH_NOARGS, NULL},
{ "DoubleWeightedSampleAccumulator_maxWeight", _wrap_DoubleWeightedSampleAccumulator_maxWeight, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_ncalls", _wrap_DoubleWeightedSampleAccumulator_ncalls, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_nfills", _wrap_DoubleWeightedSampleAccumulator_nfills, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_count", _wrap_DoubleWeightedSampleAccumulator_count, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_min", _wrap_DoubleWeightedSampleAccumulator_min, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_max", _wrap_DoubleWeightedSampleAccumulator_max, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_mean", _wrap_DoubleWeightedSampleAccumulator_mean, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_stdev", _wrap_DoubleWeightedSampleAccumulator_stdev, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_meanUncertainty", _wrap_DoubleWeightedSampleAccumulator_meanUncertainty, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_median", _wrap_DoubleWeightedSampleAccumulator_median, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_cdf", _wrap_DoubleWeightedSampleAccumulator_cdf, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_weightBelow", _wrap_DoubleWeightedSampleAccumulator_weightBelow, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_quantile", _wrap_DoubleWeightedSampleAccumulator_quantile, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_location", _wrap_DoubleWeightedSampleAccumulator_location, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_rangeDown", _wrap_DoubleWeightedSampleAccumulator_rangeDown, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_rangeUp", _wrap_DoubleWeightedSampleAccumulator_rangeUp, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_noThrowMean", _wrap_DoubleWeightedSampleAccumulator_noThrowMean, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_noThrowStdev", _wrap_DoubleWeightedSampleAccumulator_noThrowStdev, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_noThrowMeanUncertainty", _wrap_DoubleWeightedSampleAccumulator_noThrowMeanUncertainty, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_averageWeight", _wrap_DoubleWeightedSampleAccumulator_averageWeight, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_sumOfWeights", _wrap_DoubleWeightedSampleAccumulator_sumOfWeights, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_data", _wrap_DoubleWeightedSampleAccumulator_data, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator___eq__", _wrap_DoubleWeightedSampleAccumulator___eq__, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator___ne__", _wrap_DoubleWeightedSampleAccumulator___ne__, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator___add__", _wrap_DoubleWeightedSampleAccumulator___add__, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_scaleWeights", _wrap_DoubleWeightedSampleAccumulator_scaleWeights, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_reset", _wrap_DoubleWeightedSampleAccumulator_reset, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_reserve", _wrap_DoubleWeightedSampleAccumulator_reserve, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_classId", _wrap_DoubleWeightedSampleAccumulator_classId, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_write", _wrap_DoubleWeightedSampleAccumulator_write, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_classname", _wrap_DoubleWeightedSampleAccumulator_classname, METH_NOARGS, NULL},
{ "DoubleWeightedSampleAccumulator_version", _wrap_DoubleWeightedSampleAccumulator_version, METH_NOARGS, NULL},
{ "DoubleWeightedSampleAccumulator_restore", _wrap_DoubleWeightedSampleAccumulator_restore, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator___mul__", _wrap_DoubleWeightedSampleAccumulator___mul__, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator___div__", _wrap_DoubleWeightedSampleAccumulator___div__, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator___imul__", _wrap_DoubleWeightedSampleAccumulator___imul__, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator___idiv__", _wrap_DoubleWeightedSampleAccumulator___idiv__, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator___iadd__", _wrap_DoubleWeightedSampleAccumulator___iadd__, METH_VARARGS, NULL},
{ "DoubleWeightedSampleAccumulator_accumulate", _wrap_DoubleWeightedSampleAccumulator_accumulate, METH_VARARGS, NULL},
{ "delete_DoubleWeightedSampleAccumulator", _wrap_delete_DoubleWeightedSampleAccumulator, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_swigregister", DoubleWeightedSampleAccumulator_swigregister, METH_O, NULL},
{ "DoubleWeightedSampleAccumulator_swiginit", DoubleWeightedSampleAccumulator_swiginit, METH_VARARGS, NULL},
{ "BinSummary_location", _wrap_BinSummary_location, METH_O, NULL},
{ "BinSummary_rangeDown", _wrap_BinSummary_rangeDown, METH_O, NULL},
{ "BinSummary_rangeUp", _wrap_BinSummary_rangeUp, METH_O, NULL},
{ "BinSummary_stdev", _wrap_BinSummary_stdev, METH_O, NULL},
{ "BinSummary_min", _wrap_BinSummary_min, METH_O, NULL},
{ "BinSummary_max", _wrap_BinSummary_max, METH_O, NULL},
{ "BinSummary_noThrowStdev", _wrap_BinSummary_noThrowStdev, METH_VARARGS, NULL},
{ "BinSummary_noThrowMin", _wrap_BinSummary_noThrowMin, METH_VARARGS, NULL},
{ "BinSummary_noThrowMax", _wrap_BinSummary_noThrowMax, METH_VARARGS, NULL},
{ "BinSummary_hasStdev", _wrap_BinSummary_hasStdev, METH_O, NULL},
{ "BinSummary_hasMin", _wrap_BinSummary_hasMin, METH_O, NULL},
{ "BinSummary_hasMax", _wrap_BinSummary_hasMax, METH_O, NULL},
{ "BinSummary_hasLimits", _wrap_BinSummary_hasLimits, METH_O, NULL},
{ "BinSummary_setLocation", _wrap_BinSummary_setLocation, METH_VARARGS, NULL},
{ "BinSummary_setStdev", _wrap_BinSummary_setStdev, METH_VARARGS, NULL},
{ "BinSummary_setRangeDown", _wrap_BinSummary_setRangeDown, METH_VARARGS, NULL},
{ "BinSummary_setRangeUp", _wrap_BinSummary_setRangeUp, METH_VARARGS, NULL},
{ "BinSummary_setRanges", _wrap_BinSummary_setRanges, METH_VARARGS, NULL},
{ "BinSummary_setMin", _wrap_BinSummary_setMin, METH_VARARGS, NULL},
{ "BinSummary_setMax", _wrap_BinSummary_setMax, METH_VARARGS, NULL},
{ "BinSummary_setLimits", _wrap_BinSummary_setLimits, METH_VARARGS, NULL},
{ "BinSummary_setLocationAndLimits", _wrap_BinSummary_setLocationAndLimits, METH_VARARGS, NULL},
{ "BinSummary_shift", _wrap_BinSummary_shift, METH_VARARGS, NULL},
{ "BinSummary_scaleWidth", _wrap_BinSummary_scaleWidth, METH_VARARGS, NULL},
{ "BinSummary_symmetrizeRanges", _wrap_BinSummary_symmetrizeRanges, METH_O, NULL},
{ "BinSummary___imul__", _wrap_BinSummary___imul__, METH_VARARGS, NULL},
{ "BinSummary___itruediv__", _wrap_BinSummary___itruediv__, METH_VARARGS, NULL},
{ "BinSummary___mul__", _wrap_BinSummary___mul__, METH_VARARGS, NULL},
{ "BinSummary___truediv__", _wrap_BinSummary___truediv__, METH_VARARGS, NULL},
{ "BinSummary___iadd__", _wrap_BinSummary___iadd__, METH_VARARGS, NULL},
{ "BinSummary___isub__", _wrap_BinSummary___isub__, METH_VARARGS, NULL},
{ "BinSummary___add__", _wrap_BinSummary___add__, METH_VARARGS, NULL},
{ "BinSummary___sub__", _wrap_BinSummary___sub__, METH_VARARGS, NULL},
{ "BinSummary___eq__", _wrap_BinSummary___eq__, METH_VARARGS, NULL},
{ "BinSummary___ne__", _wrap_BinSummary___ne__, METH_VARARGS, NULL},
{ "BinSummary_classId", _wrap_BinSummary_classId, METH_O, NULL},
{ "BinSummary_write", _wrap_BinSummary_write, METH_VARARGS, NULL},
{ "BinSummary_classname", _wrap_BinSummary_classname, METH_NOARGS, NULL},
{ "BinSummary_version", _wrap_BinSummary_version, METH_NOARGS, NULL},
{ "BinSummary_restore", _wrap_BinSummary_restore, METH_VARARGS, NULL},
{ "new_BinSummary", _wrap_new_BinSummary, METH_VARARGS, NULL},
{ "delete_BinSummary", _wrap_delete_BinSummary, METH_O, NULL},
{ "BinSummary_swigregister", BinSummary_swigregister, METH_O, NULL},
{ "BinSummary_swiginit", BinSummary_swiginit, METH_VARARGS, NULL},
{ "new_LogMapper1d", _wrap_new_LogMapper1d, METH_VARARGS, NULL},
{ "LogMapper1d___call__", _wrap_LogMapper1d___call__, METH_VARARGS, NULL},
{ "LogMapper1d_a", _wrap_LogMapper1d_a, METH_O, NULL},
{ "LogMapper1d_b", _wrap_LogMapper1d_b, METH_O, NULL},
{ "delete_LogMapper1d", _wrap_delete_LogMapper1d, METH_O, NULL},
{ "LogMapper1d_swigregister", LogMapper1d_swigregister, METH_O, NULL},
{ "LogMapper1d_swiginit", LogMapper1d_swiginit, METH_VARARGS, NULL},
{ "LogMapper1dVector_iterator", _wrap_LogMapper1dVector_iterator, METH_O, NULL},
{ "LogMapper1dVector___nonzero__", _wrap_LogMapper1dVector___nonzero__, METH_O, NULL},
{ "LogMapper1dVector___bool__", _wrap_LogMapper1dVector___bool__, METH_O, NULL},
{ "LogMapper1dVector___len__", _wrap_LogMapper1dVector___len__, METH_O, NULL},
{ "LogMapper1dVector___getslice__", _wrap_LogMapper1dVector___getslice__, METH_VARARGS, NULL},
{ "LogMapper1dVector___setslice__", _wrap_LogMapper1dVector___setslice__, METH_VARARGS, NULL},
{ "LogMapper1dVector___delslice__", _wrap_LogMapper1dVector___delslice__, METH_VARARGS, NULL},
{ "LogMapper1dVector___delitem__", _wrap_LogMapper1dVector___delitem__, METH_VARARGS, NULL},
{ "LogMapper1dVector___getitem__", _wrap_LogMapper1dVector___getitem__, METH_VARARGS, NULL},
{ "LogMapper1dVector___setitem__", _wrap_LogMapper1dVector___setitem__, METH_VARARGS, NULL},
{ "LogMapper1dVector_pop", _wrap_LogMapper1dVector_pop, METH_O, NULL},
{ "LogMapper1dVector_append", _wrap_LogMapper1dVector_append, METH_VARARGS, NULL},
{ "LogMapper1dVector_empty", _wrap_LogMapper1dVector_empty, METH_O, NULL},
{ "LogMapper1dVector_size", _wrap_LogMapper1dVector_size, METH_O, NULL},
{ "LogMapper1dVector_swap", _wrap_LogMapper1dVector_swap, METH_VARARGS, NULL},
{ "LogMapper1dVector_begin", _wrap_LogMapper1dVector_begin, METH_O, NULL},
{ "LogMapper1dVector_end", _wrap_LogMapper1dVector_end, METH_O, NULL},
{ "LogMapper1dVector_rbegin", _wrap_LogMapper1dVector_rbegin, METH_O, NULL},
{ "LogMapper1dVector_rend", _wrap_LogMapper1dVector_rend, METH_O, NULL},
{ "LogMapper1dVector_clear", _wrap_LogMapper1dVector_clear, METH_O, NULL},
{ "LogMapper1dVector_get_allocator", _wrap_LogMapper1dVector_get_allocator, METH_O, NULL},
{ "LogMapper1dVector_pop_back", _wrap_LogMapper1dVector_pop_back, METH_O, NULL},
{ "LogMapper1dVector_erase", _wrap_LogMapper1dVector_erase, METH_VARARGS, NULL},
{ "new_LogMapper1dVector", _wrap_new_LogMapper1dVector, METH_VARARGS, NULL},
{ "LogMapper1dVector_push_back", _wrap_LogMapper1dVector_push_back, METH_VARARGS, NULL},
{ "LogMapper1dVector_front", _wrap_LogMapper1dVector_front, METH_O, NULL},
{ "LogMapper1dVector_back", _wrap_LogMapper1dVector_back, METH_O, NULL},
{ "LogMapper1dVector_assign", _wrap_LogMapper1dVector_assign, METH_VARARGS, NULL},
{ "LogMapper1dVector_resize", _wrap_LogMapper1dVector_resize, METH_VARARGS, NULL},
{ "LogMapper1dVector_insert", _wrap_LogMapper1dVector_insert, METH_VARARGS, NULL},
{ "LogMapper1dVector_reserve", _wrap_LogMapper1dVector_reserve, METH_VARARGS, NULL},
{ "LogMapper1dVector_capacity", _wrap_LogMapper1dVector_capacity, METH_O, NULL},
{ "delete_LogMapper1dVector", _wrap_delete_LogMapper1dVector, METH_O, NULL},
{ "LogMapper1dVector_swigregister", LogMapper1dVector_swigregister, METH_O, NULL},
{ "LogMapper1dVector_swiginit", LogMapper1dVector_swiginit, METH_VARARGS, NULL},
{ "delete_LinInterpolatedTable1D", _wrap_delete_LinInterpolatedTable1D, METH_O, NULL},
{ "LinInterpolatedTable1D___call__", _wrap_LinInterpolatedTable1D___call__, METH_VARARGS, NULL},
{ "LinInterpolatedTable1D___eq__", _wrap_LinInterpolatedTable1D___eq__, METH_VARARGS, NULL},
{ "LinInterpolatedTable1D___ne__", _wrap_LinInterpolatedTable1D___ne__, METH_VARARGS, NULL},
{ "LinInterpolatedTable1D_xmin", _wrap_LinInterpolatedTable1D_xmin, METH_O, NULL},
{ "LinInterpolatedTable1D_xmax", _wrap_LinInterpolatedTable1D_xmax, METH_O, NULL},
{ "LinInterpolatedTable1D_npoints", _wrap_LinInterpolatedTable1D_npoints, METH_O, NULL},
{ "LinInterpolatedTable1D_leftExtrapolationLinear", _wrap_LinInterpolatedTable1D_leftExtrapolationLinear, METH_O, NULL},
{ "LinInterpolatedTable1D_rightExtrapolationLinear", _wrap_LinInterpolatedTable1D_rightExtrapolationLinear, METH_O, NULL},
{ "LinInterpolatedTable1D_data", _wrap_LinInterpolatedTable1D_data, METH_O, NULL},
{ "LinInterpolatedTable1D_isMonotonous", _wrap_LinInterpolatedTable1D_isMonotonous, METH_O, NULL},
{ "LinInterpolatedTable1D_classId", _wrap_LinInterpolatedTable1D_classId, METH_O, NULL},
{ "LinInterpolatedTable1D_write", _wrap_LinInterpolatedTable1D_write, METH_VARARGS, NULL},
{ "LinInterpolatedTable1D_classname", _wrap_LinInterpolatedTable1D_classname, METH_NOARGS, NULL},
{ "LinInterpolatedTable1D_version", _wrap_LinInterpolatedTable1D_version, METH_NOARGS, NULL},
{ "LinInterpolatedTable1D_read", _wrap_LinInterpolatedTable1D_read, METH_VARARGS, NULL},
{ "LinInterpolatedTable1D_inverse", _wrap_LinInterpolatedTable1D_inverse, METH_VARARGS, NULL},
{ "new_LinInterpolatedTable1D", _wrap_new_LinInterpolatedTable1D, METH_VARARGS, NULL},
{ "LinInterpolatedTable1D_swigregister", LinInterpolatedTable1D_swigregister, METH_O, NULL},
{ "LinInterpolatedTable1D_swiginit", LinInterpolatedTable1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LinInterpolatedTable1D", _wrap_new_ArchiveRecord_LinInterpolatedTable1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LinInterpolatedTable1D", _wrap_delete_ArchiveRecord_LinInterpolatedTable1D, METH_O, NULL},
{ "ArchiveRecord_LinInterpolatedTable1D_swigregister", ArchiveRecord_LinInterpolatedTable1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_LinInterpolatedTable1D_swiginit", ArchiveRecord_LinInterpolatedTable1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LinInterpolatedTable1D", _wrap_new_Ref_LinInterpolatedTable1D, METH_VARARGS, NULL},
{ "Ref_LinInterpolatedTable1D_restore", _wrap_Ref_LinInterpolatedTable1D_restore, METH_VARARGS, NULL},
{ "Ref_LinInterpolatedTable1D_retrieve", _wrap_Ref_LinInterpolatedTable1D_retrieve, METH_VARARGS, NULL},
{ "Ref_LinInterpolatedTable1D_getValue", _wrap_Ref_LinInterpolatedTable1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LinInterpolatedTable1D", _wrap_delete_Ref_LinInterpolatedTable1D, METH_O, NULL},
{ "Ref_LinInterpolatedTable1D_swigregister", Ref_LinInterpolatedTable1D_swigregister, METH_O, NULL},
{ "Ref_LinInterpolatedTable1D_swiginit", Ref_LinInterpolatedTable1D_swiginit, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector_iterator", _wrap_LinInterpolatedTable1DVector_iterator, METH_O, NULL},
{ "LinInterpolatedTable1DVector___nonzero__", _wrap_LinInterpolatedTable1DVector___nonzero__, METH_O, NULL},
{ "LinInterpolatedTable1DVector___bool__", _wrap_LinInterpolatedTable1DVector___bool__, METH_O, NULL},
{ "LinInterpolatedTable1DVector___len__", _wrap_LinInterpolatedTable1DVector___len__, METH_O, NULL},
{ "LinInterpolatedTable1DVector___getslice__", _wrap_LinInterpolatedTable1DVector___getslice__, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector___setslice__", _wrap_LinInterpolatedTable1DVector___setslice__, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector___delslice__", _wrap_LinInterpolatedTable1DVector___delslice__, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector___delitem__", _wrap_LinInterpolatedTable1DVector___delitem__, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector___getitem__", _wrap_LinInterpolatedTable1DVector___getitem__, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector___setitem__", _wrap_LinInterpolatedTable1DVector___setitem__, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector_pop", _wrap_LinInterpolatedTable1DVector_pop, METH_O, NULL},
{ "LinInterpolatedTable1DVector_append", _wrap_LinInterpolatedTable1DVector_append, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector_empty", _wrap_LinInterpolatedTable1DVector_empty, METH_O, NULL},
{ "LinInterpolatedTable1DVector_size", _wrap_LinInterpolatedTable1DVector_size, METH_O, NULL},
{ "LinInterpolatedTable1DVector_swap", _wrap_LinInterpolatedTable1DVector_swap, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector_begin", _wrap_LinInterpolatedTable1DVector_begin, METH_O, NULL},
{ "LinInterpolatedTable1DVector_end", _wrap_LinInterpolatedTable1DVector_end, METH_O, NULL},
{ "LinInterpolatedTable1DVector_rbegin", _wrap_LinInterpolatedTable1DVector_rbegin, METH_O, NULL},
{ "LinInterpolatedTable1DVector_rend", _wrap_LinInterpolatedTable1DVector_rend, METH_O, NULL},
{ "LinInterpolatedTable1DVector_clear", _wrap_LinInterpolatedTable1DVector_clear, METH_O, NULL},
{ "LinInterpolatedTable1DVector_get_allocator", _wrap_LinInterpolatedTable1DVector_get_allocator, METH_O, NULL},
{ "LinInterpolatedTable1DVector_pop_back", _wrap_LinInterpolatedTable1DVector_pop_back, METH_O, NULL},
{ "LinInterpolatedTable1DVector_erase", _wrap_LinInterpolatedTable1DVector_erase, METH_VARARGS, NULL},
{ "new_LinInterpolatedTable1DVector", _wrap_new_LinInterpolatedTable1DVector, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector_push_back", _wrap_LinInterpolatedTable1DVector_push_back, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector_front", _wrap_LinInterpolatedTable1DVector_front, METH_O, NULL},
{ "LinInterpolatedTable1DVector_back", _wrap_LinInterpolatedTable1DVector_back, METH_O, NULL},
{ "LinInterpolatedTable1DVector_assign", _wrap_LinInterpolatedTable1DVector_assign, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector_resize", _wrap_LinInterpolatedTable1DVector_resize, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector_insert", _wrap_LinInterpolatedTable1DVector_insert, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector_reserve", _wrap_LinInterpolatedTable1DVector_reserve, METH_VARARGS, NULL},
{ "LinInterpolatedTable1DVector_capacity", _wrap_LinInterpolatedTable1DVector_capacity, METH_O, NULL},
{ "delete_LinInterpolatedTable1DVector", _wrap_delete_LinInterpolatedTable1DVector, METH_O, NULL},
{ "LinInterpolatedTable1DVector_swigregister", LinInterpolatedTable1DVector_swigregister, METH_O, NULL},
{ "LinInterpolatedTable1DVector_swiginit", LinInterpolatedTable1DVector_swiginit, METH_VARARGS, NULL},
{ "delete_AbsDistribution1D", _wrap_delete_AbsDistribution1D, METH_O, NULL},
{ "AbsDistribution1D_density", _wrap_AbsDistribution1D_density, METH_VARARGS, NULL},
{ "AbsDistribution1D_cdf", _wrap_AbsDistribution1D_cdf, METH_VARARGS, NULL},
{ "AbsDistribution1D_exceedance", _wrap_AbsDistribution1D_exceedance, METH_VARARGS, NULL},
{ "AbsDistribution1D_quantile", _wrap_AbsDistribution1D_quantile, METH_VARARGS, NULL},
{ "AbsDistribution1D___eq__", _wrap_AbsDistribution1D___eq__, METH_VARARGS, NULL},
{ "AbsDistribution1D___ne__", _wrap_AbsDistribution1D___ne__, METH_VARARGS, NULL},
{ "AbsDistribution1D_clone", _wrap_AbsDistribution1D_clone, METH_O, NULL},
{ "AbsDistribution1D_empiricalMoment", _wrap_AbsDistribution1D_empiricalMoment, METH_VARARGS, NULL},
{ "AbsDistribution1D_classId", _wrap_AbsDistribution1D_classId, METH_O, NULL},
{ "AbsDistribution1D_write", _wrap_AbsDistribution1D_write, METH_VARARGS, NULL},
{ "AbsDistribution1D_classname", _wrap_AbsDistribution1D_classname, METH_NOARGS, NULL},
{ "AbsDistribution1D_version", _wrap_AbsDistribution1D_version, METH_NOARGS, NULL},
{ "AbsDistribution1D_read", _wrap_AbsDistribution1D_read, METH_VARARGS, NULL},
{ "AbsDistribution1D_random", _wrap_AbsDistribution1D_random, METH_VARARGS, NULL},
{ "AbsDistribution1D_generate", _wrap_AbsDistribution1D_generate, METH_VARARGS, NULL},
{ "AbsDistribution1D_swigregister", AbsDistribution1D_swigregister, METH_O, NULL},
{ "delete_AbsScalableDistribution1D", _wrap_delete_AbsScalableDistribution1D, METH_O, NULL},
{ "AbsScalableDistribution1D_location", _wrap_AbsScalableDistribution1D_location, METH_O, NULL},
{ "AbsScalableDistribution1D_scale", _wrap_AbsScalableDistribution1D_scale, METH_O, NULL},
{ "AbsScalableDistribution1D_setLocation", _wrap_AbsScalableDistribution1D_setLocation, METH_VARARGS, NULL},
{ "AbsScalableDistribution1D_setScale", _wrap_AbsScalableDistribution1D_setScale, METH_VARARGS, NULL},
{ "AbsScalableDistribution1D_density", _wrap_AbsScalableDistribution1D_density, METH_VARARGS, NULL},
{ "AbsScalableDistribution1D_cdf", _wrap_AbsScalableDistribution1D_cdf, METH_VARARGS, NULL},
{ "AbsScalableDistribution1D_exceedance", _wrap_AbsScalableDistribution1D_exceedance, METH_VARARGS, NULL},
{ "AbsScalableDistribution1D_quantile", _wrap_AbsScalableDistribution1D_quantile, METH_VARARGS, NULL},
{ "AbsScalableDistribution1D_clone", _wrap_AbsScalableDistribution1D_clone, METH_O, NULL},
{ "AbsScalableDistribution1D_classId", _wrap_AbsScalableDistribution1D_classId, METH_O, NULL},
{ "AbsScalableDistribution1D_write", _wrap_AbsScalableDistribution1D_write, METH_VARARGS, NULL},
{ "AbsScalableDistribution1D_read", _wrap_AbsScalableDistribution1D_read, METH_VARARGS, NULL},
{ "AbsScalableDistribution1D_swigregister", AbsScalableDistribution1D_swigregister, METH_O, NULL},
{ "new_DensityFunctor1D", _wrap_new_DensityFunctor1D, METH_VARARGS, NULL},
{ "delete_DensityFunctor1D", _wrap_delete_DensityFunctor1D, METH_O, NULL},
{ "DensityFunctor1D___call__", _wrap_DensityFunctor1D___call__, METH_VARARGS, NULL},
{ "DensityFunctor1D_swigregister", DensityFunctor1D_swigregister, METH_O, NULL},
{ "DensityFunctor1D_swiginit", DensityFunctor1D_swiginit, METH_VARARGS, NULL},
{ "new_DensitySquaredFunctor1D", _wrap_new_DensitySquaredFunctor1D, METH_VARARGS, NULL},
{ "delete_DensitySquaredFunctor1D", _wrap_delete_DensitySquaredFunctor1D, METH_O, NULL},
{ "DensitySquaredFunctor1D___call__", _wrap_DensitySquaredFunctor1D___call__, METH_VARARGS, NULL},
{ "DensitySquaredFunctor1D_swigregister", DensitySquaredFunctor1D_swigregister, METH_O, NULL},
{ "DensitySquaredFunctor1D_swiginit", DensitySquaredFunctor1D_swiginit, METH_VARARGS, NULL},
{ "new_CdfFunctor1D", _wrap_new_CdfFunctor1D, METH_VARARGS, NULL},
{ "delete_CdfFunctor1D", _wrap_delete_CdfFunctor1D, METH_O, NULL},
{ "CdfFunctor1D___call__", _wrap_CdfFunctor1D___call__, METH_VARARGS, NULL},
{ "CdfFunctor1D_swigregister", CdfFunctor1D_swigregister, METH_O, NULL},
{ "CdfFunctor1D_swiginit", CdfFunctor1D_swiginit, METH_VARARGS, NULL},
{ "new_ExceedanceFunctor1D", _wrap_new_ExceedanceFunctor1D, METH_VARARGS, NULL},
{ "delete_ExceedanceFunctor1D", _wrap_delete_ExceedanceFunctor1D, METH_O, NULL},
{ "ExceedanceFunctor1D___call__", _wrap_ExceedanceFunctor1D___call__, METH_VARARGS, NULL},
{ "ExceedanceFunctor1D_swigregister", ExceedanceFunctor1D_swigregister, METH_O, NULL},
{ "ExceedanceFunctor1D_swiginit", ExceedanceFunctor1D_swiginit, METH_VARARGS, NULL},
{ "new_QuantileFunctor1D", _wrap_new_QuantileFunctor1D, METH_VARARGS, NULL},
{ "delete_QuantileFunctor1D", _wrap_delete_QuantileFunctor1D, METH_O, NULL},
{ "QuantileFunctor1D___call__", _wrap_QuantileFunctor1D___call__, METH_VARARGS, NULL},
{ "QuantileFunctor1D_swigregister", QuantileFunctor1D_swigregister, METH_O, NULL},
{ "QuantileFunctor1D_swiginit", QuantileFunctor1D_swiginit, METH_VARARGS, NULL},
{ "new_UnscaledDensityFunctor1D", _wrap_new_UnscaledDensityFunctor1D, METH_VARARGS, NULL},
{ "delete_UnscaledDensityFunctor1D", _wrap_delete_UnscaledDensityFunctor1D, METH_O, NULL},
{ "UnscaledDensityFunctor1D___call__", _wrap_UnscaledDensityFunctor1D___call__, METH_VARARGS, NULL},
{ "UnscaledDensityFunctor1D_swigregister", UnscaledDensityFunctor1D_swigregister, METH_O, NULL},
{ "UnscaledDensityFunctor1D_swiginit", UnscaledDensityFunctor1D_swiginit, METH_VARARGS, NULL},
{ "new_UnscaledCdfFunctor1D", _wrap_new_UnscaledCdfFunctor1D, METH_VARARGS, NULL},
{ "delete_UnscaledCdfFunctor1D", _wrap_delete_UnscaledCdfFunctor1D, METH_O, NULL},
{ "UnscaledCdfFunctor1D___call__", _wrap_UnscaledCdfFunctor1D___call__, METH_VARARGS, NULL},
{ "UnscaledCdfFunctor1D_swigregister", UnscaledCdfFunctor1D_swigregister, METH_O, NULL},
{ "UnscaledCdfFunctor1D_swiginit", UnscaledCdfFunctor1D_swiginit, METH_VARARGS, NULL},
{ "AbsDistribution1DVector_iterator", _wrap_AbsDistribution1DVector_iterator, METH_O, NULL},
{ "AbsDistribution1DVector___nonzero__", _wrap_AbsDistribution1DVector___nonzero__, METH_O, NULL},
{ "AbsDistribution1DVector___bool__", _wrap_AbsDistribution1DVector___bool__, METH_O, NULL},
{ "AbsDistribution1DVector___len__", _wrap_AbsDistribution1DVector___len__, METH_O, NULL},
{ "AbsDistribution1DVector___getslice__", _wrap_AbsDistribution1DVector___getslice__, METH_VARARGS, NULL},
{ "AbsDistribution1DVector___setslice__", _wrap_AbsDistribution1DVector___setslice__, METH_VARARGS, NULL},
{ "AbsDistribution1DVector___delslice__", _wrap_AbsDistribution1DVector___delslice__, METH_VARARGS, NULL},
{ "AbsDistribution1DVector___delitem__", _wrap_AbsDistribution1DVector___delitem__, METH_VARARGS, NULL},
{ "AbsDistribution1DVector___getitem__", _wrap_AbsDistribution1DVector___getitem__, METH_VARARGS, NULL},
{ "AbsDistribution1DVector___setitem__", _wrap_AbsDistribution1DVector___setitem__, METH_VARARGS, NULL},
{ "AbsDistribution1DVector_pop", _wrap_AbsDistribution1DVector_pop, METH_O, NULL},
{ "AbsDistribution1DVector_append", _wrap_AbsDistribution1DVector_append, METH_VARARGS, NULL},
{ "AbsDistribution1DVector_empty", _wrap_AbsDistribution1DVector_empty, METH_O, NULL},
{ "AbsDistribution1DVector_size", _wrap_AbsDistribution1DVector_size, METH_O, NULL},
{ "AbsDistribution1DVector_swap", _wrap_AbsDistribution1DVector_swap, METH_VARARGS, NULL},
{ "AbsDistribution1DVector_begin", _wrap_AbsDistribution1DVector_begin, METH_O, NULL},
{ "AbsDistribution1DVector_end", _wrap_AbsDistribution1DVector_end, METH_O, NULL},
{ "AbsDistribution1DVector_rbegin", _wrap_AbsDistribution1DVector_rbegin, METH_O, NULL},
{ "AbsDistribution1DVector_rend", _wrap_AbsDistribution1DVector_rend, METH_O, NULL},
{ "AbsDistribution1DVector_clear", _wrap_AbsDistribution1DVector_clear, METH_O, NULL},
{ "AbsDistribution1DVector_get_allocator", _wrap_AbsDistribution1DVector_get_allocator, METH_O, NULL},
{ "AbsDistribution1DVector_pop_back", _wrap_AbsDistribution1DVector_pop_back, METH_O, NULL},
{ "AbsDistribution1DVector_erase", _wrap_AbsDistribution1DVector_erase, METH_VARARGS, NULL},
{ "new_AbsDistribution1DVector", _wrap_new_AbsDistribution1DVector, METH_VARARGS, NULL},
{ "AbsDistribution1DVector_push_back", _wrap_AbsDistribution1DVector_push_back, METH_VARARGS, NULL},
{ "AbsDistribution1DVector_front", _wrap_AbsDistribution1DVector_front, METH_O, NULL},
{ "AbsDistribution1DVector_back", _wrap_AbsDistribution1DVector_back, METH_O, NULL},
{ "AbsDistribution1DVector_assign", _wrap_AbsDistribution1DVector_assign, METH_VARARGS, NULL},
{ "AbsDistribution1DVector_resize", _wrap_AbsDistribution1DVector_resize, METH_VARARGS, NULL},
{ "AbsDistribution1DVector_insert", _wrap_AbsDistribution1DVector_insert, METH_VARARGS, NULL},
{ "AbsDistribution1DVector_reserve", _wrap_AbsDistribution1DVector_reserve, METH_VARARGS, NULL},
{ "AbsDistribution1DVector_capacity", _wrap_AbsDistribution1DVector_capacity, METH_O, NULL},
{ "delete_AbsDistribution1DVector", _wrap_delete_AbsDistribution1DVector, METH_O, NULL},
{ "AbsDistribution1DVector_swigregister", AbsDistribution1DVector_swigregister, METH_O, NULL},
{ "AbsDistribution1DVector_swiginit", AbsDistribution1DVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_AbsDistribution1D", _wrap_new_ArchiveRecord_AbsDistribution1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_AbsDistribution1D", _wrap_delete_ArchiveRecord_AbsDistribution1D, METH_O, NULL},
{ "ArchiveRecord_AbsDistribution1D_swigregister", ArchiveRecord_AbsDistribution1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_AbsDistribution1D_swiginit", ArchiveRecord_AbsDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_AbsDistribution1D", _wrap_new_Ref_AbsDistribution1D, METH_VARARGS, NULL},
{ "Ref_AbsDistribution1D_restore", _wrap_Ref_AbsDistribution1D_restore, METH_VARARGS, NULL},
{ "Ref_AbsDistribution1D_retrieve", _wrap_Ref_AbsDistribution1D_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_AbsDistribution1D", _wrap_delete_Ref_AbsDistribution1D, METH_O, NULL},
{ "Ref_AbsDistribution1D_swigregister", Ref_AbsDistribution1D_swigregister, METH_O, NULL},
{ "Ref_AbsDistribution1D_swiginit", Ref_AbsDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_Uniform1D", _wrap_new_Uniform1D, METH_VARARGS, NULL},
{ "Uniform1D_clone", _wrap_Uniform1D_clone, METH_O, NULL},
{ "delete_Uniform1D", _wrap_delete_Uniform1D, METH_O, NULL},
{ "Uniform1D_classId", _wrap_Uniform1D_classId, METH_O, NULL},
{ "Uniform1D_write", _wrap_Uniform1D_write, METH_VARARGS, NULL},
{ "Uniform1D_classname", _wrap_Uniform1D_classname, METH_NOARGS, NULL},
{ "Uniform1D_version", _wrap_Uniform1D_version, METH_NOARGS, NULL},
{ "Uniform1D_read", _wrap_Uniform1D_read, METH_VARARGS, NULL},
{ "Uniform1D_swigregister", Uniform1D_swigregister, METH_O, NULL},
{ "Uniform1D_swiginit", Uniform1D_swiginit, METH_VARARGS, NULL},
{ "new_IsoscelesTriangle1D", _wrap_new_IsoscelesTriangle1D, METH_VARARGS, NULL},
{ "IsoscelesTriangle1D_clone", _wrap_IsoscelesTriangle1D_clone, METH_O, NULL},
{ "delete_IsoscelesTriangle1D", _wrap_delete_IsoscelesTriangle1D, METH_O, NULL},
{ "IsoscelesTriangle1D_classId", _wrap_IsoscelesTriangle1D_classId, METH_O, NULL},
{ "IsoscelesTriangle1D_write", _wrap_IsoscelesTriangle1D_write, METH_VARARGS, NULL},
{ "IsoscelesTriangle1D_classname", _wrap_IsoscelesTriangle1D_classname, METH_NOARGS, NULL},
{ "IsoscelesTriangle1D_version", _wrap_IsoscelesTriangle1D_version, METH_NOARGS, NULL},
{ "IsoscelesTriangle1D_read", _wrap_IsoscelesTriangle1D_read, METH_VARARGS, NULL},
{ "IsoscelesTriangle1D_swigregister", IsoscelesTriangle1D_swigregister, METH_O, NULL},
{ "IsoscelesTriangle1D_swiginit", IsoscelesTriangle1D_swiginit, METH_VARARGS, NULL},
{ "new_Exponential1D", _wrap_new_Exponential1D, METH_VARARGS, NULL},
{ "Exponential1D_clone", _wrap_Exponential1D_clone, METH_O, NULL},
{ "delete_Exponential1D", _wrap_delete_Exponential1D, METH_O, NULL},
{ "Exponential1D_classId", _wrap_Exponential1D_classId, METH_O, NULL},
{ "Exponential1D_write", _wrap_Exponential1D_write, METH_VARARGS, NULL},
{ "Exponential1D_classname", _wrap_Exponential1D_classname, METH_NOARGS, NULL},
{ "Exponential1D_version", _wrap_Exponential1D_version, METH_NOARGS, NULL},
{ "Exponential1D_read", _wrap_Exponential1D_read, METH_VARARGS, NULL},
{ "Exponential1D_swigregister", Exponential1D_swigregister, METH_O, NULL},
{ "Exponential1D_swiginit", Exponential1D_swiginit, METH_VARARGS, NULL},
{ "new_Logistic1D", _wrap_new_Logistic1D, METH_VARARGS, NULL},
{ "Logistic1D_clone", _wrap_Logistic1D_clone, METH_O, NULL},
{ "delete_Logistic1D", _wrap_delete_Logistic1D, METH_O, NULL},
{ "Logistic1D_classId", _wrap_Logistic1D_classId, METH_O, NULL},
{ "Logistic1D_write", _wrap_Logistic1D_write, METH_VARARGS, NULL},
{ "Logistic1D_classname", _wrap_Logistic1D_classname, METH_NOARGS, NULL},
{ "Logistic1D_version", _wrap_Logistic1D_version, METH_NOARGS, NULL},
{ "Logistic1D_read", _wrap_Logistic1D_read, METH_VARARGS, NULL},
{ "Logistic1D_swigregister", Logistic1D_swigregister, METH_O, NULL},
{ "Logistic1D_swiginit", Logistic1D_swiginit, METH_VARARGS, NULL},
{ "new_Quadratic1D", _wrap_new_Quadratic1D, METH_VARARGS, NULL},
{ "Quadratic1D_clone", _wrap_Quadratic1D_clone, METH_O, NULL},
{ "delete_Quadratic1D", _wrap_delete_Quadratic1D, METH_O, NULL},
{ "Quadratic1D_a", _wrap_Quadratic1D_a, METH_O, NULL},
{ "Quadratic1D_b", _wrap_Quadratic1D_b, METH_O, NULL},
{ "Quadratic1D_classId", _wrap_Quadratic1D_classId, METH_O, NULL},
{ "Quadratic1D_write", _wrap_Quadratic1D_write, METH_VARARGS, NULL},
{ "Quadratic1D_classname", _wrap_Quadratic1D_classname, METH_NOARGS, NULL},
{ "Quadratic1D_version", _wrap_Quadratic1D_version, METH_NOARGS, NULL},
{ "Quadratic1D_read", _wrap_Quadratic1D_read, METH_VARARGS, NULL},
{ "Quadratic1D_swigregister", Quadratic1D_swigregister, METH_O, NULL},
{ "Quadratic1D_swiginit", Quadratic1D_swiginit, METH_VARARGS, NULL},
{ "new_LogQuadratic1D", _wrap_new_LogQuadratic1D, METH_VARARGS, NULL},
{ "LogQuadratic1D_clone", _wrap_LogQuadratic1D_clone, METH_O, NULL},
{ "delete_LogQuadratic1D", _wrap_delete_LogQuadratic1D, METH_O, NULL},
{ "LogQuadratic1D_a", _wrap_LogQuadratic1D_a, METH_O, NULL},
{ "LogQuadratic1D_b", _wrap_LogQuadratic1D_b, METH_O, NULL},
{ "LogQuadratic1D_classId", _wrap_LogQuadratic1D_classId, METH_O, NULL},
{ "LogQuadratic1D_write", _wrap_LogQuadratic1D_write, METH_VARARGS, NULL},
{ "LogQuadratic1D_classname", _wrap_LogQuadratic1D_classname, METH_NOARGS, NULL},
{ "LogQuadratic1D_version", _wrap_LogQuadratic1D_version, METH_NOARGS, NULL},
{ "LogQuadratic1D_read", _wrap_LogQuadratic1D_read, METH_VARARGS, NULL},
{ "LogQuadratic1D_swigregister", LogQuadratic1D_swigregister, METH_O, NULL},
{ "LogQuadratic1D_swiginit", LogQuadratic1D_swiginit, METH_VARARGS, NULL},
{ "new_Gauss1D", _wrap_new_Gauss1D, METH_VARARGS, NULL},
{ "Gauss1D_clone", _wrap_Gauss1D_clone, METH_O, NULL},
{ "delete_Gauss1D", _wrap_delete_Gauss1D, METH_O, NULL},
{ "Gauss1D_classId", _wrap_Gauss1D_classId, METH_O, NULL},
{ "Gauss1D_write", _wrap_Gauss1D_write, METH_VARARGS, NULL},
{ "Gauss1D_classname", _wrap_Gauss1D_classname, METH_NOARGS, NULL},
{ "Gauss1D_version", _wrap_Gauss1D_version, METH_NOARGS, NULL},
{ "Gauss1D_read", _wrap_Gauss1D_read, METH_VARARGS, NULL},
{ "Gauss1D_swigregister", Gauss1D_swigregister, METH_O, NULL},
{ "Gauss1D_swiginit", Gauss1D_swiginit, METH_VARARGS, NULL},
{ "new_TruncatedGauss1D", _wrap_new_TruncatedGauss1D, METH_VARARGS, NULL},
{ "TruncatedGauss1D_clone", _wrap_TruncatedGauss1D_clone, METH_O, NULL},
{ "delete_TruncatedGauss1D", _wrap_delete_TruncatedGauss1D, METH_O, NULL},
{ "TruncatedGauss1D_nsigma", _wrap_TruncatedGauss1D_nsigma, METH_O, NULL},
{ "TruncatedGauss1D_classId", _wrap_TruncatedGauss1D_classId, METH_O, NULL},
{ "TruncatedGauss1D_write", _wrap_TruncatedGauss1D_write, METH_VARARGS, NULL},
{ "TruncatedGauss1D_classname", _wrap_TruncatedGauss1D_classname, METH_NOARGS, NULL},
{ "TruncatedGauss1D_version", _wrap_TruncatedGauss1D_version, METH_NOARGS, NULL},
{ "TruncatedGauss1D_read", _wrap_TruncatedGauss1D_read, METH_VARARGS, NULL},
{ "TruncatedGauss1D_swigregister", TruncatedGauss1D_swigregister, METH_O, NULL},
{ "TruncatedGauss1D_swiginit", TruncatedGauss1D_swiginit, METH_VARARGS, NULL},
{ "new_MirroredGauss1D", _wrap_new_MirroredGauss1D, METH_VARARGS, NULL},
{ "MirroredGauss1D_clone", _wrap_MirroredGauss1D_clone, METH_O, NULL},
{ "delete_MirroredGauss1D", _wrap_delete_MirroredGauss1D, METH_O, NULL},
{ "MirroredGauss1D_meanOn0_1", _wrap_MirroredGauss1D_meanOn0_1, METH_O, NULL},
{ "MirroredGauss1D_sigmaOn0_1", _wrap_MirroredGauss1D_sigmaOn0_1, METH_O, NULL},
{ "MirroredGauss1D_classId", _wrap_MirroredGauss1D_classId, METH_O, NULL},
{ "MirroredGauss1D_write", _wrap_MirroredGauss1D_write, METH_VARARGS, NULL},
{ "MirroredGauss1D_classname", _wrap_MirroredGauss1D_classname, METH_NOARGS, NULL},
{ "MirroredGauss1D_version", _wrap_MirroredGauss1D_version, METH_NOARGS, NULL},
{ "MirroredGauss1D_read", _wrap_MirroredGauss1D_read, METH_VARARGS, NULL},
{ "MirroredGauss1D_swigregister", MirroredGauss1D_swigregister, METH_O, NULL},
{ "MirroredGauss1D_swiginit", MirroredGauss1D_swiginit, METH_VARARGS, NULL},
{ "new_BifurcatedGauss1D", _wrap_new_BifurcatedGauss1D, METH_VARARGS, NULL},
{ "BifurcatedGauss1D_clone", _wrap_BifurcatedGauss1D_clone, METH_O, NULL},
{ "delete_BifurcatedGauss1D", _wrap_delete_BifurcatedGauss1D, METH_O, NULL},
{ "BifurcatedGauss1D_leftSigmaFraction", _wrap_BifurcatedGauss1D_leftSigmaFraction, METH_O, NULL},
{ "BifurcatedGauss1D_nSigmasLeft", _wrap_BifurcatedGauss1D_nSigmasLeft, METH_O, NULL},
{ "BifurcatedGauss1D_nSigmasRight", _wrap_BifurcatedGauss1D_nSigmasRight, METH_O, NULL},
{ "BifurcatedGauss1D_classId", _wrap_BifurcatedGauss1D_classId, METH_O, NULL},
{ "BifurcatedGauss1D_write", _wrap_BifurcatedGauss1D_write, METH_VARARGS, NULL},
{ "BifurcatedGauss1D_classname", _wrap_BifurcatedGauss1D_classname, METH_NOARGS, NULL},
{ "BifurcatedGauss1D_version", _wrap_BifurcatedGauss1D_version, METH_NOARGS, NULL},
{ "BifurcatedGauss1D_read", _wrap_BifurcatedGauss1D_read, METH_VARARGS, NULL},
{ "BifurcatedGauss1D_swigregister", BifurcatedGauss1D_swigregister, METH_O, NULL},
{ "BifurcatedGauss1D_swiginit", BifurcatedGauss1D_swiginit, METH_VARARGS, NULL},
{ "new_SymmetricBeta1D", _wrap_new_SymmetricBeta1D, METH_VARARGS, NULL},
{ "SymmetricBeta1D_clone", _wrap_SymmetricBeta1D_clone, METH_O, NULL},
{ "delete_SymmetricBeta1D", _wrap_delete_SymmetricBeta1D, METH_O, NULL},
{ "SymmetricBeta1D_power", _wrap_SymmetricBeta1D_power, METH_O, NULL},
{ "SymmetricBeta1D_classId", _wrap_SymmetricBeta1D_classId, METH_O, NULL},
{ "SymmetricBeta1D_write", _wrap_SymmetricBeta1D_write, METH_VARARGS, NULL},
{ "SymmetricBeta1D_classname", _wrap_SymmetricBeta1D_classname, METH_NOARGS, NULL},
{ "SymmetricBeta1D_version", _wrap_SymmetricBeta1D_version, METH_NOARGS, NULL},
{ "SymmetricBeta1D_read", _wrap_SymmetricBeta1D_read, METH_VARARGS, NULL},
{ "SymmetricBeta1D_swigregister", SymmetricBeta1D_swigregister, METH_O, NULL},
{ "SymmetricBeta1D_swiginit", SymmetricBeta1D_swiginit, METH_VARARGS, NULL},
{ "new_Beta1D", _wrap_new_Beta1D, METH_VARARGS, NULL},
{ "Beta1D_clone", _wrap_Beta1D_clone, METH_O, NULL},
{ "delete_Beta1D", _wrap_delete_Beta1D, METH_O, NULL},
{ "Beta1D_alpha", _wrap_Beta1D_alpha, METH_O, NULL},
{ "Beta1D_beta", _wrap_Beta1D_beta, METH_O, NULL},
{ "Beta1D_classId", _wrap_Beta1D_classId, METH_O, NULL},
{ "Beta1D_write", _wrap_Beta1D_write, METH_VARARGS, NULL},
{ "Beta1D_classname", _wrap_Beta1D_classname, METH_NOARGS, NULL},
{ "Beta1D_version", _wrap_Beta1D_version, METH_NOARGS, NULL},
{ "Beta1D_read", _wrap_Beta1D_read, METH_VARARGS, NULL},
{ "Beta1D_swigregister", Beta1D_swigregister, METH_O, NULL},
{ "Beta1D_swiginit", Beta1D_swiginit, METH_VARARGS, NULL},
{ "new_Gamma1D", _wrap_new_Gamma1D, METH_VARARGS, NULL},
{ "Gamma1D_clone", _wrap_Gamma1D_clone, METH_O, NULL},
{ "delete_Gamma1D", _wrap_delete_Gamma1D, METH_O, NULL},
{ "Gamma1D_alpha", _wrap_Gamma1D_alpha, METH_O, NULL},
{ "Gamma1D_classId", _wrap_Gamma1D_classId, METH_O, NULL},
{ "Gamma1D_write", _wrap_Gamma1D_write, METH_VARARGS, NULL},
{ "Gamma1D_classname", _wrap_Gamma1D_classname, METH_NOARGS, NULL},
{ "Gamma1D_version", _wrap_Gamma1D_version, METH_NOARGS, NULL},
{ "Gamma1D_read", _wrap_Gamma1D_read, METH_VARARGS, NULL},
{ "Gamma1D_swigregister", Gamma1D_swigregister, METH_O, NULL},
{ "Gamma1D_swiginit", Gamma1D_swiginit, METH_VARARGS, NULL},
{ "new_Pareto1D", _wrap_new_Pareto1D, METH_VARARGS, NULL},
{ "Pareto1D_clone", _wrap_Pareto1D_clone, METH_O, NULL},
{ "delete_Pareto1D", _wrap_delete_Pareto1D, METH_O, NULL},
{ "Pareto1D_powerParameter", _wrap_Pareto1D_powerParameter, METH_O, NULL},
{ "Pareto1D_classId", _wrap_Pareto1D_classId, METH_O, NULL},
{ "Pareto1D_write", _wrap_Pareto1D_write, METH_VARARGS, NULL},
{ "Pareto1D_classname", _wrap_Pareto1D_classname, METH_NOARGS, NULL},
{ "Pareto1D_version", _wrap_Pareto1D_version, METH_NOARGS, NULL},
{ "Pareto1D_read", _wrap_Pareto1D_read, METH_VARARGS, NULL},
{ "Pareto1D_swigregister", Pareto1D_swigregister, METH_O, NULL},
{ "Pareto1D_swiginit", Pareto1D_swiginit, METH_VARARGS, NULL},
{ "new_UniPareto1D", _wrap_new_UniPareto1D, METH_VARARGS, NULL},
{ "UniPareto1D_clone", _wrap_UniPareto1D_clone, METH_O, NULL},
{ "delete_UniPareto1D", _wrap_delete_UniPareto1D, METH_O, NULL},
{ "UniPareto1D_powerParameter", _wrap_UniPareto1D_powerParameter, METH_O, NULL},
{ "UniPareto1D_classId", _wrap_UniPareto1D_classId, METH_O, NULL},
{ "UniPareto1D_write", _wrap_UniPareto1D_write, METH_VARARGS, NULL},
{ "UniPareto1D_classname", _wrap_UniPareto1D_classname, METH_NOARGS, NULL},
{ "UniPareto1D_version", _wrap_UniPareto1D_version, METH_NOARGS, NULL},
{ "UniPareto1D_read", _wrap_UniPareto1D_read, METH_VARARGS, NULL},
{ "UniPareto1D_swigregister", UniPareto1D_swigregister, METH_O, NULL},
{ "UniPareto1D_swiginit", UniPareto1D_swiginit, METH_VARARGS, NULL},
{ "new_Huber1D", _wrap_new_Huber1D, METH_VARARGS, NULL},
{ "Huber1D_clone", _wrap_Huber1D_clone, METH_O, NULL},
{ "delete_Huber1D", _wrap_delete_Huber1D, METH_O, NULL},
{ "Huber1D_tailWeight", _wrap_Huber1D_tailWeight, METH_O, NULL},
{ "Huber1D_tailStart", _wrap_Huber1D_tailStart, METH_O, NULL},
{ "Huber1D_classId", _wrap_Huber1D_classId, METH_O, NULL},
{ "Huber1D_write", _wrap_Huber1D_write, METH_VARARGS, NULL},
{ "Huber1D_classname", _wrap_Huber1D_classname, METH_NOARGS, NULL},
{ "Huber1D_version", _wrap_Huber1D_version, METH_NOARGS, NULL},
{ "Huber1D_read", _wrap_Huber1D_read, METH_VARARGS, NULL},
{ "Huber1D_swigregister", Huber1D_swigregister, METH_O, NULL},
{ "Huber1D_swiginit", Huber1D_swiginit, METH_VARARGS, NULL},
{ "new_Cauchy1D", _wrap_new_Cauchy1D, METH_VARARGS, NULL},
{ "Cauchy1D_clone", _wrap_Cauchy1D_clone, METH_O, NULL},
{ "delete_Cauchy1D", _wrap_delete_Cauchy1D, METH_O, NULL},
{ "Cauchy1D_classId", _wrap_Cauchy1D_classId, METH_O, NULL},
{ "Cauchy1D_write", _wrap_Cauchy1D_write, METH_VARARGS, NULL},
{ "Cauchy1D_classname", _wrap_Cauchy1D_classname, METH_NOARGS, NULL},
{ "Cauchy1D_version", _wrap_Cauchy1D_version, METH_NOARGS, NULL},
{ "Cauchy1D_read", _wrap_Cauchy1D_read, METH_VARARGS, NULL},
{ "Cauchy1D_swigregister", Cauchy1D_swigregister, METH_O, NULL},
{ "Cauchy1D_swiginit", Cauchy1D_swiginit, METH_VARARGS, NULL},
{ "new_LogNormal", _wrap_new_LogNormal, METH_VARARGS, NULL},
{ "LogNormal_clone", _wrap_LogNormal_clone, METH_O, NULL},
{ "delete_LogNormal", _wrap_delete_LogNormal, METH_O, NULL},
{ "LogNormal_skewness", _wrap_LogNormal_skewness, METH_O, NULL},
{ "LogNormal_classId", _wrap_LogNormal_classId, METH_O, NULL},
{ "LogNormal_write", _wrap_LogNormal_write, METH_VARARGS, NULL},
{ "LogNormal_classname", _wrap_LogNormal_classname, METH_NOARGS, NULL},
{ "LogNormal_version", _wrap_LogNormal_version, METH_NOARGS, NULL},
{ "LogNormal_read", _wrap_LogNormal_read, METH_VARARGS, NULL},
{ "LogNormal_swigregister", LogNormal_swigregister, METH_O, NULL},
{ "LogNormal_swiginit", LogNormal_swiginit, METH_VARARGS, NULL},
{ "new_Moyal1D", _wrap_new_Moyal1D, METH_VARARGS, NULL},
{ "Moyal1D_clone", _wrap_Moyal1D_clone, METH_O, NULL},
{ "delete_Moyal1D", _wrap_delete_Moyal1D, METH_O, NULL},
{ "Moyal1D_classId", _wrap_Moyal1D_classId, METH_O, NULL},
{ "Moyal1D_write", _wrap_Moyal1D_write, METH_VARARGS, NULL},
{ "Moyal1D_classname", _wrap_Moyal1D_classname, METH_NOARGS, NULL},
{ "Moyal1D_version", _wrap_Moyal1D_version, METH_NOARGS, NULL},
{ "Moyal1D_read", _wrap_Moyal1D_read, METH_VARARGS, NULL},
{ "Moyal1D_swigregister", Moyal1D_swigregister, METH_O, NULL},
{ "Moyal1D_swiginit", Moyal1D_swiginit, METH_VARARGS, NULL},
{ "new_StudentsT1D", _wrap_new_StudentsT1D, METH_VARARGS, NULL},
{ "StudentsT1D_clone", _wrap_StudentsT1D_clone, METH_O, NULL},
{ "delete_StudentsT1D", _wrap_delete_StudentsT1D, METH_O, NULL},
{ "StudentsT1D_nDegreesOfFreedom", _wrap_StudentsT1D_nDegreesOfFreedom, METH_O, NULL},
{ "StudentsT1D_classId", _wrap_StudentsT1D_classId, METH_O, NULL},
{ "StudentsT1D_write", _wrap_StudentsT1D_write, METH_VARARGS, NULL},
{ "StudentsT1D_classname", _wrap_StudentsT1D_classname, METH_NOARGS, NULL},
{ "StudentsT1D_version", _wrap_StudentsT1D_version, METH_NOARGS, NULL},
{ "StudentsT1D_read", _wrap_StudentsT1D_read, METH_VARARGS, NULL},
{ "StudentsT1D_swigregister", StudentsT1D_swigregister, METH_O, NULL},
{ "StudentsT1D_swiginit", StudentsT1D_swiginit, METH_VARARGS, NULL},
{ "new_Tabulated1D", _wrap_new_Tabulated1D, METH_VARARGS, NULL},
{ "Tabulated1D_clone", _wrap_Tabulated1D_clone, METH_O, NULL},
{ "delete_Tabulated1D", _wrap_delete_Tabulated1D, METH_O, NULL},
{ "Tabulated1D_interpolationDegree", _wrap_Tabulated1D_interpolationDegree, METH_O, NULL},
{ "Tabulated1D_tableLength", _wrap_Tabulated1D_tableLength, METH_O, NULL},
{ "Tabulated1D_tableData", _wrap_Tabulated1D_tableData, METH_O, NULL},
{ "Tabulated1D_classId", _wrap_Tabulated1D_classId, METH_O, NULL},
{ "Tabulated1D_write", _wrap_Tabulated1D_write, METH_VARARGS, NULL},
{ "Tabulated1D_classname", _wrap_Tabulated1D_classname, METH_NOARGS, NULL},
{ "Tabulated1D_version", _wrap_Tabulated1D_version, METH_NOARGS, NULL},
{ "Tabulated1D_read", _wrap_Tabulated1D_read, METH_VARARGS, NULL},
{ "Tabulated1D_swigregister", Tabulated1D_swigregister, METH_O, NULL},
{ "Tabulated1D_swiginit", Tabulated1D_swiginit, METH_VARARGS, NULL},
{ "new_BinnedDensity1D", _wrap_new_BinnedDensity1D, METH_VARARGS, NULL},
{ "BinnedDensity1D_clone", _wrap_BinnedDensity1D_clone, METH_O, NULL},
{ "delete_BinnedDensity1D", _wrap_delete_BinnedDensity1D, METH_O, NULL},
{ "BinnedDensity1D_interpolationDegree", _wrap_BinnedDensity1D_interpolationDegree, METH_O, NULL},
{ "BinnedDensity1D_tableLength", _wrap_BinnedDensity1D_tableLength, METH_O, NULL},
{ "BinnedDensity1D_tableData", _wrap_BinnedDensity1D_tableData, METH_O, NULL},
{ "BinnedDensity1D_classId", _wrap_BinnedDensity1D_classId, METH_O, NULL},
{ "BinnedDensity1D_write", _wrap_BinnedDensity1D_write, METH_VARARGS, NULL},
{ "BinnedDensity1D_classname", _wrap_BinnedDensity1D_classname, METH_NOARGS, NULL},
{ "BinnedDensity1D_version", _wrap_BinnedDensity1D_version, METH_NOARGS, NULL},
{ "BinnedDensity1D_read", _wrap_BinnedDensity1D_read, METH_VARARGS, NULL},
{ "BinnedDensity1D_swigregister", BinnedDensity1D_swigregister, METH_O, NULL},
{ "BinnedDensity1D_swiginit", BinnedDensity1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Uniform1D", _wrap_new_ArchiveRecord_Uniform1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Uniform1D", _wrap_delete_ArchiveRecord_Uniform1D, METH_O, NULL},
{ "ArchiveRecord_Uniform1D_swigregister", ArchiveRecord_Uniform1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Uniform1D_swiginit", ArchiveRecord_Uniform1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Uniform1D", _wrap_new_Ref_Uniform1D, METH_VARARGS, NULL},
{ "Ref_Uniform1D_restore", _wrap_Ref_Uniform1D_restore, METH_VARARGS, NULL},
{ "Ref_Uniform1D_retrieve", _wrap_Ref_Uniform1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Uniform1D_getValue", _wrap_Ref_Uniform1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Uniform1D", _wrap_delete_Ref_Uniform1D, METH_O, NULL},
{ "Ref_Uniform1D_swigregister", Ref_Uniform1D_swigregister, METH_O, NULL},
{ "Ref_Uniform1D_swiginit", Ref_Uniform1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_IsoscelesTriangle1D", _wrap_new_ArchiveRecord_IsoscelesTriangle1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_IsoscelesTriangle1D", _wrap_delete_ArchiveRecord_IsoscelesTriangle1D, METH_O, NULL},
{ "ArchiveRecord_IsoscelesTriangle1D_swigregister", ArchiveRecord_IsoscelesTriangle1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_IsoscelesTriangle1D_swiginit", ArchiveRecord_IsoscelesTriangle1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_IsoscelesTriangle1D", _wrap_new_Ref_IsoscelesTriangle1D, METH_VARARGS, NULL},
{ "Ref_IsoscelesTriangle1D_restore", _wrap_Ref_IsoscelesTriangle1D_restore, METH_VARARGS, NULL},
{ "Ref_IsoscelesTriangle1D_retrieve", _wrap_Ref_IsoscelesTriangle1D_retrieve, METH_VARARGS, NULL},
{ "Ref_IsoscelesTriangle1D_getValue", _wrap_Ref_IsoscelesTriangle1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_IsoscelesTriangle1D", _wrap_delete_Ref_IsoscelesTriangle1D, METH_O, NULL},
{ "Ref_IsoscelesTriangle1D_swigregister", Ref_IsoscelesTriangle1D_swigregister, METH_O, NULL},
{ "Ref_IsoscelesTriangle1D_swiginit", Ref_IsoscelesTriangle1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Exponential1D", _wrap_new_ArchiveRecord_Exponential1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Exponential1D", _wrap_delete_ArchiveRecord_Exponential1D, METH_O, NULL},
{ "ArchiveRecord_Exponential1D_swigregister", ArchiveRecord_Exponential1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Exponential1D_swiginit", ArchiveRecord_Exponential1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Exponential1D", _wrap_new_Ref_Exponential1D, METH_VARARGS, NULL},
{ "Ref_Exponential1D_restore", _wrap_Ref_Exponential1D_restore, METH_VARARGS, NULL},
{ "Ref_Exponential1D_retrieve", _wrap_Ref_Exponential1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Exponential1D_getValue", _wrap_Ref_Exponential1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Exponential1D", _wrap_delete_Ref_Exponential1D, METH_O, NULL},
{ "Ref_Exponential1D_swigregister", Ref_Exponential1D_swigregister, METH_O, NULL},
{ "Ref_Exponential1D_swiginit", Ref_Exponential1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Logistic1D", _wrap_new_ArchiveRecord_Logistic1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Logistic1D", _wrap_delete_ArchiveRecord_Logistic1D, METH_O, NULL},
{ "ArchiveRecord_Logistic1D_swigregister", ArchiveRecord_Logistic1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Logistic1D_swiginit", ArchiveRecord_Logistic1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Logistic1D", _wrap_new_Ref_Logistic1D, METH_VARARGS, NULL},
{ "Ref_Logistic1D_restore", _wrap_Ref_Logistic1D_restore, METH_VARARGS, NULL},
{ "Ref_Logistic1D_retrieve", _wrap_Ref_Logistic1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Logistic1D_getValue", _wrap_Ref_Logistic1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Logistic1D", _wrap_delete_Ref_Logistic1D, METH_O, NULL},
{ "Ref_Logistic1D_swigregister", Ref_Logistic1D_swigregister, METH_O, NULL},
{ "Ref_Logistic1D_swiginit", Ref_Logistic1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Quadratic1D", _wrap_new_ArchiveRecord_Quadratic1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Quadratic1D", _wrap_delete_ArchiveRecord_Quadratic1D, METH_O, NULL},
{ "ArchiveRecord_Quadratic1D_swigregister", ArchiveRecord_Quadratic1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Quadratic1D_swiginit", ArchiveRecord_Quadratic1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Quadratic1D", _wrap_new_Ref_Quadratic1D, METH_VARARGS, NULL},
{ "Ref_Quadratic1D_restore", _wrap_Ref_Quadratic1D_restore, METH_VARARGS, NULL},
{ "Ref_Quadratic1D_retrieve", _wrap_Ref_Quadratic1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Quadratic1D_getValue", _wrap_Ref_Quadratic1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Quadratic1D", _wrap_delete_Ref_Quadratic1D, METH_O, NULL},
{ "Ref_Quadratic1D_swigregister", Ref_Quadratic1D_swigregister, METH_O, NULL},
{ "Ref_Quadratic1D_swiginit", Ref_Quadratic1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LogQuadratic1D", _wrap_new_ArchiveRecord_LogQuadratic1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LogQuadratic1D", _wrap_delete_ArchiveRecord_LogQuadratic1D, METH_O, NULL},
{ "ArchiveRecord_LogQuadratic1D_swigregister", ArchiveRecord_LogQuadratic1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_LogQuadratic1D_swiginit", ArchiveRecord_LogQuadratic1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LogQuadratic1D", _wrap_new_Ref_LogQuadratic1D, METH_VARARGS, NULL},
{ "Ref_LogQuadratic1D_restore", _wrap_Ref_LogQuadratic1D_restore, METH_VARARGS, NULL},
{ "Ref_LogQuadratic1D_retrieve", _wrap_Ref_LogQuadratic1D_retrieve, METH_VARARGS, NULL},
{ "Ref_LogQuadratic1D_getValue", _wrap_Ref_LogQuadratic1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LogQuadratic1D", _wrap_delete_Ref_LogQuadratic1D, METH_O, NULL},
{ "Ref_LogQuadratic1D_swigregister", Ref_LogQuadratic1D_swigregister, METH_O, NULL},
{ "Ref_LogQuadratic1D_swiginit", Ref_LogQuadratic1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Gauss1D", _wrap_new_ArchiveRecord_Gauss1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Gauss1D", _wrap_delete_ArchiveRecord_Gauss1D, METH_O, NULL},
{ "ArchiveRecord_Gauss1D_swigregister", ArchiveRecord_Gauss1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Gauss1D_swiginit", ArchiveRecord_Gauss1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Gauss1D", _wrap_new_Ref_Gauss1D, METH_VARARGS, NULL},
{ "Ref_Gauss1D_restore", _wrap_Ref_Gauss1D_restore, METH_VARARGS, NULL},
{ "Ref_Gauss1D_retrieve", _wrap_Ref_Gauss1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Gauss1D_getValue", _wrap_Ref_Gauss1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Gauss1D", _wrap_delete_Ref_Gauss1D, METH_O, NULL},
{ "Ref_Gauss1D_swigregister", Ref_Gauss1D_swigregister, METH_O, NULL},
{ "Ref_Gauss1D_swiginit", Ref_Gauss1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_TruncatedGauss1D", _wrap_new_ArchiveRecord_TruncatedGauss1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_TruncatedGauss1D", _wrap_delete_ArchiveRecord_TruncatedGauss1D, METH_O, NULL},
{ "ArchiveRecord_TruncatedGauss1D_swigregister", ArchiveRecord_TruncatedGauss1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_TruncatedGauss1D_swiginit", ArchiveRecord_TruncatedGauss1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_TruncatedGauss1D", _wrap_new_Ref_TruncatedGauss1D, METH_VARARGS, NULL},
{ "Ref_TruncatedGauss1D_restore", _wrap_Ref_TruncatedGauss1D_restore, METH_VARARGS, NULL},
{ "Ref_TruncatedGauss1D_retrieve", _wrap_Ref_TruncatedGauss1D_retrieve, METH_VARARGS, NULL},
{ "Ref_TruncatedGauss1D_getValue", _wrap_Ref_TruncatedGauss1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_TruncatedGauss1D", _wrap_delete_Ref_TruncatedGauss1D, METH_O, NULL},
{ "Ref_TruncatedGauss1D_swigregister", Ref_TruncatedGauss1D_swigregister, METH_O, NULL},
{ "Ref_TruncatedGauss1D_swiginit", Ref_TruncatedGauss1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_MirroredGauss1D", _wrap_new_ArchiveRecord_MirroredGauss1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_MirroredGauss1D", _wrap_delete_ArchiveRecord_MirroredGauss1D, METH_O, NULL},
{ "ArchiveRecord_MirroredGauss1D_swigregister", ArchiveRecord_MirroredGauss1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_MirroredGauss1D_swiginit", ArchiveRecord_MirroredGauss1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_MirroredGauss1D", _wrap_new_Ref_MirroredGauss1D, METH_VARARGS, NULL},
{ "Ref_MirroredGauss1D_restore", _wrap_Ref_MirroredGauss1D_restore, METH_VARARGS, NULL},
{ "Ref_MirroredGauss1D_retrieve", _wrap_Ref_MirroredGauss1D_retrieve, METH_VARARGS, NULL},
{ "Ref_MirroredGauss1D_getValue", _wrap_Ref_MirroredGauss1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_MirroredGauss1D", _wrap_delete_Ref_MirroredGauss1D, METH_O, NULL},
{ "Ref_MirroredGauss1D_swigregister", Ref_MirroredGauss1D_swigregister, METH_O, NULL},
{ "Ref_MirroredGauss1D_swiginit", Ref_MirroredGauss1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_BifurcatedGauss1D", _wrap_new_ArchiveRecord_BifurcatedGauss1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_BifurcatedGauss1D", _wrap_delete_ArchiveRecord_BifurcatedGauss1D, METH_O, NULL},
{ "ArchiveRecord_BifurcatedGauss1D_swigregister", ArchiveRecord_BifurcatedGauss1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_BifurcatedGauss1D_swiginit", ArchiveRecord_BifurcatedGauss1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_BifurcatedGauss1D", _wrap_new_Ref_BifurcatedGauss1D, METH_VARARGS, NULL},
{ "Ref_BifurcatedGauss1D_restore", _wrap_Ref_BifurcatedGauss1D_restore, METH_VARARGS, NULL},
{ "Ref_BifurcatedGauss1D_retrieve", _wrap_Ref_BifurcatedGauss1D_retrieve, METH_VARARGS, NULL},
{ "Ref_BifurcatedGauss1D_getValue", _wrap_Ref_BifurcatedGauss1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_BifurcatedGauss1D", _wrap_delete_Ref_BifurcatedGauss1D, METH_O, NULL},
{ "Ref_BifurcatedGauss1D_swigregister", Ref_BifurcatedGauss1D_swigregister, METH_O, NULL},
{ "Ref_BifurcatedGauss1D_swiginit", Ref_BifurcatedGauss1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_SymmetricBeta1D", _wrap_new_ArchiveRecord_SymmetricBeta1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_SymmetricBeta1D", _wrap_delete_ArchiveRecord_SymmetricBeta1D, METH_O, NULL},
{ "ArchiveRecord_SymmetricBeta1D_swigregister", ArchiveRecord_SymmetricBeta1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_SymmetricBeta1D_swiginit", ArchiveRecord_SymmetricBeta1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_SymmetricBeta1D", _wrap_new_Ref_SymmetricBeta1D, METH_VARARGS, NULL},
{ "Ref_SymmetricBeta1D_restore", _wrap_Ref_SymmetricBeta1D_restore, METH_VARARGS, NULL},
{ "Ref_SymmetricBeta1D_retrieve", _wrap_Ref_SymmetricBeta1D_retrieve, METH_VARARGS, NULL},
{ "Ref_SymmetricBeta1D_getValue", _wrap_Ref_SymmetricBeta1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_SymmetricBeta1D", _wrap_delete_Ref_SymmetricBeta1D, METH_O, NULL},
{ "Ref_SymmetricBeta1D_swigregister", Ref_SymmetricBeta1D_swigregister, METH_O, NULL},
{ "Ref_SymmetricBeta1D_swiginit", Ref_SymmetricBeta1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Beta1D", _wrap_new_ArchiveRecord_Beta1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Beta1D", _wrap_delete_ArchiveRecord_Beta1D, METH_O, NULL},
{ "ArchiveRecord_Beta1D_swigregister", ArchiveRecord_Beta1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Beta1D_swiginit", ArchiveRecord_Beta1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Beta1D", _wrap_new_Ref_Beta1D, METH_VARARGS, NULL},
{ "Ref_Beta1D_restore", _wrap_Ref_Beta1D_restore, METH_VARARGS, NULL},
{ "Ref_Beta1D_retrieve", _wrap_Ref_Beta1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Beta1D_getValue", _wrap_Ref_Beta1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Beta1D", _wrap_delete_Ref_Beta1D, METH_O, NULL},
{ "Ref_Beta1D_swigregister", Ref_Beta1D_swigregister, METH_O, NULL},
{ "Ref_Beta1D_swiginit", Ref_Beta1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Gamma1D", _wrap_new_ArchiveRecord_Gamma1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Gamma1D", _wrap_delete_ArchiveRecord_Gamma1D, METH_O, NULL},
{ "ArchiveRecord_Gamma1D_swigregister", ArchiveRecord_Gamma1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Gamma1D_swiginit", ArchiveRecord_Gamma1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Gamma1D", _wrap_new_Ref_Gamma1D, METH_VARARGS, NULL},
{ "Ref_Gamma1D_restore", _wrap_Ref_Gamma1D_restore, METH_VARARGS, NULL},
{ "Ref_Gamma1D_retrieve", _wrap_Ref_Gamma1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Gamma1D_getValue", _wrap_Ref_Gamma1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Gamma1D", _wrap_delete_Ref_Gamma1D, METH_O, NULL},
{ "Ref_Gamma1D_swigregister", Ref_Gamma1D_swigregister, METH_O, NULL},
{ "Ref_Gamma1D_swiginit", Ref_Gamma1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Pareto1D", _wrap_new_ArchiveRecord_Pareto1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Pareto1D", _wrap_delete_ArchiveRecord_Pareto1D, METH_O, NULL},
{ "ArchiveRecord_Pareto1D_swigregister", ArchiveRecord_Pareto1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Pareto1D_swiginit", ArchiveRecord_Pareto1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Pareto1D", _wrap_new_Ref_Pareto1D, METH_VARARGS, NULL},
{ "Ref_Pareto1D_restore", _wrap_Ref_Pareto1D_restore, METH_VARARGS, NULL},
{ "Ref_Pareto1D_retrieve", _wrap_Ref_Pareto1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Pareto1D_getValue", _wrap_Ref_Pareto1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Pareto1D", _wrap_delete_Ref_Pareto1D, METH_O, NULL},
{ "Ref_Pareto1D_swigregister", Ref_Pareto1D_swigregister, METH_O, NULL},
{ "Ref_Pareto1D_swiginit", Ref_Pareto1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_UniPareto1D", _wrap_new_ArchiveRecord_UniPareto1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_UniPareto1D", _wrap_delete_ArchiveRecord_UniPareto1D, METH_O, NULL},
{ "ArchiveRecord_UniPareto1D_swigregister", ArchiveRecord_UniPareto1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_UniPareto1D_swiginit", ArchiveRecord_UniPareto1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_UniPareto1D", _wrap_new_Ref_UniPareto1D, METH_VARARGS, NULL},
{ "Ref_UniPareto1D_restore", _wrap_Ref_UniPareto1D_restore, METH_VARARGS, NULL},
{ "Ref_UniPareto1D_retrieve", _wrap_Ref_UniPareto1D_retrieve, METH_VARARGS, NULL},
{ "Ref_UniPareto1D_getValue", _wrap_Ref_UniPareto1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UniPareto1D", _wrap_delete_Ref_UniPareto1D, METH_O, NULL},
{ "Ref_UniPareto1D_swigregister", Ref_UniPareto1D_swigregister, METH_O, NULL},
{ "Ref_UniPareto1D_swiginit", Ref_UniPareto1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Huber1D", _wrap_new_ArchiveRecord_Huber1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Huber1D", _wrap_delete_ArchiveRecord_Huber1D, METH_O, NULL},
{ "ArchiveRecord_Huber1D_swigregister", ArchiveRecord_Huber1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Huber1D_swiginit", ArchiveRecord_Huber1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Huber1D", _wrap_new_Ref_Huber1D, METH_VARARGS, NULL},
{ "Ref_Huber1D_restore", _wrap_Ref_Huber1D_restore, METH_VARARGS, NULL},
{ "Ref_Huber1D_retrieve", _wrap_Ref_Huber1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Huber1D_getValue", _wrap_Ref_Huber1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Huber1D", _wrap_delete_Ref_Huber1D, METH_O, NULL},
{ "Ref_Huber1D_swigregister", Ref_Huber1D_swigregister, METH_O, NULL},
{ "Ref_Huber1D_swiginit", Ref_Huber1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Cauchy1D", _wrap_new_ArchiveRecord_Cauchy1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Cauchy1D", _wrap_delete_ArchiveRecord_Cauchy1D, METH_O, NULL},
{ "ArchiveRecord_Cauchy1D_swigregister", ArchiveRecord_Cauchy1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Cauchy1D_swiginit", ArchiveRecord_Cauchy1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Cauchy1D", _wrap_new_Ref_Cauchy1D, METH_VARARGS, NULL},
{ "Ref_Cauchy1D_restore", _wrap_Ref_Cauchy1D_restore, METH_VARARGS, NULL},
{ "Ref_Cauchy1D_retrieve", _wrap_Ref_Cauchy1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Cauchy1D_getValue", _wrap_Ref_Cauchy1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Cauchy1D", _wrap_delete_Ref_Cauchy1D, METH_O, NULL},
{ "Ref_Cauchy1D_swigregister", Ref_Cauchy1D_swigregister, METH_O, NULL},
{ "Ref_Cauchy1D_swiginit", Ref_Cauchy1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LogNormal", _wrap_new_ArchiveRecord_LogNormal, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LogNormal", _wrap_delete_ArchiveRecord_LogNormal, METH_O, NULL},
{ "ArchiveRecord_LogNormal_swigregister", ArchiveRecord_LogNormal_swigregister, METH_O, NULL},
{ "ArchiveRecord_LogNormal_swiginit", ArchiveRecord_LogNormal_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LogNormal", _wrap_new_Ref_LogNormal, METH_VARARGS, NULL},
{ "Ref_LogNormal_restore", _wrap_Ref_LogNormal_restore, METH_VARARGS, NULL},
{ "Ref_LogNormal_retrieve", _wrap_Ref_LogNormal_retrieve, METH_VARARGS, NULL},
{ "Ref_LogNormal_getValue", _wrap_Ref_LogNormal_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LogNormal", _wrap_delete_Ref_LogNormal, METH_O, NULL},
{ "Ref_LogNormal_swigregister", Ref_LogNormal_swigregister, METH_O, NULL},
{ "Ref_LogNormal_swiginit", Ref_LogNormal_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Moyal1D", _wrap_new_ArchiveRecord_Moyal1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Moyal1D", _wrap_delete_ArchiveRecord_Moyal1D, METH_O, NULL},
{ "ArchiveRecord_Moyal1D_swigregister", ArchiveRecord_Moyal1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Moyal1D_swiginit", ArchiveRecord_Moyal1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Moyal1D", _wrap_new_Ref_Moyal1D, METH_VARARGS, NULL},
{ "Ref_Moyal1D_restore", _wrap_Ref_Moyal1D_restore, METH_VARARGS, NULL},
{ "Ref_Moyal1D_retrieve", _wrap_Ref_Moyal1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Moyal1D_getValue", _wrap_Ref_Moyal1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Moyal1D", _wrap_delete_Ref_Moyal1D, METH_O, NULL},
{ "Ref_Moyal1D_swigregister", Ref_Moyal1D_swigregister, METH_O, NULL},
{ "Ref_Moyal1D_swiginit", Ref_Moyal1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_StudentsT1D", _wrap_new_ArchiveRecord_StudentsT1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StudentsT1D", _wrap_delete_ArchiveRecord_StudentsT1D, METH_O, NULL},
{ "ArchiveRecord_StudentsT1D_swigregister", ArchiveRecord_StudentsT1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_StudentsT1D_swiginit", ArchiveRecord_StudentsT1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_StudentsT1D", _wrap_new_Ref_StudentsT1D, METH_VARARGS, NULL},
{ "Ref_StudentsT1D_restore", _wrap_Ref_StudentsT1D_restore, METH_VARARGS, NULL},
{ "Ref_StudentsT1D_retrieve", _wrap_Ref_StudentsT1D_retrieve, METH_VARARGS, NULL},
{ "Ref_StudentsT1D_getValue", _wrap_Ref_StudentsT1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_StudentsT1D", _wrap_delete_Ref_StudentsT1D, METH_O, NULL},
{ "Ref_StudentsT1D_swigregister", Ref_StudentsT1D_swigregister, METH_O, NULL},
{ "Ref_StudentsT1D_swiginit", Ref_StudentsT1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Tabulated1D", _wrap_new_ArchiveRecord_Tabulated1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Tabulated1D", _wrap_delete_ArchiveRecord_Tabulated1D, METH_O, NULL},
{ "ArchiveRecord_Tabulated1D_swigregister", ArchiveRecord_Tabulated1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Tabulated1D_swiginit", ArchiveRecord_Tabulated1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Tabulated1D", _wrap_new_Ref_Tabulated1D, METH_VARARGS, NULL},
{ "Ref_Tabulated1D_restore", _wrap_Ref_Tabulated1D_restore, METH_VARARGS, NULL},
{ "Ref_Tabulated1D_retrieve", _wrap_Ref_Tabulated1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Tabulated1D_getValue", _wrap_Ref_Tabulated1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Tabulated1D", _wrap_delete_Ref_Tabulated1D, METH_O, NULL},
{ "Ref_Tabulated1D_swigregister", Ref_Tabulated1D_swigregister, METH_O, NULL},
{ "Ref_Tabulated1D_swiginit", Ref_Tabulated1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_BinnedDensity1D", _wrap_new_ArchiveRecord_BinnedDensity1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_BinnedDensity1D", _wrap_delete_ArchiveRecord_BinnedDensity1D, METH_O, NULL},
{ "ArchiveRecord_BinnedDensity1D_swigregister", ArchiveRecord_BinnedDensity1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_BinnedDensity1D_swiginit", ArchiveRecord_BinnedDensity1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_BinnedDensity1D", _wrap_new_Ref_BinnedDensity1D, METH_VARARGS, NULL},
{ "Ref_BinnedDensity1D_restore", _wrap_Ref_BinnedDensity1D_restore, METH_VARARGS, NULL},
{ "Ref_BinnedDensity1D_retrieve", _wrap_Ref_BinnedDensity1D_retrieve, METH_VARARGS, NULL},
{ "Ref_BinnedDensity1D_getValue", _wrap_Ref_BinnedDensity1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_BinnedDensity1D", _wrap_delete_Ref_BinnedDensity1D, METH_O, NULL},
{ "Ref_BinnedDensity1D_swigregister", Ref_BinnedDensity1D_swigregister, METH_O, NULL},
{ "Ref_BinnedDensity1D_swiginit", Ref_BinnedDensity1D_swiginit, METH_VARARGS, NULL},
{ "delete_AbsDistributionND", _wrap_delete_AbsDistributionND, METH_O, NULL},
{ "AbsDistributionND_clone", _wrap_AbsDistributionND_clone, METH_O, NULL},
{ "AbsDistributionND___eq__", _wrap_AbsDistributionND___eq__, METH_VARARGS, NULL},
{ "AbsDistributionND___ne__", _wrap_AbsDistributionND___ne__, METH_VARARGS, NULL},
{ "AbsDistributionND_dim", _wrap_AbsDistributionND_dim, METH_O, NULL},
{ "AbsDistributionND_density", _wrap_AbsDistributionND_density, METH_VARARGS, NULL},
{ "AbsDistributionND_mappedByQuantiles", _wrap_AbsDistributionND_mappedByQuantiles, METH_O, NULL},
{ "AbsDistributionND_classId", _wrap_AbsDistributionND_classId, METH_O, NULL},
{ "AbsDistributionND_write", _wrap_AbsDistributionND_write, METH_VARARGS, NULL},
{ "AbsDistributionND_classname", _wrap_AbsDistributionND_classname, METH_NOARGS, NULL},
{ "AbsDistributionND_version", _wrap_AbsDistributionND_version, METH_NOARGS, NULL},
{ "AbsDistributionND_read", _wrap_AbsDistributionND_read, METH_VARARGS, NULL},
{ "AbsDistributionND_random", _wrap_AbsDistributionND_random, METH_VARARGS, NULL},
{ "AbsDistributionND_unitMap", _wrap_AbsDistributionND_unitMap, METH_VARARGS, NULL},
{ "AbsDistributionND_generate", _wrap_AbsDistributionND_generate, METH_VARARGS, NULL},
{ "AbsDistributionND_swigregister", AbsDistributionND_swigregister, METH_O, NULL},
{ "delete_AbsScalableDistributionND", _wrap_delete_AbsScalableDistributionND, METH_O, NULL},
{ "AbsScalableDistributionND_location", _wrap_AbsScalableDistributionND_location, METH_VARARGS, NULL},
{ "AbsScalableDistributionND_scale", _wrap_AbsScalableDistributionND_scale, METH_VARARGS, NULL},
{ "AbsScalableDistributionND_setLocation", _wrap_AbsScalableDistributionND_setLocation, METH_VARARGS, NULL},
{ "AbsScalableDistributionND_setScale", _wrap_AbsScalableDistributionND_setScale, METH_VARARGS, NULL},
{ "AbsScalableDistributionND_density", _wrap_AbsScalableDistributionND_density, METH_VARARGS, NULL},
{ "AbsScalableDistributionND_unitMap", _wrap_AbsScalableDistributionND_unitMap, METH_VARARGS, NULL},
{ "AbsScalableDistributionND_clone", _wrap_AbsScalableDistributionND_clone, METH_O, NULL},
{ "AbsScalableDistributionND_mappedByQuantiles", _wrap_AbsScalableDistributionND_mappedByQuantiles, METH_O, NULL},
{ "AbsScalableDistributionND_classId", _wrap_AbsScalableDistributionND_classId, METH_O, NULL},
{ "AbsScalableDistributionND_write", _wrap_AbsScalableDistributionND_write, METH_VARARGS, NULL},
{ "AbsScalableDistributionND_read", _wrap_AbsScalableDistributionND_read, METH_VARARGS, NULL},
{ "AbsScalableDistributionND_swigregister", AbsScalableDistributionND_swigregister, METH_O, NULL},
{ "new_DensityFunctorND", _wrap_new_DensityFunctorND, METH_O, NULL},
{ "delete_DensityFunctorND", _wrap_delete_DensityFunctorND, METH_O, NULL},
{ "DensityFunctorND___call__", _wrap_DensityFunctorND___call__, METH_VARARGS, NULL},
{ "DensityFunctorND_minDim", _wrap_DensityFunctorND_minDim, METH_O, NULL},
{ "DensityFunctorND_swigregister", DensityFunctorND_swigregister, METH_O, NULL},
{ "DensityFunctorND_swiginit", DensityFunctorND_swiginit, METH_VARARGS, NULL},
{ "delete_HomogeneousProductSymmetricBeta1D", _wrap_delete_HomogeneousProductSymmetricBeta1D, METH_O, NULL},
{ "HomogeneousProductSymmetricBeta1D_clone", _wrap_HomogeneousProductSymmetricBeta1D_clone, METH_O, NULL},
{ "HomogeneousProductSymmetricBeta1D_mappedByQuantiles", _wrap_HomogeneousProductSymmetricBeta1D_mappedByQuantiles, METH_O, NULL},
{ "HomogeneousProductSymmetricBeta1D_density", _wrap_HomogeneousProductSymmetricBeta1D_density, METH_VARARGS, NULL},
{ "HomogeneousProductSymmetricBeta1D_unitMap", _wrap_HomogeneousProductSymmetricBeta1D_unitMap, METH_VARARGS, NULL},
{ "HomogeneousProductSymmetricBeta1D_swigregister", HomogeneousProductSymmetricBeta1D_swigregister, METH_O, NULL},
{ "new_ArchiveRecord_AbsDistributionND", _wrap_new_ArchiveRecord_AbsDistributionND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_AbsDistributionND", _wrap_delete_ArchiveRecord_AbsDistributionND, METH_O, NULL},
{ "ArchiveRecord_AbsDistributionND_swigregister", ArchiveRecord_AbsDistributionND_swigregister, METH_O, NULL},
{ "ArchiveRecord_AbsDistributionND_swiginit", ArchiveRecord_AbsDistributionND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_AbsDistributionND", _wrap_new_Ref_AbsDistributionND, METH_VARARGS, NULL},
{ "Ref_AbsDistributionND_restore", _wrap_Ref_AbsDistributionND_restore, METH_VARARGS, NULL},
{ "Ref_AbsDistributionND_retrieve", _wrap_Ref_AbsDistributionND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_AbsDistributionND", _wrap_delete_Ref_AbsDistributionND, METH_O, NULL},
{ "Ref_AbsDistributionND_swigregister", Ref_AbsDistributionND_swigregister, METH_O, NULL},
{ "Ref_AbsDistributionND_swiginit", Ref_AbsDistributionND_swiginit, METH_VARARGS, NULL},
{ "new_DensityScanND_Linear", _wrap_new_DensityScanND_Linear, METH_VARARGS, NULL},
{ "DensityScanND_Linear___call__", _wrap_DensityScanND_Linear___call__, METH_VARARGS, NULL},
{ "DensityScanND_Linear_mapIndex", _wrap_DensityScanND_Linear_mapIndex, METH_VARARGS, NULL},
{ "delete_DensityScanND_Linear", _wrap_delete_DensityScanND_Linear, METH_O, NULL},
{ "DensityScanND_Linear_swigregister", DensityScanND_Linear_swigregister, METH_O, NULL},
{ "DensityScanND_Linear_swiginit", DensityScanND_Linear_swiginit, METH_VARARGS, NULL},
{ "new_DensityScanND_Log", _wrap_new_DensityScanND_Log, METH_VARARGS, NULL},
{ "DensityScanND_Log___call__", _wrap_DensityScanND_Log___call__, METH_VARARGS, NULL},
{ "DensityScanND_Log_mapIndex", _wrap_DensityScanND_Log_mapIndex, METH_VARARGS, NULL},
{ "delete_DensityScanND_Log", _wrap_delete_DensityScanND_Log, METH_O, NULL},
{ "DensityScanND_Log_swigregister", DensityScanND_Log_swigregister, METH_O, NULL},
{ "DensityScanND_Log_swiginit", DensityScanND_Log_swiginit, METH_VARARGS, NULL},
{ "new_DensityScanND_Circular", _wrap_new_DensityScanND_Circular, METH_VARARGS, NULL},
{ "DensityScanND_Circular___call__", _wrap_DensityScanND_Circular___call__, METH_VARARGS, NULL},
{ "DensityScanND_Circular_mapIndex", _wrap_DensityScanND_Circular_mapIndex, METH_VARARGS, NULL},
{ "delete_DensityScanND_Circular", _wrap_delete_DensityScanND_Circular, METH_O, NULL},
{ "DensityScanND_Circular_swigregister", DensityScanND_Circular_swigregister, METH_O, NULL},
{ "DensityScanND_Circular_swiginit", DensityScanND_Circular_swiginit, METH_VARARGS, NULL},
{ "new_DensityScanND_Interpolated", _wrap_new_DensityScanND_Interpolated, METH_VARARGS, NULL},
{ "DensityScanND_Interpolated___call__", _wrap_DensityScanND_Interpolated___call__, METH_VARARGS, NULL},
{ "DensityScanND_Interpolated_mapIndex", _wrap_DensityScanND_Interpolated_mapIndex, METH_VARARGS, NULL},
{ "delete_DensityScanND_Interpolated", _wrap_delete_DensityScanND_Interpolated, METH_O, NULL},
{ "DensityScanND_Interpolated_swigregister", DensityScanND_Interpolated_swigregister, METH_O, NULL},
{ "DensityScanND_Interpolated_swiginit", DensityScanND_Interpolated_swiginit, METH_VARARGS, NULL},
{ "HistoAxis_min", _wrap_HistoAxis_min, METH_O, NULL},
{ "HistoAxis_max", _wrap_HistoAxis_max, METH_O, NULL},
{ "HistoAxis_interval", _wrap_HistoAxis_interval, METH_O, NULL},
{ "HistoAxis_length", _wrap_HistoAxis_length, METH_O, NULL},
{ "HistoAxis_nBins", _wrap_HistoAxis_nBins, METH_O, NULL},
{ "HistoAxis_binWidth", _wrap_HistoAxis_binWidth, METH_VARARGS, NULL},
{ "HistoAxis_label", _wrap_HistoAxis_label, METH_O, NULL},
{ "HistoAxis_isUniform", _wrap_HistoAxis_isUniform, METH_O, NULL},
{ "HistoAxis_binCenter", _wrap_HistoAxis_binCenter, METH_VARARGS, NULL},
{ "HistoAxis_leftBinEdge", _wrap_HistoAxis_leftBinEdge, METH_VARARGS, NULL},
{ "HistoAxis_rightBinEdge", _wrap_HistoAxis_rightBinEdge, METH_VARARGS, NULL},
{ "HistoAxis_binInterval", _wrap_HistoAxis_binInterval, METH_VARARGS, NULL},
{ "HistoAxis_setLabel", _wrap_HistoAxis_setLabel, METH_VARARGS, NULL},
{ "HistoAxis_binNumber", _wrap_HistoAxis_binNumber, METH_VARARGS, NULL},
{ "HistoAxis_closestValidBin", _wrap_HistoAxis_closestValidBin, METH_VARARGS, NULL},
{ "HistoAxis_binNumberMapper", _wrap_HistoAxis_binNumberMapper, METH_VARARGS, NULL},
{ "HistoAxis_fltBinNumber", _wrap_HistoAxis_fltBinNumber, METH_VARARGS, NULL},
{ "HistoAxis_kernelScanMapper", _wrap_HistoAxis_kernelScanMapper, METH_VARARGS, NULL},
{ "HistoAxis___eq__", _wrap_HistoAxis___eq__, METH_VARARGS, NULL},
{ "HistoAxis___ne__", _wrap_HistoAxis___ne__, METH_VARARGS, NULL},
{ "HistoAxis_isClose", _wrap_HistoAxis_isClose, METH_VARARGS, NULL},
{ "HistoAxis_rebin", _wrap_HistoAxis_rebin, METH_VARARGS, NULL},
{ "HistoAxis_classId", _wrap_HistoAxis_classId, METH_O, NULL},
{ "HistoAxis_write", _wrap_HistoAxis_write, METH_VARARGS, NULL},
{ "HistoAxis_classname", _wrap_HistoAxis_classname, METH_NOARGS, NULL},
{ "HistoAxis_version", _wrap_HistoAxis_version, METH_NOARGS, NULL},
{ "HistoAxis_read", _wrap_HistoAxis_read, METH_VARARGS, NULL},
{ "HistoAxis_range", _wrap_HistoAxis_range, METH_O, NULL},
{ "new_HistoAxis", _wrap_new_HistoAxis, METH_VARARGS, NULL},
{ "HistoAxis_binCenters", _wrap_HistoAxis_binCenters, METH_VARARGS, NULL},
{ "HistoAxis_binEdges", _wrap_HistoAxis_binEdges, METH_VARARGS, NULL},
{ "delete_HistoAxis", _wrap_delete_HistoAxis, METH_O, NULL},
{ "HistoAxis_swigregister", HistoAxis_swigregister, METH_O, NULL},
{ "HistoAxis_swiginit", HistoAxis_swiginit, METH_VARARGS, NULL},
{ "HistoAxisVector_iterator", _wrap_HistoAxisVector_iterator, METH_O, NULL},
{ "HistoAxisVector___nonzero__", _wrap_HistoAxisVector___nonzero__, METH_O, NULL},
{ "HistoAxisVector___bool__", _wrap_HistoAxisVector___bool__, METH_O, NULL},
{ "HistoAxisVector___len__", _wrap_HistoAxisVector___len__, METH_O, NULL},
{ "HistoAxisVector___getslice__", _wrap_HistoAxisVector___getslice__, METH_VARARGS, NULL},
{ "HistoAxisVector___setslice__", _wrap_HistoAxisVector___setslice__, METH_VARARGS, NULL},
{ "HistoAxisVector___delslice__", _wrap_HistoAxisVector___delslice__, METH_VARARGS, NULL},
{ "HistoAxisVector___delitem__", _wrap_HistoAxisVector___delitem__, METH_VARARGS, NULL},
{ "HistoAxisVector___getitem__", _wrap_HistoAxisVector___getitem__, METH_VARARGS, NULL},
{ "HistoAxisVector___setitem__", _wrap_HistoAxisVector___setitem__, METH_VARARGS, NULL},
{ "HistoAxisVector_pop", _wrap_HistoAxisVector_pop, METH_O, NULL},
{ "HistoAxisVector_append", _wrap_HistoAxisVector_append, METH_VARARGS, NULL},
{ "HistoAxisVector_empty", _wrap_HistoAxisVector_empty, METH_O, NULL},
{ "HistoAxisVector_size", _wrap_HistoAxisVector_size, METH_O, NULL},
{ "HistoAxisVector_swap", _wrap_HistoAxisVector_swap, METH_VARARGS, NULL},
{ "HistoAxisVector_begin", _wrap_HistoAxisVector_begin, METH_O, NULL},
{ "HistoAxisVector_end", _wrap_HistoAxisVector_end, METH_O, NULL},
{ "HistoAxisVector_rbegin", _wrap_HistoAxisVector_rbegin, METH_O, NULL},
{ "HistoAxisVector_rend", _wrap_HistoAxisVector_rend, METH_O, NULL},
{ "HistoAxisVector_clear", _wrap_HistoAxisVector_clear, METH_O, NULL},
{ "HistoAxisVector_get_allocator", _wrap_HistoAxisVector_get_allocator, METH_O, NULL},
{ "HistoAxisVector_pop_back", _wrap_HistoAxisVector_pop_back, METH_O, NULL},
{ "HistoAxisVector_erase", _wrap_HistoAxisVector_erase, METH_VARARGS, NULL},
{ "new_HistoAxisVector", _wrap_new_HistoAxisVector, METH_VARARGS, NULL},
{ "HistoAxisVector_push_back", _wrap_HistoAxisVector_push_back, METH_VARARGS, NULL},
{ "HistoAxisVector_front", _wrap_HistoAxisVector_front, METH_O, NULL},
{ "HistoAxisVector_back", _wrap_HistoAxisVector_back, METH_O, NULL},
{ "HistoAxisVector_assign", _wrap_HistoAxisVector_assign, METH_VARARGS, NULL},
{ "HistoAxisVector_resize", _wrap_HistoAxisVector_resize, METH_VARARGS, NULL},
{ "HistoAxisVector_insert", _wrap_HistoAxisVector_insert, METH_VARARGS, NULL},
{ "HistoAxisVector_reserve", _wrap_HistoAxisVector_reserve, METH_VARARGS, NULL},
{ "HistoAxisVector_capacity", _wrap_HistoAxisVector_capacity, METH_O, NULL},
{ "delete_HistoAxisVector", _wrap_delete_HistoAxisVector, METH_O, NULL},
{ "HistoAxisVector_swigregister", HistoAxisVector_swigregister, METH_O, NULL},
{ "HistoAxisVector_swiginit", HistoAxisVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_HistoAxis", _wrap_new_ArchiveRecord_HistoAxis, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_HistoAxis", _wrap_delete_ArchiveRecord_HistoAxis, METH_O, NULL},
{ "ArchiveRecord_HistoAxis_swigregister", ArchiveRecord_HistoAxis_swigregister, METH_O, NULL},
{ "ArchiveRecord_HistoAxis_swiginit", ArchiveRecord_HistoAxis_swiginit, METH_VARARGS, NULL},
{ "new_Ref_HistoAxis", _wrap_new_Ref_HistoAxis, METH_VARARGS, NULL},
{ "Ref_HistoAxis_restore", _wrap_Ref_HistoAxis_restore, METH_VARARGS, NULL},
{ "Ref_HistoAxis_retrieve", _wrap_Ref_HistoAxis_retrieve, METH_VARARGS, NULL},
{ "Ref_HistoAxis_getValue", _wrap_Ref_HistoAxis_getValue, METH_VARARGS, NULL},
{ "delete_Ref_HistoAxis", _wrap_delete_Ref_HistoAxis, METH_O, NULL},
{ "Ref_HistoAxis_swigregister", Ref_HistoAxis_swigregister, METH_O, NULL},
{ "Ref_HistoAxis_swiginit", Ref_HistoAxis_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_HistoAxisVector", _wrap_new_ArchiveRecord_HistoAxisVector, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_HistoAxisVector", _wrap_delete_ArchiveRecord_HistoAxisVector, METH_O, NULL},
{ "ArchiveRecord_HistoAxisVector_swigregister", ArchiveRecord_HistoAxisVector_swigregister, METH_O, NULL},
{ "ArchiveRecord_HistoAxisVector_swiginit", ArchiveRecord_HistoAxisVector_swiginit, METH_VARARGS, NULL},
{ "new_Ref_HistoAxisVector", _wrap_new_Ref_HistoAxisVector, METH_VARARGS, NULL},
{ "Ref_HistoAxisVector_restore", _wrap_Ref_HistoAxisVector_restore, METH_VARARGS, NULL},
{ "Ref_HistoAxisVector_retrieve", _wrap_Ref_HistoAxisVector_retrieve, METH_VARARGS, NULL},
{ "Ref_HistoAxisVector_getValue", _wrap_Ref_HistoAxisVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_HistoAxisVector", _wrap_delete_Ref_HistoAxisVector, METH_O, NULL},
{ "Ref_HistoAxisVector_swigregister", Ref_HistoAxisVector_swigregister, METH_O, NULL},
{ "Ref_HistoAxisVector_swiginit", Ref_HistoAxisVector_swiginit, METH_VARARGS, NULL},
{ "NUHistoAxis_min", _wrap_NUHistoAxis_min, METH_O, NULL},
{ "NUHistoAxis_max", _wrap_NUHistoAxis_max, METH_O, NULL},
{ "NUHistoAxis_interval", _wrap_NUHistoAxis_interval, METH_O, NULL},
{ "NUHistoAxis_length", _wrap_NUHistoAxis_length, METH_O, NULL},
{ "NUHistoAxis_nBins", _wrap_NUHistoAxis_nBins, METH_O, NULL},
{ "NUHistoAxis_binWidth", _wrap_NUHistoAxis_binWidth, METH_VARARGS, NULL},
{ "NUHistoAxis_label", _wrap_NUHistoAxis_label, METH_O, NULL},
{ "NUHistoAxis_isUniform", _wrap_NUHistoAxis_isUniform, METH_O, NULL},
{ "NUHistoAxis_leftBinEdge", _wrap_NUHistoAxis_leftBinEdge, METH_VARARGS, NULL},
{ "NUHistoAxis_rightBinEdge", _wrap_NUHistoAxis_rightBinEdge, METH_VARARGS, NULL},
{ "NUHistoAxis_binCenter", _wrap_NUHistoAxis_binCenter, METH_VARARGS, NULL},
{ "NUHistoAxis_binInterval", _wrap_NUHistoAxis_binInterval, METH_VARARGS, NULL},
{ "NUHistoAxis_setLabel", _wrap_NUHistoAxis_setLabel, METH_VARARGS, NULL},
{ "NUHistoAxis_binNumber", _wrap_NUHistoAxis_binNumber, METH_VARARGS, NULL},
{ "NUHistoAxis_fltBinNumber", _wrap_NUHistoAxis_fltBinNumber, METH_VARARGS, NULL},
{ "NUHistoAxis_closestValidBin", _wrap_NUHistoAxis_closestValidBin, METH_VARARGS, NULL},
{ "NUHistoAxis___eq__", _wrap_NUHistoAxis___eq__, METH_VARARGS, NULL},
{ "NUHistoAxis___ne__", _wrap_NUHistoAxis___ne__, METH_VARARGS, NULL},
{ "NUHistoAxis_isClose", _wrap_NUHistoAxis_isClose, METH_VARARGS, NULL},
{ "NUHistoAxis_rebin", _wrap_NUHistoAxis_rebin, METH_VARARGS, NULL},
{ "NUHistoAxis_classId", _wrap_NUHistoAxis_classId, METH_O, NULL},
{ "NUHistoAxis_write", _wrap_NUHistoAxis_write, METH_VARARGS, NULL},
{ "NUHistoAxis_classname", _wrap_NUHistoAxis_classname, METH_NOARGS, NULL},
{ "NUHistoAxis_version", _wrap_NUHistoAxis_version, METH_NOARGS, NULL},
{ "NUHistoAxis_read", _wrap_NUHistoAxis_read, METH_VARARGS, NULL},
{ "NUHistoAxis_range", _wrap_NUHistoAxis_range, METH_O, NULL},
{ "new_NUHistoAxis", _wrap_new_NUHistoAxis, METH_VARARGS, NULL},
{ "NUHistoAxis_binCenters", _wrap_NUHistoAxis_binCenters, METH_VARARGS, NULL},
{ "NUHistoAxis_binEdges", _wrap_NUHistoAxis_binEdges, METH_VARARGS, NULL},
{ "delete_NUHistoAxis", _wrap_delete_NUHistoAxis, METH_O, NULL},
{ "NUHistoAxis_swigregister", NUHistoAxis_swigregister, METH_O, NULL},
{ "NUHistoAxis_swiginit", NUHistoAxis_swiginit, METH_VARARGS, NULL},
{ "NUHistoAxisVector_iterator", _wrap_NUHistoAxisVector_iterator, METH_O, NULL},
{ "NUHistoAxisVector___nonzero__", _wrap_NUHistoAxisVector___nonzero__, METH_O, NULL},
{ "NUHistoAxisVector___bool__", _wrap_NUHistoAxisVector___bool__, METH_O, NULL},
{ "NUHistoAxisVector___len__", _wrap_NUHistoAxisVector___len__, METH_O, NULL},
{ "NUHistoAxisVector___getslice__", _wrap_NUHistoAxisVector___getslice__, METH_VARARGS, NULL},
{ "NUHistoAxisVector___setslice__", _wrap_NUHistoAxisVector___setslice__, METH_VARARGS, NULL},
{ "NUHistoAxisVector___delslice__", _wrap_NUHistoAxisVector___delslice__, METH_VARARGS, NULL},
{ "NUHistoAxisVector___delitem__", _wrap_NUHistoAxisVector___delitem__, METH_VARARGS, NULL},
{ "NUHistoAxisVector___getitem__", _wrap_NUHistoAxisVector___getitem__, METH_VARARGS, NULL},
{ "NUHistoAxisVector___setitem__", _wrap_NUHistoAxisVector___setitem__, METH_VARARGS, NULL},
{ "NUHistoAxisVector_pop", _wrap_NUHistoAxisVector_pop, METH_O, NULL},
{ "NUHistoAxisVector_append", _wrap_NUHistoAxisVector_append, METH_VARARGS, NULL},
{ "NUHistoAxisVector_empty", _wrap_NUHistoAxisVector_empty, METH_O, NULL},
{ "NUHistoAxisVector_size", _wrap_NUHistoAxisVector_size, METH_O, NULL},
{ "NUHistoAxisVector_swap", _wrap_NUHistoAxisVector_swap, METH_VARARGS, NULL},
{ "NUHistoAxisVector_begin", _wrap_NUHistoAxisVector_begin, METH_O, NULL},
{ "NUHistoAxisVector_end", _wrap_NUHistoAxisVector_end, METH_O, NULL},
{ "NUHistoAxisVector_rbegin", _wrap_NUHistoAxisVector_rbegin, METH_O, NULL},
{ "NUHistoAxisVector_rend", _wrap_NUHistoAxisVector_rend, METH_O, NULL},
{ "NUHistoAxisVector_clear", _wrap_NUHistoAxisVector_clear, METH_O, NULL},
{ "NUHistoAxisVector_get_allocator", _wrap_NUHistoAxisVector_get_allocator, METH_O, NULL},
{ "NUHistoAxisVector_pop_back", _wrap_NUHistoAxisVector_pop_back, METH_O, NULL},
{ "NUHistoAxisVector_erase", _wrap_NUHistoAxisVector_erase, METH_VARARGS, NULL},
{ "new_NUHistoAxisVector", _wrap_new_NUHistoAxisVector, METH_VARARGS, NULL},
{ "NUHistoAxisVector_push_back", _wrap_NUHistoAxisVector_push_back, METH_VARARGS, NULL},
{ "NUHistoAxisVector_front", _wrap_NUHistoAxisVector_front, METH_O, NULL},
{ "NUHistoAxisVector_back", _wrap_NUHistoAxisVector_back, METH_O, NULL},
{ "NUHistoAxisVector_assign", _wrap_NUHistoAxisVector_assign, METH_VARARGS, NULL},
{ "NUHistoAxisVector_resize", _wrap_NUHistoAxisVector_resize, METH_VARARGS, NULL},
{ "NUHistoAxisVector_insert", _wrap_NUHistoAxisVector_insert, METH_VARARGS, NULL},
{ "NUHistoAxisVector_reserve", _wrap_NUHistoAxisVector_reserve, METH_VARARGS, NULL},
{ "NUHistoAxisVector_capacity", _wrap_NUHistoAxisVector_capacity, METH_O, NULL},
{ "delete_NUHistoAxisVector", _wrap_delete_NUHistoAxisVector, METH_O, NULL},
{ "NUHistoAxisVector_swigregister", NUHistoAxisVector_swigregister, METH_O, NULL},
{ "NUHistoAxisVector_swiginit", NUHistoAxisVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_NUHistoAxis", _wrap_new_ArchiveRecord_NUHistoAxis, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_NUHistoAxis", _wrap_delete_ArchiveRecord_NUHistoAxis, METH_O, NULL},
{ "ArchiveRecord_NUHistoAxis_swigregister", ArchiveRecord_NUHistoAxis_swigregister, METH_O, NULL},
{ "ArchiveRecord_NUHistoAxis_swiginit", ArchiveRecord_NUHistoAxis_swiginit, METH_VARARGS, NULL},
{ "new_Ref_NUHistoAxis", _wrap_new_Ref_NUHistoAxis, METH_VARARGS, NULL},
{ "Ref_NUHistoAxis_restore", _wrap_Ref_NUHistoAxis_restore, METH_VARARGS, NULL},
{ "Ref_NUHistoAxis_retrieve", _wrap_Ref_NUHistoAxis_retrieve, METH_VARARGS, NULL},
{ "Ref_NUHistoAxis_getValue", _wrap_Ref_NUHistoAxis_getValue, METH_VARARGS, NULL},
{ "delete_Ref_NUHistoAxis", _wrap_delete_Ref_NUHistoAxis, METH_O, NULL},
{ "Ref_NUHistoAxis_swigregister", Ref_NUHistoAxis_swigregister, METH_O, NULL},
{ "Ref_NUHistoAxis_swiginit", Ref_NUHistoAxis_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_NUHistoAxisVector", _wrap_new_ArchiveRecord_NUHistoAxisVector, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_NUHistoAxisVector", _wrap_delete_ArchiveRecord_NUHistoAxisVector, METH_O, NULL},
{ "ArchiveRecord_NUHistoAxisVector_swigregister", ArchiveRecord_NUHistoAxisVector_swigregister, METH_O, NULL},
{ "ArchiveRecord_NUHistoAxisVector_swiginit", ArchiveRecord_NUHistoAxisVector_swiginit, METH_VARARGS, NULL},
{ "new_Ref_NUHistoAxisVector", _wrap_new_Ref_NUHistoAxisVector, METH_VARARGS, NULL},
{ "Ref_NUHistoAxisVector_restore", _wrap_Ref_NUHistoAxisVector_restore, METH_VARARGS, NULL},
{ "Ref_NUHistoAxisVector_retrieve", _wrap_Ref_NUHistoAxisVector_retrieve, METH_VARARGS, NULL},
{ "Ref_NUHistoAxisVector_getValue", _wrap_Ref_NUHistoAxisVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_NUHistoAxisVector", _wrap_delete_Ref_NUHistoAxisVector, METH_O, NULL},
{ "Ref_NUHistoAxisVector_swigregister", Ref_NUHistoAxisVector_swigregister, METH_O, NULL},
{ "Ref_NUHistoAxisVector_swiginit", Ref_NUHistoAxisVector_swiginit, METH_VARARGS, NULL},
{ "DualHistoAxis_isUniform", _wrap_DualHistoAxis_isUniform, METH_O, NULL},
{ "DualHistoAxis_min", _wrap_DualHistoAxis_min, METH_O, NULL},
{ "DualHistoAxis_max", _wrap_DualHistoAxis_max, METH_O, NULL},
{ "DualHistoAxis_interval", _wrap_DualHistoAxis_interval, METH_O, NULL},
{ "DualHistoAxis_length", _wrap_DualHistoAxis_length, METH_O, NULL},
{ "DualHistoAxis_nBins", _wrap_DualHistoAxis_nBins, METH_O, NULL},
{ "DualHistoAxis_binWidth", _wrap_DualHistoAxis_binWidth, METH_VARARGS, NULL},
{ "DualHistoAxis_label", _wrap_DualHistoAxis_label, METH_O, NULL},
{ "DualHistoAxis_binCenter", _wrap_DualHistoAxis_binCenter, METH_VARARGS, NULL},
{ "DualHistoAxis_leftBinEdge", _wrap_DualHistoAxis_leftBinEdge, METH_VARARGS, NULL},
{ "DualHistoAxis_rightBinEdge", _wrap_DualHistoAxis_rightBinEdge, METH_VARARGS, NULL},
{ "DualHistoAxis_binInterval", _wrap_DualHistoAxis_binInterval, METH_VARARGS, NULL},
{ "DualHistoAxis_getNUHistoAxis", _wrap_DualHistoAxis_getNUHistoAxis, METH_O, NULL},
{ "DualHistoAxis_getHistoAxis", _wrap_DualHistoAxis_getHistoAxis, METH_O, NULL},
{ "DualHistoAxis_setLabel", _wrap_DualHistoAxis_setLabel, METH_VARARGS, NULL},
{ "DualHistoAxis_binNumber", _wrap_DualHistoAxis_binNumber, METH_VARARGS, NULL},
{ "DualHistoAxis_fltBinNumber", _wrap_DualHistoAxis_fltBinNumber, METH_VARARGS, NULL},
{ "DualHistoAxis_closestValidBin", _wrap_DualHistoAxis_closestValidBin, METH_VARARGS, NULL},
{ "DualHistoAxis___eq__", _wrap_DualHistoAxis___eq__, METH_VARARGS, NULL},
{ "DualHistoAxis___ne__", _wrap_DualHistoAxis___ne__, METH_VARARGS, NULL},
{ "DualHistoAxis_isClose", _wrap_DualHistoAxis_isClose, METH_VARARGS, NULL},
{ "DualHistoAxis_rebin", _wrap_DualHistoAxis_rebin, METH_VARARGS, NULL},
{ "DualHistoAxis_classId", _wrap_DualHistoAxis_classId, METH_O, NULL},
{ "DualHistoAxis_write", _wrap_DualHistoAxis_write, METH_VARARGS, NULL},
{ "DualHistoAxis_classname", _wrap_DualHistoAxis_classname, METH_NOARGS, NULL},
{ "DualHistoAxis_version", _wrap_DualHistoAxis_version, METH_NOARGS, NULL},
{ "DualHistoAxis_read", _wrap_DualHistoAxis_read, METH_VARARGS, NULL},
{ "DualHistoAxis_range", _wrap_DualHistoAxis_range, METH_O, NULL},
{ "new_DualHistoAxis", _wrap_new_DualHistoAxis, METH_VARARGS, NULL},
{ "DualHistoAxis_binCenters", _wrap_DualHistoAxis_binCenters, METH_VARARGS, NULL},
{ "DualHistoAxis_binEdges", _wrap_DualHistoAxis_binEdges, METH_VARARGS, NULL},
{ "delete_DualHistoAxis", _wrap_delete_DualHistoAxis, METH_O, NULL},
{ "DualHistoAxis_swigregister", DualHistoAxis_swigregister, METH_O, NULL},
{ "DualHistoAxis_swiginit", DualHistoAxis_swiginit, METH_VARARGS, NULL},
{ "DualHistoAxisVector_iterator", _wrap_DualHistoAxisVector_iterator, METH_O, NULL},
{ "DualHistoAxisVector___nonzero__", _wrap_DualHistoAxisVector___nonzero__, METH_O, NULL},
{ "DualHistoAxisVector___bool__", _wrap_DualHistoAxisVector___bool__, METH_O, NULL},
{ "DualHistoAxisVector___len__", _wrap_DualHistoAxisVector___len__, METH_O, NULL},
{ "DualHistoAxisVector___getslice__", _wrap_DualHistoAxisVector___getslice__, METH_VARARGS, NULL},
{ "DualHistoAxisVector___setslice__", _wrap_DualHistoAxisVector___setslice__, METH_VARARGS, NULL},
{ "DualHistoAxisVector___delslice__", _wrap_DualHistoAxisVector___delslice__, METH_VARARGS, NULL},
{ "DualHistoAxisVector___delitem__", _wrap_DualHistoAxisVector___delitem__, METH_VARARGS, NULL},
{ "DualHistoAxisVector___getitem__", _wrap_DualHistoAxisVector___getitem__, METH_VARARGS, NULL},
{ "DualHistoAxisVector___setitem__", _wrap_DualHistoAxisVector___setitem__, METH_VARARGS, NULL},
{ "DualHistoAxisVector_pop", _wrap_DualHistoAxisVector_pop, METH_O, NULL},
{ "DualHistoAxisVector_append", _wrap_DualHistoAxisVector_append, METH_VARARGS, NULL},
{ "DualHistoAxisVector_empty", _wrap_DualHistoAxisVector_empty, METH_O, NULL},
{ "DualHistoAxisVector_size", _wrap_DualHistoAxisVector_size, METH_O, NULL},
{ "DualHistoAxisVector_swap", _wrap_DualHistoAxisVector_swap, METH_VARARGS, NULL},
{ "DualHistoAxisVector_begin", _wrap_DualHistoAxisVector_begin, METH_O, NULL},
{ "DualHistoAxisVector_end", _wrap_DualHistoAxisVector_end, METH_O, NULL},
{ "DualHistoAxisVector_rbegin", _wrap_DualHistoAxisVector_rbegin, METH_O, NULL},
{ "DualHistoAxisVector_rend", _wrap_DualHistoAxisVector_rend, METH_O, NULL},
{ "DualHistoAxisVector_clear", _wrap_DualHistoAxisVector_clear, METH_O, NULL},
{ "DualHistoAxisVector_get_allocator", _wrap_DualHistoAxisVector_get_allocator, METH_O, NULL},
{ "DualHistoAxisVector_pop_back", _wrap_DualHistoAxisVector_pop_back, METH_O, NULL},
{ "DualHistoAxisVector_erase", _wrap_DualHistoAxisVector_erase, METH_VARARGS, NULL},
{ "new_DualHistoAxisVector", _wrap_new_DualHistoAxisVector, METH_VARARGS, NULL},
{ "DualHistoAxisVector_push_back", _wrap_DualHistoAxisVector_push_back, METH_VARARGS, NULL},
{ "DualHistoAxisVector_front", _wrap_DualHistoAxisVector_front, METH_O, NULL},
{ "DualHistoAxisVector_back", _wrap_DualHistoAxisVector_back, METH_O, NULL},
{ "DualHistoAxisVector_assign", _wrap_DualHistoAxisVector_assign, METH_VARARGS, NULL},
{ "DualHistoAxisVector_resize", _wrap_DualHistoAxisVector_resize, METH_VARARGS, NULL},
{ "DualHistoAxisVector_insert", _wrap_DualHistoAxisVector_insert, METH_VARARGS, NULL},
{ "DualHistoAxisVector_reserve", _wrap_DualHistoAxisVector_reserve, METH_VARARGS, NULL},
{ "DualHistoAxisVector_capacity", _wrap_DualHistoAxisVector_capacity, METH_O, NULL},
{ "delete_DualHistoAxisVector", _wrap_delete_DualHistoAxisVector, METH_O, NULL},
{ "DualHistoAxisVector_swigregister", DualHistoAxisVector_swigregister, METH_O, NULL},
{ "DualHistoAxisVector_swiginit", DualHistoAxisVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DualHistoAxis", _wrap_new_ArchiveRecord_DualHistoAxis, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DualHistoAxis", _wrap_delete_ArchiveRecord_DualHistoAxis, METH_O, NULL},
{ "ArchiveRecord_DualHistoAxis_swigregister", ArchiveRecord_DualHistoAxis_swigregister, METH_O, NULL},
{ "ArchiveRecord_DualHistoAxis_swiginit", ArchiveRecord_DualHistoAxis_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DualHistoAxis", _wrap_new_Ref_DualHistoAxis, METH_VARARGS, NULL},
{ "Ref_DualHistoAxis_restore", _wrap_Ref_DualHistoAxis_restore, METH_VARARGS, NULL},
{ "Ref_DualHistoAxis_retrieve", _wrap_Ref_DualHistoAxis_retrieve, METH_VARARGS, NULL},
{ "Ref_DualHistoAxis_getValue", _wrap_Ref_DualHistoAxis_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DualHistoAxis", _wrap_delete_Ref_DualHistoAxis, METH_O, NULL},
{ "Ref_DualHistoAxis_swigregister", Ref_DualHistoAxis_swigregister, METH_O, NULL},
{ "Ref_DualHistoAxis_swiginit", Ref_DualHistoAxis_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DualHistoAxisVector", _wrap_new_ArchiveRecord_DualHistoAxisVector, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DualHistoAxisVector", _wrap_delete_ArchiveRecord_DualHistoAxisVector, METH_O, NULL},
{ "ArchiveRecord_DualHistoAxisVector_swigregister", ArchiveRecord_DualHistoAxisVector_swigregister, METH_O, NULL},
{ "ArchiveRecord_DualHistoAxisVector_swiginit", ArchiveRecord_DualHistoAxisVector_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DualHistoAxisVector", _wrap_new_Ref_DualHistoAxisVector, METH_VARARGS, NULL},
{ "Ref_DualHistoAxisVector_restore", _wrap_Ref_DualHistoAxisVector_restore, METH_VARARGS, NULL},
{ "Ref_DualHistoAxisVector_retrieve", _wrap_Ref_DualHistoAxisVector_retrieve, METH_VARARGS, NULL},
{ "Ref_DualHistoAxisVector_getValue", _wrap_Ref_DualHistoAxisVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DualHistoAxisVector", _wrap_delete_Ref_DualHistoAxisVector, METH_O, NULL},
{ "Ref_DualHistoAxisVector_swigregister", Ref_DualHistoAxisVector_swigregister, METH_O, NULL},
{ "Ref_DualHistoAxisVector_swiginit", Ref_DualHistoAxisVector_swiginit, METH_VARARGS, NULL},
{ "new_DensityDiscretizationErrorND", _wrap_new_DensityDiscretizationErrorND, METH_VARARGS, NULL},
{ "delete_DensityDiscretizationErrorND", _wrap_delete_DensityDiscretizationErrorND, METH_O, NULL},
{ "DensityDiscretizationErrorND___call__", _wrap_DensityDiscretizationErrorND___call__, METH_VARARGS, NULL},
{ "DensityDiscretizationErrorND_minDim", _wrap_DensityDiscretizationErrorND_minDim, METH_O, NULL},
{ "DensityDiscretizationErrorND_swigregister", DensityDiscretizationErrorND_swigregister, METH_O, NULL},
{ "DensityDiscretizationErrorND_swiginit", DensityDiscretizationErrorND_swiginit, METH_VARARGS, NULL},
{ "new_DensityAveScanND_Uniform", _wrap_new_DensityAveScanND_Uniform, METH_VARARGS, NULL},
{ "DensityAveScanND_Uniform___call__", _wrap_DensityAveScanND_Uniform___call__, METH_VARARGS, NULL},
{ "DensityAveScanND_Uniform_mapIndex", _wrap_DensityAveScanND_Uniform_mapIndex, METH_VARARGS, NULL},
{ "DensityAveScanND_Uniform_mapBinSize", _wrap_DensityAveScanND_Uniform_mapBinSize, METH_VARARGS, NULL},
{ "delete_DensityAveScanND_Uniform", _wrap_delete_DensityAveScanND_Uniform, METH_O, NULL},
{ "DensityAveScanND_Uniform_swigregister", DensityAveScanND_Uniform_swigregister, METH_O, NULL},
{ "DensityAveScanND_Uniform_swiginit", DensityAveScanND_Uniform_swiginit, METH_VARARGS, NULL},
{ "new_DensityAveScanND_NU", _wrap_new_DensityAveScanND_NU, METH_VARARGS, NULL},
{ "DensityAveScanND_NU___call__", _wrap_DensityAveScanND_NU___call__, METH_VARARGS, NULL},
{ "DensityAveScanND_NU_mapIndex", _wrap_DensityAveScanND_NU_mapIndex, METH_VARARGS, NULL},
{ "DensityAveScanND_NU_mapBinSize", _wrap_DensityAveScanND_NU_mapBinSize, METH_VARARGS, NULL},
{ "delete_DensityAveScanND_NU", _wrap_delete_DensityAveScanND_NU, METH_O, NULL},
{ "DensityAveScanND_NU_swigregister", DensityAveScanND_NU_swigregister, METH_O, NULL},
{ "DensityAveScanND_NU_swiginit", DensityAveScanND_NU_swiginit, METH_VARARGS, NULL},
{ "new_DensityAveScanND_DA", _wrap_new_DensityAveScanND_DA, METH_VARARGS, NULL},
{ "DensityAveScanND_DA___call__", _wrap_DensityAveScanND_DA___call__, METH_VARARGS, NULL},
{ "DensityAveScanND_DA_mapIndex", _wrap_DensityAveScanND_DA_mapIndex, METH_VARARGS, NULL},
{ "DensityAveScanND_DA_mapBinSize", _wrap_DensityAveScanND_DA_mapBinSize, METH_VARARGS, NULL},
{ "delete_DensityAveScanND_DA", _wrap_delete_DensityAveScanND_DA, METH_O, NULL},
{ "DensityAveScanND_DA_swigregister", DensityAveScanND_DA_swigregister, METH_O, NULL},
{ "DensityAveScanND_DA_swiginit", DensityAveScanND_DA_swiginit, METH_VARARGS, NULL},
{ "delete_StatAccArrayND", _wrap_delete_StatAccArrayND, METH_O, NULL},
{ "StatAccArrayND_uninitialize", _wrap_StatAccArrayND_uninitialize, METH_O, NULL},
{ "StatAccArrayND_reshape", _wrap_StatAccArrayND_reshape, METH_VARARGS, NULL},
{ "StatAccArrayND_valueAt", _wrap_StatAccArrayND_valueAt, METH_VARARGS, NULL},
{ "StatAccArrayND_linearPtr", _wrap_StatAccArrayND_linearPtr, METH_VARARGS, NULL},
{ "StatAccArrayND_convertLinearIndex", _wrap_StatAccArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "StatAccArrayND_nonZeroRange", _wrap_StatAccArrayND_nonZeroRange, METH_O, NULL},
{ "StatAccArrayND_linearIndex", _wrap_StatAccArrayND_linearIndex, METH_VARARGS, NULL},
{ "StatAccArrayND_length", _wrap_StatAccArrayND_length, METH_O, NULL},
{ "StatAccArrayND_data", _wrap_StatAccArrayND_data, METH_O, NULL},
{ "StatAccArrayND_isShapeKnown", _wrap_StatAccArrayND_isShapeKnown, METH_O, NULL},
{ "StatAccArrayND_rank", _wrap_StatAccArrayND_rank, METH_O, NULL},
{ "StatAccArrayND_shape", _wrap_StatAccArrayND_shape, METH_O, NULL},
{ "StatAccArrayND_shapeData", _wrap_StatAccArrayND_shapeData, METH_O, NULL},
{ "StatAccArrayND_fullRange", _wrap_StatAccArrayND_fullRange, METH_O, NULL},
{ "StatAccArrayND_span", _wrap_StatAccArrayND_span, METH_VARARGS, NULL},
{ "StatAccArrayND_maximumSpan", _wrap_StatAccArrayND_maximumSpan, METH_O, NULL},
{ "StatAccArrayND_minimumSpan", _wrap_StatAccArrayND_minimumSpan, METH_O, NULL},
{ "StatAccArrayND_strides", _wrap_StatAccArrayND_strides, METH_O, NULL},
{ "StatAccArrayND_isZero", _wrap_StatAccArrayND_isZero, METH_O, NULL},
{ "StatAccArrayND_isNonZero", _wrap_StatAccArrayND_isNonZero, METH_O, NULL},
{ "StatAccArrayND___pos__", _wrap_StatAccArrayND___pos__, METH_O, NULL},
{ "StatAccArrayND_contract", _wrap_StatAccArrayND_contract, METH_VARARGS, NULL},
{ "StatAccArrayND_transpose", _wrap_StatAccArrayND_transpose, METH_VARARGS, NULL},
{ "StatAccArrayND_closestPtr", _wrap_StatAccArrayND_closestPtr, METH_VARARGS, NULL},
{ "StatAccArrayND_constFill", _wrap_StatAccArrayND_constFill, METH_VARARGS, NULL},
{ "StatAccArrayND_clear", _wrap_StatAccArrayND_clear, METH_O, NULL},
{ "StatAccArrayND_isCompatible", _wrap_StatAccArrayND_isCompatible, METH_VARARGS, NULL},
{ "StatAccArrayND_sliceShape", _wrap_StatAccArrayND_sliceShape, METH_VARARGS, NULL},
{ "StatAccArrayND_ptr", _wrap_StatAccArrayND_ptr, METH_VARARGS, NULL},
{ "StatAccArrayND_clPtr", _wrap_StatAccArrayND_clPtr, METH_VARARGS, NULL},
{ "StatAccArrayND_classId", _wrap_StatAccArrayND_classId, METH_O, NULL},
{ "StatAccArrayND_write", _wrap_StatAccArrayND_write, METH_VARARGS, NULL},
{ "StatAccArrayND_classname", _wrap_StatAccArrayND_classname, METH_NOARGS, NULL},
{ "StatAccArrayND_version", _wrap_StatAccArrayND_version, METH_NOARGS, NULL},
{ "StatAccArrayND_restore", _wrap_StatAccArrayND_restore, METH_VARARGS, NULL},
{ "StatAccArrayND_setValue", _wrap_StatAccArrayND_setValue, METH_VARARGS, NULL},
{ "StatAccArrayND_value", _wrap_StatAccArrayND_value, METH_VARARGS, NULL},
{ "StatAccArrayND_setLinearValue", _wrap_StatAccArrayND_setLinearValue, METH_VARARGS, NULL},
{ "StatAccArrayND_linearValue", _wrap_StatAccArrayND_linearValue, METH_VARARGS, NULL},
{ "StatAccArrayND_setClosest", _wrap_StatAccArrayND_setClosest, METH_VARARGS, NULL},
{ "StatAccArrayND_closest", _wrap_StatAccArrayND_closest, METH_VARARGS, NULL},
{ "StatAccArrayND_set", _wrap_StatAccArrayND_set, METH_VARARGS, NULL},
{ "StatAccArrayND___call__", _wrap_StatAccArrayND___call__, METH_VARARGS, NULL},
{ "StatAccArrayND_setCl", _wrap_StatAccArrayND_setCl, METH_VARARGS, NULL},
{ "StatAccArrayND_cl", _wrap_StatAccArrayND_cl, METH_VARARGS, NULL},
{ "StatAccArrayND_setData", _wrap_StatAccArrayND_setData, METH_VARARGS, NULL},
{ "StatAccArrayND___eq__", _wrap_StatAccArrayND___eq__, METH_VARARGS, NULL},
{ "StatAccArrayND___ne__", _wrap_StatAccArrayND___ne__, METH_VARARGS, NULL},
{ "StatAccArrayND___add__", _wrap_StatAccArrayND___add__, METH_VARARGS, NULL},
{ "StatAccArrayND___mul__", _wrap_StatAccArrayND___mul__, METH_VARARGS, NULL},
{ "StatAccArrayND___rmul__", _wrap_StatAccArrayND___rmul__, METH_VARARGS, NULL},
{ "StatAccArrayND___div__", _wrap_StatAccArrayND___div__, METH_VARARGS, NULL},
{ "StatAccArrayND___iadd__", _wrap_StatAccArrayND___iadd__, METH_VARARGS, NULL},
{ "StatAccArrayND___imul__", _wrap_StatAccArrayND___imul__, METH_VARARGS, NULL},
{ "StatAccArrayND___idiv__", _wrap_StatAccArrayND___idiv__, METH_VARARGS, NULL},
{ "StatAccArrayND_addmul", _wrap_StatAccArrayND_addmul, METH_VARARGS, NULL},
{ "StatAccArrayND_marginalize", _wrap_StatAccArrayND_marginalize, METH_VARARGS, NULL},
{ "StatAccArrayND_sum", _wrap_StatAccArrayND_sum, METH_O, NULL},
{ "StatAccArrayND_cdfValue", _wrap_StatAccArrayND_cdfValue, METH_VARARGS, NULL},
{ "StatAccArrayND_isShapeCompatible", _wrap_StatAccArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "StatAccArrayND_exportSlice", _wrap_StatAccArrayND_exportSlice, METH_VARARGS, NULL},
{ "StatAccArrayND_exportMemSlice", _wrap_StatAccArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "StatAccArrayND_importSlice", _wrap_StatAccArrayND_importSlice, METH_VARARGS, NULL},
{ "StatAccArrayND_importMemSlice", _wrap_StatAccArrayND_importMemSlice, METH_VARARGS, NULL},
{ "StatAccArrayND_multiplyBySlice", _wrap_StatAccArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "StatAccArrayND_subrange", _wrap_StatAccArrayND_subrange, METH_VARARGS, NULL},
{ "StatAccArrayND_slice", _wrap_StatAccArrayND_slice, METH_VARARGS, NULL},
{ "StatAccArrayND_rotate", _wrap_StatAccArrayND_rotate, METH_VARARGS, NULL},
{ "StatAccArrayND_mirror", _wrap_StatAccArrayND_mirror, METH_VARARGS, NULL},
{ "StatAccArrayND_exportSubrange", _wrap_StatAccArrayND_exportSubrange, METH_VARARGS, NULL},
{ "StatAccArrayND_importSubrange", _wrap_StatAccArrayND_importSubrange, METH_VARARGS, NULL},
{ "StatAccArrayND_multiMirror", _wrap_StatAccArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_StatAccArrayND", _wrap_new_StatAccArrayND, METH_VARARGS, NULL},
{ "StatAccArrayND_swigregister", StatAccArrayND_swigregister, METH_O, NULL},
{ "StatAccArrayND_swiginit", StatAccArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_WStatAccArrayND", _wrap_delete_WStatAccArrayND, METH_O, NULL},
{ "WStatAccArrayND_uninitialize", _wrap_WStatAccArrayND_uninitialize, METH_O, NULL},
{ "WStatAccArrayND_reshape", _wrap_WStatAccArrayND_reshape, METH_VARARGS, NULL},
{ "WStatAccArrayND_valueAt", _wrap_WStatAccArrayND_valueAt, METH_VARARGS, NULL},
{ "WStatAccArrayND_linearPtr", _wrap_WStatAccArrayND_linearPtr, METH_VARARGS, NULL},
{ "WStatAccArrayND_convertLinearIndex", _wrap_WStatAccArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "WStatAccArrayND_nonZeroRange", _wrap_WStatAccArrayND_nonZeroRange, METH_O, NULL},
{ "WStatAccArrayND_linearIndex", _wrap_WStatAccArrayND_linearIndex, METH_VARARGS, NULL},
{ "WStatAccArrayND_length", _wrap_WStatAccArrayND_length, METH_O, NULL},
{ "WStatAccArrayND_data", _wrap_WStatAccArrayND_data, METH_O, NULL},
{ "WStatAccArrayND_isShapeKnown", _wrap_WStatAccArrayND_isShapeKnown, METH_O, NULL},
{ "WStatAccArrayND_rank", _wrap_WStatAccArrayND_rank, METH_O, NULL},
{ "WStatAccArrayND_shape", _wrap_WStatAccArrayND_shape, METH_O, NULL},
{ "WStatAccArrayND_shapeData", _wrap_WStatAccArrayND_shapeData, METH_O, NULL},
{ "WStatAccArrayND_fullRange", _wrap_WStatAccArrayND_fullRange, METH_O, NULL},
{ "WStatAccArrayND_span", _wrap_WStatAccArrayND_span, METH_VARARGS, NULL},
{ "WStatAccArrayND_maximumSpan", _wrap_WStatAccArrayND_maximumSpan, METH_O, NULL},
{ "WStatAccArrayND_minimumSpan", _wrap_WStatAccArrayND_minimumSpan, METH_O, NULL},
{ "WStatAccArrayND_strides", _wrap_WStatAccArrayND_strides, METH_O, NULL},
{ "WStatAccArrayND_isZero", _wrap_WStatAccArrayND_isZero, METH_O, NULL},
{ "WStatAccArrayND_isNonZero", _wrap_WStatAccArrayND_isNonZero, METH_O, NULL},
{ "WStatAccArrayND___pos__", _wrap_WStatAccArrayND___pos__, METH_O, NULL},
{ "WStatAccArrayND_contract", _wrap_WStatAccArrayND_contract, METH_VARARGS, NULL},
{ "WStatAccArrayND_transpose", _wrap_WStatAccArrayND_transpose, METH_VARARGS, NULL},
{ "WStatAccArrayND_closestPtr", _wrap_WStatAccArrayND_closestPtr, METH_VARARGS, NULL},
{ "WStatAccArrayND_constFill", _wrap_WStatAccArrayND_constFill, METH_VARARGS, NULL},
{ "WStatAccArrayND_clear", _wrap_WStatAccArrayND_clear, METH_O, NULL},
{ "WStatAccArrayND_isCompatible", _wrap_WStatAccArrayND_isCompatible, METH_VARARGS, NULL},
{ "WStatAccArrayND_sliceShape", _wrap_WStatAccArrayND_sliceShape, METH_VARARGS, NULL},
{ "WStatAccArrayND_ptr", _wrap_WStatAccArrayND_ptr, METH_VARARGS, NULL},
{ "WStatAccArrayND_clPtr", _wrap_WStatAccArrayND_clPtr, METH_VARARGS, NULL},
{ "WStatAccArrayND_classId", _wrap_WStatAccArrayND_classId, METH_O, NULL},
{ "WStatAccArrayND_write", _wrap_WStatAccArrayND_write, METH_VARARGS, NULL},
{ "WStatAccArrayND_classname", _wrap_WStatAccArrayND_classname, METH_NOARGS, NULL},
{ "WStatAccArrayND_version", _wrap_WStatAccArrayND_version, METH_NOARGS, NULL},
{ "WStatAccArrayND_restore", _wrap_WStatAccArrayND_restore, METH_VARARGS, NULL},
{ "WStatAccArrayND_setValue", _wrap_WStatAccArrayND_setValue, METH_VARARGS, NULL},
{ "WStatAccArrayND_value", _wrap_WStatAccArrayND_value, METH_VARARGS, NULL},
{ "WStatAccArrayND_setLinearValue", _wrap_WStatAccArrayND_setLinearValue, METH_VARARGS, NULL},
{ "WStatAccArrayND_linearValue", _wrap_WStatAccArrayND_linearValue, METH_VARARGS, NULL},
{ "WStatAccArrayND_setClosest", _wrap_WStatAccArrayND_setClosest, METH_VARARGS, NULL},
{ "WStatAccArrayND_closest", _wrap_WStatAccArrayND_closest, METH_VARARGS, NULL},
{ "WStatAccArrayND_set", _wrap_WStatAccArrayND_set, METH_VARARGS, NULL},
{ "WStatAccArrayND___call__", _wrap_WStatAccArrayND___call__, METH_VARARGS, NULL},
{ "WStatAccArrayND_setCl", _wrap_WStatAccArrayND_setCl, METH_VARARGS, NULL},
{ "WStatAccArrayND_cl", _wrap_WStatAccArrayND_cl, METH_VARARGS, NULL},
{ "WStatAccArrayND_setData", _wrap_WStatAccArrayND_setData, METH_VARARGS, NULL},
{ "WStatAccArrayND___eq__", _wrap_WStatAccArrayND___eq__, METH_VARARGS, NULL},
{ "WStatAccArrayND___ne__", _wrap_WStatAccArrayND___ne__, METH_VARARGS, NULL},
{ "WStatAccArrayND___add__", _wrap_WStatAccArrayND___add__, METH_VARARGS, NULL},
{ "WStatAccArrayND___mul__", _wrap_WStatAccArrayND___mul__, METH_VARARGS, NULL},
{ "WStatAccArrayND___rmul__", _wrap_WStatAccArrayND___rmul__, METH_VARARGS, NULL},
{ "WStatAccArrayND___div__", _wrap_WStatAccArrayND___div__, METH_VARARGS, NULL},
{ "WStatAccArrayND___iadd__", _wrap_WStatAccArrayND___iadd__, METH_VARARGS, NULL},
{ "WStatAccArrayND___imul__", _wrap_WStatAccArrayND___imul__, METH_VARARGS, NULL},
{ "WStatAccArrayND___idiv__", _wrap_WStatAccArrayND___idiv__, METH_VARARGS, NULL},
{ "WStatAccArrayND_addmul", _wrap_WStatAccArrayND_addmul, METH_VARARGS, NULL},
{ "WStatAccArrayND_marginalize", _wrap_WStatAccArrayND_marginalize, METH_VARARGS, NULL},
{ "WStatAccArrayND_sum", _wrap_WStatAccArrayND_sum, METH_O, NULL},
{ "WStatAccArrayND_cdfValue", _wrap_WStatAccArrayND_cdfValue, METH_VARARGS, NULL},
{ "WStatAccArrayND_isShapeCompatible", _wrap_WStatAccArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "WStatAccArrayND_exportSlice", _wrap_WStatAccArrayND_exportSlice, METH_VARARGS, NULL},
{ "WStatAccArrayND_exportMemSlice", _wrap_WStatAccArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "WStatAccArrayND_importSlice", _wrap_WStatAccArrayND_importSlice, METH_VARARGS, NULL},
{ "WStatAccArrayND_importMemSlice", _wrap_WStatAccArrayND_importMemSlice, METH_VARARGS, NULL},
{ "WStatAccArrayND_multiplyBySlice", _wrap_WStatAccArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "WStatAccArrayND_subrange", _wrap_WStatAccArrayND_subrange, METH_VARARGS, NULL},
{ "WStatAccArrayND_slice", _wrap_WStatAccArrayND_slice, METH_VARARGS, NULL},
{ "WStatAccArrayND_rotate", _wrap_WStatAccArrayND_rotate, METH_VARARGS, NULL},
{ "WStatAccArrayND_mirror", _wrap_WStatAccArrayND_mirror, METH_VARARGS, NULL},
{ "WStatAccArrayND_exportSubrange", _wrap_WStatAccArrayND_exportSubrange, METH_VARARGS, NULL},
{ "WStatAccArrayND_importSubrange", _wrap_WStatAccArrayND_importSubrange, METH_VARARGS, NULL},
{ "WStatAccArrayND_multiMirror", _wrap_WStatAccArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_WStatAccArrayND", _wrap_new_WStatAccArrayND, METH_VARARGS, NULL},
{ "WStatAccArrayND_swigregister", WStatAccArrayND_swigregister, METH_O, NULL},
{ "WStatAccArrayND_swiginit", WStatAccArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_FSampleAccArrayND", _wrap_delete_FSampleAccArrayND, METH_O, NULL},
{ "FSampleAccArrayND_uninitialize", _wrap_FSampleAccArrayND_uninitialize, METH_O, NULL},
{ "FSampleAccArrayND_reshape", _wrap_FSampleAccArrayND_reshape, METH_VARARGS, NULL},
{ "FSampleAccArrayND_valueAt", _wrap_FSampleAccArrayND_valueAt, METH_VARARGS, NULL},
{ "FSampleAccArrayND_linearPtr", _wrap_FSampleAccArrayND_linearPtr, METH_VARARGS, NULL},
{ "FSampleAccArrayND_convertLinearIndex", _wrap_FSampleAccArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "FSampleAccArrayND_nonZeroRange", _wrap_FSampleAccArrayND_nonZeroRange, METH_O, NULL},
{ "FSampleAccArrayND_linearIndex", _wrap_FSampleAccArrayND_linearIndex, METH_VARARGS, NULL},
{ "FSampleAccArrayND_length", _wrap_FSampleAccArrayND_length, METH_O, NULL},
{ "FSampleAccArrayND_data", _wrap_FSampleAccArrayND_data, METH_O, NULL},
{ "FSampleAccArrayND_isShapeKnown", _wrap_FSampleAccArrayND_isShapeKnown, METH_O, NULL},
{ "FSampleAccArrayND_rank", _wrap_FSampleAccArrayND_rank, METH_O, NULL},
{ "FSampleAccArrayND_shape", _wrap_FSampleAccArrayND_shape, METH_O, NULL},
{ "FSampleAccArrayND_shapeData", _wrap_FSampleAccArrayND_shapeData, METH_O, NULL},
{ "FSampleAccArrayND_fullRange", _wrap_FSampleAccArrayND_fullRange, METH_O, NULL},
{ "FSampleAccArrayND_span", _wrap_FSampleAccArrayND_span, METH_VARARGS, NULL},
{ "FSampleAccArrayND_maximumSpan", _wrap_FSampleAccArrayND_maximumSpan, METH_O, NULL},
{ "FSampleAccArrayND_minimumSpan", _wrap_FSampleAccArrayND_minimumSpan, METH_O, NULL},
{ "FSampleAccArrayND_strides", _wrap_FSampleAccArrayND_strides, METH_O, NULL},
{ "FSampleAccArrayND_isZero", _wrap_FSampleAccArrayND_isZero, METH_O, NULL},
{ "FSampleAccArrayND_isNonZero", _wrap_FSampleAccArrayND_isNonZero, METH_O, NULL},
{ "FSampleAccArrayND___pos__", _wrap_FSampleAccArrayND___pos__, METH_O, NULL},
{ "FSampleAccArrayND_contract", _wrap_FSampleAccArrayND_contract, METH_VARARGS, NULL},
{ "FSampleAccArrayND_transpose", _wrap_FSampleAccArrayND_transpose, METH_VARARGS, NULL},
{ "FSampleAccArrayND_closestPtr", _wrap_FSampleAccArrayND_closestPtr, METH_VARARGS, NULL},
{ "FSampleAccArrayND_constFill", _wrap_FSampleAccArrayND_constFill, METH_VARARGS, NULL},
{ "FSampleAccArrayND_clear", _wrap_FSampleAccArrayND_clear, METH_O, NULL},
{ "FSampleAccArrayND_isCompatible", _wrap_FSampleAccArrayND_isCompatible, METH_VARARGS, NULL},
{ "FSampleAccArrayND_sliceShape", _wrap_FSampleAccArrayND_sliceShape, METH_VARARGS, NULL},
{ "FSampleAccArrayND_ptr", _wrap_FSampleAccArrayND_ptr, METH_VARARGS, NULL},
{ "FSampleAccArrayND_clPtr", _wrap_FSampleAccArrayND_clPtr, METH_VARARGS, NULL},
{ "FSampleAccArrayND_classId", _wrap_FSampleAccArrayND_classId, METH_O, NULL},
{ "FSampleAccArrayND_write", _wrap_FSampleAccArrayND_write, METH_VARARGS, NULL},
{ "FSampleAccArrayND_classname", _wrap_FSampleAccArrayND_classname, METH_NOARGS, NULL},
{ "FSampleAccArrayND_version", _wrap_FSampleAccArrayND_version, METH_NOARGS, NULL},
{ "FSampleAccArrayND_restore", _wrap_FSampleAccArrayND_restore, METH_VARARGS, NULL},
{ "FSampleAccArrayND_setValue", _wrap_FSampleAccArrayND_setValue, METH_VARARGS, NULL},
{ "FSampleAccArrayND_value", _wrap_FSampleAccArrayND_value, METH_VARARGS, NULL},
{ "FSampleAccArrayND_setLinearValue", _wrap_FSampleAccArrayND_setLinearValue, METH_VARARGS, NULL},
{ "FSampleAccArrayND_linearValue", _wrap_FSampleAccArrayND_linearValue, METH_VARARGS, NULL},
{ "FSampleAccArrayND_setClosest", _wrap_FSampleAccArrayND_setClosest, METH_VARARGS, NULL},
{ "FSampleAccArrayND_closest", _wrap_FSampleAccArrayND_closest, METH_VARARGS, NULL},
{ "FSampleAccArrayND_set", _wrap_FSampleAccArrayND_set, METH_VARARGS, NULL},
{ "FSampleAccArrayND___call__", _wrap_FSampleAccArrayND___call__, METH_VARARGS, NULL},
{ "FSampleAccArrayND_setCl", _wrap_FSampleAccArrayND_setCl, METH_VARARGS, NULL},
{ "FSampleAccArrayND_cl", _wrap_FSampleAccArrayND_cl, METH_VARARGS, NULL},
{ "FSampleAccArrayND_setData", _wrap_FSampleAccArrayND_setData, METH_VARARGS, NULL},
{ "FSampleAccArrayND___eq__", _wrap_FSampleAccArrayND___eq__, METH_VARARGS, NULL},
{ "FSampleAccArrayND___ne__", _wrap_FSampleAccArrayND___ne__, METH_VARARGS, NULL},
{ "FSampleAccArrayND___add__", _wrap_FSampleAccArrayND___add__, METH_VARARGS, NULL},
{ "FSampleAccArrayND___mul__", _wrap_FSampleAccArrayND___mul__, METH_VARARGS, NULL},
{ "FSampleAccArrayND___rmul__", _wrap_FSampleAccArrayND___rmul__, METH_VARARGS, NULL},
{ "FSampleAccArrayND___div__", _wrap_FSampleAccArrayND___div__, METH_VARARGS, NULL},
{ "FSampleAccArrayND___iadd__", _wrap_FSampleAccArrayND___iadd__, METH_VARARGS, NULL},
{ "FSampleAccArrayND___imul__", _wrap_FSampleAccArrayND___imul__, METH_VARARGS, NULL},
{ "FSampleAccArrayND___idiv__", _wrap_FSampleAccArrayND___idiv__, METH_VARARGS, NULL},
{ "FSampleAccArrayND_addmul", _wrap_FSampleAccArrayND_addmul, METH_VARARGS, NULL},
{ "FSampleAccArrayND_marginalize", _wrap_FSampleAccArrayND_marginalize, METH_VARARGS, NULL},
{ "FSampleAccArrayND_sum", _wrap_FSampleAccArrayND_sum, METH_O, NULL},
{ "FSampleAccArrayND_cdfValue", _wrap_FSampleAccArrayND_cdfValue, METH_VARARGS, NULL},
{ "FSampleAccArrayND_isShapeCompatible", _wrap_FSampleAccArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "FSampleAccArrayND_exportSlice", _wrap_FSampleAccArrayND_exportSlice, METH_VARARGS, NULL},
{ "FSampleAccArrayND_exportMemSlice", _wrap_FSampleAccArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "FSampleAccArrayND_importSlice", _wrap_FSampleAccArrayND_importSlice, METH_VARARGS, NULL},
{ "FSampleAccArrayND_importMemSlice", _wrap_FSampleAccArrayND_importMemSlice, METH_VARARGS, NULL},
{ "FSampleAccArrayND_multiplyBySlice", _wrap_FSampleAccArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "FSampleAccArrayND_subrange", _wrap_FSampleAccArrayND_subrange, METH_VARARGS, NULL},
{ "FSampleAccArrayND_slice", _wrap_FSampleAccArrayND_slice, METH_VARARGS, NULL},
{ "FSampleAccArrayND_rotate", _wrap_FSampleAccArrayND_rotate, METH_VARARGS, NULL},
{ "FSampleAccArrayND_mirror", _wrap_FSampleAccArrayND_mirror, METH_VARARGS, NULL},
{ "FSampleAccArrayND_exportSubrange", _wrap_FSampleAccArrayND_exportSubrange, METH_VARARGS, NULL},
{ "FSampleAccArrayND_importSubrange", _wrap_FSampleAccArrayND_importSubrange, METH_VARARGS, NULL},
{ "FSampleAccArrayND_multiMirror", _wrap_FSampleAccArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_FSampleAccArrayND", _wrap_new_FSampleAccArrayND, METH_VARARGS, NULL},
{ "FSampleAccArrayND_swigregister", FSampleAccArrayND_swigregister, METH_O, NULL},
{ "FSampleAccArrayND_swiginit", FSampleAccArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_DSampleAccArrayND", _wrap_delete_DSampleAccArrayND, METH_O, NULL},
{ "DSampleAccArrayND_uninitialize", _wrap_DSampleAccArrayND_uninitialize, METH_O, NULL},
{ "DSampleAccArrayND_reshape", _wrap_DSampleAccArrayND_reshape, METH_VARARGS, NULL},
{ "DSampleAccArrayND_valueAt", _wrap_DSampleAccArrayND_valueAt, METH_VARARGS, NULL},
{ "DSampleAccArrayND_linearPtr", _wrap_DSampleAccArrayND_linearPtr, METH_VARARGS, NULL},
{ "DSampleAccArrayND_convertLinearIndex", _wrap_DSampleAccArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "DSampleAccArrayND_nonZeroRange", _wrap_DSampleAccArrayND_nonZeroRange, METH_O, NULL},
{ "DSampleAccArrayND_linearIndex", _wrap_DSampleAccArrayND_linearIndex, METH_VARARGS, NULL},
{ "DSampleAccArrayND_length", _wrap_DSampleAccArrayND_length, METH_O, NULL},
{ "DSampleAccArrayND_data", _wrap_DSampleAccArrayND_data, METH_O, NULL},
{ "DSampleAccArrayND_isShapeKnown", _wrap_DSampleAccArrayND_isShapeKnown, METH_O, NULL},
{ "DSampleAccArrayND_rank", _wrap_DSampleAccArrayND_rank, METH_O, NULL},
{ "DSampleAccArrayND_shape", _wrap_DSampleAccArrayND_shape, METH_O, NULL},
{ "DSampleAccArrayND_shapeData", _wrap_DSampleAccArrayND_shapeData, METH_O, NULL},
{ "DSampleAccArrayND_fullRange", _wrap_DSampleAccArrayND_fullRange, METH_O, NULL},
{ "DSampleAccArrayND_span", _wrap_DSampleAccArrayND_span, METH_VARARGS, NULL},
{ "DSampleAccArrayND_maximumSpan", _wrap_DSampleAccArrayND_maximumSpan, METH_O, NULL},
{ "DSampleAccArrayND_minimumSpan", _wrap_DSampleAccArrayND_minimumSpan, METH_O, NULL},
{ "DSampleAccArrayND_strides", _wrap_DSampleAccArrayND_strides, METH_O, NULL},
{ "DSampleAccArrayND_isZero", _wrap_DSampleAccArrayND_isZero, METH_O, NULL},
{ "DSampleAccArrayND_isNonZero", _wrap_DSampleAccArrayND_isNonZero, METH_O, NULL},
{ "DSampleAccArrayND___pos__", _wrap_DSampleAccArrayND___pos__, METH_O, NULL},
{ "DSampleAccArrayND_contract", _wrap_DSampleAccArrayND_contract, METH_VARARGS, NULL},
{ "DSampleAccArrayND_transpose", _wrap_DSampleAccArrayND_transpose, METH_VARARGS, NULL},
{ "DSampleAccArrayND_closestPtr", _wrap_DSampleAccArrayND_closestPtr, METH_VARARGS, NULL},
{ "DSampleAccArrayND_constFill", _wrap_DSampleAccArrayND_constFill, METH_VARARGS, NULL},
{ "DSampleAccArrayND_clear", _wrap_DSampleAccArrayND_clear, METH_O, NULL},
{ "DSampleAccArrayND_isCompatible", _wrap_DSampleAccArrayND_isCompatible, METH_VARARGS, NULL},
{ "DSampleAccArrayND_sliceShape", _wrap_DSampleAccArrayND_sliceShape, METH_VARARGS, NULL},
{ "DSampleAccArrayND_ptr", _wrap_DSampleAccArrayND_ptr, METH_VARARGS, NULL},
{ "DSampleAccArrayND_clPtr", _wrap_DSampleAccArrayND_clPtr, METH_VARARGS, NULL},
{ "DSampleAccArrayND_classId", _wrap_DSampleAccArrayND_classId, METH_O, NULL},
{ "DSampleAccArrayND_write", _wrap_DSampleAccArrayND_write, METH_VARARGS, NULL},
{ "DSampleAccArrayND_classname", _wrap_DSampleAccArrayND_classname, METH_NOARGS, NULL},
{ "DSampleAccArrayND_version", _wrap_DSampleAccArrayND_version, METH_NOARGS, NULL},
{ "DSampleAccArrayND_restore", _wrap_DSampleAccArrayND_restore, METH_VARARGS, NULL},
{ "DSampleAccArrayND_setValue", _wrap_DSampleAccArrayND_setValue, METH_VARARGS, NULL},
{ "DSampleAccArrayND_value", _wrap_DSampleAccArrayND_value, METH_VARARGS, NULL},
{ "DSampleAccArrayND_setLinearValue", _wrap_DSampleAccArrayND_setLinearValue, METH_VARARGS, NULL},
{ "DSampleAccArrayND_linearValue", _wrap_DSampleAccArrayND_linearValue, METH_VARARGS, NULL},
{ "DSampleAccArrayND_setClosest", _wrap_DSampleAccArrayND_setClosest, METH_VARARGS, NULL},
{ "DSampleAccArrayND_closest", _wrap_DSampleAccArrayND_closest, METH_VARARGS, NULL},
{ "DSampleAccArrayND_set", _wrap_DSampleAccArrayND_set, METH_VARARGS, NULL},
{ "DSampleAccArrayND___call__", _wrap_DSampleAccArrayND___call__, METH_VARARGS, NULL},
{ "DSampleAccArrayND_setCl", _wrap_DSampleAccArrayND_setCl, METH_VARARGS, NULL},
{ "DSampleAccArrayND_cl", _wrap_DSampleAccArrayND_cl, METH_VARARGS, NULL},
{ "DSampleAccArrayND_setData", _wrap_DSampleAccArrayND_setData, METH_VARARGS, NULL},
{ "DSampleAccArrayND___eq__", _wrap_DSampleAccArrayND___eq__, METH_VARARGS, NULL},
{ "DSampleAccArrayND___ne__", _wrap_DSampleAccArrayND___ne__, METH_VARARGS, NULL},
{ "DSampleAccArrayND___add__", _wrap_DSampleAccArrayND___add__, METH_VARARGS, NULL},
{ "DSampleAccArrayND___mul__", _wrap_DSampleAccArrayND___mul__, METH_VARARGS, NULL},
{ "DSampleAccArrayND___rmul__", _wrap_DSampleAccArrayND___rmul__, METH_VARARGS, NULL},
{ "DSampleAccArrayND___div__", _wrap_DSampleAccArrayND___div__, METH_VARARGS, NULL},
{ "DSampleAccArrayND___iadd__", _wrap_DSampleAccArrayND___iadd__, METH_VARARGS, NULL},
{ "DSampleAccArrayND___imul__", _wrap_DSampleAccArrayND___imul__, METH_VARARGS, NULL},
{ "DSampleAccArrayND___idiv__", _wrap_DSampleAccArrayND___idiv__, METH_VARARGS, NULL},
{ "DSampleAccArrayND_addmul", _wrap_DSampleAccArrayND_addmul, METH_VARARGS, NULL},
{ "DSampleAccArrayND_marginalize", _wrap_DSampleAccArrayND_marginalize, METH_VARARGS, NULL},
{ "DSampleAccArrayND_sum", _wrap_DSampleAccArrayND_sum, METH_O, NULL},
{ "DSampleAccArrayND_cdfValue", _wrap_DSampleAccArrayND_cdfValue, METH_VARARGS, NULL},
{ "DSampleAccArrayND_isShapeCompatible", _wrap_DSampleAccArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "DSampleAccArrayND_exportSlice", _wrap_DSampleAccArrayND_exportSlice, METH_VARARGS, NULL},
{ "DSampleAccArrayND_exportMemSlice", _wrap_DSampleAccArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "DSampleAccArrayND_importSlice", _wrap_DSampleAccArrayND_importSlice, METH_VARARGS, NULL},
{ "DSampleAccArrayND_importMemSlice", _wrap_DSampleAccArrayND_importMemSlice, METH_VARARGS, NULL},
{ "DSampleAccArrayND_multiplyBySlice", _wrap_DSampleAccArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "DSampleAccArrayND_subrange", _wrap_DSampleAccArrayND_subrange, METH_VARARGS, NULL},
{ "DSampleAccArrayND_slice", _wrap_DSampleAccArrayND_slice, METH_VARARGS, NULL},
{ "DSampleAccArrayND_rotate", _wrap_DSampleAccArrayND_rotate, METH_VARARGS, NULL},
{ "DSampleAccArrayND_mirror", _wrap_DSampleAccArrayND_mirror, METH_VARARGS, NULL},
{ "DSampleAccArrayND_exportSubrange", _wrap_DSampleAccArrayND_exportSubrange, METH_VARARGS, NULL},
{ "DSampleAccArrayND_importSubrange", _wrap_DSampleAccArrayND_importSubrange, METH_VARARGS, NULL},
{ "DSampleAccArrayND_multiMirror", _wrap_DSampleAccArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_DSampleAccArrayND", _wrap_new_DSampleAccArrayND, METH_VARARGS, NULL},
{ "DSampleAccArrayND_swigregister", DSampleAccArrayND_swigregister, METH_O, NULL},
{ "DSampleAccArrayND_swiginit", DSampleAccArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_DWSampleAccArrayND", _wrap_delete_DWSampleAccArrayND, METH_O, NULL},
{ "DWSampleAccArrayND_uninitialize", _wrap_DWSampleAccArrayND_uninitialize, METH_O, NULL},
{ "DWSampleAccArrayND_reshape", _wrap_DWSampleAccArrayND_reshape, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_valueAt", _wrap_DWSampleAccArrayND_valueAt, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_linearPtr", _wrap_DWSampleAccArrayND_linearPtr, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_convertLinearIndex", _wrap_DWSampleAccArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_nonZeroRange", _wrap_DWSampleAccArrayND_nonZeroRange, METH_O, NULL},
{ "DWSampleAccArrayND_linearIndex", _wrap_DWSampleAccArrayND_linearIndex, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_length", _wrap_DWSampleAccArrayND_length, METH_O, NULL},
{ "DWSampleAccArrayND_data", _wrap_DWSampleAccArrayND_data, METH_O, NULL},
{ "DWSampleAccArrayND_isShapeKnown", _wrap_DWSampleAccArrayND_isShapeKnown, METH_O, NULL},
{ "DWSampleAccArrayND_rank", _wrap_DWSampleAccArrayND_rank, METH_O, NULL},
{ "DWSampleAccArrayND_shape", _wrap_DWSampleAccArrayND_shape, METH_O, NULL},
{ "DWSampleAccArrayND_shapeData", _wrap_DWSampleAccArrayND_shapeData, METH_O, NULL},
{ "DWSampleAccArrayND_fullRange", _wrap_DWSampleAccArrayND_fullRange, METH_O, NULL},
{ "DWSampleAccArrayND_span", _wrap_DWSampleAccArrayND_span, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_maximumSpan", _wrap_DWSampleAccArrayND_maximumSpan, METH_O, NULL},
{ "DWSampleAccArrayND_minimumSpan", _wrap_DWSampleAccArrayND_minimumSpan, METH_O, NULL},
{ "DWSampleAccArrayND_strides", _wrap_DWSampleAccArrayND_strides, METH_O, NULL},
{ "DWSampleAccArrayND_isZero", _wrap_DWSampleAccArrayND_isZero, METH_O, NULL},
{ "DWSampleAccArrayND_isNonZero", _wrap_DWSampleAccArrayND_isNonZero, METH_O, NULL},
{ "DWSampleAccArrayND___pos__", _wrap_DWSampleAccArrayND___pos__, METH_O, NULL},
{ "DWSampleAccArrayND_contract", _wrap_DWSampleAccArrayND_contract, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_transpose", _wrap_DWSampleAccArrayND_transpose, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_closestPtr", _wrap_DWSampleAccArrayND_closestPtr, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_constFill", _wrap_DWSampleAccArrayND_constFill, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_clear", _wrap_DWSampleAccArrayND_clear, METH_O, NULL},
{ "DWSampleAccArrayND_isCompatible", _wrap_DWSampleAccArrayND_isCompatible, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_sliceShape", _wrap_DWSampleAccArrayND_sliceShape, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_ptr", _wrap_DWSampleAccArrayND_ptr, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_clPtr", _wrap_DWSampleAccArrayND_clPtr, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_classId", _wrap_DWSampleAccArrayND_classId, METH_O, NULL},
{ "DWSampleAccArrayND_write", _wrap_DWSampleAccArrayND_write, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_classname", _wrap_DWSampleAccArrayND_classname, METH_NOARGS, NULL},
{ "DWSampleAccArrayND_version", _wrap_DWSampleAccArrayND_version, METH_NOARGS, NULL},
{ "DWSampleAccArrayND_restore", _wrap_DWSampleAccArrayND_restore, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_setValue", _wrap_DWSampleAccArrayND_setValue, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_value", _wrap_DWSampleAccArrayND_value, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_setLinearValue", _wrap_DWSampleAccArrayND_setLinearValue, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_linearValue", _wrap_DWSampleAccArrayND_linearValue, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_setClosest", _wrap_DWSampleAccArrayND_setClosest, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_closest", _wrap_DWSampleAccArrayND_closest, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_set", _wrap_DWSampleAccArrayND_set, METH_VARARGS, NULL},
{ "DWSampleAccArrayND___call__", _wrap_DWSampleAccArrayND___call__, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_setCl", _wrap_DWSampleAccArrayND_setCl, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_cl", _wrap_DWSampleAccArrayND_cl, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_setData", _wrap_DWSampleAccArrayND_setData, METH_VARARGS, NULL},
{ "DWSampleAccArrayND___eq__", _wrap_DWSampleAccArrayND___eq__, METH_VARARGS, NULL},
{ "DWSampleAccArrayND___ne__", _wrap_DWSampleAccArrayND___ne__, METH_VARARGS, NULL},
{ "DWSampleAccArrayND___add__", _wrap_DWSampleAccArrayND___add__, METH_VARARGS, NULL},
{ "DWSampleAccArrayND___mul__", _wrap_DWSampleAccArrayND___mul__, METH_VARARGS, NULL},
{ "DWSampleAccArrayND___rmul__", _wrap_DWSampleAccArrayND___rmul__, METH_VARARGS, NULL},
{ "DWSampleAccArrayND___div__", _wrap_DWSampleAccArrayND___div__, METH_VARARGS, NULL},
{ "DWSampleAccArrayND___iadd__", _wrap_DWSampleAccArrayND___iadd__, METH_VARARGS, NULL},
{ "DWSampleAccArrayND___imul__", _wrap_DWSampleAccArrayND___imul__, METH_VARARGS, NULL},
{ "DWSampleAccArrayND___idiv__", _wrap_DWSampleAccArrayND___idiv__, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_addmul", _wrap_DWSampleAccArrayND_addmul, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_marginalize", _wrap_DWSampleAccArrayND_marginalize, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_sum", _wrap_DWSampleAccArrayND_sum, METH_O, NULL},
{ "DWSampleAccArrayND_cdfValue", _wrap_DWSampleAccArrayND_cdfValue, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_isShapeCompatible", _wrap_DWSampleAccArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_exportSlice", _wrap_DWSampleAccArrayND_exportSlice, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_exportMemSlice", _wrap_DWSampleAccArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_importSlice", _wrap_DWSampleAccArrayND_importSlice, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_importMemSlice", _wrap_DWSampleAccArrayND_importMemSlice, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_multiplyBySlice", _wrap_DWSampleAccArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_subrange", _wrap_DWSampleAccArrayND_subrange, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_slice", _wrap_DWSampleAccArrayND_slice, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_rotate", _wrap_DWSampleAccArrayND_rotate, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_mirror", _wrap_DWSampleAccArrayND_mirror, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_exportSubrange", _wrap_DWSampleAccArrayND_exportSubrange, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_importSubrange", _wrap_DWSampleAccArrayND_importSubrange, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_multiMirror", _wrap_DWSampleAccArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_DWSampleAccArrayND", _wrap_new_DWSampleAccArrayND, METH_VARARGS, NULL},
{ "DWSampleAccArrayND_swigregister", DWSampleAccArrayND_swigregister, METH_O, NULL},
{ "DWSampleAccArrayND_swiginit", DWSampleAccArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_BinSummaryArrayND", _wrap_delete_BinSummaryArrayND, METH_O, NULL},
{ "BinSummaryArrayND_uninitialize", _wrap_BinSummaryArrayND_uninitialize, METH_O, NULL},
{ "BinSummaryArrayND_reshape", _wrap_BinSummaryArrayND_reshape, METH_VARARGS, NULL},
{ "BinSummaryArrayND_valueAt", _wrap_BinSummaryArrayND_valueAt, METH_VARARGS, NULL},
{ "BinSummaryArrayND_linearPtr", _wrap_BinSummaryArrayND_linearPtr, METH_VARARGS, NULL},
{ "BinSummaryArrayND_convertLinearIndex", _wrap_BinSummaryArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "BinSummaryArrayND_nonZeroRange", _wrap_BinSummaryArrayND_nonZeroRange, METH_O, NULL},
{ "BinSummaryArrayND_linearIndex", _wrap_BinSummaryArrayND_linearIndex, METH_VARARGS, NULL},
{ "BinSummaryArrayND_length", _wrap_BinSummaryArrayND_length, METH_O, NULL},
{ "BinSummaryArrayND_data", _wrap_BinSummaryArrayND_data, METH_O, NULL},
{ "BinSummaryArrayND_isShapeKnown", _wrap_BinSummaryArrayND_isShapeKnown, METH_O, NULL},
{ "BinSummaryArrayND_rank", _wrap_BinSummaryArrayND_rank, METH_O, NULL},
{ "BinSummaryArrayND_shape", _wrap_BinSummaryArrayND_shape, METH_O, NULL},
{ "BinSummaryArrayND_shapeData", _wrap_BinSummaryArrayND_shapeData, METH_O, NULL},
{ "BinSummaryArrayND_fullRange", _wrap_BinSummaryArrayND_fullRange, METH_O, NULL},
{ "BinSummaryArrayND_span", _wrap_BinSummaryArrayND_span, METH_VARARGS, NULL},
{ "BinSummaryArrayND_maximumSpan", _wrap_BinSummaryArrayND_maximumSpan, METH_O, NULL},
{ "BinSummaryArrayND_minimumSpan", _wrap_BinSummaryArrayND_minimumSpan, METH_O, NULL},
{ "BinSummaryArrayND_strides", _wrap_BinSummaryArrayND_strides, METH_O, NULL},
{ "BinSummaryArrayND_isZero", _wrap_BinSummaryArrayND_isZero, METH_O, NULL},
{ "BinSummaryArrayND_isNonZero", _wrap_BinSummaryArrayND_isNonZero, METH_O, NULL},
{ "BinSummaryArrayND___pos__", _wrap_BinSummaryArrayND___pos__, METH_O, NULL},
{ "BinSummaryArrayND_contract", _wrap_BinSummaryArrayND_contract, METH_VARARGS, NULL},
{ "BinSummaryArrayND_transpose", _wrap_BinSummaryArrayND_transpose, METH_VARARGS, NULL},
{ "BinSummaryArrayND_closestPtr", _wrap_BinSummaryArrayND_closestPtr, METH_VARARGS, NULL},
{ "BinSummaryArrayND_constFill", _wrap_BinSummaryArrayND_constFill, METH_VARARGS, NULL},
{ "BinSummaryArrayND_clear", _wrap_BinSummaryArrayND_clear, METH_O, NULL},
{ "BinSummaryArrayND_isCompatible", _wrap_BinSummaryArrayND_isCompatible, METH_VARARGS, NULL},
{ "BinSummaryArrayND_sliceShape", _wrap_BinSummaryArrayND_sliceShape, METH_VARARGS, NULL},
{ "BinSummaryArrayND_ptr", _wrap_BinSummaryArrayND_ptr, METH_VARARGS, NULL},
{ "BinSummaryArrayND_clPtr", _wrap_BinSummaryArrayND_clPtr, METH_VARARGS, NULL},
{ "BinSummaryArrayND_classId", _wrap_BinSummaryArrayND_classId, METH_O, NULL},
{ "BinSummaryArrayND_write", _wrap_BinSummaryArrayND_write, METH_VARARGS, NULL},
{ "BinSummaryArrayND_classname", _wrap_BinSummaryArrayND_classname, METH_NOARGS, NULL},
{ "BinSummaryArrayND_version", _wrap_BinSummaryArrayND_version, METH_NOARGS, NULL},
{ "BinSummaryArrayND_restore", _wrap_BinSummaryArrayND_restore, METH_VARARGS, NULL},
{ "BinSummaryArrayND_setValue", _wrap_BinSummaryArrayND_setValue, METH_VARARGS, NULL},
{ "BinSummaryArrayND_value", _wrap_BinSummaryArrayND_value, METH_VARARGS, NULL},
{ "BinSummaryArrayND_setLinearValue", _wrap_BinSummaryArrayND_setLinearValue, METH_VARARGS, NULL},
{ "BinSummaryArrayND_linearValue", _wrap_BinSummaryArrayND_linearValue, METH_VARARGS, NULL},
{ "BinSummaryArrayND_setClosest", _wrap_BinSummaryArrayND_setClosest, METH_VARARGS, NULL},
{ "BinSummaryArrayND_closest", _wrap_BinSummaryArrayND_closest, METH_VARARGS, NULL},
{ "BinSummaryArrayND_set", _wrap_BinSummaryArrayND_set, METH_VARARGS, NULL},
{ "BinSummaryArrayND___call__", _wrap_BinSummaryArrayND___call__, METH_VARARGS, NULL},
{ "BinSummaryArrayND_setCl", _wrap_BinSummaryArrayND_setCl, METH_VARARGS, NULL},
{ "BinSummaryArrayND_cl", _wrap_BinSummaryArrayND_cl, METH_VARARGS, NULL},
{ "BinSummaryArrayND_setData", _wrap_BinSummaryArrayND_setData, METH_VARARGS, NULL},
{ "BinSummaryArrayND___eq__", _wrap_BinSummaryArrayND___eq__, METH_VARARGS, NULL},
{ "BinSummaryArrayND___ne__", _wrap_BinSummaryArrayND___ne__, METH_VARARGS, NULL},
{ "BinSummaryArrayND___add__", _wrap_BinSummaryArrayND___add__, METH_VARARGS, NULL},
{ "BinSummaryArrayND___mul__", _wrap_BinSummaryArrayND___mul__, METH_VARARGS, NULL},
{ "BinSummaryArrayND___rmul__", _wrap_BinSummaryArrayND___rmul__, METH_VARARGS, NULL},
{ "BinSummaryArrayND___div__", _wrap_BinSummaryArrayND___div__, METH_VARARGS, NULL},
{ "BinSummaryArrayND___iadd__", _wrap_BinSummaryArrayND___iadd__, METH_VARARGS, NULL},
{ "BinSummaryArrayND___imul__", _wrap_BinSummaryArrayND___imul__, METH_VARARGS, NULL},
{ "BinSummaryArrayND___idiv__", _wrap_BinSummaryArrayND___idiv__, METH_VARARGS, NULL},
{ "BinSummaryArrayND_addmul", _wrap_BinSummaryArrayND_addmul, METH_VARARGS, NULL},
{ "BinSummaryArrayND_marginalize", _wrap_BinSummaryArrayND_marginalize, METH_VARARGS, NULL},
{ "BinSummaryArrayND_sum", _wrap_BinSummaryArrayND_sum, METH_O, NULL},
{ "BinSummaryArrayND_cdfValue", _wrap_BinSummaryArrayND_cdfValue, METH_VARARGS, NULL},
{ "BinSummaryArrayND_isShapeCompatible", _wrap_BinSummaryArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "BinSummaryArrayND_exportSlice", _wrap_BinSummaryArrayND_exportSlice, METH_VARARGS, NULL},
{ "BinSummaryArrayND_exportMemSlice", _wrap_BinSummaryArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "BinSummaryArrayND_importSlice", _wrap_BinSummaryArrayND_importSlice, METH_VARARGS, NULL},
{ "BinSummaryArrayND_importMemSlice", _wrap_BinSummaryArrayND_importMemSlice, METH_VARARGS, NULL},
{ "BinSummaryArrayND_multiplyBySlice", _wrap_BinSummaryArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "BinSummaryArrayND_subrange", _wrap_BinSummaryArrayND_subrange, METH_VARARGS, NULL},
{ "BinSummaryArrayND_slice", _wrap_BinSummaryArrayND_slice, METH_VARARGS, NULL},
{ "BinSummaryArrayND_rotate", _wrap_BinSummaryArrayND_rotate, METH_VARARGS, NULL},
{ "BinSummaryArrayND_mirror", _wrap_BinSummaryArrayND_mirror, METH_VARARGS, NULL},
{ "BinSummaryArrayND_exportSubrange", _wrap_BinSummaryArrayND_exportSubrange, METH_VARARGS, NULL},
{ "BinSummaryArrayND_importSubrange", _wrap_BinSummaryArrayND_importSubrange, METH_VARARGS, NULL},
{ "BinSummaryArrayND_multiMirror", _wrap_BinSummaryArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_BinSummaryArrayND", _wrap_new_BinSummaryArrayND, METH_VARARGS, NULL},
{ "new_ArrayND", _wrap_new_ArrayND, METH_VARARGS, NULL},
{ "BinSummaryArrayND_swigregister", BinSummaryArrayND_swigregister, METH_O, NULL},
{ "BinSummaryArrayND_swiginit", BinSummaryArrayND_swiginit, METH_VARARGS, NULL},
{ "arrayMin", _wrap_arrayMin, METH_VARARGS, NULL},
{ "arrayMax", _wrap_arrayMax, METH_VARARGS, NULL},
{ "arrayMinMax", _wrap_arrayMinMax, METH_VARARGS, NULL},
{ "arrayArgmax", _wrap_arrayArgmax, METH_VARARGS, NULL},
{ "arrayArgmin", _wrap_arrayArgmin, METH_VARARGS, NULL},
{ "arrayIsNonNegative", _wrap_arrayIsNonNegative, METH_VARARGS, NULL},
{ "arrayIsDensity", _wrap_arrayIsDensity, METH_VARARGS, NULL},
{ "new_ArchiveRecord_StatAccArrayND", _wrap_new_ArchiveRecord_StatAccArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StatAccArrayND", _wrap_delete_ArchiveRecord_StatAccArrayND, METH_O, NULL},
{ "ArchiveRecord_StatAccArrayND_swigregister", ArchiveRecord_StatAccArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_StatAccArrayND_swiginit", ArchiveRecord_StatAccArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_StatAccArrayND", _wrap_new_Ref_StatAccArrayND, METH_VARARGS, NULL},
{ "Ref_StatAccArrayND_restore", _wrap_Ref_StatAccArrayND_restore, METH_VARARGS, NULL},
{ "Ref_StatAccArrayND_retrieve", _wrap_Ref_StatAccArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_StatAccArrayND_getValue", _wrap_Ref_StatAccArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_StatAccArrayND", _wrap_delete_Ref_StatAccArrayND, METH_O, NULL},
{ "Ref_StatAccArrayND_swigregister", Ref_StatAccArrayND_swigregister, METH_O, NULL},
{ "Ref_StatAccArrayND_swiginit", Ref_StatAccArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_WStatAccArrayND", _wrap_new_ArchiveRecord_WStatAccArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_WStatAccArrayND", _wrap_delete_ArchiveRecord_WStatAccArrayND, METH_O, NULL},
{ "ArchiveRecord_WStatAccArrayND_swigregister", ArchiveRecord_WStatAccArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_WStatAccArrayND_swiginit", ArchiveRecord_WStatAccArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_WStatAccArrayND", _wrap_new_Ref_WStatAccArrayND, METH_VARARGS, NULL},
{ "Ref_WStatAccArrayND_restore", _wrap_Ref_WStatAccArrayND_restore, METH_VARARGS, NULL},
{ "Ref_WStatAccArrayND_retrieve", _wrap_Ref_WStatAccArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_WStatAccArrayND_getValue", _wrap_Ref_WStatAccArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_WStatAccArrayND", _wrap_delete_Ref_WStatAccArrayND, METH_O, NULL},
{ "Ref_WStatAccArrayND_swigregister", Ref_WStatAccArrayND_swigregister, METH_O, NULL},
{ "Ref_WStatAccArrayND_swiginit", Ref_WStatAccArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FSampleAccArrayND", _wrap_new_ArchiveRecord_FSampleAccArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FSampleAccArrayND", _wrap_delete_ArchiveRecord_FSampleAccArrayND, METH_O, NULL},
{ "ArchiveRecord_FSampleAccArrayND_swigregister", ArchiveRecord_FSampleAccArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FSampleAccArrayND_swiginit", ArchiveRecord_FSampleAccArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FSampleAccArrayND", _wrap_new_Ref_FSampleAccArrayND, METH_VARARGS, NULL},
{ "Ref_FSampleAccArrayND_restore", _wrap_Ref_FSampleAccArrayND_restore, METH_VARARGS, NULL},
{ "Ref_FSampleAccArrayND_retrieve", _wrap_Ref_FSampleAccArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_FSampleAccArrayND_getValue", _wrap_Ref_FSampleAccArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_FSampleAccArrayND", _wrap_delete_Ref_FSampleAccArrayND, METH_O, NULL},
{ "Ref_FSampleAccArrayND_swigregister", Ref_FSampleAccArrayND_swigregister, METH_O, NULL},
{ "Ref_FSampleAccArrayND_swiginit", Ref_FSampleAccArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DSampleAccArrayND", _wrap_new_ArchiveRecord_DSampleAccArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DSampleAccArrayND", _wrap_delete_ArchiveRecord_DSampleAccArrayND, METH_O, NULL},
{ "ArchiveRecord_DSampleAccArrayND_swigregister", ArchiveRecord_DSampleAccArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DSampleAccArrayND_swiginit", ArchiveRecord_DSampleAccArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DSampleAccArrayND", _wrap_new_Ref_DSampleAccArrayND, METH_VARARGS, NULL},
{ "Ref_DSampleAccArrayND_restore", _wrap_Ref_DSampleAccArrayND_restore, METH_VARARGS, NULL},
{ "Ref_DSampleAccArrayND_retrieve", _wrap_Ref_DSampleAccArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_DSampleAccArrayND_getValue", _wrap_Ref_DSampleAccArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DSampleAccArrayND", _wrap_delete_Ref_DSampleAccArrayND, METH_O, NULL},
{ "Ref_DSampleAccArrayND_swigregister", Ref_DSampleAccArrayND_swigregister, METH_O, NULL},
{ "Ref_DSampleAccArrayND_swiginit", Ref_DSampleAccArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DWSampleAccArrayND", _wrap_new_ArchiveRecord_DWSampleAccArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DWSampleAccArrayND", _wrap_delete_ArchiveRecord_DWSampleAccArrayND, METH_O, NULL},
{ "ArchiveRecord_DWSampleAccArrayND_swigregister", ArchiveRecord_DWSampleAccArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DWSampleAccArrayND_swiginit", ArchiveRecord_DWSampleAccArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DWSampleAccArrayND", _wrap_new_Ref_DWSampleAccArrayND, METH_VARARGS, NULL},
{ "Ref_DWSampleAccArrayND_restore", _wrap_Ref_DWSampleAccArrayND_restore, METH_VARARGS, NULL},
{ "Ref_DWSampleAccArrayND_retrieve", _wrap_Ref_DWSampleAccArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_DWSampleAccArrayND_getValue", _wrap_Ref_DWSampleAccArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DWSampleAccArrayND", _wrap_delete_Ref_DWSampleAccArrayND, METH_O, NULL},
{ "Ref_DWSampleAccArrayND_swigregister", Ref_DWSampleAccArrayND_swigregister, METH_O, NULL},
{ "Ref_DWSampleAccArrayND_swiginit", Ref_DWSampleAccArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_BinSummaryArrayND", _wrap_new_ArchiveRecord_BinSummaryArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_BinSummaryArrayND", _wrap_delete_ArchiveRecord_BinSummaryArrayND, METH_O, NULL},
{ "ArchiveRecord_BinSummaryArrayND_swigregister", ArchiveRecord_BinSummaryArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_BinSummaryArrayND_swiginit", ArchiveRecord_BinSummaryArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_BinSummaryArrayND", _wrap_new_Ref_BinSummaryArrayND, METH_VARARGS, NULL},
{ "Ref_BinSummaryArrayND_restore", _wrap_Ref_BinSummaryArrayND_restore, METH_VARARGS, NULL},
{ "Ref_BinSummaryArrayND_retrieve", _wrap_Ref_BinSummaryArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_BinSummaryArrayND_getValue", _wrap_Ref_BinSummaryArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_BinSummaryArrayND", _wrap_delete_Ref_BinSummaryArrayND, METH_O, NULL},
{ "Ref_BinSummaryArrayND_swigregister", Ref_BinSummaryArrayND_swigregister, METH_O, NULL},
{ "Ref_BinSummaryArrayND_swiginit", Ref_BinSummaryArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_UCharArrayND", _wrap_delete_UCharArrayND, METH_O, NULL},
{ "UCharArrayND_uninitialize", _wrap_UCharArrayND_uninitialize, METH_O, NULL},
{ "UCharArrayND_reshape", _wrap_UCharArrayND_reshape, METH_VARARGS, NULL},
{ "UCharArrayND_valueAt", _wrap_UCharArrayND_valueAt, METH_VARARGS, NULL},
{ "UCharArrayND_linearPtr", _wrap_UCharArrayND_linearPtr, METH_VARARGS, NULL},
{ "UCharArrayND_convertLinearIndex", _wrap_UCharArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "UCharArrayND_nonZeroRange", _wrap_UCharArrayND_nonZeroRange, METH_O, NULL},
{ "UCharArrayND_linearIndex", _wrap_UCharArrayND_linearIndex, METH_VARARGS, NULL},
{ "UCharArrayND_length", _wrap_UCharArrayND_length, METH_O, NULL},
{ "UCharArrayND_data", _wrap_UCharArrayND_data, METH_O, NULL},
{ "UCharArrayND_isShapeKnown", _wrap_UCharArrayND_isShapeKnown, METH_O, NULL},
{ "UCharArrayND_rank", _wrap_UCharArrayND_rank, METH_O, NULL},
{ "UCharArrayND_shape", _wrap_UCharArrayND_shape, METH_O, NULL},
{ "UCharArrayND_shapeData", _wrap_UCharArrayND_shapeData, METH_O, NULL},
{ "UCharArrayND_fullRange", _wrap_UCharArrayND_fullRange, METH_O, NULL},
{ "UCharArrayND_span", _wrap_UCharArrayND_span, METH_VARARGS, NULL},
{ "UCharArrayND_maximumSpan", _wrap_UCharArrayND_maximumSpan, METH_O, NULL},
{ "UCharArrayND_minimumSpan", _wrap_UCharArrayND_minimumSpan, METH_O, NULL},
{ "UCharArrayND_strides", _wrap_UCharArrayND_strides, METH_O, NULL},
{ "UCharArrayND_isZero", _wrap_UCharArrayND_isZero, METH_O, NULL},
{ "UCharArrayND_isNonZero", _wrap_UCharArrayND_isNonZero, METH_O, NULL},
{ "UCharArrayND___pos__", _wrap_UCharArrayND___pos__, METH_O, NULL},
{ "UCharArrayND_contract", _wrap_UCharArrayND_contract, METH_VARARGS, NULL},
{ "UCharArrayND_transpose", _wrap_UCharArrayND_transpose, METH_VARARGS, NULL},
{ "UCharArrayND_closestPtr", _wrap_UCharArrayND_closestPtr, METH_VARARGS, NULL},
{ "UCharArrayND_interpolate1", _wrap_UCharArrayND_interpolate1, METH_VARARGS, NULL},
{ "UCharArrayND_interpolate3", _wrap_UCharArrayND_interpolate3, METH_VARARGS, NULL},
{ "UCharArrayND_constFill", _wrap_UCharArrayND_constFill, METH_VARARGS, NULL},
{ "UCharArrayND_clear", _wrap_UCharArrayND_clear, METH_O, NULL},
{ "UCharArrayND_linearFill", _wrap_UCharArrayND_linearFill, METH_VARARGS, NULL},
{ "UCharArrayND_makeUnit", _wrap_UCharArrayND_makeUnit, METH_O, NULL},
{ "UCharArrayND_makeNonNegative", _wrap_UCharArrayND_makeNonNegative, METH_O, NULL},
{ "UCharArrayND_makeCopulaSteps", _wrap_UCharArrayND_makeCopulaSteps, METH_VARARGS, NULL},
{ "UCharArrayND_isCompatible", _wrap_UCharArrayND_isCompatible, METH_VARARGS, NULL},
{ "UCharArrayND_sliceShape", _wrap_UCharArrayND_sliceShape, METH_VARARGS, NULL},
{ "UCharArrayND_ptr", _wrap_UCharArrayND_ptr, METH_VARARGS, NULL},
{ "UCharArrayND_clPtr", _wrap_UCharArrayND_clPtr, METH_VARARGS, NULL},
{ "UCharArrayND_classId", _wrap_UCharArrayND_classId, METH_O, NULL},
{ "UCharArrayND_write", _wrap_UCharArrayND_write, METH_VARARGS, NULL},
{ "UCharArrayND_classname", _wrap_UCharArrayND_classname, METH_NOARGS, NULL},
{ "UCharArrayND_version", _wrap_UCharArrayND_version, METH_NOARGS, NULL},
{ "UCharArrayND_restore", _wrap_UCharArrayND_restore, METH_VARARGS, NULL},
{ "UCharArrayND_setValue", _wrap_UCharArrayND_setValue, METH_VARARGS, NULL},
{ "UCharArrayND_value", _wrap_UCharArrayND_value, METH_VARARGS, NULL},
{ "UCharArrayND_setLinearValue", _wrap_UCharArrayND_setLinearValue, METH_VARARGS, NULL},
{ "UCharArrayND_linearValue", _wrap_UCharArrayND_linearValue, METH_VARARGS, NULL},
{ "UCharArrayND_setClosest", _wrap_UCharArrayND_setClosest, METH_VARARGS, NULL},
{ "UCharArrayND_closest", _wrap_UCharArrayND_closest, METH_VARARGS, NULL},
{ "UCharArrayND_set", _wrap_UCharArrayND_set, METH_VARARGS, NULL},
{ "UCharArrayND___call__", _wrap_UCharArrayND___call__, METH_VARARGS, NULL},
{ "UCharArrayND_setCl", _wrap_UCharArrayND_setCl, METH_VARARGS, NULL},
{ "UCharArrayND_cl", _wrap_UCharArrayND_cl, METH_VARARGS, NULL},
{ "UCharArrayND_setData", _wrap_UCharArrayND_setData, METH_VARARGS, NULL},
{ "UCharArrayND_maxAbsDifference", _wrap_UCharArrayND_maxAbsDifference, METH_VARARGS, NULL},
{ "UCharArrayND___eq__", _wrap_UCharArrayND___eq__, METH_VARARGS, NULL},
{ "UCharArrayND___ne__", _wrap_UCharArrayND___ne__, METH_VARARGS, NULL},
{ "UCharArrayND___add__", _wrap_UCharArrayND___add__, METH_VARARGS, NULL},
{ "UCharArrayND___sub__", _wrap_UCharArrayND___sub__, METH_VARARGS, NULL},
{ "UCharArrayND___mul__", _wrap_UCharArrayND___mul__, METH_VARARGS, NULL},
{ "UCharArrayND___rmul__", _wrap_UCharArrayND___rmul__, METH_VARARGS, NULL},
{ "UCharArrayND___div__", _wrap_UCharArrayND___div__, METH_VARARGS, NULL},
{ "UCharArrayND___iadd__", _wrap_UCharArrayND___iadd__, METH_VARARGS, NULL},
{ "UCharArrayND___isub__", _wrap_UCharArrayND___isub__, METH_VARARGS, NULL},
{ "UCharArrayND___imul__", _wrap_UCharArrayND___imul__, METH_VARARGS, NULL},
{ "UCharArrayND___idiv__", _wrap_UCharArrayND___idiv__, METH_VARARGS, NULL},
{ "UCharArrayND_addmul", _wrap_UCharArrayND_addmul, METH_VARARGS, NULL},
{ "UCharArrayND_outer", _wrap_UCharArrayND_outer, METH_VARARGS, NULL},
{ "UCharArrayND_dot", _wrap_UCharArrayND_dot, METH_VARARGS, NULL},
{ "UCharArrayND_marginalize", _wrap_UCharArrayND_marginalize, METH_VARARGS, NULL},
{ "UCharArrayND_sum", _wrap_UCharArrayND_sum, METH_O, NULL},
{ "UCharArrayND_sumsq", _wrap_UCharArrayND_sumsq, METH_O, NULL},
{ "UCharArrayND_derivative", _wrap_UCharArrayND_derivative, METH_VARARGS, NULL},
{ "UCharArrayND_cdfArray", _wrap_UCharArrayND_cdfArray, METH_VARARGS, NULL},
{ "UCharArrayND_cdfValue", _wrap_UCharArrayND_cdfValue, METH_VARARGS, NULL},
{ "UCharArrayND_convertToLastDimCdf", _wrap_UCharArrayND_convertToLastDimCdf, METH_VARARGS, NULL},
{ "UCharArrayND_isClose", _wrap_UCharArrayND_isClose, METH_VARARGS, NULL},
{ "UCharArrayND_isShapeCompatible", _wrap_UCharArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "UCharArrayND_exportSlice", _wrap_UCharArrayND_exportSlice, METH_VARARGS, NULL},
{ "UCharArrayND_exportMemSlice", _wrap_UCharArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "UCharArrayND_importSlice", _wrap_UCharArrayND_importSlice, METH_VARARGS, NULL},
{ "UCharArrayND_importMemSlice", _wrap_UCharArrayND_importMemSlice, METH_VARARGS, NULL},
{ "UCharArrayND_multiplyBySlice", _wrap_UCharArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "UCharArrayND_subrange", _wrap_UCharArrayND_subrange, METH_VARARGS, NULL},
{ "UCharArrayND_slice", _wrap_UCharArrayND_slice, METH_VARARGS, NULL},
{ "UCharArrayND_rotate", _wrap_UCharArrayND_rotate, METH_VARARGS, NULL},
{ "UCharArrayND_mirror", _wrap_UCharArrayND_mirror, METH_VARARGS, NULL},
{ "UCharArrayND_exportSubrange", _wrap_UCharArrayND_exportSubrange, METH_VARARGS, NULL},
{ "UCharArrayND_importSubrange", _wrap_UCharArrayND_importSubrange, METH_VARARGS, NULL},
{ "UCharArrayND_multiMirror", _wrap_UCharArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_UCharArrayND", _wrap_new_UCharArrayND, METH_VARARGS, NULL},
{ "UCharArrayND_swigregister", UCharArrayND_swigregister, METH_O, NULL},
{ "UCharArrayND_swiginit", UCharArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_UCharArrayND", _wrap_new_ArchiveRecord_UCharArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_UCharArrayND", _wrap_delete_ArchiveRecord_UCharArrayND, METH_O, NULL},
{ "ArchiveRecord_UCharArrayND_swigregister", ArchiveRecord_UCharArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_UCharArrayND_swiginit", ArchiveRecord_UCharArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_UCharArrayND", _wrap_new_Ref_UCharArrayND, METH_VARARGS, NULL},
{ "Ref_UCharArrayND_restore", _wrap_Ref_UCharArrayND_restore, METH_VARARGS, NULL},
{ "Ref_UCharArrayND_retrieve", _wrap_Ref_UCharArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_UCharArrayND_getValue", _wrap_Ref_UCharArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UCharArrayND", _wrap_delete_Ref_UCharArrayND, METH_O, NULL},
{ "Ref_UCharArrayND_swigregister", Ref_UCharArrayND_swigregister, METH_O, NULL},
{ "Ref_UCharArrayND_swiginit", Ref_UCharArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_IntArrayND", _wrap_delete_IntArrayND, METH_O, NULL},
{ "IntArrayND_uninitialize", _wrap_IntArrayND_uninitialize, METH_O, NULL},
{ "IntArrayND_reshape", _wrap_IntArrayND_reshape, METH_VARARGS, NULL},
{ "IntArrayND_valueAt", _wrap_IntArrayND_valueAt, METH_VARARGS, NULL},
{ "IntArrayND_linearPtr", _wrap_IntArrayND_linearPtr, METH_VARARGS, NULL},
{ "IntArrayND_convertLinearIndex", _wrap_IntArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "IntArrayND_nonZeroRange", _wrap_IntArrayND_nonZeroRange, METH_O, NULL},
{ "IntArrayND_linearIndex", _wrap_IntArrayND_linearIndex, METH_VARARGS, NULL},
{ "IntArrayND_length", _wrap_IntArrayND_length, METH_O, NULL},
{ "IntArrayND_data", _wrap_IntArrayND_data, METH_O, NULL},
{ "IntArrayND_isShapeKnown", _wrap_IntArrayND_isShapeKnown, METH_O, NULL},
{ "IntArrayND_rank", _wrap_IntArrayND_rank, METH_O, NULL},
{ "IntArrayND_shape", _wrap_IntArrayND_shape, METH_O, NULL},
{ "IntArrayND_shapeData", _wrap_IntArrayND_shapeData, METH_O, NULL},
{ "IntArrayND_fullRange", _wrap_IntArrayND_fullRange, METH_O, NULL},
{ "IntArrayND_span", _wrap_IntArrayND_span, METH_VARARGS, NULL},
{ "IntArrayND_maximumSpan", _wrap_IntArrayND_maximumSpan, METH_O, NULL},
{ "IntArrayND_minimumSpan", _wrap_IntArrayND_minimumSpan, METH_O, NULL},
{ "IntArrayND_strides", _wrap_IntArrayND_strides, METH_O, NULL},
{ "IntArrayND_isZero", _wrap_IntArrayND_isZero, METH_O, NULL},
{ "IntArrayND_isNonZero", _wrap_IntArrayND_isNonZero, METH_O, NULL},
{ "IntArrayND___pos__", _wrap_IntArrayND___pos__, METH_O, NULL},
{ "IntArrayND_contract", _wrap_IntArrayND_contract, METH_VARARGS, NULL},
{ "IntArrayND_transpose", _wrap_IntArrayND_transpose, METH_VARARGS, NULL},
{ "IntArrayND_closestPtr", _wrap_IntArrayND_closestPtr, METH_VARARGS, NULL},
{ "IntArrayND_interpolate1", _wrap_IntArrayND_interpolate1, METH_VARARGS, NULL},
{ "IntArrayND_interpolate3", _wrap_IntArrayND_interpolate3, METH_VARARGS, NULL},
{ "IntArrayND_constFill", _wrap_IntArrayND_constFill, METH_VARARGS, NULL},
{ "IntArrayND_clear", _wrap_IntArrayND_clear, METH_O, NULL},
{ "IntArrayND_linearFill", _wrap_IntArrayND_linearFill, METH_VARARGS, NULL},
{ "IntArrayND_makeUnit", _wrap_IntArrayND_makeUnit, METH_O, NULL},
{ "IntArrayND_makeNonNegative", _wrap_IntArrayND_makeNonNegative, METH_O, NULL},
{ "IntArrayND_makeCopulaSteps", _wrap_IntArrayND_makeCopulaSteps, METH_VARARGS, NULL},
{ "IntArrayND_isCompatible", _wrap_IntArrayND_isCompatible, METH_VARARGS, NULL},
{ "IntArrayND_sliceShape", _wrap_IntArrayND_sliceShape, METH_VARARGS, NULL},
{ "IntArrayND_ptr", _wrap_IntArrayND_ptr, METH_VARARGS, NULL},
{ "IntArrayND_clPtr", _wrap_IntArrayND_clPtr, METH_VARARGS, NULL},
{ "IntArrayND_classId", _wrap_IntArrayND_classId, METH_O, NULL},
{ "IntArrayND_write", _wrap_IntArrayND_write, METH_VARARGS, NULL},
{ "IntArrayND_classname", _wrap_IntArrayND_classname, METH_NOARGS, NULL},
{ "IntArrayND_version", _wrap_IntArrayND_version, METH_NOARGS, NULL},
{ "IntArrayND_restore", _wrap_IntArrayND_restore, METH_VARARGS, NULL},
{ "IntArrayND_setValue", _wrap_IntArrayND_setValue, METH_VARARGS, NULL},
{ "IntArrayND_value", _wrap_IntArrayND_value, METH_VARARGS, NULL},
{ "IntArrayND_setLinearValue", _wrap_IntArrayND_setLinearValue, METH_VARARGS, NULL},
{ "IntArrayND_linearValue", _wrap_IntArrayND_linearValue, METH_VARARGS, NULL},
{ "IntArrayND_setClosest", _wrap_IntArrayND_setClosest, METH_VARARGS, NULL},
{ "IntArrayND_closest", _wrap_IntArrayND_closest, METH_VARARGS, NULL},
{ "IntArrayND_set", _wrap_IntArrayND_set, METH_VARARGS, NULL},
{ "IntArrayND___call__", _wrap_IntArrayND___call__, METH_VARARGS, NULL},
{ "IntArrayND_setCl", _wrap_IntArrayND_setCl, METH_VARARGS, NULL},
{ "IntArrayND_cl", _wrap_IntArrayND_cl, METH_VARARGS, NULL},
{ "IntArrayND_setData", _wrap_IntArrayND_setData, METH_VARARGS, NULL},
{ "IntArrayND_maxAbsDifference", _wrap_IntArrayND_maxAbsDifference, METH_VARARGS, NULL},
{ "IntArrayND___eq__", _wrap_IntArrayND___eq__, METH_VARARGS, NULL},
{ "IntArrayND___ne__", _wrap_IntArrayND___ne__, METH_VARARGS, NULL},
{ "IntArrayND___add__", _wrap_IntArrayND___add__, METH_VARARGS, NULL},
{ "IntArrayND___sub__", _wrap_IntArrayND___sub__, METH_VARARGS, NULL},
{ "IntArrayND___mul__", _wrap_IntArrayND___mul__, METH_VARARGS, NULL},
{ "IntArrayND___rmul__", _wrap_IntArrayND___rmul__, METH_VARARGS, NULL},
{ "IntArrayND___div__", _wrap_IntArrayND___div__, METH_VARARGS, NULL},
{ "IntArrayND___iadd__", _wrap_IntArrayND___iadd__, METH_VARARGS, NULL},
{ "IntArrayND___isub__", _wrap_IntArrayND___isub__, METH_VARARGS, NULL},
{ "IntArrayND___imul__", _wrap_IntArrayND___imul__, METH_VARARGS, NULL},
{ "IntArrayND___idiv__", _wrap_IntArrayND___idiv__, METH_VARARGS, NULL},
{ "IntArrayND_addmul", _wrap_IntArrayND_addmul, METH_VARARGS, NULL},
{ "IntArrayND_outer", _wrap_IntArrayND_outer, METH_VARARGS, NULL},
{ "IntArrayND_dot", _wrap_IntArrayND_dot, METH_VARARGS, NULL},
{ "IntArrayND_marginalize", _wrap_IntArrayND_marginalize, METH_VARARGS, NULL},
{ "IntArrayND_sum", _wrap_IntArrayND_sum, METH_O, NULL},
{ "IntArrayND_sumsq", _wrap_IntArrayND_sumsq, METH_O, NULL},
{ "IntArrayND_derivative", _wrap_IntArrayND_derivative, METH_VARARGS, NULL},
{ "IntArrayND_cdfArray", _wrap_IntArrayND_cdfArray, METH_VARARGS, NULL},
{ "IntArrayND_cdfValue", _wrap_IntArrayND_cdfValue, METH_VARARGS, NULL},
{ "IntArrayND_convertToLastDimCdf", _wrap_IntArrayND_convertToLastDimCdf, METH_VARARGS, NULL},
{ "IntArrayND_isClose", _wrap_IntArrayND_isClose, METH_VARARGS, NULL},
{ "IntArrayND_isShapeCompatible", _wrap_IntArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "IntArrayND_exportSlice", _wrap_IntArrayND_exportSlice, METH_VARARGS, NULL},
{ "IntArrayND_exportMemSlice", _wrap_IntArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "IntArrayND_importSlice", _wrap_IntArrayND_importSlice, METH_VARARGS, NULL},
{ "IntArrayND_importMemSlice", _wrap_IntArrayND_importMemSlice, METH_VARARGS, NULL},
{ "IntArrayND_multiplyBySlice", _wrap_IntArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "IntArrayND_subrange", _wrap_IntArrayND_subrange, METH_VARARGS, NULL},
{ "IntArrayND_slice", _wrap_IntArrayND_slice, METH_VARARGS, NULL},
{ "IntArrayND_rotate", _wrap_IntArrayND_rotate, METH_VARARGS, NULL},
{ "IntArrayND_mirror", _wrap_IntArrayND_mirror, METH_VARARGS, NULL},
{ "IntArrayND_exportSubrange", _wrap_IntArrayND_exportSubrange, METH_VARARGS, NULL},
{ "IntArrayND_importSubrange", _wrap_IntArrayND_importSubrange, METH_VARARGS, NULL},
{ "IntArrayND_multiMirror", _wrap_IntArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_IntArrayND", _wrap_new_IntArrayND, METH_VARARGS, NULL},
{ "IntArrayND_swigregister", IntArrayND_swigregister, METH_O, NULL},
{ "IntArrayND_swiginit", IntArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_IntArrayND", _wrap_new_ArchiveRecord_IntArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_IntArrayND", _wrap_delete_ArchiveRecord_IntArrayND, METH_O, NULL},
{ "ArchiveRecord_IntArrayND_swigregister", ArchiveRecord_IntArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_IntArrayND_swiginit", ArchiveRecord_IntArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_IntArrayND", _wrap_new_Ref_IntArrayND, METH_VARARGS, NULL},
{ "Ref_IntArrayND_restore", _wrap_Ref_IntArrayND_restore, METH_VARARGS, NULL},
{ "Ref_IntArrayND_retrieve", _wrap_Ref_IntArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_IntArrayND_getValue", _wrap_Ref_IntArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_IntArrayND", _wrap_delete_Ref_IntArrayND, METH_O, NULL},
{ "Ref_IntArrayND_swigregister", Ref_IntArrayND_swigregister, METH_O, NULL},
{ "Ref_IntArrayND_swiginit", Ref_IntArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_LongArrayND", _wrap_delete_LongArrayND, METH_O, NULL},
{ "LongArrayND_uninitialize", _wrap_LongArrayND_uninitialize, METH_O, NULL},
{ "LongArrayND_reshape", _wrap_LongArrayND_reshape, METH_VARARGS, NULL},
{ "LongArrayND_valueAt", _wrap_LongArrayND_valueAt, METH_VARARGS, NULL},
{ "LongArrayND_linearPtr", _wrap_LongArrayND_linearPtr, METH_VARARGS, NULL},
{ "LongArrayND_convertLinearIndex", _wrap_LongArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "LongArrayND_nonZeroRange", _wrap_LongArrayND_nonZeroRange, METH_O, NULL},
{ "LongArrayND_linearIndex", _wrap_LongArrayND_linearIndex, METH_VARARGS, NULL},
{ "LongArrayND_length", _wrap_LongArrayND_length, METH_O, NULL},
{ "LongArrayND_data", _wrap_LongArrayND_data, METH_O, NULL},
{ "LongArrayND_isShapeKnown", _wrap_LongArrayND_isShapeKnown, METH_O, NULL},
{ "LongArrayND_rank", _wrap_LongArrayND_rank, METH_O, NULL},
{ "LongArrayND_shape", _wrap_LongArrayND_shape, METH_O, NULL},
{ "LongArrayND_shapeData", _wrap_LongArrayND_shapeData, METH_O, NULL},
{ "LongArrayND_fullRange", _wrap_LongArrayND_fullRange, METH_O, NULL},
{ "LongArrayND_span", _wrap_LongArrayND_span, METH_VARARGS, NULL},
{ "LongArrayND_maximumSpan", _wrap_LongArrayND_maximumSpan, METH_O, NULL},
{ "LongArrayND_minimumSpan", _wrap_LongArrayND_minimumSpan, METH_O, NULL},
{ "LongArrayND_strides", _wrap_LongArrayND_strides, METH_O, NULL},
{ "LongArrayND_isZero", _wrap_LongArrayND_isZero, METH_O, NULL},
{ "LongArrayND_isNonZero", _wrap_LongArrayND_isNonZero, METH_O, NULL},
{ "LongArrayND___pos__", _wrap_LongArrayND___pos__, METH_O, NULL},
{ "LongArrayND_contract", _wrap_LongArrayND_contract, METH_VARARGS, NULL},
{ "LongArrayND_transpose", _wrap_LongArrayND_transpose, METH_VARARGS, NULL},
{ "LongArrayND_closestPtr", _wrap_LongArrayND_closestPtr, METH_VARARGS, NULL},
{ "LongArrayND_interpolate1", _wrap_LongArrayND_interpolate1, METH_VARARGS, NULL},
{ "LongArrayND_interpolate3", _wrap_LongArrayND_interpolate3, METH_VARARGS, NULL},
{ "LongArrayND_constFill", _wrap_LongArrayND_constFill, METH_VARARGS, NULL},
{ "LongArrayND_clear", _wrap_LongArrayND_clear, METH_O, NULL},
{ "LongArrayND_linearFill", _wrap_LongArrayND_linearFill, METH_VARARGS, NULL},
{ "LongArrayND_makeUnit", _wrap_LongArrayND_makeUnit, METH_O, NULL},
{ "LongArrayND_makeNonNegative", _wrap_LongArrayND_makeNonNegative, METH_O, NULL},
{ "LongArrayND_makeCopulaSteps", _wrap_LongArrayND_makeCopulaSteps, METH_VARARGS, NULL},
{ "LongArrayND_isCompatible", _wrap_LongArrayND_isCompatible, METH_VARARGS, NULL},
{ "LongArrayND_sliceShape", _wrap_LongArrayND_sliceShape, METH_VARARGS, NULL},
{ "LongArrayND_ptr", _wrap_LongArrayND_ptr, METH_VARARGS, NULL},
{ "LongArrayND_clPtr", _wrap_LongArrayND_clPtr, METH_VARARGS, NULL},
{ "LongArrayND_classId", _wrap_LongArrayND_classId, METH_O, NULL},
{ "LongArrayND_write", _wrap_LongArrayND_write, METH_VARARGS, NULL},
{ "LongArrayND_classname", _wrap_LongArrayND_classname, METH_NOARGS, NULL},
{ "LongArrayND_version", _wrap_LongArrayND_version, METH_NOARGS, NULL},
{ "LongArrayND_restore", _wrap_LongArrayND_restore, METH_VARARGS, NULL},
{ "LongArrayND_setValue", _wrap_LongArrayND_setValue, METH_VARARGS, NULL},
{ "LongArrayND_value", _wrap_LongArrayND_value, METH_VARARGS, NULL},
{ "LongArrayND_setLinearValue", _wrap_LongArrayND_setLinearValue, METH_VARARGS, NULL},
{ "LongArrayND_linearValue", _wrap_LongArrayND_linearValue, METH_VARARGS, NULL},
{ "LongArrayND_setClosest", _wrap_LongArrayND_setClosest, METH_VARARGS, NULL},
{ "LongArrayND_closest", _wrap_LongArrayND_closest, METH_VARARGS, NULL},
{ "LongArrayND_set", _wrap_LongArrayND_set, METH_VARARGS, NULL},
{ "LongArrayND___call__", _wrap_LongArrayND___call__, METH_VARARGS, NULL},
{ "LongArrayND_setCl", _wrap_LongArrayND_setCl, METH_VARARGS, NULL},
{ "LongArrayND_cl", _wrap_LongArrayND_cl, METH_VARARGS, NULL},
{ "LongArrayND_setData", _wrap_LongArrayND_setData, METH_VARARGS, NULL},
{ "LongArrayND_maxAbsDifference", _wrap_LongArrayND_maxAbsDifference, METH_VARARGS, NULL},
{ "LongArrayND___eq__", _wrap_LongArrayND___eq__, METH_VARARGS, NULL},
{ "LongArrayND___ne__", _wrap_LongArrayND___ne__, METH_VARARGS, NULL},
{ "LongArrayND___add__", _wrap_LongArrayND___add__, METH_VARARGS, NULL},
{ "LongArrayND___sub__", _wrap_LongArrayND___sub__, METH_VARARGS, NULL},
{ "LongArrayND___mul__", _wrap_LongArrayND___mul__, METH_VARARGS, NULL},
{ "LongArrayND___rmul__", _wrap_LongArrayND___rmul__, METH_VARARGS, NULL},
{ "LongArrayND___div__", _wrap_LongArrayND___div__, METH_VARARGS, NULL},
{ "LongArrayND___iadd__", _wrap_LongArrayND___iadd__, METH_VARARGS, NULL},
{ "LongArrayND___isub__", _wrap_LongArrayND___isub__, METH_VARARGS, NULL},
{ "LongArrayND___imul__", _wrap_LongArrayND___imul__, METH_VARARGS, NULL},
{ "LongArrayND___idiv__", _wrap_LongArrayND___idiv__, METH_VARARGS, NULL},
{ "LongArrayND_addmul", _wrap_LongArrayND_addmul, METH_VARARGS, NULL},
{ "LongArrayND_outer", _wrap_LongArrayND_outer, METH_VARARGS, NULL},
{ "LongArrayND_dot", _wrap_LongArrayND_dot, METH_VARARGS, NULL},
{ "LongArrayND_marginalize", _wrap_LongArrayND_marginalize, METH_VARARGS, NULL},
{ "LongArrayND_sum", _wrap_LongArrayND_sum, METH_O, NULL},
{ "LongArrayND_sumsq", _wrap_LongArrayND_sumsq, METH_O, NULL},
{ "LongArrayND_derivative", _wrap_LongArrayND_derivative, METH_VARARGS, NULL},
{ "LongArrayND_cdfArray", _wrap_LongArrayND_cdfArray, METH_VARARGS, NULL},
{ "LongArrayND_cdfValue", _wrap_LongArrayND_cdfValue, METH_VARARGS, NULL},
{ "LongArrayND_convertToLastDimCdf", _wrap_LongArrayND_convertToLastDimCdf, METH_VARARGS, NULL},
{ "LongArrayND_isClose", _wrap_LongArrayND_isClose, METH_VARARGS, NULL},
{ "LongArrayND_isShapeCompatible", _wrap_LongArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "LongArrayND_exportSlice", _wrap_LongArrayND_exportSlice, METH_VARARGS, NULL},
{ "LongArrayND_exportMemSlice", _wrap_LongArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "LongArrayND_importSlice", _wrap_LongArrayND_importSlice, METH_VARARGS, NULL},
{ "LongArrayND_importMemSlice", _wrap_LongArrayND_importMemSlice, METH_VARARGS, NULL},
{ "LongArrayND_multiplyBySlice", _wrap_LongArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "LongArrayND_subrange", _wrap_LongArrayND_subrange, METH_VARARGS, NULL},
{ "LongArrayND_slice", _wrap_LongArrayND_slice, METH_VARARGS, NULL},
{ "LongArrayND_rotate", _wrap_LongArrayND_rotate, METH_VARARGS, NULL},
{ "LongArrayND_mirror", _wrap_LongArrayND_mirror, METH_VARARGS, NULL},
{ "LongArrayND_exportSubrange", _wrap_LongArrayND_exportSubrange, METH_VARARGS, NULL},
{ "LongArrayND_importSubrange", _wrap_LongArrayND_importSubrange, METH_VARARGS, NULL},
{ "LongArrayND_multiMirror", _wrap_LongArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_LongArrayND", _wrap_new_LongArrayND, METH_VARARGS, NULL},
{ "LongArrayND_swigregister", LongArrayND_swigregister, METH_O, NULL},
{ "LongArrayND_swiginit", LongArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LongArrayND", _wrap_new_ArchiveRecord_LongArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LongArrayND", _wrap_delete_ArchiveRecord_LongArrayND, METH_O, NULL},
{ "ArchiveRecord_LongArrayND_swigregister", ArchiveRecord_LongArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_LongArrayND_swiginit", ArchiveRecord_LongArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LongArrayND", _wrap_new_Ref_LongArrayND, METH_VARARGS, NULL},
{ "Ref_LongArrayND_restore", _wrap_Ref_LongArrayND_restore, METH_VARARGS, NULL},
{ "Ref_LongArrayND_retrieve", _wrap_Ref_LongArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_LongArrayND_getValue", _wrap_Ref_LongArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LongArrayND", _wrap_delete_Ref_LongArrayND, METH_O, NULL},
{ "Ref_LongArrayND_swigregister", Ref_LongArrayND_swigregister, METH_O, NULL},
{ "Ref_LongArrayND_swiginit", Ref_LongArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_FloatArrayND", _wrap_delete_FloatArrayND, METH_O, NULL},
{ "FloatArrayND_uninitialize", _wrap_FloatArrayND_uninitialize, METH_O, NULL},
{ "FloatArrayND_reshape", _wrap_FloatArrayND_reshape, METH_VARARGS, NULL},
{ "FloatArrayND_valueAt", _wrap_FloatArrayND_valueAt, METH_VARARGS, NULL},
{ "FloatArrayND_linearPtr", _wrap_FloatArrayND_linearPtr, METH_VARARGS, NULL},
{ "FloatArrayND_convertLinearIndex", _wrap_FloatArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "FloatArrayND_nonZeroRange", _wrap_FloatArrayND_nonZeroRange, METH_O, NULL},
{ "FloatArrayND_linearIndex", _wrap_FloatArrayND_linearIndex, METH_VARARGS, NULL},
{ "FloatArrayND_length", _wrap_FloatArrayND_length, METH_O, NULL},
{ "FloatArrayND_data", _wrap_FloatArrayND_data, METH_O, NULL},
{ "FloatArrayND_isShapeKnown", _wrap_FloatArrayND_isShapeKnown, METH_O, NULL},
{ "FloatArrayND_rank", _wrap_FloatArrayND_rank, METH_O, NULL},
{ "FloatArrayND_shape", _wrap_FloatArrayND_shape, METH_O, NULL},
{ "FloatArrayND_shapeData", _wrap_FloatArrayND_shapeData, METH_O, NULL},
{ "FloatArrayND_fullRange", _wrap_FloatArrayND_fullRange, METH_O, NULL},
{ "FloatArrayND_span", _wrap_FloatArrayND_span, METH_VARARGS, NULL},
{ "FloatArrayND_maximumSpan", _wrap_FloatArrayND_maximumSpan, METH_O, NULL},
{ "FloatArrayND_minimumSpan", _wrap_FloatArrayND_minimumSpan, METH_O, NULL},
{ "FloatArrayND_strides", _wrap_FloatArrayND_strides, METH_O, NULL},
{ "FloatArrayND_isZero", _wrap_FloatArrayND_isZero, METH_O, NULL},
{ "FloatArrayND_isNonZero", _wrap_FloatArrayND_isNonZero, METH_O, NULL},
{ "FloatArrayND___pos__", _wrap_FloatArrayND___pos__, METH_O, NULL},
{ "FloatArrayND_contract", _wrap_FloatArrayND_contract, METH_VARARGS, NULL},
{ "FloatArrayND_transpose", _wrap_FloatArrayND_transpose, METH_VARARGS, NULL},
{ "FloatArrayND_closestPtr", _wrap_FloatArrayND_closestPtr, METH_VARARGS, NULL},
{ "FloatArrayND_interpolate1", _wrap_FloatArrayND_interpolate1, METH_VARARGS, NULL},
{ "FloatArrayND_interpolate3", _wrap_FloatArrayND_interpolate3, METH_VARARGS, NULL},
{ "FloatArrayND_constFill", _wrap_FloatArrayND_constFill, METH_VARARGS, NULL},
{ "FloatArrayND_clear", _wrap_FloatArrayND_clear, METH_O, NULL},
{ "FloatArrayND_linearFill", _wrap_FloatArrayND_linearFill, METH_VARARGS, NULL},
{ "FloatArrayND_makeUnit", _wrap_FloatArrayND_makeUnit, METH_O, NULL},
{ "FloatArrayND_makeNonNegative", _wrap_FloatArrayND_makeNonNegative, METH_O, NULL},
{ "FloatArrayND_makeCopulaSteps", _wrap_FloatArrayND_makeCopulaSteps, METH_VARARGS, NULL},
{ "FloatArrayND_isCompatible", _wrap_FloatArrayND_isCompatible, METH_VARARGS, NULL},
{ "FloatArrayND_sliceShape", _wrap_FloatArrayND_sliceShape, METH_VARARGS, NULL},
{ "FloatArrayND_ptr", _wrap_FloatArrayND_ptr, METH_VARARGS, NULL},
{ "FloatArrayND_clPtr", _wrap_FloatArrayND_clPtr, METH_VARARGS, NULL},
{ "FloatArrayND_classId", _wrap_FloatArrayND_classId, METH_O, NULL},
{ "FloatArrayND_write", _wrap_FloatArrayND_write, METH_VARARGS, NULL},
{ "FloatArrayND_classname", _wrap_FloatArrayND_classname, METH_NOARGS, NULL},
{ "FloatArrayND_version", _wrap_FloatArrayND_version, METH_NOARGS, NULL},
{ "FloatArrayND_restore", _wrap_FloatArrayND_restore, METH_VARARGS, NULL},
{ "FloatArrayND_setValue", _wrap_FloatArrayND_setValue, METH_VARARGS, NULL},
{ "FloatArrayND_value", _wrap_FloatArrayND_value, METH_VARARGS, NULL},
{ "FloatArrayND_setLinearValue", _wrap_FloatArrayND_setLinearValue, METH_VARARGS, NULL},
{ "FloatArrayND_linearValue", _wrap_FloatArrayND_linearValue, METH_VARARGS, NULL},
{ "FloatArrayND_setClosest", _wrap_FloatArrayND_setClosest, METH_VARARGS, NULL},
{ "FloatArrayND_closest", _wrap_FloatArrayND_closest, METH_VARARGS, NULL},
{ "FloatArrayND_set", _wrap_FloatArrayND_set, METH_VARARGS, NULL},
{ "FloatArrayND___call__", _wrap_FloatArrayND___call__, METH_VARARGS, NULL},
{ "FloatArrayND_setCl", _wrap_FloatArrayND_setCl, METH_VARARGS, NULL},
{ "FloatArrayND_cl", _wrap_FloatArrayND_cl, METH_VARARGS, NULL},
{ "FloatArrayND_setData", _wrap_FloatArrayND_setData, METH_VARARGS, NULL},
{ "FloatArrayND_maxAbsDifference", _wrap_FloatArrayND_maxAbsDifference, METH_VARARGS, NULL},
{ "FloatArrayND___eq__", _wrap_FloatArrayND___eq__, METH_VARARGS, NULL},
{ "FloatArrayND___ne__", _wrap_FloatArrayND___ne__, METH_VARARGS, NULL},
{ "FloatArrayND___add__", _wrap_FloatArrayND___add__, METH_VARARGS, NULL},
{ "FloatArrayND___sub__", _wrap_FloatArrayND___sub__, METH_VARARGS, NULL},
{ "FloatArrayND___mul__", _wrap_FloatArrayND___mul__, METH_VARARGS, NULL},
{ "FloatArrayND___rmul__", _wrap_FloatArrayND___rmul__, METH_VARARGS, NULL},
{ "FloatArrayND___div__", _wrap_FloatArrayND___div__, METH_VARARGS, NULL},
{ "FloatArrayND___iadd__", _wrap_FloatArrayND___iadd__, METH_VARARGS, NULL},
{ "FloatArrayND___isub__", _wrap_FloatArrayND___isub__, METH_VARARGS, NULL},
{ "FloatArrayND___imul__", _wrap_FloatArrayND___imul__, METH_VARARGS, NULL},
{ "FloatArrayND___idiv__", _wrap_FloatArrayND___idiv__, METH_VARARGS, NULL},
{ "FloatArrayND_addmul", _wrap_FloatArrayND_addmul, METH_VARARGS, NULL},
{ "FloatArrayND_outer", _wrap_FloatArrayND_outer, METH_VARARGS, NULL},
{ "FloatArrayND_dot", _wrap_FloatArrayND_dot, METH_VARARGS, NULL},
{ "FloatArrayND_marginalize", _wrap_FloatArrayND_marginalize, METH_VARARGS, NULL},
{ "FloatArrayND_sum", _wrap_FloatArrayND_sum, METH_O, NULL},
{ "FloatArrayND_sumsq", _wrap_FloatArrayND_sumsq, METH_O, NULL},
{ "FloatArrayND_derivative", _wrap_FloatArrayND_derivative, METH_VARARGS, NULL},
{ "FloatArrayND_cdfArray", _wrap_FloatArrayND_cdfArray, METH_VARARGS, NULL},
{ "FloatArrayND_cdfValue", _wrap_FloatArrayND_cdfValue, METH_VARARGS, NULL},
{ "FloatArrayND_convertToLastDimCdf", _wrap_FloatArrayND_convertToLastDimCdf, METH_VARARGS, NULL},
{ "FloatArrayND_isClose", _wrap_FloatArrayND_isClose, METH_VARARGS, NULL},
{ "FloatArrayND_isShapeCompatible", _wrap_FloatArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "FloatArrayND_exportSlice", _wrap_FloatArrayND_exportSlice, METH_VARARGS, NULL},
{ "FloatArrayND_exportMemSlice", _wrap_FloatArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "FloatArrayND_importSlice", _wrap_FloatArrayND_importSlice, METH_VARARGS, NULL},
{ "FloatArrayND_importMemSlice", _wrap_FloatArrayND_importMemSlice, METH_VARARGS, NULL},
{ "FloatArrayND_multiplyBySlice", _wrap_FloatArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "FloatArrayND_subrange", _wrap_FloatArrayND_subrange, METH_VARARGS, NULL},
{ "FloatArrayND_slice", _wrap_FloatArrayND_slice, METH_VARARGS, NULL},
{ "FloatArrayND_rotate", _wrap_FloatArrayND_rotate, METH_VARARGS, NULL},
{ "FloatArrayND_mirror", _wrap_FloatArrayND_mirror, METH_VARARGS, NULL},
{ "FloatArrayND_exportSubrange", _wrap_FloatArrayND_exportSubrange, METH_VARARGS, NULL},
{ "FloatArrayND_importSubrange", _wrap_FloatArrayND_importSubrange, METH_VARARGS, NULL},
{ "FloatArrayND_multiMirror", _wrap_FloatArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_FloatArrayND", _wrap_new_FloatArrayND, METH_VARARGS, NULL},
{ "FloatArrayND_functorFill", _wrap_FloatArrayND_functorFill, METH_VARARGS, NULL},
{ "FloatArrayND_swigregister", FloatArrayND_swigregister, METH_O, NULL},
{ "FloatArrayND_swiginit", FloatArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FloatArrayND", _wrap_new_ArchiveRecord_FloatArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FloatArrayND", _wrap_delete_ArchiveRecord_FloatArrayND, METH_O, NULL},
{ "ArchiveRecord_FloatArrayND_swigregister", ArchiveRecord_FloatArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FloatArrayND_swiginit", ArchiveRecord_FloatArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatArrayND", _wrap_new_Ref_FloatArrayND, METH_VARARGS, NULL},
{ "Ref_FloatArrayND_restore", _wrap_Ref_FloatArrayND_restore, METH_VARARGS, NULL},
{ "Ref_FloatArrayND_retrieve", _wrap_Ref_FloatArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_FloatArrayND_getValue", _wrap_Ref_FloatArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_FloatArrayND", _wrap_delete_Ref_FloatArrayND, METH_O, NULL},
{ "Ref_FloatArrayND_swigregister", Ref_FloatArrayND_swigregister, METH_O, NULL},
{ "Ref_FloatArrayND_swiginit", Ref_FloatArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_DoubleArrayND", _wrap_delete_DoubleArrayND, METH_O, NULL},
{ "DoubleArrayND_uninitialize", _wrap_DoubleArrayND_uninitialize, METH_O, NULL},
{ "DoubleArrayND_reshape", _wrap_DoubleArrayND_reshape, METH_VARARGS, NULL},
{ "DoubleArrayND_valueAt", _wrap_DoubleArrayND_valueAt, METH_VARARGS, NULL},
{ "DoubleArrayND_linearPtr", _wrap_DoubleArrayND_linearPtr, METH_VARARGS, NULL},
{ "DoubleArrayND_convertLinearIndex", _wrap_DoubleArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "DoubleArrayND_nonZeroRange", _wrap_DoubleArrayND_nonZeroRange, METH_O, NULL},
{ "DoubleArrayND_linearIndex", _wrap_DoubleArrayND_linearIndex, METH_VARARGS, NULL},
{ "DoubleArrayND_length", _wrap_DoubleArrayND_length, METH_O, NULL},
{ "DoubleArrayND_data", _wrap_DoubleArrayND_data, METH_O, NULL},
{ "DoubleArrayND_isShapeKnown", _wrap_DoubleArrayND_isShapeKnown, METH_O, NULL},
{ "DoubleArrayND_rank", _wrap_DoubleArrayND_rank, METH_O, NULL},
{ "DoubleArrayND_shape", _wrap_DoubleArrayND_shape, METH_O, NULL},
{ "DoubleArrayND_shapeData", _wrap_DoubleArrayND_shapeData, METH_O, NULL},
{ "DoubleArrayND_fullRange", _wrap_DoubleArrayND_fullRange, METH_O, NULL},
{ "DoubleArrayND_span", _wrap_DoubleArrayND_span, METH_VARARGS, NULL},
{ "DoubleArrayND_maximumSpan", _wrap_DoubleArrayND_maximumSpan, METH_O, NULL},
{ "DoubleArrayND_minimumSpan", _wrap_DoubleArrayND_minimumSpan, METH_O, NULL},
{ "DoubleArrayND_strides", _wrap_DoubleArrayND_strides, METH_O, NULL},
{ "DoubleArrayND_isZero", _wrap_DoubleArrayND_isZero, METH_O, NULL},
{ "DoubleArrayND_isNonZero", _wrap_DoubleArrayND_isNonZero, METH_O, NULL},
{ "DoubleArrayND___pos__", _wrap_DoubleArrayND___pos__, METH_O, NULL},
{ "DoubleArrayND_contract", _wrap_DoubleArrayND_contract, METH_VARARGS, NULL},
{ "DoubleArrayND_transpose", _wrap_DoubleArrayND_transpose, METH_VARARGS, NULL},
{ "DoubleArrayND_closestPtr", _wrap_DoubleArrayND_closestPtr, METH_VARARGS, NULL},
{ "DoubleArrayND_interpolate1", _wrap_DoubleArrayND_interpolate1, METH_VARARGS, NULL},
{ "DoubleArrayND_interpolate3", _wrap_DoubleArrayND_interpolate3, METH_VARARGS, NULL},
{ "DoubleArrayND_constFill", _wrap_DoubleArrayND_constFill, METH_VARARGS, NULL},
{ "DoubleArrayND_clear", _wrap_DoubleArrayND_clear, METH_O, NULL},
{ "DoubleArrayND_linearFill", _wrap_DoubleArrayND_linearFill, METH_VARARGS, NULL},
{ "DoubleArrayND_makeUnit", _wrap_DoubleArrayND_makeUnit, METH_O, NULL},
{ "DoubleArrayND_makeNonNegative", _wrap_DoubleArrayND_makeNonNegative, METH_O, NULL},
{ "DoubleArrayND_makeCopulaSteps", _wrap_DoubleArrayND_makeCopulaSteps, METH_VARARGS, NULL},
{ "DoubleArrayND_isCompatible", _wrap_DoubleArrayND_isCompatible, METH_VARARGS, NULL},
{ "DoubleArrayND_sliceShape", _wrap_DoubleArrayND_sliceShape, METH_VARARGS, NULL},
{ "DoubleArrayND_ptr", _wrap_DoubleArrayND_ptr, METH_VARARGS, NULL},
{ "DoubleArrayND_clPtr", _wrap_DoubleArrayND_clPtr, METH_VARARGS, NULL},
{ "DoubleArrayND_classId", _wrap_DoubleArrayND_classId, METH_O, NULL},
{ "DoubleArrayND_write", _wrap_DoubleArrayND_write, METH_VARARGS, NULL},
{ "DoubleArrayND_classname", _wrap_DoubleArrayND_classname, METH_NOARGS, NULL},
{ "DoubleArrayND_version", _wrap_DoubleArrayND_version, METH_NOARGS, NULL},
{ "DoubleArrayND_restore", _wrap_DoubleArrayND_restore, METH_VARARGS, NULL},
{ "DoubleArrayND_setValue", _wrap_DoubleArrayND_setValue, METH_VARARGS, NULL},
{ "DoubleArrayND_value", _wrap_DoubleArrayND_value, METH_VARARGS, NULL},
{ "DoubleArrayND_setLinearValue", _wrap_DoubleArrayND_setLinearValue, METH_VARARGS, NULL},
{ "DoubleArrayND_linearValue", _wrap_DoubleArrayND_linearValue, METH_VARARGS, NULL},
{ "DoubleArrayND_setClosest", _wrap_DoubleArrayND_setClosest, METH_VARARGS, NULL},
{ "DoubleArrayND_closest", _wrap_DoubleArrayND_closest, METH_VARARGS, NULL},
{ "DoubleArrayND_set", _wrap_DoubleArrayND_set, METH_VARARGS, NULL},
{ "DoubleArrayND___call__", _wrap_DoubleArrayND___call__, METH_VARARGS, NULL},
{ "DoubleArrayND_setCl", _wrap_DoubleArrayND_setCl, METH_VARARGS, NULL},
{ "DoubleArrayND_cl", _wrap_DoubleArrayND_cl, METH_VARARGS, NULL},
{ "DoubleArrayND_setData", _wrap_DoubleArrayND_setData, METH_VARARGS, NULL},
{ "DoubleArrayND_maxAbsDifference", _wrap_DoubleArrayND_maxAbsDifference, METH_VARARGS, NULL},
{ "DoubleArrayND___eq__", _wrap_DoubleArrayND___eq__, METH_VARARGS, NULL},
{ "DoubleArrayND___ne__", _wrap_DoubleArrayND___ne__, METH_VARARGS, NULL},
{ "DoubleArrayND___add__", _wrap_DoubleArrayND___add__, METH_VARARGS, NULL},
{ "DoubleArrayND___sub__", _wrap_DoubleArrayND___sub__, METH_VARARGS, NULL},
{ "DoubleArrayND___mul__", _wrap_DoubleArrayND___mul__, METH_VARARGS, NULL},
{ "DoubleArrayND___rmul__", _wrap_DoubleArrayND___rmul__, METH_VARARGS, NULL},
{ "DoubleArrayND___div__", _wrap_DoubleArrayND___div__, METH_VARARGS, NULL},
{ "DoubleArrayND___iadd__", _wrap_DoubleArrayND___iadd__, METH_VARARGS, NULL},
{ "DoubleArrayND___isub__", _wrap_DoubleArrayND___isub__, METH_VARARGS, NULL},
{ "DoubleArrayND___imul__", _wrap_DoubleArrayND___imul__, METH_VARARGS, NULL},
{ "DoubleArrayND___idiv__", _wrap_DoubleArrayND___idiv__, METH_VARARGS, NULL},
{ "DoubleArrayND_addmul", _wrap_DoubleArrayND_addmul, METH_VARARGS, NULL},
{ "DoubleArrayND_outer", _wrap_DoubleArrayND_outer, METH_VARARGS, NULL},
{ "DoubleArrayND_dot", _wrap_DoubleArrayND_dot, METH_VARARGS, NULL},
{ "DoubleArrayND_marginalize", _wrap_DoubleArrayND_marginalize, METH_VARARGS, NULL},
{ "DoubleArrayND_sum", _wrap_DoubleArrayND_sum, METH_O, NULL},
{ "DoubleArrayND_sumsq", _wrap_DoubleArrayND_sumsq, METH_O, NULL},
{ "DoubleArrayND_derivative", _wrap_DoubleArrayND_derivative, METH_VARARGS, NULL},
{ "DoubleArrayND_cdfArray", _wrap_DoubleArrayND_cdfArray, METH_VARARGS, NULL},
{ "DoubleArrayND_cdfValue", _wrap_DoubleArrayND_cdfValue, METH_VARARGS, NULL},
{ "DoubleArrayND_convertToLastDimCdf", _wrap_DoubleArrayND_convertToLastDimCdf, METH_VARARGS, NULL},
{ "DoubleArrayND_isClose", _wrap_DoubleArrayND_isClose, METH_VARARGS, NULL},
{ "DoubleArrayND_isShapeCompatible", _wrap_DoubleArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "DoubleArrayND_exportSlice", _wrap_DoubleArrayND_exportSlice, METH_VARARGS, NULL},
{ "DoubleArrayND_exportMemSlice", _wrap_DoubleArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "DoubleArrayND_importSlice", _wrap_DoubleArrayND_importSlice, METH_VARARGS, NULL},
{ "DoubleArrayND_importMemSlice", _wrap_DoubleArrayND_importMemSlice, METH_VARARGS, NULL},
{ "DoubleArrayND_multiplyBySlice", _wrap_DoubleArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "DoubleArrayND_subrange", _wrap_DoubleArrayND_subrange, METH_VARARGS, NULL},
{ "DoubleArrayND_slice", _wrap_DoubleArrayND_slice, METH_VARARGS, NULL},
{ "DoubleArrayND_rotate", _wrap_DoubleArrayND_rotate, METH_VARARGS, NULL},
{ "DoubleArrayND_mirror", _wrap_DoubleArrayND_mirror, METH_VARARGS, NULL},
{ "DoubleArrayND_exportSubrange", _wrap_DoubleArrayND_exportSubrange, METH_VARARGS, NULL},
{ "DoubleArrayND_importSubrange", _wrap_DoubleArrayND_importSubrange, METH_VARARGS, NULL},
{ "DoubleArrayND_multiMirror", _wrap_DoubleArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_DoubleArrayND", _wrap_new_DoubleArrayND, METH_VARARGS, NULL},
{ "DoubleArrayND_functorFill", _wrap_DoubleArrayND_functorFill, METH_VARARGS, NULL},
{ "DoubleArrayND_swigregister", DoubleArrayND_swigregister, METH_O, NULL},
{ "DoubleArrayND_swiginit", DoubleArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DoubleArrayND", _wrap_new_ArchiveRecord_DoubleArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DoubleArrayND", _wrap_delete_ArchiveRecord_DoubleArrayND, METH_O, NULL},
{ "ArchiveRecord_DoubleArrayND_swigregister", ArchiveRecord_DoubleArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DoubleArrayND_swiginit", ArchiveRecord_DoubleArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleArrayND", _wrap_new_Ref_DoubleArrayND, METH_VARARGS, NULL},
{ "Ref_DoubleArrayND_restore", _wrap_Ref_DoubleArrayND_restore, METH_VARARGS, NULL},
{ "Ref_DoubleArrayND_retrieve", _wrap_Ref_DoubleArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_DoubleArrayND_getValue", _wrap_Ref_DoubleArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DoubleArrayND", _wrap_delete_Ref_DoubleArrayND, METH_O, NULL},
{ "Ref_DoubleArrayND_swigregister", Ref_DoubleArrayND_swigregister, METH_O, NULL},
{ "Ref_DoubleArrayND_swiginit", Ref_DoubleArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_CFloatArrayND", _wrap_delete_CFloatArrayND, METH_O, NULL},
{ "CFloatArrayND_uninitialize", _wrap_CFloatArrayND_uninitialize, METH_O, NULL},
{ "CFloatArrayND_reshape", _wrap_CFloatArrayND_reshape, METH_VARARGS, NULL},
{ "CFloatArrayND_valueAt", _wrap_CFloatArrayND_valueAt, METH_VARARGS, NULL},
{ "CFloatArrayND_linearPtr", _wrap_CFloatArrayND_linearPtr, METH_VARARGS, NULL},
{ "CFloatArrayND_convertLinearIndex", _wrap_CFloatArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "CFloatArrayND_nonZeroRange", _wrap_CFloatArrayND_nonZeroRange, METH_O, NULL},
{ "CFloatArrayND_linearIndex", _wrap_CFloatArrayND_linearIndex, METH_VARARGS, NULL},
{ "CFloatArrayND_length", _wrap_CFloatArrayND_length, METH_O, NULL},
{ "CFloatArrayND_data", _wrap_CFloatArrayND_data, METH_O, NULL},
{ "CFloatArrayND_isShapeKnown", _wrap_CFloatArrayND_isShapeKnown, METH_O, NULL},
{ "CFloatArrayND_rank", _wrap_CFloatArrayND_rank, METH_O, NULL},
{ "CFloatArrayND_shape", _wrap_CFloatArrayND_shape, METH_O, NULL},
{ "CFloatArrayND_shapeData", _wrap_CFloatArrayND_shapeData, METH_O, NULL},
{ "CFloatArrayND_fullRange", _wrap_CFloatArrayND_fullRange, METH_O, NULL},
{ "CFloatArrayND_span", _wrap_CFloatArrayND_span, METH_VARARGS, NULL},
{ "CFloatArrayND_maximumSpan", _wrap_CFloatArrayND_maximumSpan, METH_O, NULL},
{ "CFloatArrayND_minimumSpan", _wrap_CFloatArrayND_minimumSpan, METH_O, NULL},
{ "CFloatArrayND_strides", _wrap_CFloatArrayND_strides, METH_O, NULL},
{ "CFloatArrayND_isZero", _wrap_CFloatArrayND_isZero, METH_O, NULL},
{ "CFloatArrayND_isNonZero", _wrap_CFloatArrayND_isNonZero, METH_O, NULL},
{ "CFloatArrayND___pos__", _wrap_CFloatArrayND___pos__, METH_O, NULL},
{ "CFloatArrayND_contract", _wrap_CFloatArrayND_contract, METH_VARARGS, NULL},
{ "CFloatArrayND_transpose", _wrap_CFloatArrayND_transpose, METH_VARARGS, NULL},
{ "CFloatArrayND_closestPtr", _wrap_CFloatArrayND_closestPtr, METH_VARARGS, NULL},
{ "CFloatArrayND_interpolate1", _wrap_CFloatArrayND_interpolate1, METH_VARARGS, NULL},
{ "CFloatArrayND_interpolate3", _wrap_CFloatArrayND_interpolate3, METH_VARARGS, NULL},
{ "CFloatArrayND_constFill", _wrap_CFloatArrayND_constFill, METH_VARARGS, NULL},
{ "CFloatArrayND_clear", _wrap_CFloatArrayND_clear, METH_O, NULL},
{ "CFloatArrayND_linearFill", _wrap_CFloatArrayND_linearFill, METH_VARARGS, NULL},
{ "CFloatArrayND_makeUnit", _wrap_CFloatArrayND_makeUnit, METH_O, NULL},
{ "CFloatArrayND_makeNonNegative", _wrap_CFloatArrayND_makeNonNegative, METH_O, NULL},
{ "CFloatArrayND_makeCopulaSteps", _wrap_CFloatArrayND_makeCopulaSteps, METH_VARARGS, NULL},
{ "CFloatArrayND_isCompatible", _wrap_CFloatArrayND_isCompatible, METH_VARARGS, NULL},
{ "CFloatArrayND_sliceShape", _wrap_CFloatArrayND_sliceShape, METH_VARARGS, NULL},
{ "CFloatArrayND_ptr", _wrap_CFloatArrayND_ptr, METH_VARARGS, NULL},
{ "CFloatArrayND_clPtr", _wrap_CFloatArrayND_clPtr, METH_VARARGS, NULL},
{ "CFloatArrayND_classId", _wrap_CFloatArrayND_classId, METH_O, NULL},
{ "CFloatArrayND_write", _wrap_CFloatArrayND_write, METH_VARARGS, NULL},
{ "CFloatArrayND_classname", _wrap_CFloatArrayND_classname, METH_NOARGS, NULL},
{ "CFloatArrayND_version", _wrap_CFloatArrayND_version, METH_NOARGS, NULL},
{ "CFloatArrayND_restore", _wrap_CFloatArrayND_restore, METH_VARARGS, NULL},
{ "CFloatArrayND_setValue", _wrap_CFloatArrayND_setValue, METH_VARARGS, NULL},
{ "CFloatArrayND_value", _wrap_CFloatArrayND_value, METH_VARARGS, NULL},
{ "CFloatArrayND_setLinearValue", _wrap_CFloatArrayND_setLinearValue, METH_VARARGS, NULL},
{ "CFloatArrayND_linearValue", _wrap_CFloatArrayND_linearValue, METH_VARARGS, NULL},
{ "CFloatArrayND_setClosest", _wrap_CFloatArrayND_setClosest, METH_VARARGS, NULL},
{ "CFloatArrayND_closest", _wrap_CFloatArrayND_closest, METH_VARARGS, NULL},
{ "CFloatArrayND_set", _wrap_CFloatArrayND_set, METH_VARARGS, NULL},
{ "CFloatArrayND___call__", _wrap_CFloatArrayND___call__, METH_VARARGS, NULL},
{ "CFloatArrayND_setCl", _wrap_CFloatArrayND_setCl, METH_VARARGS, NULL},
{ "CFloatArrayND_cl", _wrap_CFloatArrayND_cl, METH_VARARGS, NULL},
{ "CFloatArrayND_setData", _wrap_CFloatArrayND_setData, METH_VARARGS, NULL},
{ "CFloatArrayND_maxAbsDifference", _wrap_CFloatArrayND_maxAbsDifference, METH_VARARGS, NULL},
{ "CFloatArrayND___eq__", _wrap_CFloatArrayND___eq__, METH_VARARGS, NULL},
{ "CFloatArrayND___ne__", _wrap_CFloatArrayND___ne__, METH_VARARGS, NULL},
{ "CFloatArrayND___add__", _wrap_CFloatArrayND___add__, METH_VARARGS, NULL},
{ "CFloatArrayND___sub__", _wrap_CFloatArrayND___sub__, METH_VARARGS, NULL},
{ "CFloatArrayND_arrmul2", _wrap_CFloatArrayND_arrmul2, METH_VARARGS, NULL},
{ "CFloatArrayND_arrdiv2", _wrap_CFloatArrayND_arrdiv2, METH_VARARGS, NULL},
{ "CFloatArrayND___mul__", _wrap_CFloatArrayND___mul__, METH_VARARGS, NULL},
{ "CFloatArrayND___rmul__", _wrap_CFloatArrayND___rmul__, METH_VARARGS, NULL},
{ "CFloatArrayND___div__", _wrap_CFloatArrayND___div__, METH_VARARGS, NULL},
{ "CFloatArrayND_iarrmul2", _wrap_CFloatArrayND_iarrmul2, METH_VARARGS, NULL},
{ "CFloatArrayND_iarrdiv2", _wrap_CFloatArrayND_iarrdiv2, METH_VARARGS, NULL},
{ "CFloatArrayND___iadd__", _wrap_CFloatArrayND___iadd__, METH_VARARGS, NULL},
{ "CFloatArrayND___isub__", _wrap_CFloatArrayND___isub__, METH_VARARGS, NULL},
{ "CFloatArrayND___imul__", _wrap_CFloatArrayND___imul__, METH_VARARGS, NULL},
{ "CFloatArrayND___idiv__", _wrap_CFloatArrayND___idiv__, METH_VARARGS, NULL},
{ "CFloatArrayND_addmul", _wrap_CFloatArrayND_addmul, METH_VARARGS, NULL},
{ "CFloatArrayND_outer", _wrap_CFloatArrayND_outer, METH_VARARGS, NULL},
{ "CFloatArrayND_dot", _wrap_CFloatArrayND_dot, METH_VARARGS, NULL},
{ "CFloatArrayND_marginalize", _wrap_CFloatArrayND_marginalize, METH_VARARGS, NULL},
{ "CFloatArrayND_sum", _wrap_CFloatArrayND_sum, METH_O, NULL},
{ "CFloatArrayND_sumsq", _wrap_CFloatArrayND_sumsq, METH_O, NULL},
{ "CFloatArrayND_derivative", _wrap_CFloatArrayND_derivative, METH_VARARGS, NULL},
{ "CFloatArrayND_cdfArray", _wrap_CFloatArrayND_cdfArray, METH_VARARGS, NULL},
{ "CFloatArrayND_cdfValue", _wrap_CFloatArrayND_cdfValue, METH_VARARGS, NULL},
{ "CFloatArrayND_convertToLastDimCdf", _wrap_CFloatArrayND_convertToLastDimCdf, METH_VARARGS, NULL},
{ "CFloatArrayND_isClose", _wrap_CFloatArrayND_isClose, METH_VARARGS, NULL},
{ "CFloatArrayND_isShapeCompatible", _wrap_CFloatArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "CFloatArrayND_exportSlice", _wrap_CFloatArrayND_exportSlice, METH_VARARGS, NULL},
{ "CFloatArrayND_exportMemSlice", _wrap_CFloatArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "CFloatArrayND_importSlice", _wrap_CFloatArrayND_importSlice, METH_VARARGS, NULL},
{ "CFloatArrayND_importMemSlice", _wrap_CFloatArrayND_importMemSlice, METH_VARARGS, NULL},
{ "CFloatArrayND_multiplyBySlice", _wrap_CFloatArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "CFloatArrayND_subrange", _wrap_CFloatArrayND_subrange, METH_VARARGS, NULL},
{ "CFloatArrayND_slice", _wrap_CFloatArrayND_slice, METH_VARARGS, NULL},
{ "CFloatArrayND_rotate", _wrap_CFloatArrayND_rotate, METH_VARARGS, NULL},
{ "CFloatArrayND_mirror", _wrap_CFloatArrayND_mirror, METH_VARARGS, NULL},
{ "CFloatArrayND_exportSubrange", _wrap_CFloatArrayND_exportSubrange, METH_VARARGS, NULL},
{ "CFloatArrayND_importSubrange", _wrap_CFloatArrayND_importSubrange, METH_VARARGS, NULL},
{ "CFloatArrayND_multiMirror", _wrap_CFloatArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_CFloatArrayND", _wrap_new_CFloatArrayND, METH_VARARGS, NULL},
{ "CFloatArrayND_swigregister", CFloatArrayND_swigregister, METH_O, NULL},
{ "CFloatArrayND_swiginit", CFloatArrayND_swiginit, METH_VARARGS, NULL},
{ "delete_CDoubleArrayND", _wrap_delete_CDoubleArrayND, METH_O, NULL},
{ "CDoubleArrayND_uninitialize", _wrap_CDoubleArrayND_uninitialize, METH_O, NULL},
{ "CDoubleArrayND_reshape", _wrap_CDoubleArrayND_reshape, METH_VARARGS, NULL},
{ "CDoubleArrayND_valueAt", _wrap_CDoubleArrayND_valueAt, METH_VARARGS, NULL},
{ "CDoubleArrayND_linearPtr", _wrap_CDoubleArrayND_linearPtr, METH_VARARGS, NULL},
{ "CDoubleArrayND_convertLinearIndex", _wrap_CDoubleArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "CDoubleArrayND_nonZeroRange", _wrap_CDoubleArrayND_nonZeroRange, METH_O, NULL},
{ "CDoubleArrayND_linearIndex", _wrap_CDoubleArrayND_linearIndex, METH_VARARGS, NULL},
{ "CDoubleArrayND_length", _wrap_CDoubleArrayND_length, METH_O, NULL},
{ "CDoubleArrayND_data", _wrap_CDoubleArrayND_data, METH_O, NULL},
{ "CDoubleArrayND_isShapeKnown", _wrap_CDoubleArrayND_isShapeKnown, METH_O, NULL},
{ "CDoubleArrayND_rank", _wrap_CDoubleArrayND_rank, METH_O, NULL},
{ "CDoubleArrayND_shape", _wrap_CDoubleArrayND_shape, METH_O, NULL},
{ "CDoubleArrayND_shapeData", _wrap_CDoubleArrayND_shapeData, METH_O, NULL},
{ "CDoubleArrayND_fullRange", _wrap_CDoubleArrayND_fullRange, METH_O, NULL},
{ "CDoubleArrayND_span", _wrap_CDoubleArrayND_span, METH_VARARGS, NULL},
{ "CDoubleArrayND_maximumSpan", _wrap_CDoubleArrayND_maximumSpan, METH_O, NULL},
{ "CDoubleArrayND_minimumSpan", _wrap_CDoubleArrayND_minimumSpan, METH_O, NULL},
{ "CDoubleArrayND_strides", _wrap_CDoubleArrayND_strides, METH_O, NULL},
{ "CDoubleArrayND_isZero", _wrap_CDoubleArrayND_isZero, METH_O, NULL},
{ "CDoubleArrayND_isNonZero", _wrap_CDoubleArrayND_isNonZero, METH_O, NULL},
{ "CDoubleArrayND___pos__", _wrap_CDoubleArrayND___pos__, METH_O, NULL},
{ "CDoubleArrayND_contract", _wrap_CDoubleArrayND_contract, METH_VARARGS, NULL},
{ "CDoubleArrayND_transpose", _wrap_CDoubleArrayND_transpose, METH_VARARGS, NULL},
{ "CDoubleArrayND_closestPtr", _wrap_CDoubleArrayND_closestPtr, METH_VARARGS, NULL},
{ "CDoubleArrayND_interpolate1", _wrap_CDoubleArrayND_interpolate1, METH_VARARGS, NULL},
{ "CDoubleArrayND_interpolate3", _wrap_CDoubleArrayND_interpolate3, METH_VARARGS, NULL},
{ "CDoubleArrayND_constFill", _wrap_CDoubleArrayND_constFill, METH_VARARGS, NULL},
{ "CDoubleArrayND_clear", _wrap_CDoubleArrayND_clear, METH_O, NULL},
{ "CDoubleArrayND_linearFill", _wrap_CDoubleArrayND_linearFill, METH_VARARGS, NULL},
{ "CDoubleArrayND_makeUnit", _wrap_CDoubleArrayND_makeUnit, METH_O, NULL},
{ "CDoubleArrayND_makeNonNegative", _wrap_CDoubleArrayND_makeNonNegative, METH_O, NULL},
{ "CDoubleArrayND_makeCopulaSteps", _wrap_CDoubleArrayND_makeCopulaSteps, METH_VARARGS, NULL},
{ "CDoubleArrayND_isCompatible", _wrap_CDoubleArrayND_isCompatible, METH_VARARGS, NULL},
{ "CDoubleArrayND_sliceShape", _wrap_CDoubleArrayND_sliceShape, METH_VARARGS, NULL},
{ "CDoubleArrayND_ptr", _wrap_CDoubleArrayND_ptr, METH_VARARGS, NULL},
{ "CDoubleArrayND_clPtr", _wrap_CDoubleArrayND_clPtr, METH_VARARGS, NULL},
{ "CDoubleArrayND_classId", _wrap_CDoubleArrayND_classId, METH_O, NULL},
{ "CDoubleArrayND_write", _wrap_CDoubleArrayND_write, METH_VARARGS, NULL},
{ "CDoubleArrayND_classname", _wrap_CDoubleArrayND_classname, METH_NOARGS, NULL},
{ "CDoubleArrayND_version", _wrap_CDoubleArrayND_version, METH_NOARGS, NULL},
{ "CDoubleArrayND_restore", _wrap_CDoubleArrayND_restore, METH_VARARGS, NULL},
{ "CDoubleArrayND_setValue", _wrap_CDoubleArrayND_setValue, METH_VARARGS, NULL},
{ "CDoubleArrayND_value", _wrap_CDoubleArrayND_value, METH_VARARGS, NULL},
{ "CDoubleArrayND_setLinearValue", _wrap_CDoubleArrayND_setLinearValue, METH_VARARGS, NULL},
{ "CDoubleArrayND_linearValue", _wrap_CDoubleArrayND_linearValue, METH_VARARGS, NULL},
{ "CDoubleArrayND_setClosest", _wrap_CDoubleArrayND_setClosest, METH_VARARGS, NULL},
{ "CDoubleArrayND_closest", _wrap_CDoubleArrayND_closest, METH_VARARGS, NULL},
{ "CDoubleArrayND_set", _wrap_CDoubleArrayND_set, METH_VARARGS, NULL},
{ "CDoubleArrayND___call__", _wrap_CDoubleArrayND___call__, METH_VARARGS, NULL},
{ "CDoubleArrayND_setCl", _wrap_CDoubleArrayND_setCl, METH_VARARGS, NULL},
{ "CDoubleArrayND_cl", _wrap_CDoubleArrayND_cl, METH_VARARGS, NULL},
{ "CDoubleArrayND_setData", _wrap_CDoubleArrayND_setData, METH_VARARGS, NULL},
{ "CDoubleArrayND_maxAbsDifference", _wrap_CDoubleArrayND_maxAbsDifference, METH_VARARGS, NULL},
{ "CDoubleArrayND___eq__", _wrap_CDoubleArrayND___eq__, METH_VARARGS, NULL},
{ "CDoubleArrayND___ne__", _wrap_CDoubleArrayND___ne__, METH_VARARGS, NULL},
{ "CDoubleArrayND___add__", _wrap_CDoubleArrayND___add__, METH_VARARGS, NULL},
{ "CDoubleArrayND___sub__", _wrap_CDoubleArrayND___sub__, METH_VARARGS, NULL},
{ "CDoubleArrayND_arrmul2", _wrap_CDoubleArrayND_arrmul2, METH_VARARGS, NULL},
{ "CDoubleArrayND_arrdiv2", _wrap_CDoubleArrayND_arrdiv2, METH_VARARGS, NULL},
{ "CDoubleArrayND___mul__", _wrap_CDoubleArrayND___mul__, METH_VARARGS, NULL},
{ "CDoubleArrayND___rmul__", _wrap_CDoubleArrayND___rmul__, METH_VARARGS, NULL},
{ "CDoubleArrayND___div__", _wrap_CDoubleArrayND___div__, METH_VARARGS, NULL},
{ "CDoubleArrayND_iarrmul2", _wrap_CDoubleArrayND_iarrmul2, METH_VARARGS, NULL},
{ "CDoubleArrayND_iarrdiv2", _wrap_CDoubleArrayND_iarrdiv2, METH_VARARGS, NULL},
{ "CDoubleArrayND___iadd__", _wrap_CDoubleArrayND___iadd__, METH_VARARGS, NULL},
{ "CDoubleArrayND___isub__", _wrap_CDoubleArrayND___isub__, METH_VARARGS, NULL},
{ "CDoubleArrayND___imul__", _wrap_CDoubleArrayND___imul__, METH_VARARGS, NULL},
{ "CDoubleArrayND___idiv__", _wrap_CDoubleArrayND___idiv__, METH_VARARGS, NULL},
{ "CDoubleArrayND_addmul", _wrap_CDoubleArrayND_addmul, METH_VARARGS, NULL},
{ "CDoubleArrayND_outer", _wrap_CDoubleArrayND_outer, METH_VARARGS, NULL},
{ "CDoubleArrayND_dot", _wrap_CDoubleArrayND_dot, METH_VARARGS, NULL},
{ "CDoubleArrayND_marginalize", _wrap_CDoubleArrayND_marginalize, METH_VARARGS, NULL},
{ "CDoubleArrayND_sum", _wrap_CDoubleArrayND_sum, METH_O, NULL},
{ "CDoubleArrayND_sumsq", _wrap_CDoubleArrayND_sumsq, METH_O, NULL},
{ "CDoubleArrayND_derivative", _wrap_CDoubleArrayND_derivative, METH_VARARGS, NULL},
{ "CDoubleArrayND_cdfArray", _wrap_CDoubleArrayND_cdfArray, METH_VARARGS, NULL},
{ "CDoubleArrayND_cdfValue", _wrap_CDoubleArrayND_cdfValue, METH_VARARGS, NULL},
{ "CDoubleArrayND_convertToLastDimCdf", _wrap_CDoubleArrayND_convertToLastDimCdf, METH_VARARGS, NULL},
{ "CDoubleArrayND_isClose", _wrap_CDoubleArrayND_isClose, METH_VARARGS, NULL},
{ "CDoubleArrayND_isShapeCompatible", _wrap_CDoubleArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "CDoubleArrayND_exportSlice", _wrap_CDoubleArrayND_exportSlice, METH_VARARGS, NULL},
{ "CDoubleArrayND_exportMemSlice", _wrap_CDoubleArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "CDoubleArrayND_importSlice", _wrap_CDoubleArrayND_importSlice, METH_VARARGS, NULL},
{ "CDoubleArrayND_importMemSlice", _wrap_CDoubleArrayND_importMemSlice, METH_VARARGS, NULL},
{ "CDoubleArrayND_multiplyBySlice", _wrap_CDoubleArrayND_multiplyBySlice, METH_VARARGS, NULL},
{ "CDoubleArrayND_subrange", _wrap_CDoubleArrayND_subrange, METH_VARARGS, NULL},
{ "CDoubleArrayND_slice", _wrap_CDoubleArrayND_slice, METH_VARARGS, NULL},
{ "CDoubleArrayND_rotate", _wrap_CDoubleArrayND_rotate, METH_VARARGS, NULL},
{ "CDoubleArrayND_mirror", _wrap_CDoubleArrayND_mirror, METH_VARARGS, NULL},
{ "CDoubleArrayND_exportSubrange", _wrap_CDoubleArrayND_exportSubrange, METH_VARARGS, NULL},
{ "CDoubleArrayND_importSubrange", _wrap_CDoubleArrayND_importSubrange, METH_VARARGS, NULL},
{ "CDoubleArrayND_multiMirror", _wrap_CDoubleArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_CDoubleArrayND", _wrap_new_CDoubleArrayND, METH_VARARGS, NULL},
{ "CDoubleArrayND_swigregister", CDoubleArrayND_swigregister, METH_O, NULL},
{ "CDoubleArrayND_swiginit", CDoubleArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_CFloatArrayND", _wrap_new_ArchiveRecord_CFloatArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_CFloatArrayND", _wrap_delete_ArchiveRecord_CFloatArrayND, METH_O, NULL},
{ "ArchiveRecord_CFloatArrayND_swigregister", ArchiveRecord_CFloatArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_CFloatArrayND_swiginit", ArchiveRecord_CFloatArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_CFloatArrayND", _wrap_new_Ref_CFloatArrayND, METH_VARARGS, NULL},
{ "Ref_CFloatArrayND_restore", _wrap_Ref_CFloatArrayND_restore, METH_VARARGS, NULL},
{ "Ref_CFloatArrayND_retrieve", _wrap_Ref_CFloatArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_CFloatArrayND_getValue", _wrap_Ref_CFloatArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_CFloatArrayND", _wrap_delete_Ref_CFloatArrayND, METH_O, NULL},
{ "Ref_CFloatArrayND_swigregister", Ref_CFloatArrayND_swigregister, METH_O, NULL},
{ "Ref_CFloatArrayND_swiginit", Ref_CFloatArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_CDoubleArrayND", _wrap_new_ArchiveRecord_CDoubleArrayND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_CDoubleArrayND", _wrap_delete_ArchiveRecord_CDoubleArrayND, METH_O, NULL},
{ "ArchiveRecord_CDoubleArrayND_swigregister", ArchiveRecord_CDoubleArrayND_swigregister, METH_O, NULL},
{ "ArchiveRecord_CDoubleArrayND_swiginit", ArchiveRecord_CDoubleArrayND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_CDoubleArrayND", _wrap_new_Ref_CDoubleArrayND, METH_VARARGS, NULL},
{ "Ref_CDoubleArrayND_restore", _wrap_Ref_CDoubleArrayND_restore, METH_VARARGS, NULL},
{ "Ref_CDoubleArrayND_retrieve", _wrap_Ref_CDoubleArrayND_retrieve, METH_VARARGS, NULL},
{ "Ref_CDoubleArrayND_getValue", _wrap_Ref_CDoubleArrayND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_CDoubleArrayND", _wrap_delete_Ref_CDoubleArrayND, METH_O, NULL},
{ "Ref_CDoubleArrayND_swigregister", Ref_CDoubleArrayND_swigregister, METH_O, NULL},
{ "Ref_CDoubleArrayND_swiginit", Ref_CDoubleArrayND_swiginit, METH_VARARGS, NULL},
{ "new_OrthoPoly1D", _wrap_new_OrthoPoly1D, METH_VARARGS, NULL},
{ "delete_OrthoPoly1D", _wrap_delete_OrthoPoly1D, METH_O, NULL},
{ "OrthoPoly1D_length", _wrap_OrthoPoly1D_length, METH_O, NULL},
{ "OrthoPoly1D_maxDegree", _wrap_OrthoPoly1D_maxDegree, METH_O, NULL},
{ "OrthoPoly1D_step", _wrap_OrthoPoly1D_step, METH_O, NULL},
{ "OrthoPoly1D___eq__", _wrap_OrthoPoly1D___eq__, METH_VARARGS, NULL},
{ "OrthoPoly1D___ne__", _wrap_OrthoPoly1D___ne__, METH_VARARGS, NULL},
{ "OrthoPoly1D_weight", _wrap_OrthoPoly1D_weight, METH_VARARGS, NULL},
{ "OrthoPoly1D_poly", _wrap_OrthoPoly1D_poly, METH_VARARGS, NULL},
{ "OrthoPoly1D_polyTimesWeight", _wrap_OrthoPoly1D_polyTimesWeight, METH_VARARGS, NULL},
{ "OrthoPoly1D_empiricalKroneckerDelta", _wrap_OrthoPoly1D_empiricalKroneckerDelta, METH_VARARGS, NULL},
{ "OrthoPoly1D_weightExpansionCovariance", _wrap_OrthoPoly1D_weightExpansionCovariance, METH_VARARGS, NULL},
{ "OrthoPoly1D_unweightedPolyProduct", _wrap_OrthoPoly1D_unweightedPolyProduct, METH_VARARGS, NULL},
{ "OrthoPoly1D_globalFilter", _wrap_OrthoPoly1D_globalFilter, METH_VARARGS, NULL},
{ "OrthoPoly1D_globalFilterDiag", _wrap_OrthoPoly1D_globalFilterDiag, METH_VARARGS, NULL},
{ "OrthoPoly1D_calculateCoeffs", _wrap_OrthoPoly1D_calculateCoeffs, METH_VARARGS, NULL},
{ "OrthoPoly1D_densityCoeffs", _wrap_OrthoPoly1D_densityCoeffs, METH_VARARGS, NULL},
{ "OrthoPoly1D_densityCoeffsVariance", _wrap_OrthoPoly1D_densityCoeffsVariance, METH_VARARGS, NULL},
{ "OrthoPoly1D_allSeries", _wrap_OrthoPoly1D_allSeries, METH_VARARGS, NULL},
{ "OrthoPoly1D_series", _wrap_OrthoPoly1D_series, METH_VARARGS, NULL},
{ "OrthoPoly1D_weightExpansionCoeffs", _wrap_OrthoPoly1D_weightExpansionCoeffs, METH_VARARGS, NULL},
{ "OrthoPoly1D_swigregister", OrthoPoly1D_swigregister, METH_O, NULL},
{ "OrthoPoly1D_swiginit", OrthoPoly1D_swiginit, METH_VARARGS, NULL},
{ "definiteIntegral_1", _wrap_definiteIntegral_1, METH_VARARGS, NULL},
{ "LegendreOrthoPoly1D_clone", _wrap_LegendreOrthoPoly1D_clone, METH_O, NULL},
{ "delete_LegendreOrthoPoly1D", _wrap_delete_LegendreOrthoPoly1D, METH_O, NULL},
{ "LegendreOrthoPoly1D_xmin", _wrap_LegendreOrthoPoly1D_xmin, METH_O, NULL},
{ "LegendreOrthoPoly1D_xmax", _wrap_LegendreOrthoPoly1D_xmax, METH_O, NULL},
{ "new_LegendreOrthoPoly1D", _wrap_new_LegendreOrthoPoly1D, METH_NOARGS, NULL},
{ "LegendreOrthoPoly1D_swigregister", LegendreOrthoPoly1D_swigregister, METH_O, NULL},
{ "LegendreOrthoPoly1D_swiginit", LegendreOrthoPoly1D_swiginit, METH_VARARGS, NULL},
{ "ShiftedLegendreOrthoPoly1D_clone", _wrap_ShiftedLegendreOrthoPoly1D_clone, METH_O, NULL},
{ "delete_ShiftedLegendreOrthoPoly1D", _wrap_delete_ShiftedLegendreOrthoPoly1D, METH_O, NULL},
{ "ShiftedLegendreOrthoPoly1D_xmin", _wrap_ShiftedLegendreOrthoPoly1D_xmin, METH_O, NULL},
{ "ShiftedLegendreOrthoPoly1D_xmax", _wrap_ShiftedLegendreOrthoPoly1D_xmax, METH_O, NULL},
{ "ShiftedLegendreOrthoPoly1D_swigregister", ShiftedLegendreOrthoPoly1D_swigregister, METH_O, NULL},
{ "new_JacobiOrthoPoly1D", _wrap_new_JacobiOrthoPoly1D, METH_VARARGS, NULL},
{ "JacobiOrthoPoly1D_clone", _wrap_JacobiOrthoPoly1D_clone, METH_O, NULL},
{ "delete_JacobiOrthoPoly1D", _wrap_delete_JacobiOrthoPoly1D, METH_O, NULL},
{ "JacobiOrthoPoly1D_alpha", _wrap_JacobiOrthoPoly1D_alpha, METH_O, NULL},
{ "JacobiOrthoPoly1D_beta", _wrap_JacobiOrthoPoly1D_beta, METH_O, NULL},
{ "JacobiOrthoPoly1D_xmin", _wrap_JacobiOrthoPoly1D_xmin, METH_O, NULL},
{ "JacobiOrthoPoly1D_xmax", _wrap_JacobiOrthoPoly1D_xmax, METH_O, NULL},
{ "JacobiOrthoPoly1D_swigregister", JacobiOrthoPoly1D_swigregister, METH_O, NULL},
{ "JacobiOrthoPoly1D_swiginit", JacobiOrthoPoly1D_swiginit, METH_VARARGS, NULL},
{ "ChebyshevOrthoPoly1st_clone", _wrap_ChebyshevOrthoPoly1st_clone, METH_O, NULL},
{ "delete_ChebyshevOrthoPoly1st", _wrap_delete_ChebyshevOrthoPoly1st, METH_O, NULL},
{ "ChebyshevOrthoPoly1st_xmin", _wrap_ChebyshevOrthoPoly1st_xmin, METH_O, NULL},
{ "ChebyshevOrthoPoly1st_xmax", _wrap_ChebyshevOrthoPoly1st_xmax, METH_O, NULL},
{ "ChebyshevOrthoPoly1st_swigregister", ChebyshevOrthoPoly1st_swigregister, METH_O, NULL},
{ "ChebyshevOrthoPoly2nd_clone", _wrap_ChebyshevOrthoPoly2nd_clone, METH_O, NULL},
{ "delete_ChebyshevOrthoPoly2nd", _wrap_delete_ChebyshevOrthoPoly2nd, METH_O, NULL},
{ "ChebyshevOrthoPoly2nd_xmin", _wrap_ChebyshevOrthoPoly2nd_xmin, METH_O, NULL},
{ "ChebyshevOrthoPoly2nd_xmax", _wrap_ChebyshevOrthoPoly2nd_xmax, METH_O, NULL},
{ "ChebyshevOrthoPoly2nd_swigregister", ChebyshevOrthoPoly2nd_swigregister, METH_O, NULL},
{ "HermiteProbOrthoPoly1D_clone", _wrap_HermiteProbOrthoPoly1D_clone, METH_O, NULL},
{ "delete_HermiteProbOrthoPoly1D", _wrap_delete_HermiteProbOrthoPoly1D, METH_O, NULL},
{ "HermiteProbOrthoPoly1D_xmin", _wrap_HermiteProbOrthoPoly1D_xmin, METH_O, NULL},
{ "HermiteProbOrthoPoly1D_xmax", _wrap_HermiteProbOrthoPoly1D_xmax, METH_O, NULL},
{ "HermiteProbOrthoPoly1D_swigregister", HermiteProbOrthoPoly1D_swigregister, METH_O, NULL},
{ "UniformAxis_nCoords", _wrap_UniformAxis_nCoords, METH_O, NULL},
{ "UniformAxis_min", _wrap_UniformAxis_min, METH_O, NULL},
{ "UniformAxis_max", _wrap_UniformAxis_max, METH_O, NULL},
{ "UniformAxis_label", _wrap_UniformAxis_label, METH_O, NULL},
{ "UniformAxis_usesLogSpace", _wrap_UniformAxis_usesLogSpace, METH_O, NULL},
{ "UniformAxis_getInterval", _wrap_UniformAxis_getInterval, METH_VARARGS, NULL},
{ "UniformAxis_linearInterval", _wrap_UniformAxis_linearInterval, METH_VARARGS, NULL},
{ "UniformAxis_coords", _wrap_UniformAxis_coords, METH_O, NULL},
{ "UniformAxis_coordinate", _wrap_UniformAxis_coordinate, METH_VARARGS, NULL},
{ "UniformAxis_length", _wrap_UniformAxis_length, METH_O, NULL},
{ "UniformAxis_isUniform", _wrap_UniformAxis_isUniform, METH_O, NULL},
{ "UniformAxis_nIntervals", _wrap_UniformAxis_nIntervals, METH_O, NULL},
{ "UniformAxis_intervalWidth", _wrap_UniformAxis_intervalWidth, METH_VARARGS, NULL},
{ "UniformAxis___eq__", _wrap_UniformAxis___eq__, METH_VARARGS, NULL},
{ "UniformAxis___ne__", _wrap_UniformAxis___ne__, METH_VARARGS, NULL},
{ "UniformAxis_isClose", _wrap_UniformAxis_isClose, METH_VARARGS, NULL},
{ "UniformAxis_setLabel", _wrap_UniformAxis_setLabel, METH_VARARGS, NULL},
{ "UniformAxis_classId", _wrap_UniformAxis_classId, METH_O, NULL},
{ "UniformAxis_write", _wrap_UniformAxis_write, METH_VARARGS, NULL},
{ "UniformAxis_classname", _wrap_UniformAxis_classname, METH_NOARGS, NULL},
{ "UniformAxis_version", _wrap_UniformAxis_version, METH_NOARGS, NULL},
{ "UniformAxis_read", _wrap_UniformAxis_read, METH_VARARGS, NULL},
{ "UniformAxis_range", _wrap_UniformAxis_range, METH_O, NULL},
{ "new_UniformAxis", _wrap_new_UniformAxis, METH_VARARGS, NULL},
{ "delete_UniformAxis", _wrap_delete_UniformAxis, METH_O, NULL},
{ "UniformAxis_swigregister", UniformAxis_swigregister, METH_O, NULL},
{ "UniformAxis_swiginit", UniformAxis_swiginit, METH_VARARGS, NULL},
{ "UniformAxisVector_iterator", _wrap_UniformAxisVector_iterator, METH_O, NULL},
{ "UniformAxisVector___nonzero__", _wrap_UniformAxisVector___nonzero__, METH_O, NULL},
{ "UniformAxisVector___bool__", _wrap_UniformAxisVector___bool__, METH_O, NULL},
{ "UniformAxisVector___len__", _wrap_UniformAxisVector___len__, METH_O, NULL},
{ "UniformAxisVector___getslice__", _wrap_UniformAxisVector___getslice__, METH_VARARGS, NULL},
{ "UniformAxisVector___setslice__", _wrap_UniformAxisVector___setslice__, METH_VARARGS, NULL},
{ "UniformAxisVector___delslice__", _wrap_UniformAxisVector___delslice__, METH_VARARGS, NULL},
{ "UniformAxisVector___delitem__", _wrap_UniformAxisVector___delitem__, METH_VARARGS, NULL},
{ "UniformAxisVector___getitem__", _wrap_UniformAxisVector___getitem__, METH_VARARGS, NULL},
{ "UniformAxisVector___setitem__", _wrap_UniformAxisVector___setitem__, METH_VARARGS, NULL},
{ "UniformAxisVector_pop", _wrap_UniformAxisVector_pop, METH_O, NULL},
{ "UniformAxisVector_append", _wrap_UniformAxisVector_append, METH_VARARGS, NULL},
{ "UniformAxisVector_empty", _wrap_UniformAxisVector_empty, METH_O, NULL},
{ "UniformAxisVector_size", _wrap_UniformAxisVector_size, METH_O, NULL},
{ "UniformAxisVector_swap", _wrap_UniformAxisVector_swap, METH_VARARGS, NULL},
{ "UniformAxisVector_begin", _wrap_UniformAxisVector_begin, METH_O, NULL},
{ "UniformAxisVector_end", _wrap_UniformAxisVector_end, METH_O, NULL},
{ "UniformAxisVector_rbegin", _wrap_UniformAxisVector_rbegin, METH_O, NULL},
{ "UniformAxisVector_rend", _wrap_UniformAxisVector_rend, METH_O, NULL},
{ "UniformAxisVector_clear", _wrap_UniformAxisVector_clear, METH_O, NULL},
{ "UniformAxisVector_get_allocator", _wrap_UniformAxisVector_get_allocator, METH_O, NULL},
{ "UniformAxisVector_pop_back", _wrap_UniformAxisVector_pop_back, METH_O, NULL},
{ "UniformAxisVector_erase", _wrap_UniformAxisVector_erase, METH_VARARGS, NULL},
{ "new_UniformAxisVector", _wrap_new_UniformAxisVector, METH_VARARGS, NULL},
{ "UniformAxisVector_push_back", _wrap_UniformAxisVector_push_back, METH_VARARGS, NULL},
{ "UniformAxisVector_front", _wrap_UniformAxisVector_front, METH_O, NULL},
{ "UniformAxisVector_back", _wrap_UniformAxisVector_back, METH_O, NULL},
{ "UniformAxisVector_assign", _wrap_UniformAxisVector_assign, METH_VARARGS, NULL},
{ "UniformAxisVector_resize", _wrap_UniformAxisVector_resize, METH_VARARGS, NULL},
{ "UniformAxisVector_insert", _wrap_UniformAxisVector_insert, METH_VARARGS, NULL},
{ "UniformAxisVector_reserve", _wrap_UniformAxisVector_reserve, METH_VARARGS, NULL},
{ "UniformAxisVector_capacity", _wrap_UniformAxisVector_capacity, METH_O, NULL},
{ "delete_UniformAxisVector", _wrap_delete_UniformAxisVector, METH_O, NULL},
{ "UniformAxisVector_swigregister", UniformAxisVector_swigregister, METH_O, NULL},
{ "UniformAxisVector_swiginit", UniformAxisVector_swiginit, METH_VARARGS, NULL},
{ "DualAxis_isUniform", _wrap_DualAxis_isUniform, METH_O, NULL},
{ "DualAxis_nCoords", _wrap_DualAxis_nCoords, METH_O, NULL},
{ "DualAxis_min", _wrap_DualAxis_min, METH_O, NULL},
{ "DualAxis_max", _wrap_DualAxis_max, METH_O, NULL},
{ "DualAxis_label", _wrap_DualAxis_label, METH_O, NULL},
{ "DualAxis_usesLogSpace", _wrap_DualAxis_usesLogSpace, METH_O, NULL},
{ "DualAxis_getInterval", _wrap_DualAxis_getInterval, METH_VARARGS, NULL},
{ "DualAxis_linearInterval", _wrap_DualAxis_linearInterval, METH_VARARGS, NULL},
{ "DualAxis_coordinate", _wrap_DualAxis_coordinate, METH_VARARGS, NULL},
{ "DualAxis_length", _wrap_DualAxis_length, METH_O, NULL},
{ "DualAxis_nIntervals", _wrap_DualAxis_nIntervals, METH_O, NULL},
{ "DualAxis_intervalWidth", _wrap_DualAxis_intervalWidth, METH_VARARGS, NULL},
{ "DualAxis_coords", _wrap_DualAxis_coords, METH_O, NULL},
{ "DualAxis___eq__", _wrap_DualAxis___eq__, METH_VARARGS, NULL},
{ "DualAxis___ne__", _wrap_DualAxis___ne__, METH_VARARGS, NULL},
{ "DualAxis_getGridAxis", _wrap_DualAxis_getGridAxis, METH_O, NULL},
{ "DualAxis_getUniformAxis", _wrap_DualAxis_getUniformAxis, METH_O, NULL},
{ "DualAxis_setLabel", _wrap_DualAxis_setLabel, METH_VARARGS, NULL},
{ "DualAxis_classId", _wrap_DualAxis_classId, METH_O, NULL},
{ "DualAxis_write", _wrap_DualAxis_write, METH_VARARGS, NULL},
{ "DualAxis_classname", _wrap_DualAxis_classname, METH_NOARGS, NULL},
{ "DualAxis_version", _wrap_DualAxis_version, METH_NOARGS, NULL},
{ "DualAxis_read", _wrap_DualAxis_read, METH_VARARGS, NULL},
{ "DualAxis_range", _wrap_DualAxis_range, METH_O, NULL},
{ "new_DualAxis", _wrap_new_DualAxis, METH_VARARGS, NULL},
{ "delete_DualAxis", _wrap_delete_DualAxis, METH_O, NULL},
{ "DualAxis_swigregister", DualAxis_swigregister, METH_O, NULL},
{ "DualAxis_swiginit", DualAxis_swiginit, METH_VARARGS, NULL},
{ "DualAxisVector_iterator", _wrap_DualAxisVector_iterator, METH_O, NULL},
{ "DualAxisVector___nonzero__", _wrap_DualAxisVector___nonzero__, METH_O, NULL},
{ "DualAxisVector___bool__", _wrap_DualAxisVector___bool__, METH_O, NULL},
{ "DualAxisVector___len__", _wrap_DualAxisVector___len__, METH_O, NULL},
{ "DualAxisVector___getslice__", _wrap_DualAxisVector___getslice__, METH_VARARGS, NULL},
{ "DualAxisVector___setslice__", _wrap_DualAxisVector___setslice__, METH_VARARGS, NULL},
{ "DualAxisVector___delslice__", _wrap_DualAxisVector___delslice__, METH_VARARGS, NULL},
{ "DualAxisVector___delitem__", _wrap_DualAxisVector___delitem__, METH_VARARGS, NULL},
{ "DualAxisVector___getitem__", _wrap_DualAxisVector___getitem__, METH_VARARGS, NULL},
{ "DualAxisVector___setitem__", _wrap_DualAxisVector___setitem__, METH_VARARGS, NULL},
{ "DualAxisVector_pop", _wrap_DualAxisVector_pop, METH_O, NULL},
{ "DualAxisVector_append", _wrap_DualAxisVector_append, METH_VARARGS, NULL},
{ "DualAxisVector_empty", _wrap_DualAxisVector_empty, METH_O, NULL},
{ "DualAxisVector_size", _wrap_DualAxisVector_size, METH_O, NULL},
{ "DualAxisVector_swap", _wrap_DualAxisVector_swap, METH_VARARGS, NULL},
{ "DualAxisVector_begin", _wrap_DualAxisVector_begin, METH_O, NULL},
{ "DualAxisVector_end", _wrap_DualAxisVector_end, METH_O, NULL},
{ "DualAxisVector_rbegin", _wrap_DualAxisVector_rbegin, METH_O, NULL},
{ "DualAxisVector_rend", _wrap_DualAxisVector_rend, METH_O, NULL},
{ "DualAxisVector_clear", _wrap_DualAxisVector_clear, METH_O, NULL},
{ "DualAxisVector_get_allocator", _wrap_DualAxisVector_get_allocator, METH_O, NULL},
{ "DualAxisVector_pop_back", _wrap_DualAxisVector_pop_back, METH_O, NULL},
{ "DualAxisVector_erase", _wrap_DualAxisVector_erase, METH_VARARGS, NULL},
{ "new_DualAxisVector", _wrap_new_DualAxisVector, METH_VARARGS, NULL},
{ "DualAxisVector_push_back", _wrap_DualAxisVector_push_back, METH_VARARGS, NULL},
{ "DualAxisVector_front", _wrap_DualAxisVector_front, METH_O, NULL},
{ "DualAxisVector_back", _wrap_DualAxisVector_back, METH_O, NULL},
{ "DualAxisVector_assign", _wrap_DualAxisVector_assign, METH_VARARGS, NULL},
{ "DualAxisVector_resize", _wrap_DualAxisVector_resize, METH_VARARGS, NULL},
{ "DualAxisVector_insert", _wrap_DualAxisVector_insert, METH_VARARGS, NULL},
{ "DualAxisVector_reserve", _wrap_DualAxisVector_reserve, METH_VARARGS, NULL},
{ "DualAxisVector_capacity", _wrap_DualAxisVector_capacity, METH_O, NULL},
{ "delete_DualAxisVector", _wrap_delete_DualAxisVector, METH_O, NULL},
{ "DualAxisVector_swigregister", DualAxisVector_swigregister, METH_O, NULL},
{ "DualAxisVector_swiginit", DualAxisVector_swiginit, METH_VARARGS, NULL},
{ "new_DoubleLinInterpolatedTableND", _wrap_new_DoubleLinInterpolatedTableND, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND___call__", _wrap_DoubleLinInterpolatedTableND___call__, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND_dim", _wrap_DoubleLinInterpolatedTableND_dim, METH_O, NULL},
{ "DoubleLinInterpolatedTableND_axes", _wrap_DoubleLinInterpolatedTableND_axes, METH_O, NULL},
{ "DoubleLinInterpolatedTableND_axis", _wrap_DoubleLinInterpolatedTableND_axis, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND_length", _wrap_DoubleLinInterpolatedTableND_length, METH_O, NULL},
{ "DoubleLinInterpolatedTableND_leftInterpolationLinear", _wrap_DoubleLinInterpolatedTableND_leftInterpolationLinear, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND_rightInterpolationLinear", _wrap_DoubleLinInterpolatedTableND_rightInterpolationLinear, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND_interpolationType", _wrap_DoubleLinInterpolatedTableND_interpolationType, METH_O, NULL},
{ "DoubleLinInterpolatedTableND_functionLabel", _wrap_DoubleLinInterpolatedTableND_functionLabel, METH_O, NULL},
{ "DoubleLinInterpolatedTableND_table", _wrap_DoubleLinInterpolatedTableND_table, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND_getCoords", _wrap_DoubleLinInterpolatedTableND_getCoords, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND_isUniformlyBinned", _wrap_DoubleLinInterpolatedTableND_isUniformlyBinned, METH_O, NULL},
{ "DoubleLinInterpolatedTableND_isWithinLimits", _wrap_DoubleLinInterpolatedTableND_isWithinLimits, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND_setFunctionLabel", _wrap_DoubleLinInterpolatedTableND_setFunctionLabel, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND___eq__", _wrap_DoubleLinInterpolatedTableND___eq__, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND___ne__", _wrap_DoubleLinInterpolatedTableND___ne__, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND_classId", _wrap_DoubleLinInterpolatedTableND_classId, METH_O, NULL},
{ "DoubleLinInterpolatedTableND_write", _wrap_DoubleLinInterpolatedTableND_write, METH_VARARGS, NULL},
{ "DoubleLinInterpolatedTableND_classname", _wrap_DoubleLinInterpolatedTableND_classname, METH_NOARGS, NULL},
{ "DoubleLinInterpolatedTableND_version", _wrap_DoubleLinInterpolatedTableND_version, METH_NOARGS, NULL},
{ "DoubleLinInterpolatedTableND_read", _wrap_DoubleLinInterpolatedTableND_read, METH_VARARGS, NULL},
{ "delete_DoubleLinInterpolatedTableND", _wrap_delete_DoubleLinInterpolatedTableND, METH_O, NULL},
{ "DoubleLinInterpolatedTableND_swigregister", DoubleLinInterpolatedTableND_swigregister, METH_O, NULL},
{ "DoubleLinInterpolatedTableND_swiginit", DoubleLinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_DoubleNULinInterpolatedTableND", _wrap_new_DoubleNULinInterpolatedTableND, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND___call__", _wrap_DoubleNULinInterpolatedTableND___call__, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND_dim", _wrap_DoubleNULinInterpolatedTableND_dim, METH_O, NULL},
{ "DoubleNULinInterpolatedTableND_axes", _wrap_DoubleNULinInterpolatedTableND_axes, METH_O, NULL},
{ "DoubleNULinInterpolatedTableND_axis", _wrap_DoubleNULinInterpolatedTableND_axis, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND_length", _wrap_DoubleNULinInterpolatedTableND_length, METH_O, NULL},
{ "DoubleNULinInterpolatedTableND_leftInterpolationLinear", _wrap_DoubleNULinInterpolatedTableND_leftInterpolationLinear, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND_rightInterpolationLinear", _wrap_DoubleNULinInterpolatedTableND_rightInterpolationLinear, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND_interpolationType", _wrap_DoubleNULinInterpolatedTableND_interpolationType, METH_O, NULL},
{ "DoubleNULinInterpolatedTableND_functionLabel", _wrap_DoubleNULinInterpolatedTableND_functionLabel, METH_O, NULL},
{ "DoubleNULinInterpolatedTableND_table", _wrap_DoubleNULinInterpolatedTableND_table, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND_getCoords", _wrap_DoubleNULinInterpolatedTableND_getCoords, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND_isUniformlyBinned", _wrap_DoubleNULinInterpolatedTableND_isUniformlyBinned, METH_O, NULL},
{ "DoubleNULinInterpolatedTableND_isWithinLimits", _wrap_DoubleNULinInterpolatedTableND_isWithinLimits, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND_setFunctionLabel", _wrap_DoubleNULinInterpolatedTableND_setFunctionLabel, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND___eq__", _wrap_DoubleNULinInterpolatedTableND___eq__, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND___ne__", _wrap_DoubleNULinInterpolatedTableND___ne__, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND_classId", _wrap_DoubleNULinInterpolatedTableND_classId, METH_O, NULL},
{ "DoubleNULinInterpolatedTableND_write", _wrap_DoubleNULinInterpolatedTableND_write, METH_VARARGS, NULL},
{ "DoubleNULinInterpolatedTableND_classname", _wrap_DoubleNULinInterpolatedTableND_classname, METH_NOARGS, NULL},
{ "DoubleNULinInterpolatedTableND_version", _wrap_DoubleNULinInterpolatedTableND_version, METH_NOARGS, NULL},
{ "DoubleNULinInterpolatedTableND_read", _wrap_DoubleNULinInterpolatedTableND_read, METH_VARARGS, NULL},
{ "delete_DoubleNULinInterpolatedTableND", _wrap_delete_DoubleNULinInterpolatedTableND, METH_O, NULL},
{ "DoubleNULinInterpolatedTableND_swigregister", DoubleNULinInterpolatedTableND_swigregister, METH_O, NULL},
{ "DoubleNULinInterpolatedTableND_swiginit", DoubleNULinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_DoubleDALinInterpolatedTableND", _wrap_new_DoubleDALinInterpolatedTableND, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND___call__", _wrap_DoubleDALinInterpolatedTableND___call__, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND_dim", _wrap_DoubleDALinInterpolatedTableND_dim, METH_O, NULL},
{ "DoubleDALinInterpolatedTableND_axes", _wrap_DoubleDALinInterpolatedTableND_axes, METH_O, NULL},
{ "DoubleDALinInterpolatedTableND_axis", _wrap_DoubleDALinInterpolatedTableND_axis, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND_length", _wrap_DoubleDALinInterpolatedTableND_length, METH_O, NULL},
{ "DoubleDALinInterpolatedTableND_leftInterpolationLinear", _wrap_DoubleDALinInterpolatedTableND_leftInterpolationLinear, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND_rightInterpolationLinear", _wrap_DoubleDALinInterpolatedTableND_rightInterpolationLinear, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND_interpolationType", _wrap_DoubleDALinInterpolatedTableND_interpolationType, METH_O, NULL},
{ "DoubleDALinInterpolatedTableND_functionLabel", _wrap_DoubleDALinInterpolatedTableND_functionLabel, METH_O, NULL},
{ "DoubleDALinInterpolatedTableND_table", _wrap_DoubleDALinInterpolatedTableND_table, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND_getCoords", _wrap_DoubleDALinInterpolatedTableND_getCoords, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND_isUniformlyBinned", _wrap_DoubleDALinInterpolatedTableND_isUniformlyBinned, METH_O, NULL},
{ "DoubleDALinInterpolatedTableND_isWithinLimits", _wrap_DoubleDALinInterpolatedTableND_isWithinLimits, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND_setFunctionLabel", _wrap_DoubleDALinInterpolatedTableND_setFunctionLabel, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND___eq__", _wrap_DoubleDALinInterpolatedTableND___eq__, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND___ne__", _wrap_DoubleDALinInterpolatedTableND___ne__, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND_classId", _wrap_DoubleDALinInterpolatedTableND_classId, METH_O, NULL},
{ "DoubleDALinInterpolatedTableND_write", _wrap_DoubleDALinInterpolatedTableND_write, METH_VARARGS, NULL},
{ "DoubleDALinInterpolatedTableND_classname", _wrap_DoubleDALinInterpolatedTableND_classname, METH_NOARGS, NULL},
{ "DoubleDALinInterpolatedTableND_version", _wrap_DoubleDALinInterpolatedTableND_version, METH_NOARGS, NULL},
{ "DoubleDALinInterpolatedTableND_read", _wrap_DoubleDALinInterpolatedTableND_read, METH_VARARGS, NULL},
{ "delete_DoubleDALinInterpolatedTableND", _wrap_delete_DoubleDALinInterpolatedTableND, METH_O, NULL},
{ "DoubleDALinInterpolatedTableND_swigregister", DoubleDALinInterpolatedTableND_swigregister, METH_O, NULL},
{ "DoubleDALinInterpolatedTableND_swiginit", DoubleDALinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_FloatLinInterpolatedTableND", _wrap_new_FloatLinInterpolatedTableND, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND___call__", _wrap_FloatLinInterpolatedTableND___call__, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND_dim", _wrap_FloatLinInterpolatedTableND_dim, METH_O, NULL},
{ "FloatLinInterpolatedTableND_axes", _wrap_FloatLinInterpolatedTableND_axes, METH_O, NULL},
{ "FloatLinInterpolatedTableND_axis", _wrap_FloatLinInterpolatedTableND_axis, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND_length", _wrap_FloatLinInterpolatedTableND_length, METH_O, NULL},
{ "FloatLinInterpolatedTableND_leftInterpolationLinear", _wrap_FloatLinInterpolatedTableND_leftInterpolationLinear, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND_rightInterpolationLinear", _wrap_FloatLinInterpolatedTableND_rightInterpolationLinear, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND_interpolationType", _wrap_FloatLinInterpolatedTableND_interpolationType, METH_O, NULL},
{ "FloatLinInterpolatedTableND_functionLabel", _wrap_FloatLinInterpolatedTableND_functionLabel, METH_O, NULL},
{ "FloatLinInterpolatedTableND_table", _wrap_FloatLinInterpolatedTableND_table, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND_getCoords", _wrap_FloatLinInterpolatedTableND_getCoords, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND_isUniformlyBinned", _wrap_FloatLinInterpolatedTableND_isUniformlyBinned, METH_O, NULL},
{ "FloatLinInterpolatedTableND_isWithinLimits", _wrap_FloatLinInterpolatedTableND_isWithinLimits, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND_setFunctionLabel", _wrap_FloatLinInterpolatedTableND_setFunctionLabel, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND___eq__", _wrap_FloatLinInterpolatedTableND___eq__, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND___ne__", _wrap_FloatLinInterpolatedTableND___ne__, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND_classId", _wrap_FloatLinInterpolatedTableND_classId, METH_O, NULL},
{ "FloatLinInterpolatedTableND_write", _wrap_FloatLinInterpolatedTableND_write, METH_VARARGS, NULL},
{ "FloatLinInterpolatedTableND_classname", _wrap_FloatLinInterpolatedTableND_classname, METH_NOARGS, NULL},
{ "FloatLinInterpolatedTableND_version", _wrap_FloatLinInterpolatedTableND_version, METH_NOARGS, NULL},
{ "FloatLinInterpolatedTableND_read", _wrap_FloatLinInterpolatedTableND_read, METH_VARARGS, NULL},
{ "delete_FloatLinInterpolatedTableND", _wrap_delete_FloatLinInterpolatedTableND, METH_O, NULL},
{ "FloatLinInterpolatedTableND_swigregister", FloatLinInterpolatedTableND_swigregister, METH_O, NULL},
{ "FloatLinInterpolatedTableND_swiginit", FloatLinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_FloatNULinInterpolatedTableND", _wrap_new_FloatNULinInterpolatedTableND, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND___call__", _wrap_FloatNULinInterpolatedTableND___call__, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND_dim", _wrap_FloatNULinInterpolatedTableND_dim, METH_O, NULL},
{ "FloatNULinInterpolatedTableND_axes", _wrap_FloatNULinInterpolatedTableND_axes, METH_O, NULL},
{ "FloatNULinInterpolatedTableND_axis", _wrap_FloatNULinInterpolatedTableND_axis, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND_length", _wrap_FloatNULinInterpolatedTableND_length, METH_O, NULL},
{ "FloatNULinInterpolatedTableND_leftInterpolationLinear", _wrap_FloatNULinInterpolatedTableND_leftInterpolationLinear, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND_rightInterpolationLinear", _wrap_FloatNULinInterpolatedTableND_rightInterpolationLinear, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND_interpolationType", _wrap_FloatNULinInterpolatedTableND_interpolationType, METH_O, NULL},
{ "FloatNULinInterpolatedTableND_functionLabel", _wrap_FloatNULinInterpolatedTableND_functionLabel, METH_O, NULL},
{ "FloatNULinInterpolatedTableND_table", _wrap_FloatNULinInterpolatedTableND_table, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND_getCoords", _wrap_FloatNULinInterpolatedTableND_getCoords, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND_isUniformlyBinned", _wrap_FloatNULinInterpolatedTableND_isUniformlyBinned, METH_O, NULL},
{ "FloatNULinInterpolatedTableND_isWithinLimits", _wrap_FloatNULinInterpolatedTableND_isWithinLimits, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND_setFunctionLabel", _wrap_FloatNULinInterpolatedTableND_setFunctionLabel, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND___eq__", _wrap_FloatNULinInterpolatedTableND___eq__, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND___ne__", _wrap_FloatNULinInterpolatedTableND___ne__, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND_classId", _wrap_FloatNULinInterpolatedTableND_classId, METH_O, NULL},
{ "FloatNULinInterpolatedTableND_write", _wrap_FloatNULinInterpolatedTableND_write, METH_VARARGS, NULL},
{ "FloatNULinInterpolatedTableND_classname", _wrap_FloatNULinInterpolatedTableND_classname, METH_NOARGS, NULL},
{ "FloatNULinInterpolatedTableND_version", _wrap_FloatNULinInterpolatedTableND_version, METH_NOARGS, NULL},
{ "FloatNULinInterpolatedTableND_read", _wrap_FloatNULinInterpolatedTableND_read, METH_VARARGS, NULL},
{ "delete_FloatNULinInterpolatedTableND", _wrap_delete_FloatNULinInterpolatedTableND, METH_O, NULL},
{ "FloatNULinInterpolatedTableND_swigregister", FloatNULinInterpolatedTableND_swigregister, METH_O, NULL},
{ "FloatNULinInterpolatedTableND_swiginit", FloatNULinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_FloatDALinInterpolatedTableND", _wrap_new_FloatDALinInterpolatedTableND, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND___call__", _wrap_FloatDALinInterpolatedTableND___call__, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND_dim", _wrap_FloatDALinInterpolatedTableND_dim, METH_O, NULL},
{ "FloatDALinInterpolatedTableND_axes", _wrap_FloatDALinInterpolatedTableND_axes, METH_O, NULL},
{ "FloatDALinInterpolatedTableND_axis", _wrap_FloatDALinInterpolatedTableND_axis, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND_length", _wrap_FloatDALinInterpolatedTableND_length, METH_O, NULL},
{ "FloatDALinInterpolatedTableND_leftInterpolationLinear", _wrap_FloatDALinInterpolatedTableND_leftInterpolationLinear, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND_rightInterpolationLinear", _wrap_FloatDALinInterpolatedTableND_rightInterpolationLinear, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND_interpolationType", _wrap_FloatDALinInterpolatedTableND_interpolationType, METH_O, NULL},
{ "FloatDALinInterpolatedTableND_functionLabel", _wrap_FloatDALinInterpolatedTableND_functionLabel, METH_O, NULL},
{ "FloatDALinInterpolatedTableND_table", _wrap_FloatDALinInterpolatedTableND_table, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND_getCoords", _wrap_FloatDALinInterpolatedTableND_getCoords, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND_isUniformlyBinned", _wrap_FloatDALinInterpolatedTableND_isUniformlyBinned, METH_O, NULL},
{ "FloatDALinInterpolatedTableND_isWithinLimits", _wrap_FloatDALinInterpolatedTableND_isWithinLimits, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND_setFunctionLabel", _wrap_FloatDALinInterpolatedTableND_setFunctionLabel, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND___eq__", _wrap_FloatDALinInterpolatedTableND___eq__, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND___ne__", _wrap_FloatDALinInterpolatedTableND___ne__, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND_classId", _wrap_FloatDALinInterpolatedTableND_classId, METH_O, NULL},
{ "FloatDALinInterpolatedTableND_write", _wrap_FloatDALinInterpolatedTableND_write, METH_VARARGS, NULL},
{ "FloatDALinInterpolatedTableND_classname", _wrap_FloatDALinInterpolatedTableND_classname, METH_NOARGS, NULL},
{ "FloatDALinInterpolatedTableND_version", _wrap_FloatDALinInterpolatedTableND_version, METH_NOARGS, NULL},
{ "FloatDALinInterpolatedTableND_read", _wrap_FloatDALinInterpolatedTableND_read, METH_VARARGS, NULL},
{ "delete_FloatDALinInterpolatedTableND", _wrap_delete_FloatDALinInterpolatedTableND, METH_O, NULL},
{ "FloatDALinInterpolatedTableND_swigregister", FloatDALinInterpolatedTableND_swigregister, METH_O, NULL},
{ "FloatDALinInterpolatedTableND_swiginit", FloatDALinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DoubleLinInterpolatedTableND", _wrap_new_ArchiveRecord_DoubleLinInterpolatedTableND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DoubleLinInterpolatedTableND", _wrap_delete_ArchiveRecord_DoubleLinInterpolatedTableND, METH_O, NULL},
{ "ArchiveRecord_DoubleLinInterpolatedTableND_swigregister", ArchiveRecord_DoubleLinInterpolatedTableND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DoubleLinInterpolatedTableND_swiginit", ArchiveRecord_DoubleLinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleLinInterpolatedTableND", _wrap_new_Ref_DoubleLinInterpolatedTableND, METH_VARARGS, NULL},
{ "Ref_DoubleLinInterpolatedTableND_restore", _wrap_Ref_DoubleLinInterpolatedTableND_restore, METH_VARARGS, NULL},
{ "Ref_DoubleLinInterpolatedTableND_retrieve", _wrap_Ref_DoubleLinInterpolatedTableND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DoubleLinInterpolatedTableND", _wrap_delete_Ref_DoubleLinInterpolatedTableND, METH_O, NULL},
{ "Ref_DoubleLinInterpolatedTableND_swigregister", Ref_DoubleLinInterpolatedTableND_swigregister, METH_O, NULL},
{ "Ref_DoubleLinInterpolatedTableND_swiginit", Ref_DoubleLinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DoubleNULinInterpolatedTableND", _wrap_new_ArchiveRecord_DoubleNULinInterpolatedTableND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DoubleNULinInterpolatedTableND", _wrap_delete_ArchiveRecord_DoubleNULinInterpolatedTableND, METH_O, NULL},
{ "ArchiveRecord_DoubleNULinInterpolatedTableND_swigregister", ArchiveRecord_DoubleNULinInterpolatedTableND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DoubleNULinInterpolatedTableND_swiginit", ArchiveRecord_DoubleNULinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleNULinInterpolatedTableND", _wrap_new_Ref_DoubleNULinInterpolatedTableND, METH_VARARGS, NULL},
{ "Ref_DoubleNULinInterpolatedTableND_restore", _wrap_Ref_DoubleNULinInterpolatedTableND_restore, METH_VARARGS, NULL},
{ "Ref_DoubleNULinInterpolatedTableND_retrieve", _wrap_Ref_DoubleNULinInterpolatedTableND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DoubleNULinInterpolatedTableND", _wrap_delete_Ref_DoubleNULinInterpolatedTableND, METH_O, NULL},
{ "Ref_DoubleNULinInterpolatedTableND_swigregister", Ref_DoubleNULinInterpolatedTableND_swigregister, METH_O, NULL},
{ "Ref_DoubleNULinInterpolatedTableND_swiginit", Ref_DoubleNULinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DoubleDALinInterpolatedTableND", _wrap_new_ArchiveRecord_DoubleDALinInterpolatedTableND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DoubleDALinInterpolatedTableND", _wrap_delete_ArchiveRecord_DoubleDALinInterpolatedTableND, METH_O, NULL},
{ "ArchiveRecord_DoubleDALinInterpolatedTableND_swigregister", ArchiveRecord_DoubleDALinInterpolatedTableND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DoubleDALinInterpolatedTableND_swiginit", ArchiveRecord_DoubleDALinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleDALinInterpolatedTableND", _wrap_new_Ref_DoubleDALinInterpolatedTableND, METH_VARARGS, NULL},
{ "Ref_DoubleDALinInterpolatedTableND_restore", _wrap_Ref_DoubleDALinInterpolatedTableND_restore, METH_VARARGS, NULL},
{ "Ref_DoubleDALinInterpolatedTableND_retrieve", _wrap_Ref_DoubleDALinInterpolatedTableND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DoubleDALinInterpolatedTableND", _wrap_delete_Ref_DoubleDALinInterpolatedTableND, METH_O, NULL},
{ "Ref_DoubleDALinInterpolatedTableND_swigregister", Ref_DoubleDALinInterpolatedTableND_swigregister, METH_O, NULL},
{ "Ref_DoubleDALinInterpolatedTableND_swiginit", Ref_DoubleDALinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FloatLinInterpolatedTableND", _wrap_new_ArchiveRecord_FloatLinInterpolatedTableND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FloatLinInterpolatedTableND", _wrap_delete_ArchiveRecord_FloatLinInterpolatedTableND, METH_O, NULL},
{ "ArchiveRecord_FloatLinInterpolatedTableND_swigregister", ArchiveRecord_FloatLinInterpolatedTableND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FloatLinInterpolatedTableND_swiginit", ArchiveRecord_FloatLinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatLinInterpolatedTableND", _wrap_new_Ref_FloatLinInterpolatedTableND, METH_VARARGS, NULL},
{ "Ref_FloatLinInterpolatedTableND_restore", _wrap_Ref_FloatLinInterpolatedTableND_restore, METH_VARARGS, NULL},
{ "Ref_FloatLinInterpolatedTableND_retrieve", _wrap_Ref_FloatLinInterpolatedTableND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_FloatLinInterpolatedTableND", _wrap_delete_Ref_FloatLinInterpolatedTableND, METH_O, NULL},
{ "Ref_FloatLinInterpolatedTableND_swigregister", Ref_FloatLinInterpolatedTableND_swigregister, METH_O, NULL},
{ "Ref_FloatLinInterpolatedTableND_swiginit", Ref_FloatLinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FloatNULinInterpolatedTableND", _wrap_new_ArchiveRecord_FloatNULinInterpolatedTableND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FloatNULinInterpolatedTableND", _wrap_delete_ArchiveRecord_FloatNULinInterpolatedTableND, METH_O, NULL},
{ "ArchiveRecord_FloatNULinInterpolatedTableND_swigregister", ArchiveRecord_FloatNULinInterpolatedTableND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FloatNULinInterpolatedTableND_swiginit", ArchiveRecord_FloatNULinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatNULinInterpolatedTableND", _wrap_new_Ref_FloatNULinInterpolatedTableND, METH_VARARGS, NULL},
{ "Ref_FloatNULinInterpolatedTableND_restore", _wrap_Ref_FloatNULinInterpolatedTableND_restore, METH_VARARGS, NULL},
{ "Ref_FloatNULinInterpolatedTableND_retrieve", _wrap_Ref_FloatNULinInterpolatedTableND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_FloatNULinInterpolatedTableND", _wrap_delete_Ref_FloatNULinInterpolatedTableND, METH_O, NULL},
{ "Ref_FloatNULinInterpolatedTableND_swigregister", Ref_FloatNULinInterpolatedTableND_swigregister, METH_O, NULL},
{ "Ref_FloatNULinInterpolatedTableND_swiginit", Ref_FloatNULinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FloatDALinInterpolatedTableND", _wrap_new_ArchiveRecord_FloatDALinInterpolatedTableND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FloatDALinInterpolatedTableND", _wrap_delete_ArchiveRecord_FloatDALinInterpolatedTableND, METH_O, NULL},
{ "ArchiveRecord_FloatDALinInterpolatedTableND_swigregister", ArchiveRecord_FloatDALinInterpolatedTableND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FloatDALinInterpolatedTableND_swiginit", ArchiveRecord_FloatDALinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatDALinInterpolatedTableND", _wrap_new_Ref_FloatDALinInterpolatedTableND, METH_VARARGS, NULL},
{ "Ref_FloatDALinInterpolatedTableND_restore", _wrap_Ref_FloatDALinInterpolatedTableND_restore, METH_VARARGS, NULL},
{ "Ref_FloatDALinInterpolatedTableND_retrieve", _wrap_Ref_FloatDALinInterpolatedTableND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_FloatDALinInterpolatedTableND", _wrap_delete_Ref_FloatDALinInterpolatedTableND, METH_O, NULL},
{ "Ref_FloatDALinInterpolatedTableND_swigregister", Ref_FloatDALinInterpolatedTableND_swigregister, METH_O, NULL},
{ "Ref_FloatDALinInterpolatedTableND_swiginit", Ref_FloatDALinInterpolatedTableND_swiginit, METH_VARARGS, NULL},
{ "delete_DoubleDoubleAbsArrayProjector", _wrap_delete_DoubleDoubleAbsArrayProjector, METH_O, NULL},
{ "DoubleDoubleAbsArrayProjector_clear", _wrap_DoubleDoubleAbsArrayProjector_clear, METH_O, NULL},
{ "DoubleDoubleAbsArrayProjector_process", _wrap_DoubleDoubleAbsArrayProjector_process, METH_VARARGS, NULL},
{ "DoubleDoubleAbsArrayProjector_result", _wrap_DoubleDoubleAbsArrayProjector_result, METH_O, NULL},
{ "DoubleDoubleAbsArrayProjector_swigregister", DoubleDoubleAbsArrayProjector_swigregister, METH_O, NULL},
{ "delete_FloatFloatAbsArrayProjector", _wrap_delete_FloatFloatAbsArrayProjector, METH_O, NULL},
{ "FloatFloatAbsArrayProjector_clear", _wrap_FloatFloatAbsArrayProjector_clear, METH_O, NULL},
{ "FloatFloatAbsArrayProjector_process", _wrap_FloatFloatAbsArrayProjector_process, METH_VARARGS, NULL},
{ "FloatFloatAbsArrayProjector_result", _wrap_FloatFloatAbsArrayProjector_result, METH_O, NULL},
{ "FloatFloatAbsArrayProjector_swigregister", FloatFloatAbsArrayProjector_swigregister, METH_O, NULL},
{ "delete_IntIntAbsArrayProjector", _wrap_delete_IntIntAbsArrayProjector, METH_O, NULL},
{ "IntIntAbsArrayProjector_clear", _wrap_IntIntAbsArrayProjector_clear, METH_O, NULL},
{ "IntIntAbsArrayProjector_process", _wrap_IntIntAbsArrayProjector_process, METH_VARARGS, NULL},
{ "IntIntAbsArrayProjector_result", _wrap_IntIntAbsArrayProjector_result, METH_O, NULL},
{ "IntIntAbsArrayProjector_swigregister", IntIntAbsArrayProjector_swigregister, METH_O, NULL},
{ "delete_LongLongAbsArrayProjector", _wrap_delete_LongLongAbsArrayProjector, METH_O, NULL},
{ "LongLongAbsArrayProjector_clear", _wrap_LongLongAbsArrayProjector_clear, METH_O, NULL},
{ "LongLongAbsArrayProjector_process", _wrap_LongLongAbsArrayProjector_process, METH_VARARGS, NULL},
{ "LongLongAbsArrayProjector_result", _wrap_LongLongAbsArrayProjector_result, METH_O, NULL},
{ "LongLongAbsArrayProjector_swigregister", LongLongAbsArrayProjector_swigregister, METH_O, NULL},
{ "delete_UCharUCharAbsArrayProjector", _wrap_delete_UCharUCharAbsArrayProjector, METH_O, NULL},
{ "UCharUCharAbsArrayProjector_clear", _wrap_UCharUCharAbsArrayProjector_clear, METH_O, NULL},
{ "UCharUCharAbsArrayProjector_process", _wrap_UCharUCharAbsArrayProjector_process, METH_VARARGS, NULL},
{ "UCharUCharAbsArrayProjector_result", _wrap_UCharUCharAbsArrayProjector_result, METH_O, NULL},
{ "UCharUCharAbsArrayProjector_swigregister", UCharUCharAbsArrayProjector_swigregister, METH_O, NULL},
{ "delete_FloatDoubleAbsArrayProjector", _wrap_delete_FloatDoubleAbsArrayProjector, METH_O, NULL},
{ "FloatDoubleAbsArrayProjector_clear", _wrap_FloatDoubleAbsArrayProjector_clear, METH_O, NULL},
{ "FloatDoubleAbsArrayProjector_process", _wrap_FloatDoubleAbsArrayProjector_process, METH_VARARGS, NULL},
{ "FloatDoubleAbsArrayProjector_result", _wrap_FloatDoubleAbsArrayProjector_result, METH_O, NULL},
{ "FloatDoubleAbsArrayProjector_swigregister", FloatDoubleAbsArrayProjector_swigregister, METH_O, NULL},
{ "delete_IntDoubleAbsArrayProjector", _wrap_delete_IntDoubleAbsArrayProjector, METH_O, NULL},
{ "IntDoubleAbsArrayProjector_clear", _wrap_IntDoubleAbsArrayProjector_clear, METH_O, NULL},
{ "IntDoubleAbsArrayProjector_process", _wrap_IntDoubleAbsArrayProjector_process, METH_VARARGS, NULL},
{ "IntDoubleAbsArrayProjector_result", _wrap_IntDoubleAbsArrayProjector_result, METH_O, NULL},
{ "IntDoubleAbsArrayProjector_swigregister", IntDoubleAbsArrayProjector_swigregister, METH_O, NULL},
{ "delete_LongDoubleAbsArrayProjector", _wrap_delete_LongDoubleAbsArrayProjector, METH_O, NULL},
{ "LongDoubleAbsArrayProjector_clear", _wrap_LongDoubleAbsArrayProjector_clear, METH_O, NULL},
{ "LongDoubleAbsArrayProjector_process", _wrap_LongDoubleAbsArrayProjector_process, METH_VARARGS, NULL},
{ "LongDoubleAbsArrayProjector_result", _wrap_LongDoubleAbsArrayProjector_result, METH_O, NULL},
{ "LongDoubleAbsArrayProjector_swigregister", LongDoubleAbsArrayProjector_swigregister, METH_O, NULL},
{ "delete_UCharDoubleAbsArrayProjector", _wrap_delete_UCharDoubleAbsArrayProjector, METH_O, NULL},
{ "UCharDoubleAbsArrayProjector_clear", _wrap_UCharDoubleAbsArrayProjector_clear, METH_O, NULL},
{ "UCharDoubleAbsArrayProjector_process", _wrap_UCharDoubleAbsArrayProjector_process, METH_VARARGS, NULL},
{ "UCharDoubleAbsArrayProjector_result", _wrap_UCharDoubleAbsArrayProjector_result, METH_O, NULL},
{ "UCharDoubleAbsArrayProjector_swigregister", UCharDoubleAbsArrayProjector_swigregister, METH_O, NULL},
{ "new_ExpMapper1d", _wrap_new_ExpMapper1d, METH_VARARGS, NULL},
{ "ExpMapper1d___call__", _wrap_ExpMapper1d___call__, METH_VARARGS, NULL},
{ "ExpMapper1d_a", _wrap_ExpMapper1d_a, METH_O, NULL},
{ "ExpMapper1d_b", _wrap_ExpMapper1d_b, METH_O, NULL},
{ "delete_ExpMapper1d", _wrap_delete_ExpMapper1d, METH_O, NULL},
{ "ExpMapper1d_swigregister", ExpMapper1d_swigregister, METH_O, NULL},
{ "ExpMapper1d_swiginit", ExpMapper1d_swiginit, METH_VARARGS, NULL},
{ "ExpMapper1dVector_iterator", _wrap_ExpMapper1dVector_iterator, METH_O, NULL},
{ "ExpMapper1dVector___nonzero__", _wrap_ExpMapper1dVector___nonzero__, METH_O, NULL},
{ "ExpMapper1dVector___bool__", _wrap_ExpMapper1dVector___bool__, METH_O, NULL},
{ "ExpMapper1dVector___len__", _wrap_ExpMapper1dVector___len__, METH_O, NULL},
{ "ExpMapper1dVector___getslice__", _wrap_ExpMapper1dVector___getslice__, METH_VARARGS, NULL},
{ "ExpMapper1dVector___setslice__", _wrap_ExpMapper1dVector___setslice__, METH_VARARGS, NULL},
{ "ExpMapper1dVector___delslice__", _wrap_ExpMapper1dVector___delslice__, METH_VARARGS, NULL},
{ "ExpMapper1dVector___delitem__", _wrap_ExpMapper1dVector___delitem__, METH_VARARGS, NULL},
{ "ExpMapper1dVector___getitem__", _wrap_ExpMapper1dVector___getitem__, METH_VARARGS, NULL},
{ "ExpMapper1dVector___setitem__", _wrap_ExpMapper1dVector___setitem__, METH_VARARGS, NULL},
{ "ExpMapper1dVector_pop", _wrap_ExpMapper1dVector_pop, METH_O, NULL},
{ "ExpMapper1dVector_append", _wrap_ExpMapper1dVector_append, METH_VARARGS, NULL},
{ "ExpMapper1dVector_empty", _wrap_ExpMapper1dVector_empty, METH_O, NULL},
{ "ExpMapper1dVector_size", _wrap_ExpMapper1dVector_size, METH_O, NULL},
{ "ExpMapper1dVector_swap", _wrap_ExpMapper1dVector_swap, METH_VARARGS, NULL},
{ "ExpMapper1dVector_begin", _wrap_ExpMapper1dVector_begin, METH_O, NULL},
{ "ExpMapper1dVector_end", _wrap_ExpMapper1dVector_end, METH_O, NULL},
{ "ExpMapper1dVector_rbegin", _wrap_ExpMapper1dVector_rbegin, METH_O, NULL},
{ "ExpMapper1dVector_rend", _wrap_ExpMapper1dVector_rend, METH_O, NULL},
{ "ExpMapper1dVector_clear", _wrap_ExpMapper1dVector_clear, METH_O, NULL},
{ "ExpMapper1dVector_get_allocator", _wrap_ExpMapper1dVector_get_allocator, METH_O, NULL},
{ "ExpMapper1dVector_pop_back", _wrap_ExpMapper1dVector_pop_back, METH_O, NULL},
{ "ExpMapper1dVector_erase", _wrap_ExpMapper1dVector_erase, METH_VARARGS, NULL},
{ "new_ExpMapper1dVector", _wrap_new_ExpMapper1dVector, METH_VARARGS, NULL},
{ "ExpMapper1dVector_push_back", _wrap_ExpMapper1dVector_push_back, METH_VARARGS, NULL},
{ "ExpMapper1dVector_front", _wrap_ExpMapper1dVector_front, METH_O, NULL},
{ "ExpMapper1dVector_back", _wrap_ExpMapper1dVector_back, METH_O, NULL},
{ "ExpMapper1dVector_assign", _wrap_ExpMapper1dVector_assign, METH_VARARGS, NULL},
{ "ExpMapper1dVector_resize", _wrap_ExpMapper1dVector_resize, METH_VARARGS, NULL},
{ "ExpMapper1dVector_insert", _wrap_ExpMapper1dVector_insert, METH_VARARGS, NULL},
{ "ExpMapper1dVector_reserve", _wrap_ExpMapper1dVector_reserve, METH_VARARGS, NULL},
{ "ExpMapper1dVector_capacity", _wrap_ExpMapper1dVector_capacity, METH_O, NULL},
{ "delete_ExpMapper1dVector", _wrap_delete_ExpMapper1dVector, METH_O, NULL},
{ "ExpMapper1dVector_swigregister", ExpMapper1dVector_swigregister, METH_O, NULL},
{ "ExpMapper1dVector_swiginit", ExpMapper1dVector_swiginit, METH_VARARGS, NULL},
{ "rescanArray", _wrap_rescanArray, METH_VARARGS, NULL},
{ "truncatedInverseSqrt", _wrap_truncatedInverseSqrt, METH_VARARGS, NULL},
{ "timestamp", _wrap_timestamp, METH_NOARGS, NULL},
{ "discretizedL1", _wrap_discretizedL1, METH_VARARGS, NULL},
{ "discretizedL2", _wrap_discretizedL2, METH_VARARGS, NULL},
{ "clearBuffer", _wrap_clearBuffer, METH_VARARGS, NULL},
{ "copyBuffer", _wrap_copyBuffer, METH_VARARGS, NULL},
{ "new_ConvolutionEngine1D", _wrap_new_ConvolutionEngine1D, METH_VARARGS, NULL},
{ "delete_ConvolutionEngine1D", _wrap_delete_ConvolutionEngine1D, METH_O, NULL},
{ "ConvolutionEngine1D_setFilterImage", _wrap_ConvolutionEngine1D_setFilterImage, METH_VARARGS, NULL},
{ "ConvolutionEngine1D_depositFilterImage", _wrap_ConvolutionEngine1D_depositFilterImage, METH_VARARGS, NULL},
{ "ConvolutionEngine1D_discardFilter", _wrap_ConvolutionEngine1D_discardFilter, METH_VARARGS, NULL},
{ "ConvolutionEngine1D_clearFilterBank", _wrap_ConvolutionEngine1D_clearFilterBank, METH_O, NULL},
{ "ConvolutionEngine1D_dataLength", _wrap_ConvolutionEngine1D_dataLength, METH_O, NULL},
{ "ConvolutionEngine1D_imageLength", _wrap_ConvolutionEngine1D_imageLength, METH_O, NULL},
{ "ConvolutionEngine1D_isFilterSet", _wrap_ConvolutionEngine1D_isFilterSet, METH_O, NULL},
{ "ConvolutionEngine1D_filterBankSize", _wrap_ConvolutionEngine1D_filterBankSize, METH_O, NULL},
{ "ConvolutionEngine1D_setFilter", _wrap_ConvolutionEngine1D_setFilter, METH_VARARGS, NULL},
{ "ConvolutionEngine1D_depositFilter", _wrap_ConvolutionEngine1D_depositFilter, METH_VARARGS, NULL},
{ "ConvolutionEngine1D_convolveWithFilter", _wrap_ConvolutionEngine1D_convolveWithFilter, METH_VARARGS, NULL},
{ "ConvolutionEngine1D_convolveWithDeposit", _wrap_ConvolutionEngine1D_convolveWithDeposit, METH_VARARGS, NULL},
{ "ConvolutionEngine1D_convolveFilterAndDeposit", _wrap_ConvolutionEngine1D_convolveFilterAndDeposit, METH_VARARGS, NULL},
{ "ConvolutionEngine1D_swigregister", ConvolutionEngine1D_swigregister, METH_O, NULL},
{ "ConvolutionEngine1D_swiginit", ConvolutionEngine1D_swiginit, METH_VARARGS, NULL},
{ "new_GaussHermiteQuadrature", _wrap_new_GaussHermiteQuadrature, METH_O, NULL},
{ "GaussHermiteQuadrature_npoints", _wrap_GaussHermiteQuadrature_npoints, METH_O, NULL},
{ "GaussHermiteQuadrature_isAllowed", _wrap_GaussHermiteQuadrature_isAllowed, METH_O, NULL},
{ "GaussHermiteQuadrature_allowedNPonts", _wrap_GaussHermiteQuadrature_allowedNPonts, METH_NOARGS, NULL},
{ "GaussHermiteQuadrature_minimalExactRule", _wrap_GaussHermiteQuadrature_minimalExactRule, METH_O, NULL},
{ "GaussHermiteQuadrature_getAbscissae", _wrap_GaussHermiteQuadrature_getAbscissae, METH_O, NULL},
{ "GaussHermiteQuadrature_getWeights", _wrap_GaussHermiteQuadrature_getWeights, METH_O, NULL},
{ "GaussHermiteQuadrature_getAllAbscissae", _wrap_GaussHermiteQuadrature_getAllAbscissae, METH_O, NULL},
{ "GaussHermiteQuadrature_getAllWeights", _wrap_GaussHermiteQuadrature_getAllWeights, METH_O, NULL},
{ "GaussHermiteQuadrature_integrate", _wrap_GaussHermiteQuadrature_integrate, METH_VARARGS, NULL},
{ "GaussHermiteQuadrature_integrateProb", _wrap_GaussHermiteQuadrature_integrateProb, METH_VARARGS, NULL},
{ "delete_GaussHermiteQuadrature", _wrap_delete_GaussHermiteQuadrature, METH_O, NULL},
{ "GaussHermiteQuadrature_swigregister", GaussHermiteQuadrature_swigregister, METH_O, NULL},
{ "GaussHermiteQuadrature_swiginit", GaussHermiteQuadrature_swiginit, METH_VARARGS, NULL},
{ "new_FejerQuadrature", _wrap_new_FejerQuadrature, METH_O, NULL},
{ "delete_FejerQuadrature", _wrap_delete_FejerQuadrature, METH_O, NULL},
{ "FejerQuadrature_npoints", _wrap_FejerQuadrature_npoints, METH_O, NULL},
{ "FejerQuadrature_minimalExactRule", _wrap_FejerQuadrature_minimalExactRule, METH_O, NULL},
{ "FejerQuadrature_getAllAbscissae", _wrap_FejerQuadrature_getAllAbscissae, METH_O, NULL},
{ "FejerQuadrature_getAllWeights", _wrap_FejerQuadrature_getAllWeights, METH_O, NULL},
{ "FejerQuadrature_integrate", _wrap_FejerQuadrature_integrate, METH_VARARGS, NULL},
{ "FejerQuadrature_swigregister", FejerQuadrature_swigregister, METH_O, NULL},
{ "FejerQuadrature_swiginit", FejerQuadrature_swiginit, METH_VARARGS, NULL},
{ "new_RectangleQuadrature1D", _wrap_new_RectangleQuadrature1D, METH_O, NULL},
{ "delete_RectangleQuadrature1D", _wrap_delete_RectangleQuadrature1D, METH_O, NULL},
{ "RectangleQuadrature1D_npoints", _wrap_RectangleQuadrature1D_npoints, METH_O, NULL},
{ "RectangleQuadrature1D_getAllAbscissae", _wrap_RectangleQuadrature1D_getAllAbscissae, METH_O, NULL},
{ "RectangleQuadrature1D_getAllWeights", _wrap_RectangleQuadrature1D_getAllWeights, METH_O, NULL},
{ "RectangleQuadrature1D_integrate", _wrap_RectangleQuadrature1D_integrate, METH_VARARGS, NULL},
{ "RectangleQuadrature1D_swigregister", RectangleQuadrature1D_swigregister, METH_O, NULL},
{ "RectangleQuadrature1D_swiginit", RectangleQuadrature1D_swiginit, METH_VARARGS, NULL},
{ "delete_DoubleDoubleAbsVisitor", _wrap_delete_DoubleDoubleAbsVisitor, METH_O, NULL},
{ "DoubleDoubleAbsVisitor_clear", _wrap_DoubleDoubleAbsVisitor_clear, METH_O, NULL},
{ "DoubleDoubleAbsVisitor_process", _wrap_DoubleDoubleAbsVisitor_process, METH_VARARGS, NULL},
{ "DoubleDoubleAbsVisitor_result", _wrap_DoubleDoubleAbsVisitor_result, METH_O, NULL},
{ "DoubleDoubleAbsVisitor_swigregister", DoubleDoubleAbsVisitor_swigregister, METH_O, NULL},
{ "delete_FloatFloatAbsVisitor", _wrap_delete_FloatFloatAbsVisitor, METH_O, NULL},
{ "FloatFloatAbsVisitor_clear", _wrap_FloatFloatAbsVisitor_clear, METH_O, NULL},
{ "FloatFloatAbsVisitor_process", _wrap_FloatFloatAbsVisitor_process, METH_VARARGS, NULL},
{ "FloatFloatAbsVisitor_result", _wrap_FloatFloatAbsVisitor_result, METH_O, NULL},
{ "FloatFloatAbsVisitor_swigregister", FloatFloatAbsVisitor_swigregister, METH_O, NULL},
{ "delete_IntIntAbsVisitor", _wrap_delete_IntIntAbsVisitor, METH_O, NULL},
{ "IntIntAbsVisitor_clear", _wrap_IntIntAbsVisitor_clear, METH_O, NULL},
{ "IntIntAbsVisitor_process", _wrap_IntIntAbsVisitor_process, METH_VARARGS, NULL},
{ "IntIntAbsVisitor_result", _wrap_IntIntAbsVisitor_result, METH_O, NULL},
{ "IntIntAbsVisitor_swigregister", IntIntAbsVisitor_swigregister, METH_O, NULL},
{ "delete_LongLongAbsVisitor", _wrap_delete_LongLongAbsVisitor, METH_O, NULL},
{ "LongLongAbsVisitor_clear", _wrap_LongLongAbsVisitor_clear, METH_O, NULL},
{ "LongLongAbsVisitor_process", _wrap_LongLongAbsVisitor_process, METH_VARARGS, NULL},
{ "LongLongAbsVisitor_result", _wrap_LongLongAbsVisitor_result, METH_O, NULL},
{ "LongLongAbsVisitor_swigregister", LongLongAbsVisitor_swigregister, METH_O, NULL},
{ "delete_UCharUCharAbsVisitor", _wrap_delete_UCharUCharAbsVisitor, METH_O, NULL},
{ "UCharUCharAbsVisitor_clear", _wrap_UCharUCharAbsVisitor_clear, METH_O, NULL},
{ "UCharUCharAbsVisitor_process", _wrap_UCharUCharAbsVisitor_process, METH_VARARGS, NULL},
{ "UCharUCharAbsVisitor_result", _wrap_UCharUCharAbsVisitor_result, METH_O, NULL},
{ "UCharUCharAbsVisitor_swigregister", UCharUCharAbsVisitor_swigregister, METH_O, NULL},
{ "delete_FloatDoubleAbsVisitor", _wrap_delete_FloatDoubleAbsVisitor, METH_O, NULL},
{ "FloatDoubleAbsVisitor_clear", _wrap_FloatDoubleAbsVisitor_clear, METH_O, NULL},
{ "FloatDoubleAbsVisitor_process", _wrap_FloatDoubleAbsVisitor_process, METH_VARARGS, NULL},
{ "FloatDoubleAbsVisitor_result", _wrap_FloatDoubleAbsVisitor_result, METH_O, NULL},
{ "FloatDoubleAbsVisitor_swigregister", FloatDoubleAbsVisitor_swigregister, METH_O, NULL},
{ "delete_IntDoubleAbsVisitor", _wrap_delete_IntDoubleAbsVisitor, METH_O, NULL},
{ "IntDoubleAbsVisitor_clear", _wrap_IntDoubleAbsVisitor_clear, METH_O, NULL},
{ "IntDoubleAbsVisitor_process", _wrap_IntDoubleAbsVisitor_process, METH_VARARGS, NULL},
{ "IntDoubleAbsVisitor_result", _wrap_IntDoubleAbsVisitor_result, METH_O, NULL},
{ "IntDoubleAbsVisitor_swigregister", IntDoubleAbsVisitor_swigregister, METH_O, NULL},
{ "delete_LongDoubleAbsVisitor", _wrap_delete_LongDoubleAbsVisitor, METH_O, NULL},
{ "LongDoubleAbsVisitor_clear", _wrap_LongDoubleAbsVisitor_clear, METH_O, NULL},
{ "LongDoubleAbsVisitor_process", _wrap_LongDoubleAbsVisitor_process, METH_VARARGS, NULL},
{ "LongDoubleAbsVisitor_result", _wrap_LongDoubleAbsVisitor_result, METH_O, NULL},
{ "LongDoubleAbsVisitor_swigregister", LongDoubleAbsVisitor_swigregister, METH_O, NULL},
{ "delete_UCharDoubleAbsVisitor", _wrap_delete_UCharDoubleAbsVisitor, METH_O, NULL},
{ "UCharDoubleAbsVisitor_clear", _wrap_UCharDoubleAbsVisitor_clear, METH_O, NULL},
{ "UCharDoubleAbsVisitor_process", _wrap_UCharDoubleAbsVisitor_process, METH_VARARGS, NULL},
{ "UCharDoubleAbsVisitor_result", _wrap_UCharDoubleAbsVisitor_result, METH_O, NULL},
{ "UCharDoubleAbsVisitor_swigregister", UCharDoubleAbsVisitor_swigregister, METH_O, NULL},
{ "new_UCharBoxNDScanner", _wrap_new_UCharBoxNDScanner, METH_VARARGS, NULL},
{ "UCharBoxNDScanner_dim", _wrap_UCharBoxNDScanner_dim, METH_O, NULL},
{ "UCharBoxNDScanner_state", _wrap_UCharBoxNDScanner_state, METH_O, NULL},
{ "UCharBoxNDScanner_maxState", _wrap_UCharBoxNDScanner_maxState, METH_O, NULL},
{ "UCharBoxNDScanner_isValid", _wrap_UCharBoxNDScanner_isValid, METH_O, NULL},
{ "UCharBoxNDScanner_reset", _wrap_UCharBoxNDScanner_reset, METH_O, NULL},
{ "UCharBoxNDScanner_setState", _wrap_UCharBoxNDScanner_setState, METH_VARARGS, NULL},
{ "UCharBoxNDScanner_getCoords", _wrap_UCharBoxNDScanner_getCoords, METH_O, NULL},
{ "UCharBoxNDScanner_getIndex", _wrap_UCharBoxNDScanner_getIndex, METH_O, NULL},
{ "UCharBoxNDScanner_next", _wrap_UCharBoxNDScanner_next, METH_O, NULL},
{ "delete_UCharBoxNDScanner", _wrap_delete_UCharBoxNDScanner, METH_O, NULL},
{ "UCharBoxNDScanner_swigregister", UCharBoxNDScanner_swigregister, METH_O, NULL},
{ "UCharBoxNDScanner_swiginit", UCharBoxNDScanner_swiginit, METH_VARARGS, NULL},
{ "new_IntBoxNDScanner", _wrap_new_IntBoxNDScanner, METH_VARARGS, NULL},
{ "IntBoxNDScanner_dim", _wrap_IntBoxNDScanner_dim, METH_O, NULL},
{ "IntBoxNDScanner_state", _wrap_IntBoxNDScanner_state, METH_O, NULL},
{ "IntBoxNDScanner_maxState", _wrap_IntBoxNDScanner_maxState, METH_O, NULL},
{ "IntBoxNDScanner_isValid", _wrap_IntBoxNDScanner_isValid, METH_O, NULL},
{ "IntBoxNDScanner_reset", _wrap_IntBoxNDScanner_reset, METH_O, NULL},
{ "IntBoxNDScanner_setState", _wrap_IntBoxNDScanner_setState, METH_VARARGS, NULL},
{ "IntBoxNDScanner_getCoords", _wrap_IntBoxNDScanner_getCoords, METH_O, NULL},
{ "IntBoxNDScanner_getIndex", _wrap_IntBoxNDScanner_getIndex, METH_O, NULL},
{ "IntBoxNDScanner_next", _wrap_IntBoxNDScanner_next, METH_O, NULL},
{ "delete_IntBoxNDScanner", _wrap_delete_IntBoxNDScanner, METH_O, NULL},
{ "IntBoxNDScanner_swigregister", IntBoxNDScanner_swigregister, METH_O, NULL},
{ "IntBoxNDScanner_swiginit", IntBoxNDScanner_swiginit, METH_VARARGS, NULL},
{ "new_LongBoxNDScanner", _wrap_new_LongBoxNDScanner, METH_VARARGS, NULL},
{ "LongBoxNDScanner_dim", _wrap_LongBoxNDScanner_dim, METH_O, NULL},
{ "LongBoxNDScanner_state", _wrap_LongBoxNDScanner_state, METH_O, NULL},
{ "LongBoxNDScanner_maxState", _wrap_LongBoxNDScanner_maxState, METH_O, NULL},
{ "LongBoxNDScanner_isValid", _wrap_LongBoxNDScanner_isValid, METH_O, NULL},
{ "LongBoxNDScanner_reset", _wrap_LongBoxNDScanner_reset, METH_O, NULL},
{ "LongBoxNDScanner_setState", _wrap_LongBoxNDScanner_setState, METH_VARARGS, NULL},
{ "LongBoxNDScanner_getCoords", _wrap_LongBoxNDScanner_getCoords, METH_O, NULL},
{ "LongBoxNDScanner_getIndex", _wrap_LongBoxNDScanner_getIndex, METH_O, NULL},
{ "LongBoxNDScanner_next", _wrap_LongBoxNDScanner_next, METH_O, NULL},
{ "delete_LongBoxNDScanner", _wrap_delete_LongBoxNDScanner, METH_O, NULL},
{ "LongBoxNDScanner_swigregister", LongBoxNDScanner_swigregister, METH_O, NULL},
{ "LongBoxNDScanner_swiginit", LongBoxNDScanner_swiginit, METH_VARARGS, NULL},
{ "new_FloatBoxNDScanner", _wrap_new_FloatBoxNDScanner, METH_VARARGS, NULL},
{ "FloatBoxNDScanner_dim", _wrap_FloatBoxNDScanner_dim, METH_O, NULL},
{ "FloatBoxNDScanner_state", _wrap_FloatBoxNDScanner_state, METH_O, NULL},
{ "FloatBoxNDScanner_maxState", _wrap_FloatBoxNDScanner_maxState, METH_O, NULL},
{ "FloatBoxNDScanner_isValid", _wrap_FloatBoxNDScanner_isValid, METH_O, NULL},
{ "FloatBoxNDScanner_reset", _wrap_FloatBoxNDScanner_reset, METH_O, NULL},
{ "FloatBoxNDScanner_setState", _wrap_FloatBoxNDScanner_setState, METH_VARARGS, NULL},
{ "FloatBoxNDScanner_getCoords", _wrap_FloatBoxNDScanner_getCoords, METH_O, NULL},
{ "FloatBoxNDScanner_getIndex", _wrap_FloatBoxNDScanner_getIndex, METH_O, NULL},
{ "FloatBoxNDScanner_next", _wrap_FloatBoxNDScanner_next, METH_O, NULL},
{ "delete_FloatBoxNDScanner", _wrap_delete_FloatBoxNDScanner, METH_O, NULL},
{ "FloatBoxNDScanner_swigregister", FloatBoxNDScanner_swigregister, METH_O, NULL},
{ "FloatBoxNDScanner_swiginit", FloatBoxNDScanner_swiginit, METH_VARARGS, NULL},
{ "new_DoubleBoxNDScanner", _wrap_new_DoubleBoxNDScanner, METH_VARARGS, NULL},
{ "DoubleBoxNDScanner_dim", _wrap_DoubleBoxNDScanner_dim, METH_O, NULL},
{ "DoubleBoxNDScanner_state", _wrap_DoubleBoxNDScanner_state, METH_O, NULL},
{ "DoubleBoxNDScanner_maxState", _wrap_DoubleBoxNDScanner_maxState, METH_O, NULL},
{ "DoubleBoxNDScanner_isValid", _wrap_DoubleBoxNDScanner_isValid, METH_O, NULL},
{ "DoubleBoxNDScanner_reset", _wrap_DoubleBoxNDScanner_reset, METH_O, NULL},
{ "DoubleBoxNDScanner_setState", _wrap_DoubleBoxNDScanner_setState, METH_VARARGS, NULL},
{ "DoubleBoxNDScanner_getCoords", _wrap_DoubleBoxNDScanner_getCoords, METH_O, NULL},
{ "DoubleBoxNDScanner_getIndex", _wrap_DoubleBoxNDScanner_getIndex, METH_O, NULL},
{ "DoubleBoxNDScanner_next", _wrap_DoubleBoxNDScanner_next, METH_O, NULL},
{ "delete_DoubleBoxNDScanner", _wrap_delete_DoubleBoxNDScanner, METH_O, NULL},
{ "DoubleBoxNDScanner_swigregister", DoubleBoxNDScanner_swigregister, METH_O, NULL},
{ "DoubleBoxNDScanner_swiginit", DoubleBoxNDScanner_swiginit, METH_VARARGS, NULL},
{ "new_ConvolutionEngineND", _wrap_new_ConvolutionEngineND, METH_VARARGS, NULL},
{ "delete_ConvolutionEngineND", _wrap_delete_ConvolutionEngineND, METH_O, NULL},
{ "ConvolutionEngineND_discardFilter", _wrap_ConvolutionEngineND_discardFilter, METH_VARARGS, NULL},
{ "ConvolutionEngineND_clearFilterBank", _wrap_ConvolutionEngineND_clearFilterBank, METH_O, NULL},
{ "ConvolutionEngineND_isShapeCompatible", _wrap_ConvolutionEngineND_isShapeCompatible, METH_VARARGS, NULL},
{ "ConvolutionEngineND_rank", _wrap_ConvolutionEngineND_rank, METH_O, NULL},
{ "ConvolutionEngineND_shape", _wrap_ConvolutionEngineND_shape, METH_O, NULL},
{ "ConvolutionEngineND_dataLength", _wrap_ConvolutionEngineND_dataLength, METH_O, NULL},
{ "ConvolutionEngineND_isFilterSet", _wrap_ConvolutionEngineND_isFilterSet, METH_O, NULL},
{ "ConvolutionEngineND_filterBankSize", _wrap_ConvolutionEngineND_filterBankSize, METH_O, NULL},
{ "ConvolutionEngineND_setFilter", _wrap_ConvolutionEngineND_setFilter, METH_VARARGS, NULL},
{ "ConvolutionEngineND_depositFilter", _wrap_ConvolutionEngineND_depositFilter, METH_VARARGS, NULL},
{ "ConvolutionEngineND_convolveWithFilter", _wrap_ConvolutionEngineND_convolveWithFilter, METH_VARARGS, NULL},
{ "ConvolutionEngineND_convolveWithDeposit", _wrap_ConvolutionEngineND_convolveWithDeposit, METH_VARARGS, NULL},
{ "ConvolutionEngineND_convolveFilterAndDeposit", _wrap_ConvolutionEngineND_convolveFilterAndDeposit, METH_VARARGS, NULL},
{ "ConvolutionEngineND_swigregister", ConvolutionEngineND_swigregister, METH_O, NULL},
{ "ConvolutionEngineND_swiginit", ConvolutionEngineND_swiginit, METH_VARARGS, NULL},
{ "new_EquidistantInLinearSpace", _wrap_new_EquidistantInLinearSpace, METH_VARARGS, NULL},
{ "delete_EquidistantInLinearSpace", _wrap_delete_EquidistantInLinearSpace, METH_O, NULL},
{ "EquidistantInLinearSpace_swigregister", EquidistantInLinearSpace_swigregister, METH_O, NULL},
{ "EquidistantInLinearSpace_swiginit", EquidistantInLinearSpace_swiginit, METH_VARARGS, NULL},
{ "new_EquidistantInLogSpace", _wrap_new_EquidistantInLogSpace, METH_VARARGS, NULL},
{ "delete_EquidistantInLogSpace", _wrap_delete_EquidistantInLogSpace, METH_O, NULL},
{ "EquidistantInLogSpace_swigregister", EquidistantInLogSpace_swigregister, METH_O, NULL},
{ "EquidistantInLogSpace_swiginit", EquidistantInLogSpace_swiginit, METH_VARARGS, NULL},
{ "delete_AbsPolyFilterND", _wrap_delete_AbsPolyFilterND, METH_O, NULL},
{ "AbsPolyFilterND_dim", _wrap_AbsPolyFilterND_dim, METH_O, NULL},
{ "AbsPolyFilterND_dataShape", _wrap_AbsPolyFilterND_dataShape, METH_O, NULL},
{ "AbsPolyFilterND_selfContribution", _wrap_AbsPolyFilterND_selfContribution, METH_VARARGS, NULL},
{ "AbsPolyFilterND_linearSelfContribution", _wrap_AbsPolyFilterND_linearSelfContribution, METH_VARARGS, NULL},
{ "AbsPolyFilterND_swigregister", AbsPolyFilterND_swigregister, METH_O, NULL},
{ "new_BasicPolyFilterND", _wrap_new_BasicPolyFilterND, METH_VARARGS, NULL},
{ "delete_BasicPolyFilterND", _wrap_delete_BasicPolyFilterND, METH_O, NULL},
{ "BasicPolyFilterND_dim", _wrap_BasicPolyFilterND_dim, METH_O, NULL},
{ "BasicPolyFilterND_dataShape", _wrap_BasicPolyFilterND_dataShape, METH_O, NULL},
{ "BasicPolyFilterND_selfContribution", _wrap_BasicPolyFilterND_selfContribution, METH_VARARGS, NULL},
{ "BasicPolyFilterND_linearSelfContribution", _wrap_BasicPolyFilterND_linearSelfContribution, METH_VARARGS, NULL},
{ "BasicPolyFilterND_swigregister", BasicPolyFilterND_swigregister, METH_O, NULL},
{ "BasicPolyFilterND_swiginit", BasicPolyFilterND_swiginit, METH_VARARGS, NULL},
{ "delete_KDEFilterND_10", _wrap_delete_KDEFilterND_10, METH_O, NULL},
{ "KDEFilterND_10_dim", _wrap_KDEFilterND_10_dim, METH_O, NULL},
{ "KDEFilterND_10_maxDegree", _wrap_KDEFilterND_10_maxDegree, METH_O, NULL},
{ "KDEFilterND_10_dataShape", _wrap_KDEFilterND_10_dataShape, METH_O, NULL},
{ "KDEFilterND_10_taper", _wrap_KDEFilterND_10_taper, METH_VARARGS, NULL},
{ "KDEFilterND_10_mirrorsData", _wrap_KDEFilterND_10_mirrorsData, METH_O, NULL},
{ "KDEFilterND_10_engineSlotId", _wrap_KDEFilterND_10_engineSlotId, METH_O, NULL},
{ "KDEFilterND_10_filterAtTheCenter", _wrap_KDEFilterND_10_filterAtTheCenter, METH_O, NULL},
{ "KDEFilterND_10_selfContribution", _wrap_KDEFilterND_10_selfContribution, METH_VARARGS, NULL},
{ "KDEFilterND_10_linearSelfContribution", _wrap_KDEFilterND_10_linearSelfContribution, METH_VARARGS, NULL},
{ "KDEFilterND_10_selfContributionVaries", _wrap_KDEFilterND_10_selfContributionVaries, METH_O, NULL},
{ "KDEFilterND_10_classMaxDegree", _wrap_KDEFilterND_10_classMaxDegree, METH_NOARGS, NULL},
{ "new_KDEFilterND_10", _wrap_new_KDEFilterND_10, METH_VARARGS, NULL},
{ "KDEFilterND_10_isCompatible", _wrap_KDEFilterND_10_isCompatible, METH_VARARGS, NULL},
{ "KDEFilterND_10_filter", _wrap_KDEFilterND_10_filter, METH_VARARGS, NULL},
{ "KDEFilterND_10_convolve", _wrap_KDEFilterND_10_convolve, METH_VARARGS, NULL},
{ "KDEFilterND_10_swigregister", KDEFilterND_10_swigregister, METH_O, NULL},
{ "KDEFilterND_10_swiginit", KDEFilterND_10_swiginit, METH_VARARGS, NULL},
{ "new_Column", _wrap_new_Column, METH_VARARGS, NULL},
{ "delete_Column", _wrap_delete_Column, METH_O, NULL},
{ "Column_swigregister", Column_swigregister, METH_O, NULL},
{ "Column_swiginit", Column_swiginit, METH_VARARGS, NULL},
{ "delete_LocalPolyFilterND_10", _wrap_delete_LocalPolyFilterND_10, METH_O, NULL},
{ "LocalPolyFilterND_10_dim", _wrap_LocalPolyFilterND_10_dim, METH_O, NULL},
{ "LocalPolyFilterND_10_maxDegree", _wrap_LocalPolyFilterND_10_maxDegree, METH_O, NULL},
{ "LocalPolyFilterND_10_dataShape", _wrap_LocalPolyFilterND_10_dataShape, METH_O, NULL},
{ "LocalPolyFilterND_10_taper", _wrap_LocalPolyFilterND_10_taper, METH_VARARGS, NULL},
{ "LocalPolyFilterND_10_getFilterMatrix", _wrap_LocalPolyFilterND_10_getFilterMatrix, METH_O, NULL},
{ "LocalPolyFilterND_10_selfContribution", _wrap_LocalPolyFilterND_10_selfContribution, METH_VARARGS, NULL},
{ "LocalPolyFilterND_10_linearSelfContribution", _wrap_LocalPolyFilterND_10_linearSelfContribution, METH_VARARGS, NULL},
{ "LocalPolyFilterND_10_classId", _wrap_LocalPolyFilterND_10_classId, METH_O, NULL},
{ "LocalPolyFilterND_10_write", _wrap_LocalPolyFilterND_10_write, METH_VARARGS, NULL},
{ "LocalPolyFilterND_10_classname", _wrap_LocalPolyFilterND_10_classname, METH_NOARGS, NULL},
{ "LocalPolyFilterND_10_version", _wrap_LocalPolyFilterND_10_version, METH_NOARGS, NULL},
{ "LocalPolyFilterND_10_read", _wrap_LocalPolyFilterND_10_read, METH_VARARGS, NULL},
{ "LocalPolyFilterND_10_classMaxDegree", _wrap_LocalPolyFilterND_10_classMaxDegree, METH_NOARGS, NULL},
{ "new_LocalPolyFilterND_10", _wrap_new_LocalPolyFilterND_10, METH_VARARGS, NULL},
{ "LocalPolyFilterND_10_isCompatible", _wrap_LocalPolyFilterND_10_isCompatible, METH_VARARGS, NULL},
{ "LocalPolyFilterND_10_filter", _wrap_LocalPolyFilterND_10_filter, METH_VARARGS, NULL},
{ "LocalPolyFilterND_10_convolve", _wrap_LocalPolyFilterND_10_convolve, METH_VARARGS, NULL},
{ "LocalPolyFilterND_10_swigregister", LocalPolyFilterND_10_swigregister, METH_O, NULL},
{ "LocalPolyFilterND_10_swiginit", LocalPolyFilterND_10_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LocalPolyFilterND_10", _wrap_new_ArchiveRecord_LocalPolyFilterND_10, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LocalPolyFilterND_10", _wrap_delete_ArchiveRecord_LocalPolyFilterND_10, METH_O, NULL},
{ "ArchiveRecord_LocalPolyFilterND_10_swigregister", ArchiveRecord_LocalPolyFilterND_10_swigregister, METH_O, NULL},
{ "ArchiveRecord_LocalPolyFilterND_10_swiginit", ArchiveRecord_LocalPolyFilterND_10_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LocalPolyFilterND_10", _wrap_new_Ref_LocalPolyFilterND_10, METH_VARARGS, NULL},
{ "Ref_LocalPolyFilterND_10_restore", _wrap_Ref_LocalPolyFilterND_10_restore, METH_VARARGS, NULL},
{ "Ref_LocalPolyFilterND_10_retrieve", _wrap_Ref_LocalPolyFilterND_10_retrieve, METH_VARARGS, NULL},
{ "Ref_LocalPolyFilterND_10_getValue", _wrap_Ref_LocalPolyFilterND_10_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LocalPolyFilterND_10", _wrap_delete_Ref_LocalPolyFilterND_10, METH_O, NULL},
{ "Ref_LocalPolyFilterND_10_swigregister", Ref_LocalPolyFilterND_10_swigregister, METH_O, NULL},
{ "Ref_LocalPolyFilterND_10_swiginit", Ref_LocalPolyFilterND_10_swiginit, METH_VARARGS, NULL},
{ "delete_AbsPolyFilter1D", _wrap_delete_AbsPolyFilter1D, METH_O, NULL},
{ "AbsPolyFilter1D_dataLen", _wrap_AbsPolyFilter1D_dataLen, METH_O, NULL},
{ "AbsPolyFilter1D_selfContribution", _wrap_AbsPolyFilter1D_selfContribution, METH_VARARGS, NULL},
{ "AbsPolyFilter1D_swigregister", AbsPolyFilter1D_swigregister, METH_O, NULL},
{ "new_ContribConstant1D", _wrap_new_ContribConstant1D, METH_VARARGS, NULL},
{ "delete_ContribConstant1D", _wrap_delete_ContribConstant1D, METH_O, NULL},
{ "ContribConstant1D_dataLen", _wrap_ContribConstant1D_dataLen, METH_O, NULL},
{ "ContribConstant1D_selfContribution", _wrap_ContribConstant1D_selfContribution, METH_VARARGS, NULL},
{ "ContribConstant1D_swigregister", ContribConstant1D_swigregister, METH_O, NULL},
{ "ContribConstant1D_swiginit", ContribConstant1D_swiginit, METH_VARARGS, NULL},
{ "new_ContribVector1D", _wrap_new_ContribVector1D, METH_O, NULL},
{ "delete_ContribVector1D", _wrap_delete_ContribVector1D, METH_O, NULL},
{ "ContribVector1D_dataLen", _wrap_ContribVector1D_dataLen, METH_O, NULL},
{ "ContribVector1D_selfContribution", _wrap_ContribVector1D_selfContribution, METH_VARARGS, NULL},
{ "ContribVector1D_swigregister", ContribVector1D_swigregister, METH_O, NULL},
{ "ContribVector1D_swiginit", ContribVector1D_swiginit, METH_VARARGS, NULL},
{ "new_BoundaryHandling", _wrap_new_BoundaryHandling, METH_VARARGS, NULL},
{ "BoundaryHandling_methodName", _wrap_BoundaryHandling_methodName, METH_O, NULL},
{ "BoundaryHandling_parameters", _wrap_BoundaryHandling_parameters, METH_O, NULL},
{ "BoundaryHandling_nParameters", _wrap_BoundaryHandling_nParameters, METH_O, NULL},
{ "BoundaryHandling_methodId", _wrap_BoundaryHandling_methodId, METH_O, NULL},
{ "BoundaryHandling___eq__", _wrap_BoundaryHandling___eq__, METH_VARARGS, NULL},
{ "BoundaryHandling___ne__", _wrap_BoundaryHandling___ne__, METH_VARARGS, NULL},
{ "BoundaryHandling___lt__", _wrap_BoundaryHandling___lt__, METH_VARARGS, NULL},
{ "BoundaryHandling___gt__", _wrap_BoundaryHandling___gt__, METH_VARARGS, NULL},
{ "BoundaryHandling_isValidMethodName", _wrap_BoundaryHandling_isValidMethodName, METH_O, NULL},
{ "BoundaryHandling_validMethodNames", _wrap_BoundaryHandling_validMethodNames, METH_NOARGS, NULL},
{ "BoundaryHandling_isParameterFree", _wrap_BoundaryHandling_isParameterFree, METH_O, NULL},
{ "BoundaryHandling_parameterFreeNames", _wrap_BoundaryHandling_parameterFreeNames, METH_NOARGS, NULL},
{ "BoundaryHandling_expectedNParameters", _wrap_BoundaryHandling_expectedNParameters, METH_O, NULL},
{ "BoundaryHandling_classId", _wrap_BoundaryHandling_classId, METH_O, NULL},
{ "BoundaryHandling_write", _wrap_BoundaryHandling_write, METH_VARARGS, NULL},
{ "BoundaryHandling_classname", _wrap_BoundaryHandling_classname, METH_NOARGS, NULL},
{ "BoundaryHandling_version", _wrap_BoundaryHandling_version, METH_NOARGS, NULL},
{ "BoundaryHandling_restore", _wrap_BoundaryHandling_restore, METH_VARARGS, NULL},
{ "delete_BoundaryHandling", _wrap_delete_BoundaryHandling, METH_O, NULL},
{ "BoundaryHandling_swigregister", BoundaryHandling_swigregister, METH_O, NULL},
{ "BoundaryHandling_swiginit", BoundaryHandling_swiginit, METH_VARARGS, NULL},
{ "new_PolyFilter1D", _wrap_new_PolyFilter1D, METH_O, NULL},
{ "PolyFilter1D_peakPosition", _wrap_PolyFilter1D_peakPosition, METH_O, NULL},
{ "PolyFilter1D___eq__", _wrap_PolyFilter1D___eq__, METH_VARARGS, NULL},
{ "PolyFilter1D___ne__", _wrap_PolyFilter1D___ne__, METH_VARARGS, NULL},
{ "PolyFilter1D_classId", _wrap_PolyFilter1D_classId, METH_O, NULL},
{ "PolyFilter1D_write", _wrap_PolyFilter1D_write, METH_VARARGS, NULL},
{ "PolyFilter1D_classname", _wrap_PolyFilter1D_classname, METH_NOARGS, NULL},
{ "PolyFilter1D_version", _wrap_PolyFilter1D_version, METH_NOARGS, NULL},
{ "PolyFilter1D_read", _wrap_PolyFilter1D_read, METH_VARARGS, NULL},
{ "PolyFilter1D_valueAt", _wrap_PolyFilter1D_valueAt, METH_VARARGS, NULL},
{ "delete_PolyFilter1D", _wrap_delete_PolyFilter1D, METH_O, NULL},
{ "PolyFilter1D_swigregister", PolyFilter1D_swigregister, METH_O, NULL},
{ "PolyFilter1D_swiginit", PolyFilter1D_swiginit, METH_VARARGS, NULL},
{ "delete_AbsFilter1DBuilder", _wrap_delete_AbsFilter1DBuilder, METH_O, NULL},
{ "AbsFilter1DBuilder_centralWeightLength", _wrap_AbsFilter1DBuilder_centralWeightLength, METH_O, NULL},
{ "AbsFilter1DBuilder_keepAllFilters", _wrap_AbsFilter1DBuilder_keepAllFilters, METH_O, NULL},
{ "AbsFilter1DBuilder_lastBandwidthFactor", _wrap_AbsFilter1DBuilder_lastBandwidthFactor, METH_O, NULL},
{ "AbsFilter1DBuilder_makeFilter", _wrap_AbsFilter1DBuilder_makeFilter, METH_VARARGS, NULL},
{ "AbsFilter1DBuilder_swigregister", AbsFilter1DBuilder_swigregister, METH_O, NULL},
{ "delete_OrthoPolyFilter1DBuilder", _wrap_delete_OrthoPolyFilter1DBuilder, METH_O, NULL},
{ "OrthoPolyFilter1DBuilder_makeOrthoPoly", _wrap_OrthoPolyFilter1DBuilder_makeOrthoPoly, METH_VARARGS, NULL},
{ "OrthoPolyFilter1DBuilder_swigregister", OrthoPolyFilter1DBuilder_swigregister, METH_O, NULL},
{ "delete_AbsBoundaryFilter1DBuilder", _wrap_delete_AbsBoundaryFilter1DBuilder, METH_O, NULL},
{ "AbsBoundaryFilter1DBuilder_centralWeightLength", _wrap_AbsBoundaryFilter1DBuilder_centralWeightLength, METH_O, NULL},
{ "AbsBoundaryFilter1DBuilder_keepAllFilters", _wrap_AbsBoundaryFilter1DBuilder_keepAllFilters, METH_O, NULL},
{ "AbsBoundaryFilter1DBuilder_makeOrthoPoly", _wrap_AbsBoundaryFilter1DBuilder_makeOrthoPoly, METH_VARARGS, NULL},
{ "AbsBoundaryFilter1DBuilder_isFolding", _wrap_AbsBoundaryFilter1DBuilder_isFolding, METH_O, NULL},
{ "AbsBoundaryFilter1DBuilder_lastBandwidthFactor", _wrap_AbsBoundaryFilter1DBuilder_lastBandwidthFactor, METH_O, NULL},
{ "AbsBoundaryFilter1DBuilder_swigregister", AbsBoundaryFilter1DBuilder_swigregister, METH_O, NULL},
{ "getBoundaryFilter1DBuilder", _wrap_getBoundaryFilter1DBuilder, METH_VARARGS, NULL},
{ "new_AllSymbetaParams1D", _wrap_new_AllSymbetaParams1D, METH_VARARGS, NULL},
{ "AllSymbetaParams1D___lt__", _wrap_AllSymbetaParams1D___lt__, METH_VARARGS, NULL},
{ "AllSymbetaParams1D___gt__", _wrap_AllSymbetaParams1D___gt__, METH_VARARGS, NULL},
{ "AllSymbetaParams1D___eq__", _wrap_AllSymbetaParams1D___eq__, METH_VARARGS, NULL},
{ "AllSymbetaParams1D___ne__", _wrap_AllSymbetaParams1D___ne__, METH_VARARGS, NULL},
{ "AllSymbetaParams1D_classId", _wrap_AllSymbetaParams1D_classId, METH_O, NULL},
{ "AllSymbetaParams1D_write", _wrap_AllSymbetaParams1D_write, METH_VARARGS, NULL},
{ "AllSymbetaParams1D_classname", _wrap_AllSymbetaParams1D_classname, METH_NOARGS, NULL},
{ "AllSymbetaParams1D_version", _wrap_AllSymbetaParams1D_version, METH_NOARGS, NULL},
{ "AllSymbetaParams1D_restore", _wrap_AllSymbetaParams1D_restore, METH_VARARGS, NULL},
{ "AllSymbetaParams1D_get_bandwidth", _wrap_AllSymbetaParams1D_get_bandwidth, METH_O, NULL},
{ "AllSymbetaParams1D_get_degree", _wrap_AllSymbetaParams1D_get_degree, METH_O, NULL},
{ "AllSymbetaParams1D_get_binwidth", _wrap_AllSymbetaParams1D_get_binwidth, METH_O, NULL},
{ "AllSymbetaParams1D_get_nbins", _wrap_AllSymbetaParams1D_get_nbins, METH_O, NULL},
{ "AllSymbetaParams1D_get_excludedBin", _wrap_AllSymbetaParams1D_get_excludedBin, METH_O, NULL},
{ "AllSymbetaParams1D_get_symbetaPower", _wrap_AllSymbetaParams1D_get_symbetaPower, METH_O, NULL},
{ "AllSymbetaParams1D_get_bm", _wrap_AllSymbetaParams1D_get_bm, METH_O, NULL},
{ "AllSymbetaParams1D_get_excludeCentralPoint", _wrap_AllSymbetaParams1D_get_excludeCentralPoint, METH_O, NULL},
{ "delete_AllSymbetaParams1D", _wrap_delete_AllSymbetaParams1D, METH_O, NULL},
{ "AllSymbetaParams1D_swigregister", AllSymbetaParams1D_swigregister, METH_O, NULL},
{ "AllSymbetaParams1D_swiginit", AllSymbetaParams1D_swiginit, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector_iterator", _wrap_AllSymbetaParams1DVector_iterator, METH_O, NULL},
{ "AllSymbetaParams1DVector___nonzero__", _wrap_AllSymbetaParams1DVector___nonzero__, METH_O, NULL},
{ "AllSymbetaParams1DVector___bool__", _wrap_AllSymbetaParams1DVector___bool__, METH_O, NULL},
{ "AllSymbetaParams1DVector___len__", _wrap_AllSymbetaParams1DVector___len__, METH_O, NULL},
{ "AllSymbetaParams1DVector___getslice__", _wrap_AllSymbetaParams1DVector___getslice__, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector___setslice__", _wrap_AllSymbetaParams1DVector___setslice__, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector___delslice__", _wrap_AllSymbetaParams1DVector___delslice__, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector___delitem__", _wrap_AllSymbetaParams1DVector___delitem__, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector___getitem__", _wrap_AllSymbetaParams1DVector___getitem__, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector___setitem__", _wrap_AllSymbetaParams1DVector___setitem__, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector_pop", _wrap_AllSymbetaParams1DVector_pop, METH_O, NULL},
{ "AllSymbetaParams1DVector_append", _wrap_AllSymbetaParams1DVector_append, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector_empty", _wrap_AllSymbetaParams1DVector_empty, METH_O, NULL},
{ "AllSymbetaParams1DVector_size", _wrap_AllSymbetaParams1DVector_size, METH_O, NULL},
{ "AllSymbetaParams1DVector_swap", _wrap_AllSymbetaParams1DVector_swap, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector_begin", _wrap_AllSymbetaParams1DVector_begin, METH_O, NULL},
{ "AllSymbetaParams1DVector_end", _wrap_AllSymbetaParams1DVector_end, METH_O, NULL},
{ "AllSymbetaParams1DVector_rbegin", _wrap_AllSymbetaParams1DVector_rbegin, METH_O, NULL},
{ "AllSymbetaParams1DVector_rend", _wrap_AllSymbetaParams1DVector_rend, METH_O, NULL},
{ "AllSymbetaParams1DVector_clear", _wrap_AllSymbetaParams1DVector_clear, METH_O, NULL},
{ "AllSymbetaParams1DVector_get_allocator", _wrap_AllSymbetaParams1DVector_get_allocator, METH_O, NULL},
{ "AllSymbetaParams1DVector_pop_back", _wrap_AllSymbetaParams1DVector_pop_back, METH_O, NULL},
{ "AllSymbetaParams1DVector_erase", _wrap_AllSymbetaParams1DVector_erase, METH_VARARGS, NULL},
{ "new_AllSymbetaParams1DVector", _wrap_new_AllSymbetaParams1DVector, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector_push_back", _wrap_AllSymbetaParams1DVector_push_back, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector_front", _wrap_AllSymbetaParams1DVector_front, METH_O, NULL},
{ "AllSymbetaParams1DVector_back", _wrap_AllSymbetaParams1DVector_back, METH_O, NULL},
{ "AllSymbetaParams1DVector_assign", _wrap_AllSymbetaParams1DVector_assign, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector_resize", _wrap_AllSymbetaParams1DVector_resize, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector_insert", _wrap_AllSymbetaParams1DVector_insert, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector_reserve", _wrap_AllSymbetaParams1DVector_reserve, METH_VARARGS, NULL},
{ "AllSymbetaParams1DVector_capacity", _wrap_AllSymbetaParams1DVector_capacity, METH_O, NULL},
{ "delete_AllSymbetaParams1DVector", _wrap_delete_AllSymbetaParams1DVector, METH_O, NULL},
{ "AllSymbetaParams1DVector_swigregister", AllSymbetaParams1DVector_swigregister, METH_O, NULL},
{ "AllSymbetaParams1DVector_swiginit", AllSymbetaParams1DVector_swiginit, METH_VARARGS, NULL},
{ "new_LocalPolyFilter1D", _wrap_new_LocalPolyFilter1D, METH_VARARGS, NULL},
{ "delete_LocalPolyFilter1D", _wrap_delete_LocalPolyFilter1D, METH_O, NULL},
{ "LocalPolyFilter1D___eq__", _wrap_LocalPolyFilter1D___eq__, METH_VARARGS, NULL},
{ "LocalPolyFilter1D___ne__", _wrap_LocalPolyFilter1D___ne__, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_taper", _wrap_LocalPolyFilter1D_taper, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_maxDegree", _wrap_LocalPolyFilter1D_maxDegree, METH_O, NULL},
{ "LocalPolyFilter1D_dataLen", _wrap_LocalPolyFilter1D_dataLen, METH_O, NULL},
{ "LocalPolyFilter1D_getBandwidthFactors", _wrap_LocalPolyFilter1D_getBandwidthFactors, METH_O, NULL},
{ "LocalPolyFilter1D_selfContribution", _wrap_LocalPolyFilter1D_selfContribution, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_getFilter", _wrap_LocalPolyFilter1D_getFilter, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_getFilterMatrix", _wrap_LocalPolyFilter1D_getFilterMatrix, METH_O, NULL},
{ "LocalPolyFilter1D_classId", _wrap_LocalPolyFilter1D_classId, METH_O, NULL},
{ "LocalPolyFilter1D_write", _wrap_LocalPolyFilter1D_write, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_classname", _wrap_LocalPolyFilter1D_classname, METH_NOARGS, NULL},
{ "LocalPolyFilter1D_version", _wrap_LocalPolyFilter1D_version, METH_NOARGS, NULL},
{ "LocalPolyFilter1D_read", _wrap_LocalPolyFilter1D_read, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_doublyStochasticFilter", _wrap_LocalPolyFilter1D_doublyStochasticFilter, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_eigenGroomedFilter", _wrap_LocalPolyFilter1D_eigenGroomedFilter, METH_O, NULL},
{ "LocalPolyFilter1D_filter", _wrap_LocalPolyFilter1D_filter, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_convolve", _wrap_LocalPolyFilter1D_convolve, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_filterIntoBuffer", _wrap_LocalPolyFilter1D_filterIntoBuffer, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_convolveIntoBuffer", _wrap_LocalPolyFilter1D_convolveIntoBuffer, METH_VARARGS, NULL},
{ "LocalPolyFilter1D_swigregister", LocalPolyFilter1D_swigregister, METH_O, NULL},
{ "LocalPolyFilter1D_swiginit", LocalPolyFilter1D_swiginit, METH_VARARGS, NULL},
{ "new_DummyLocalPolyFilter1D", _wrap_new_DummyLocalPolyFilter1D, METH_O, NULL},
{ "delete_DummyLocalPolyFilter1D", _wrap_delete_DummyLocalPolyFilter1D, METH_O, NULL},
{ "DummyLocalPolyFilter1D_classId", _wrap_DummyLocalPolyFilter1D_classId, METH_O, NULL},
{ "DummyLocalPolyFilter1D_write", _wrap_DummyLocalPolyFilter1D_write, METH_VARARGS, NULL},
{ "DummyLocalPolyFilter1D_classname", _wrap_DummyLocalPolyFilter1D_classname, METH_NOARGS, NULL},
{ "DummyLocalPolyFilter1D_version", _wrap_DummyLocalPolyFilter1D_version, METH_NOARGS, NULL},
{ "DummyLocalPolyFilter1D_read", _wrap_DummyLocalPolyFilter1D_read, METH_VARARGS, NULL},
{ "DummyLocalPolyFilter1D_swigregister", DummyLocalPolyFilter1D_swigregister, METH_O, NULL},
{ "DummyLocalPolyFilter1D_swiginit", DummyLocalPolyFilter1D_swiginit, METH_VARARGS, NULL},
{ "symbetaWeightAt0", _wrap_symbetaWeightAt0, METH_VARARGS, NULL},
{ "symbetaLOrPEFilter1D", _wrap_symbetaLOrPEFilter1D, METH_VARARGS, NULL},
{ "new_SequentialPolyFilterND", _wrap_new_SequentialPolyFilterND, METH_VARARGS, NULL},
{ "delete_SequentialPolyFilterND", _wrap_delete_SequentialPolyFilterND, METH_O, NULL},
{ "SequentialPolyFilterND___eq__", _wrap_SequentialPolyFilterND___eq__, METH_VARARGS, NULL},
{ "SequentialPolyFilterND___ne__", _wrap_SequentialPolyFilterND___ne__, METH_VARARGS, NULL},
{ "SequentialPolyFilterND_dim", _wrap_SequentialPolyFilterND_dim, METH_O, NULL},
{ "SequentialPolyFilterND_takesOwnership", _wrap_SequentialPolyFilterND_takesOwnership, METH_O, NULL},
{ "SequentialPolyFilterND_dataShape", _wrap_SequentialPolyFilterND_dataShape, METH_O, NULL},
{ "SequentialPolyFilterND_getFilter", _wrap_SequentialPolyFilterND_getFilter, METH_VARARGS, NULL},
{ "SequentialPolyFilterND_getFilterMatrix", _wrap_SequentialPolyFilterND_getFilterMatrix, METH_O, NULL},
{ "SequentialPolyFilterND_selfContribution", _wrap_SequentialPolyFilterND_selfContribution, METH_VARARGS, NULL},
{ "SequentialPolyFilterND_linearSelfContribution", _wrap_SequentialPolyFilterND_linearSelfContribution, METH_VARARGS, NULL},
{ "SequentialPolyFilterND_classId", _wrap_SequentialPolyFilterND_classId, METH_O, NULL},
{ "SequentialPolyFilterND_write", _wrap_SequentialPolyFilterND_write, METH_VARARGS, NULL},
{ "SequentialPolyFilterND_classname", _wrap_SequentialPolyFilterND_classname, METH_NOARGS, NULL},
{ "SequentialPolyFilterND_version", _wrap_SequentialPolyFilterND_version, METH_NOARGS, NULL},
{ "SequentialPolyFilterND_read", _wrap_SequentialPolyFilterND_read, METH_VARARGS, NULL},
{ "SequentialPolyFilterND_isCompatible", _wrap_SequentialPolyFilterND_isCompatible, METH_VARARGS, NULL},
{ "SequentialPolyFilterND_filter", _wrap_SequentialPolyFilterND_filter, METH_VARARGS, NULL},
{ "SequentialPolyFilterND_convolve", _wrap_SequentialPolyFilterND_convolve, METH_VARARGS, NULL},
{ "SequentialPolyFilterND_swigregister", SequentialPolyFilterND_swigregister, METH_O, NULL},
{ "SequentialPolyFilterND_swiginit", SequentialPolyFilterND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_SequentialPolyFilterND", _wrap_new_ArchiveRecord_SequentialPolyFilterND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_SequentialPolyFilterND", _wrap_delete_ArchiveRecord_SequentialPolyFilterND, METH_O, NULL},
{ "ArchiveRecord_SequentialPolyFilterND_swigregister", ArchiveRecord_SequentialPolyFilterND_swigregister, METH_O, NULL},
{ "ArchiveRecord_SequentialPolyFilterND_swiginit", ArchiveRecord_SequentialPolyFilterND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_SequentialPolyFilterND", _wrap_new_Ref_SequentialPolyFilterND, METH_VARARGS, NULL},
{ "Ref_SequentialPolyFilterND_restore", _wrap_Ref_SequentialPolyFilterND_restore, METH_VARARGS, NULL},
{ "Ref_SequentialPolyFilterND_retrieve", _wrap_Ref_SequentialPolyFilterND_retrieve, METH_VARARGS, NULL},
{ "Ref_SequentialPolyFilterND_getValue", _wrap_Ref_SequentialPolyFilterND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_SequentialPolyFilterND", _wrap_delete_Ref_SequentialPolyFilterND, METH_O, NULL},
{ "Ref_SequentialPolyFilterND_swigregister", Ref_SequentialPolyFilterND_swigregister, METH_O, NULL},
{ "Ref_SequentialPolyFilterND_swiginit", Ref_SequentialPolyFilterND_swiginit, METH_VARARGS, NULL},
{ "delete_AbsUnfoldingFilterND", _wrap_delete_AbsUnfoldingFilterND, METH_O, NULL},
{ "AbsUnfoldingFilterND_filter", _wrap_AbsUnfoldingFilterND_filter, METH_VARARGS, NULL},
{ "AbsUnfoldingFilterND_convolve", _wrap_AbsUnfoldingFilterND_convolve, METH_VARARGS, NULL},
{ "AbsUnfoldingFilterND_getFilterMatrix", _wrap_AbsUnfoldingFilterND_getFilterMatrix, METH_O, NULL},
{ "AbsUnfoldingFilterND___eq__", _wrap_AbsUnfoldingFilterND___eq__, METH_VARARGS, NULL},
{ "AbsUnfoldingFilterND___ne__", _wrap_AbsUnfoldingFilterND___ne__, METH_VARARGS, NULL},
{ "AbsUnfoldingFilterND_classId", _wrap_AbsUnfoldingFilterND_classId, METH_O, NULL},
{ "AbsUnfoldingFilterND_write", _wrap_AbsUnfoldingFilterND_write, METH_VARARGS, NULL},
{ "AbsUnfoldingFilterND_classname", _wrap_AbsUnfoldingFilterND_classname, METH_NOARGS, NULL},
{ "AbsUnfoldingFilterND_version", _wrap_AbsUnfoldingFilterND_version, METH_NOARGS, NULL},
{ "AbsUnfoldingFilterND_read", _wrap_AbsUnfoldingFilterND_read, METH_VARARGS, NULL},
{ "AbsUnfoldingFilterND_swigregister", AbsUnfoldingFilterND_swigregister, METH_O, NULL},
{ "delete_LocalUnfoldingFilterND_10", _wrap_delete_LocalUnfoldingFilterND_10, METH_O, NULL},
{ "LocalUnfoldingFilterND_10_dim", _wrap_LocalUnfoldingFilterND_10_dim, METH_O, NULL},
{ "LocalUnfoldingFilterND_10_dataShape", _wrap_LocalUnfoldingFilterND_10_dataShape, METH_O, NULL},
{ "LocalUnfoldingFilterND_10_selfContribution", _wrap_LocalUnfoldingFilterND_10_selfContribution, METH_VARARGS, NULL},
{ "LocalUnfoldingFilterND_10_linearSelfContribution", _wrap_LocalUnfoldingFilterND_10_linearSelfContribution, METH_VARARGS, NULL},
{ "LocalUnfoldingFilterND_10_filter", _wrap_LocalUnfoldingFilterND_10_filter, METH_VARARGS, NULL},
{ "LocalUnfoldingFilterND_10_convolve", _wrap_LocalUnfoldingFilterND_10_convolve, METH_VARARGS, NULL},
{ "LocalUnfoldingFilterND_10_getFilterMatrix", _wrap_LocalUnfoldingFilterND_10_getFilterMatrix, METH_O, NULL},
{ "LocalUnfoldingFilterND_10_classId", _wrap_LocalUnfoldingFilterND_10_classId, METH_O, NULL},
{ "LocalUnfoldingFilterND_10_write", _wrap_LocalUnfoldingFilterND_10_write, METH_VARARGS, NULL},
{ "LocalUnfoldingFilterND_10_classname", _wrap_LocalUnfoldingFilterND_10_classname, METH_NOARGS, NULL},
{ "LocalUnfoldingFilterND_10_version", _wrap_LocalUnfoldingFilterND_10_version, METH_NOARGS, NULL},
{ "LocalUnfoldingFilterND_10_read", _wrap_LocalUnfoldingFilterND_10_read, METH_VARARGS, NULL},
{ "LocalUnfoldingFilterND_10_swigregister", LocalUnfoldingFilterND_10_swigregister, METH_O, NULL},
{ "delete_SequentialUnfoldingFilterND", _wrap_delete_SequentialUnfoldingFilterND, METH_O, NULL},
{ "SequentialUnfoldingFilterND_dim", _wrap_SequentialUnfoldingFilterND_dim, METH_O, NULL},
{ "SequentialUnfoldingFilterND_dataShape", _wrap_SequentialUnfoldingFilterND_dataShape, METH_O, NULL},
{ "SequentialUnfoldingFilterND_selfContribution", _wrap_SequentialUnfoldingFilterND_selfContribution, METH_VARARGS, NULL},
{ "SequentialUnfoldingFilterND_linearSelfContribution", _wrap_SequentialUnfoldingFilterND_linearSelfContribution, METH_VARARGS, NULL},
{ "SequentialUnfoldingFilterND_filter", _wrap_SequentialUnfoldingFilterND_filter, METH_VARARGS, NULL},
{ "SequentialUnfoldingFilterND_convolve", _wrap_SequentialUnfoldingFilterND_convolve, METH_VARARGS, NULL},
{ "SequentialUnfoldingFilterND_getFilterMatrix", _wrap_SequentialUnfoldingFilterND_getFilterMatrix, METH_O, NULL},
{ "SequentialUnfoldingFilterND_classId", _wrap_SequentialUnfoldingFilterND_classId, METH_O, NULL},
{ "SequentialUnfoldingFilterND_write", _wrap_SequentialUnfoldingFilterND_write, METH_VARARGS, NULL},
{ "SequentialUnfoldingFilterND_classname", _wrap_SequentialUnfoldingFilterND_classname, METH_NOARGS, NULL},
{ "SequentialUnfoldingFilterND_version", _wrap_SequentialUnfoldingFilterND_version, METH_NOARGS, NULL},
{ "SequentialUnfoldingFilterND_read", _wrap_SequentialUnfoldingFilterND_read, METH_VARARGS, NULL},
{ "SequentialUnfoldingFilterND_swigregister", SequentialUnfoldingFilterND_swigregister, METH_O, NULL},
{ "gaussianResponseMatrix", _wrap_gaussianResponseMatrix, METH_VARARGS, NULL},
{ "contDegreeTaper", _wrap_contDegreeTaper, METH_O, NULL},
{ "new_UCharHistoND", _wrap_new_UCharHistoND, METH_VARARGS, NULL},
{ "UCharHistoND_dim", _wrap_UCharHistoND_dim, METH_O, NULL},
{ "UCharHistoND_title", _wrap_UCharHistoND_title, METH_O, NULL},
{ "UCharHistoND_accumulatedDataLabel", _wrap_UCharHistoND_accumulatedDataLabel, METH_O, NULL},
{ "UCharHistoND_binContents", _wrap_UCharHistoND_binContents, METH_O, NULL},
{ "UCharHistoND_overflows", _wrap_UCharHistoND_overflows, METH_O, NULL},
{ "UCharHistoND_underflowWeight", _wrap_UCharHistoND_underflowWeight, METH_VARARGS, NULL},
{ "UCharHistoND_overflowWeight", _wrap_UCharHistoND_overflowWeight, METH_VARARGS, NULL},
{ "UCharHistoND_inRangeOverWeight", _wrap_UCharHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "UCharHistoND_axis", _wrap_UCharHistoND_axis, METH_VARARGS, NULL},
{ "UCharHistoND_nBins", _wrap_UCharHistoND_nBins, METH_O, NULL},
{ "UCharHistoND_nFillsTotal", _wrap_UCharHistoND_nFillsTotal, METH_O, NULL},
{ "UCharHistoND_nFillsInRange", _wrap_UCharHistoND_nFillsInRange, METH_O, NULL},
{ "UCharHistoND_nFillsOver", _wrap_UCharHistoND_nFillsOver, METH_O, NULL},
{ "UCharHistoND_isUniformlyBinned", _wrap_UCharHistoND_isUniformlyBinned, METH_O, NULL},
{ "UCharHistoND_lowerAxisLimits", _wrap_UCharHistoND_lowerAxisLimits, METH_O, NULL},
{ "UCharHistoND_upperAxisLimits", _wrap_UCharHistoND_upperAxisLimits, METH_O, NULL},
{ "UCharHistoND_axisLengths", _wrap_UCharHistoND_axisLengths, METH_O, NULL},
{ "UCharHistoND_setTitle", _wrap_UCharHistoND_setTitle, METH_VARARGS, NULL},
{ "UCharHistoND_setAccumulatedDataLabel", _wrap_UCharHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "UCharHistoND_setAxisLabel", _wrap_UCharHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "UCharHistoND_binVolume", _wrap_UCharHistoND_binVolume, METH_VARARGS, NULL},
{ "UCharHistoND_binCenter", _wrap_UCharHistoND_binCenter, METH_VARARGS, NULL},
{ "UCharHistoND_binBox", _wrap_UCharHistoND_binBox, METH_VARARGS, NULL},
{ "UCharHistoND_boundingBox", _wrap_UCharHistoND_boundingBox, METH_O, NULL},
{ "UCharHistoND_volume", _wrap_UCharHistoND_volume, METH_O, NULL},
{ "UCharHistoND_integral", _wrap_UCharHistoND_integral, METH_O, NULL},
{ "UCharHistoND_clear", _wrap_UCharHistoND_clear, METH_O, NULL},
{ "UCharHistoND_clearBinContents", _wrap_UCharHistoND_clearBinContents, METH_O, NULL},
{ "UCharHistoND_clearOverflows", _wrap_UCharHistoND_clearOverflows, METH_O, NULL},
{ "UCharHistoND___eq__", _wrap_UCharHistoND___eq__, METH_VARARGS, NULL},
{ "UCharHistoND___ne__", _wrap_UCharHistoND___ne__, METH_VARARGS, NULL},
{ "UCharHistoND_isSameData", _wrap_UCharHistoND_isSameData, METH_VARARGS, NULL},
{ "UCharHistoND_recalculateNFillsFromData", _wrap_UCharHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "UCharHistoND_setNFillsTotal", _wrap_UCharHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "UCharHistoND_setNFillsOver", _wrap_UCharHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "UCharHistoND_transpose", _wrap_UCharHistoND_transpose, METH_VARARGS, NULL},
{ "UCharHistoND_getModCount", _wrap_UCharHistoND_getModCount, METH_O, NULL},
{ "UCharHistoND_incrModCount", _wrap_UCharHistoND_incrModCount, METH_O, NULL},
{ "UCharHistoND_classId", _wrap_UCharHistoND_classId, METH_O, NULL},
{ "UCharHistoND_write", _wrap_UCharHistoND_write, METH_VARARGS, NULL},
{ "UCharHistoND_classname", _wrap_UCharHistoND_classname, METH_NOARGS, NULL},
{ "UCharHistoND_version", _wrap_UCharHistoND_version, METH_NOARGS, NULL},
{ "UCharHistoND_read", _wrap_UCharHistoND_read, METH_VARARGS, NULL},
{ "UCharHistoND_examine", _wrap_UCharHistoND_examine, METH_VARARGS, NULL},
{ "UCharHistoND_closestBin", _wrap_UCharHistoND_closestBin, METH_VARARGS, NULL},
{ "UCharHistoND_setBin", _wrap_UCharHistoND_setBin, METH_VARARGS, NULL},
{ "UCharHistoND_setLinearBin", _wrap_UCharHistoND_setLinearBin, METH_VARARGS, NULL},
{ "UCharHistoND_setBinsToConst", _wrap_UCharHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "UCharHistoND_setOverflowsToConst", _wrap_UCharHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "UCharHistoND_axes", _wrap_UCharHistoND_axes, METH_O, NULL},
{ "UCharHistoND_binWidths", _wrap_UCharHistoND_binWidths, METH_O, NULL},
{ "UCharHistoND_shape", _wrap_UCharHistoND_shape, METH_O, NULL},
{ "delete_UCharHistoND", _wrap_delete_UCharHistoND, METH_O, NULL},
{ "UCharHistoND_swigregister", UCharHistoND_swigregister, METH_O, NULL},
{ "UCharHistoND_swiginit", UCharHistoND_swiginit, METH_VARARGS, NULL},
{ "new_UCharNUHistoND", _wrap_new_UCharNUHistoND, METH_VARARGS, NULL},
{ "UCharNUHistoND_dim", _wrap_UCharNUHistoND_dim, METH_O, NULL},
{ "UCharNUHistoND_title", _wrap_UCharNUHistoND_title, METH_O, NULL},
{ "UCharNUHistoND_accumulatedDataLabel", _wrap_UCharNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "UCharNUHistoND_binContents", _wrap_UCharNUHistoND_binContents, METH_O, NULL},
{ "UCharNUHistoND_overflows", _wrap_UCharNUHistoND_overflows, METH_O, NULL},
{ "UCharNUHistoND_underflowWeight", _wrap_UCharNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "UCharNUHistoND_overflowWeight", _wrap_UCharNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "UCharNUHistoND_inRangeOverWeight", _wrap_UCharNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "UCharNUHistoND_axis", _wrap_UCharNUHistoND_axis, METH_VARARGS, NULL},
{ "UCharNUHistoND_nBins", _wrap_UCharNUHistoND_nBins, METH_O, NULL},
{ "UCharNUHistoND_nFillsTotal", _wrap_UCharNUHistoND_nFillsTotal, METH_O, NULL},
{ "UCharNUHistoND_nFillsInRange", _wrap_UCharNUHistoND_nFillsInRange, METH_O, NULL},
{ "UCharNUHistoND_nFillsOver", _wrap_UCharNUHistoND_nFillsOver, METH_O, NULL},
{ "UCharNUHistoND_isUniformlyBinned", _wrap_UCharNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "UCharNUHistoND_lowerAxisLimits", _wrap_UCharNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "UCharNUHistoND_upperAxisLimits", _wrap_UCharNUHistoND_upperAxisLimits, METH_O, NULL},
{ "UCharNUHistoND_axisLengths", _wrap_UCharNUHistoND_axisLengths, METH_O, NULL},
{ "UCharNUHistoND_setTitle", _wrap_UCharNUHistoND_setTitle, METH_VARARGS, NULL},
{ "UCharNUHistoND_setAccumulatedDataLabel", _wrap_UCharNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "UCharNUHistoND_setAxisLabel", _wrap_UCharNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "UCharNUHistoND_binVolume", _wrap_UCharNUHistoND_binVolume, METH_VARARGS, NULL},
{ "UCharNUHistoND_binCenter", _wrap_UCharNUHistoND_binCenter, METH_VARARGS, NULL},
{ "UCharNUHistoND_binBox", _wrap_UCharNUHistoND_binBox, METH_VARARGS, NULL},
{ "UCharNUHistoND_boundingBox", _wrap_UCharNUHistoND_boundingBox, METH_O, NULL},
{ "UCharNUHistoND_volume", _wrap_UCharNUHistoND_volume, METH_O, NULL},
{ "UCharNUHistoND_integral", _wrap_UCharNUHistoND_integral, METH_O, NULL},
{ "UCharNUHistoND_clear", _wrap_UCharNUHistoND_clear, METH_O, NULL},
{ "UCharNUHistoND_clearBinContents", _wrap_UCharNUHistoND_clearBinContents, METH_O, NULL},
{ "UCharNUHistoND_clearOverflows", _wrap_UCharNUHistoND_clearOverflows, METH_O, NULL},
{ "UCharNUHistoND___eq__", _wrap_UCharNUHistoND___eq__, METH_VARARGS, NULL},
{ "UCharNUHistoND___ne__", _wrap_UCharNUHistoND___ne__, METH_VARARGS, NULL},
{ "UCharNUHistoND_isSameData", _wrap_UCharNUHistoND_isSameData, METH_VARARGS, NULL},
{ "UCharNUHistoND_recalculateNFillsFromData", _wrap_UCharNUHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "UCharNUHistoND_setNFillsTotal", _wrap_UCharNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "UCharNUHistoND_setNFillsOver", _wrap_UCharNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "UCharNUHistoND_transpose", _wrap_UCharNUHistoND_transpose, METH_VARARGS, NULL},
{ "UCharNUHistoND_getModCount", _wrap_UCharNUHistoND_getModCount, METH_O, NULL},
{ "UCharNUHistoND_incrModCount", _wrap_UCharNUHistoND_incrModCount, METH_O, NULL},
{ "UCharNUHistoND_classId", _wrap_UCharNUHistoND_classId, METH_O, NULL},
{ "UCharNUHistoND_write", _wrap_UCharNUHistoND_write, METH_VARARGS, NULL},
{ "UCharNUHistoND_classname", _wrap_UCharNUHistoND_classname, METH_NOARGS, NULL},
{ "UCharNUHistoND_version", _wrap_UCharNUHistoND_version, METH_NOARGS, NULL},
{ "UCharNUHistoND_read", _wrap_UCharNUHistoND_read, METH_VARARGS, NULL},
{ "UCharNUHistoND_examine", _wrap_UCharNUHistoND_examine, METH_VARARGS, NULL},
{ "UCharNUHistoND_closestBin", _wrap_UCharNUHistoND_closestBin, METH_VARARGS, NULL},
{ "UCharNUHistoND_setBin", _wrap_UCharNUHistoND_setBin, METH_VARARGS, NULL},
{ "UCharNUHistoND_setLinearBin", _wrap_UCharNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "UCharNUHistoND_setBinsToConst", _wrap_UCharNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "UCharNUHistoND_setOverflowsToConst", _wrap_UCharNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "UCharNUHistoND_axes", _wrap_UCharNUHistoND_axes, METH_O, NULL},
{ "UCharNUHistoND_binWidths", _wrap_UCharNUHistoND_binWidths, METH_O, NULL},
{ "UCharNUHistoND_shape", _wrap_UCharNUHistoND_shape, METH_O, NULL},
{ "delete_UCharNUHistoND", _wrap_delete_UCharNUHistoND, METH_O, NULL},
{ "UCharNUHistoND_swigregister", UCharNUHistoND_swigregister, METH_O, NULL},
{ "UCharNUHistoND_swiginit", UCharNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_UCharDAHistoND", _wrap_new_UCharDAHistoND, METH_VARARGS, NULL},
{ "UCharDAHistoND_dim", _wrap_UCharDAHistoND_dim, METH_O, NULL},
{ "UCharDAHistoND_title", _wrap_UCharDAHistoND_title, METH_O, NULL},
{ "UCharDAHistoND_accumulatedDataLabel", _wrap_UCharDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "UCharDAHistoND_binContents", _wrap_UCharDAHistoND_binContents, METH_O, NULL},
{ "UCharDAHistoND_overflows", _wrap_UCharDAHistoND_overflows, METH_O, NULL},
{ "UCharDAHistoND_underflowWeight", _wrap_UCharDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "UCharDAHistoND_overflowWeight", _wrap_UCharDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "UCharDAHistoND_inRangeOverWeight", _wrap_UCharDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "UCharDAHistoND_axis", _wrap_UCharDAHistoND_axis, METH_VARARGS, NULL},
{ "UCharDAHistoND_nBins", _wrap_UCharDAHistoND_nBins, METH_O, NULL},
{ "UCharDAHistoND_nFillsTotal", _wrap_UCharDAHistoND_nFillsTotal, METH_O, NULL},
{ "UCharDAHistoND_nFillsInRange", _wrap_UCharDAHistoND_nFillsInRange, METH_O, NULL},
{ "UCharDAHistoND_nFillsOver", _wrap_UCharDAHistoND_nFillsOver, METH_O, NULL},
{ "UCharDAHistoND_isUniformlyBinned", _wrap_UCharDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "UCharDAHistoND_lowerAxisLimits", _wrap_UCharDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "UCharDAHistoND_upperAxisLimits", _wrap_UCharDAHistoND_upperAxisLimits, METH_O, NULL},
{ "UCharDAHistoND_axisLengths", _wrap_UCharDAHistoND_axisLengths, METH_O, NULL},
{ "UCharDAHistoND_setTitle", _wrap_UCharDAHistoND_setTitle, METH_VARARGS, NULL},
{ "UCharDAHistoND_setAccumulatedDataLabel", _wrap_UCharDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "UCharDAHistoND_setAxisLabel", _wrap_UCharDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "UCharDAHistoND_binVolume", _wrap_UCharDAHistoND_binVolume, METH_VARARGS, NULL},
{ "UCharDAHistoND_binCenter", _wrap_UCharDAHistoND_binCenter, METH_VARARGS, NULL},
{ "UCharDAHistoND_binBox", _wrap_UCharDAHistoND_binBox, METH_VARARGS, NULL},
{ "UCharDAHistoND_boundingBox", _wrap_UCharDAHistoND_boundingBox, METH_O, NULL},
{ "UCharDAHistoND_volume", _wrap_UCharDAHistoND_volume, METH_O, NULL},
{ "UCharDAHistoND_integral", _wrap_UCharDAHistoND_integral, METH_O, NULL},
{ "UCharDAHistoND_clear", _wrap_UCharDAHistoND_clear, METH_O, NULL},
{ "UCharDAHistoND_clearBinContents", _wrap_UCharDAHistoND_clearBinContents, METH_O, NULL},
{ "UCharDAHistoND_clearOverflows", _wrap_UCharDAHistoND_clearOverflows, METH_O, NULL},
{ "UCharDAHistoND___eq__", _wrap_UCharDAHistoND___eq__, METH_VARARGS, NULL},
{ "UCharDAHistoND___ne__", _wrap_UCharDAHistoND___ne__, METH_VARARGS, NULL},
{ "UCharDAHistoND_isSameData", _wrap_UCharDAHistoND_isSameData, METH_VARARGS, NULL},
{ "UCharDAHistoND_recalculateNFillsFromData", _wrap_UCharDAHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "UCharDAHistoND_setNFillsTotal", _wrap_UCharDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "UCharDAHistoND_setNFillsOver", _wrap_UCharDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "UCharDAHistoND_transpose", _wrap_UCharDAHistoND_transpose, METH_VARARGS, NULL},
{ "UCharDAHistoND_getModCount", _wrap_UCharDAHistoND_getModCount, METH_O, NULL},
{ "UCharDAHistoND_incrModCount", _wrap_UCharDAHistoND_incrModCount, METH_O, NULL},
{ "UCharDAHistoND_classId", _wrap_UCharDAHistoND_classId, METH_O, NULL},
{ "UCharDAHistoND_write", _wrap_UCharDAHistoND_write, METH_VARARGS, NULL},
{ "UCharDAHistoND_classname", _wrap_UCharDAHistoND_classname, METH_NOARGS, NULL},
{ "UCharDAHistoND_version", _wrap_UCharDAHistoND_version, METH_NOARGS, NULL},
{ "UCharDAHistoND_read", _wrap_UCharDAHistoND_read, METH_VARARGS, NULL},
{ "UCharDAHistoND_examine", _wrap_UCharDAHistoND_examine, METH_VARARGS, NULL},
{ "UCharDAHistoND_closestBin", _wrap_UCharDAHistoND_closestBin, METH_VARARGS, NULL},
{ "UCharDAHistoND_setBin", _wrap_UCharDAHistoND_setBin, METH_VARARGS, NULL},
{ "UCharDAHistoND_setLinearBin", _wrap_UCharDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "UCharDAHistoND_setBinsToConst", _wrap_UCharDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "UCharDAHistoND_setOverflowsToConst", _wrap_UCharDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "UCharDAHistoND_axes", _wrap_UCharDAHistoND_axes, METH_O, NULL},
{ "UCharDAHistoND_binWidths", _wrap_UCharDAHistoND_binWidths, METH_O, NULL},
{ "UCharDAHistoND_shape", _wrap_UCharDAHistoND_shape, METH_O, NULL},
{ "delete_UCharDAHistoND", _wrap_delete_UCharDAHistoND, METH_O, NULL},
{ "UCharDAHistoND_swigregister", UCharDAHistoND_swigregister, METH_O, NULL},
{ "UCharDAHistoND_swiginit", UCharDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_BinSummaryHistoND", _wrap_new_BinSummaryHistoND, METH_VARARGS, NULL},
{ "BinSummaryHistoND_dim", _wrap_BinSummaryHistoND_dim, METH_O, NULL},
{ "BinSummaryHistoND_title", _wrap_BinSummaryHistoND_title, METH_O, NULL},
{ "BinSummaryHistoND_accumulatedDataLabel", _wrap_BinSummaryHistoND_accumulatedDataLabel, METH_O, NULL},
{ "BinSummaryHistoND_binContents", _wrap_BinSummaryHistoND_binContents, METH_O, NULL},
{ "BinSummaryHistoND_overflows", _wrap_BinSummaryHistoND_overflows, METH_O, NULL},
{ "BinSummaryHistoND_underflowWeight", _wrap_BinSummaryHistoND_underflowWeight, METH_VARARGS, NULL},
{ "BinSummaryHistoND_overflowWeight", _wrap_BinSummaryHistoND_overflowWeight, METH_VARARGS, NULL},
{ "BinSummaryHistoND_inRangeOverWeight", _wrap_BinSummaryHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "BinSummaryHistoND_axis", _wrap_BinSummaryHistoND_axis, METH_VARARGS, NULL},
{ "BinSummaryHistoND_nBins", _wrap_BinSummaryHistoND_nBins, METH_O, NULL},
{ "BinSummaryHistoND_nFillsTotal", _wrap_BinSummaryHistoND_nFillsTotal, METH_O, NULL},
{ "BinSummaryHistoND_nFillsInRange", _wrap_BinSummaryHistoND_nFillsInRange, METH_O, NULL},
{ "BinSummaryHistoND_nFillsOver", _wrap_BinSummaryHistoND_nFillsOver, METH_O, NULL},
{ "BinSummaryHistoND_isUniformlyBinned", _wrap_BinSummaryHistoND_isUniformlyBinned, METH_O, NULL},
{ "BinSummaryHistoND_lowerAxisLimits", _wrap_BinSummaryHistoND_lowerAxisLimits, METH_O, NULL},
{ "BinSummaryHistoND_upperAxisLimits", _wrap_BinSummaryHistoND_upperAxisLimits, METH_O, NULL},
{ "BinSummaryHistoND_axisLengths", _wrap_BinSummaryHistoND_axisLengths, METH_O, NULL},
{ "BinSummaryHistoND_setTitle", _wrap_BinSummaryHistoND_setTitle, METH_VARARGS, NULL},
{ "BinSummaryHistoND_setAccumulatedDataLabel", _wrap_BinSummaryHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "BinSummaryHistoND_setAxisLabel", _wrap_BinSummaryHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "BinSummaryHistoND_binVolume", _wrap_BinSummaryHistoND_binVolume, METH_VARARGS, NULL},
{ "BinSummaryHistoND_binCenter", _wrap_BinSummaryHistoND_binCenter, METH_VARARGS, NULL},
{ "BinSummaryHistoND_binBox", _wrap_BinSummaryHistoND_binBox, METH_VARARGS, NULL},
{ "BinSummaryHistoND_boundingBox", _wrap_BinSummaryHistoND_boundingBox, METH_O, NULL},
{ "BinSummaryHistoND_volume", _wrap_BinSummaryHistoND_volume, METH_O, NULL},
{ "BinSummaryHistoND_clear", _wrap_BinSummaryHistoND_clear, METH_O, NULL},
{ "BinSummaryHistoND_clearBinContents", _wrap_BinSummaryHistoND_clearBinContents, METH_O, NULL},
{ "BinSummaryHistoND_clearOverflows", _wrap_BinSummaryHistoND_clearOverflows, METH_O, NULL},
{ "BinSummaryHistoND___eq__", _wrap_BinSummaryHistoND___eq__, METH_VARARGS, NULL},
{ "BinSummaryHistoND___ne__", _wrap_BinSummaryHistoND___ne__, METH_VARARGS, NULL},
{ "BinSummaryHistoND_isSameData", _wrap_BinSummaryHistoND_isSameData, METH_VARARGS, NULL},
{ "BinSummaryHistoND_setNFillsTotal", _wrap_BinSummaryHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "BinSummaryHistoND_setNFillsOver", _wrap_BinSummaryHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "BinSummaryHistoND_transpose", _wrap_BinSummaryHistoND_transpose, METH_VARARGS, NULL},
{ "BinSummaryHistoND_getModCount", _wrap_BinSummaryHistoND_getModCount, METH_O, NULL},
{ "BinSummaryHistoND_incrModCount", _wrap_BinSummaryHistoND_incrModCount, METH_O, NULL},
{ "BinSummaryHistoND_classId", _wrap_BinSummaryHistoND_classId, METH_O, NULL},
{ "BinSummaryHistoND_write", _wrap_BinSummaryHistoND_write, METH_VARARGS, NULL},
{ "BinSummaryHistoND_classname", _wrap_BinSummaryHistoND_classname, METH_NOARGS, NULL},
{ "BinSummaryHistoND_version", _wrap_BinSummaryHistoND_version, METH_NOARGS, NULL},
{ "BinSummaryHistoND_read", _wrap_BinSummaryHistoND_read, METH_VARARGS, NULL},
{ "BinSummaryHistoND_examine", _wrap_BinSummaryHistoND_examine, METH_VARARGS, NULL},
{ "BinSummaryHistoND_closestBin", _wrap_BinSummaryHistoND_closestBin, METH_VARARGS, NULL},
{ "BinSummaryHistoND_setBin", _wrap_BinSummaryHistoND_setBin, METH_VARARGS, NULL},
{ "BinSummaryHistoND_setLinearBin", _wrap_BinSummaryHistoND_setLinearBin, METH_VARARGS, NULL},
{ "BinSummaryHistoND_setBinsToConst", _wrap_BinSummaryHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "BinSummaryHistoND_setOverflowsToConst", _wrap_BinSummaryHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "BinSummaryHistoND_axes", _wrap_BinSummaryHistoND_axes, METH_O, NULL},
{ "BinSummaryHistoND_binWidths", _wrap_BinSummaryHistoND_binWidths, METH_O, NULL},
{ "BinSummaryHistoND_shape", _wrap_BinSummaryHistoND_shape, METH_O, NULL},
{ "delete_BinSummaryHistoND", _wrap_delete_BinSummaryHistoND, METH_O, NULL},
{ "BinSummaryHistoND_swigregister", BinSummaryHistoND_swigregister, METH_O, NULL},
{ "BinSummaryHistoND_swiginit", BinSummaryHistoND_swiginit, METH_VARARGS, NULL},
{ "new_BinSummaryNUHistoND", _wrap_new_BinSummaryNUHistoND, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_dim", _wrap_BinSummaryNUHistoND_dim, METH_O, NULL},
{ "BinSummaryNUHistoND_title", _wrap_BinSummaryNUHistoND_title, METH_O, NULL},
{ "BinSummaryNUHistoND_accumulatedDataLabel", _wrap_BinSummaryNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "BinSummaryNUHistoND_binContents", _wrap_BinSummaryNUHistoND_binContents, METH_O, NULL},
{ "BinSummaryNUHistoND_overflows", _wrap_BinSummaryNUHistoND_overflows, METH_O, NULL},
{ "BinSummaryNUHistoND_underflowWeight", _wrap_BinSummaryNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_overflowWeight", _wrap_BinSummaryNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_inRangeOverWeight", _wrap_BinSummaryNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_axis", _wrap_BinSummaryNUHistoND_axis, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_nBins", _wrap_BinSummaryNUHistoND_nBins, METH_O, NULL},
{ "BinSummaryNUHistoND_nFillsTotal", _wrap_BinSummaryNUHistoND_nFillsTotal, METH_O, NULL},
{ "BinSummaryNUHistoND_nFillsInRange", _wrap_BinSummaryNUHistoND_nFillsInRange, METH_O, NULL},
{ "BinSummaryNUHistoND_nFillsOver", _wrap_BinSummaryNUHistoND_nFillsOver, METH_O, NULL},
{ "BinSummaryNUHistoND_isUniformlyBinned", _wrap_BinSummaryNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "BinSummaryNUHistoND_lowerAxisLimits", _wrap_BinSummaryNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "BinSummaryNUHistoND_upperAxisLimits", _wrap_BinSummaryNUHistoND_upperAxisLimits, METH_O, NULL},
{ "BinSummaryNUHistoND_axisLengths", _wrap_BinSummaryNUHistoND_axisLengths, METH_O, NULL},
{ "BinSummaryNUHistoND_setTitle", _wrap_BinSummaryNUHistoND_setTitle, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_setAccumulatedDataLabel", _wrap_BinSummaryNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_setAxisLabel", _wrap_BinSummaryNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_binVolume", _wrap_BinSummaryNUHistoND_binVolume, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_binCenter", _wrap_BinSummaryNUHistoND_binCenter, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_binBox", _wrap_BinSummaryNUHistoND_binBox, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_boundingBox", _wrap_BinSummaryNUHistoND_boundingBox, METH_O, NULL},
{ "BinSummaryNUHistoND_volume", _wrap_BinSummaryNUHistoND_volume, METH_O, NULL},
{ "BinSummaryNUHistoND_clear", _wrap_BinSummaryNUHistoND_clear, METH_O, NULL},
{ "BinSummaryNUHistoND_clearBinContents", _wrap_BinSummaryNUHistoND_clearBinContents, METH_O, NULL},
{ "BinSummaryNUHistoND_clearOverflows", _wrap_BinSummaryNUHistoND_clearOverflows, METH_O, NULL},
{ "BinSummaryNUHistoND___eq__", _wrap_BinSummaryNUHistoND___eq__, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND___ne__", _wrap_BinSummaryNUHistoND___ne__, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_isSameData", _wrap_BinSummaryNUHistoND_isSameData, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_setNFillsTotal", _wrap_BinSummaryNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_setNFillsOver", _wrap_BinSummaryNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_transpose", _wrap_BinSummaryNUHistoND_transpose, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_getModCount", _wrap_BinSummaryNUHistoND_getModCount, METH_O, NULL},
{ "BinSummaryNUHistoND_incrModCount", _wrap_BinSummaryNUHistoND_incrModCount, METH_O, NULL},
{ "BinSummaryNUHistoND_classId", _wrap_BinSummaryNUHistoND_classId, METH_O, NULL},
{ "BinSummaryNUHistoND_write", _wrap_BinSummaryNUHistoND_write, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_classname", _wrap_BinSummaryNUHistoND_classname, METH_NOARGS, NULL},
{ "BinSummaryNUHistoND_version", _wrap_BinSummaryNUHistoND_version, METH_NOARGS, NULL},
{ "BinSummaryNUHistoND_read", _wrap_BinSummaryNUHistoND_read, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_examine", _wrap_BinSummaryNUHistoND_examine, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_closestBin", _wrap_BinSummaryNUHistoND_closestBin, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_setBin", _wrap_BinSummaryNUHistoND_setBin, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_setLinearBin", _wrap_BinSummaryNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_setBinsToConst", _wrap_BinSummaryNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_setOverflowsToConst", _wrap_BinSummaryNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "BinSummaryNUHistoND_axes", _wrap_BinSummaryNUHistoND_axes, METH_O, NULL},
{ "BinSummaryNUHistoND_binWidths", _wrap_BinSummaryNUHistoND_binWidths, METH_O, NULL},
{ "BinSummaryNUHistoND_shape", _wrap_BinSummaryNUHistoND_shape, METH_O, NULL},
{ "delete_BinSummaryNUHistoND", _wrap_delete_BinSummaryNUHistoND, METH_O, NULL},
{ "BinSummaryNUHistoND_swigregister", BinSummaryNUHistoND_swigregister, METH_O, NULL},
{ "BinSummaryNUHistoND_swiginit", BinSummaryNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_BinSummaryDAHistoND", _wrap_new_BinSummaryDAHistoND, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_dim", _wrap_BinSummaryDAHistoND_dim, METH_O, NULL},
{ "BinSummaryDAHistoND_title", _wrap_BinSummaryDAHistoND_title, METH_O, NULL},
{ "BinSummaryDAHistoND_accumulatedDataLabel", _wrap_BinSummaryDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "BinSummaryDAHistoND_binContents", _wrap_BinSummaryDAHistoND_binContents, METH_O, NULL},
{ "BinSummaryDAHistoND_overflows", _wrap_BinSummaryDAHistoND_overflows, METH_O, NULL},
{ "BinSummaryDAHistoND_underflowWeight", _wrap_BinSummaryDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_overflowWeight", _wrap_BinSummaryDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_inRangeOverWeight", _wrap_BinSummaryDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_axis", _wrap_BinSummaryDAHistoND_axis, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_nBins", _wrap_BinSummaryDAHistoND_nBins, METH_O, NULL},
{ "BinSummaryDAHistoND_nFillsTotal", _wrap_BinSummaryDAHistoND_nFillsTotal, METH_O, NULL},
{ "BinSummaryDAHistoND_nFillsInRange", _wrap_BinSummaryDAHistoND_nFillsInRange, METH_O, NULL},
{ "BinSummaryDAHistoND_nFillsOver", _wrap_BinSummaryDAHistoND_nFillsOver, METH_O, NULL},
{ "BinSummaryDAHistoND_isUniformlyBinned", _wrap_BinSummaryDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "BinSummaryDAHistoND_lowerAxisLimits", _wrap_BinSummaryDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "BinSummaryDAHistoND_upperAxisLimits", _wrap_BinSummaryDAHistoND_upperAxisLimits, METH_O, NULL},
{ "BinSummaryDAHistoND_axisLengths", _wrap_BinSummaryDAHistoND_axisLengths, METH_O, NULL},
{ "BinSummaryDAHistoND_setTitle", _wrap_BinSummaryDAHistoND_setTitle, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_setAccumulatedDataLabel", _wrap_BinSummaryDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_setAxisLabel", _wrap_BinSummaryDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_binVolume", _wrap_BinSummaryDAHistoND_binVolume, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_binCenter", _wrap_BinSummaryDAHistoND_binCenter, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_binBox", _wrap_BinSummaryDAHistoND_binBox, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_boundingBox", _wrap_BinSummaryDAHistoND_boundingBox, METH_O, NULL},
{ "BinSummaryDAHistoND_volume", _wrap_BinSummaryDAHistoND_volume, METH_O, NULL},
{ "BinSummaryDAHistoND_clear", _wrap_BinSummaryDAHistoND_clear, METH_O, NULL},
{ "BinSummaryDAHistoND_clearBinContents", _wrap_BinSummaryDAHistoND_clearBinContents, METH_O, NULL},
{ "BinSummaryDAHistoND_clearOverflows", _wrap_BinSummaryDAHistoND_clearOverflows, METH_O, NULL},
{ "BinSummaryDAHistoND___eq__", _wrap_BinSummaryDAHistoND___eq__, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND___ne__", _wrap_BinSummaryDAHistoND___ne__, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_isSameData", _wrap_BinSummaryDAHistoND_isSameData, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_setNFillsTotal", _wrap_BinSummaryDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_setNFillsOver", _wrap_BinSummaryDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_transpose", _wrap_BinSummaryDAHistoND_transpose, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_getModCount", _wrap_BinSummaryDAHistoND_getModCount, METH_O, NULL},
{ "BinSummaryDAHistoND_incrModCount", _wrap_BinSummaryDAHistoND_incrModCount, METH_O, NULL},
{ "BinSummaryDAHistoND_classId", _wrap_BinSummaryDAHistoND_classId, METH_O, NULL},
{ "BinSummaryDAHistoND_write", _wrap_BinSummaryDAHistoND_write, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_classname", _wrap_BinSummaryDAHistoND_classname, METH_NOARGS, NULL},
{ "BinSummaryDAHistoND_version", _wrap_BinSummaryDAHistoND_version, METH_NOARGS, NULL},
{ "BinSummaryDAHistoND_read", _wrap_BinSummaryDAHistoND_read, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_examine", _wrap_BinSummaryDAHistoND_examine, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_closestBin", _wrap_BinSummaryDAHistoND_closestBin, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_setBin", _wrap_BinSummaryDAHistoND_setBin, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_setLinearBin", _wrap_BinSummaryDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_setBinsToConst", _wrap_BinSummaryDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_setOverflowsToConst", _wrap_BinSummaryDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "BinSummaryDAHistoND_axes", _wrap_BinSummaryDAHistoND_axes, METH_O, NULL},
{ "BinSummaryDAHistoND_binWidths", _wrap_BinSummaryDAHistoND_binWidths, METH_O, NULL},
{ "BinSummaryDAHistoND_shape", _wrap_BinSummaryDAHistoND_shape, METH_O, NULL},
{ "delete_BinSummaryDAHistoND", _wrap_delete_BinSummaryDAHistoND, METH_O, NULL},
{ "BinSummaryDAHistoND_swigregister", BinSummaryDAHistoND_swigregister, METH_O, NULL},
{ "BinSummaryDAHistoND_swiginit", BinSummaryDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_IntHistoND", _wrap_new_IntHistoND, METH_VARARGS, NULL},
{ "IntHistoND_dim", _wrap_IntHistoND_dim, METH_O, NULL},
{ "IntHistoND_title", _wrap_IntHistoND_title, METH_O, NULL},
{ "IntHistoND_accumulatedDataLabel", _wrap_IntHistoND_accumulatedDataLabel, METH_O, NULL},
{ "IntHistoND_binContents", _wrap_IntHistoND_binContents, METH_O, NULL},
{ "IntHistoND_overflows", _wrap_IntHistoND_overflows, METH_O, NULL},
{ "IntHistoND_underflowWeight", _wrap_IntHistoND_underflowWeight, METH_VARARGS, NULL},
{ "IntHistoND_overflowWeight", _wrap_IntHistoND_overflowWeight, METH_VARARGS, NULL},
{ "IntHistoND_inRangeOverWeight", _wrap_IntHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "IntHistoND_axis", _wrap_IntHistoND_axis, METH_VARARGS, NULL},
{ "IntHistoND_nBins", _wrap_IntHistoND_nBins, METH_O, NULL},
{ "IntHistoND_nFillsTotal", _wrap_IntHistoND_nFillsTotal, METH_O, NULL},
{ "IntHistoND_nFillsInRange", _wrap_IntHistoND_nFillsInRange, METH_O, NULL},
{ "IntHistoND_nFillsOver", _wrap_IntHistoND_nFillsOver, METH_O, NULL},
{ "IntHistoND_isUniformlyBinned", _wrap_IntHistoND_isUniformlyBinned, METH_O, NULL},
{ "IntHistoND_lowerAxisLimits", _wrap_IntHistoND_lowerAxisLimits, METH_O, NULL},
{ "IntHistoND_upperAxisLimits", _wrap_IntHistoND_upperAxisLimits, METH_O, NULL},
{ "IntHistoND_axisLengths", _wrap_IntHistoND_axisLengths, METH_O, NULL},
{ "IntHistoND_setTitle", _wrap_IntHistoND_setTitle, METH_VARARGS, NULL},
{ "IntHistoND_setAccumulatedDataLabel", _wrap_IntHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "IntHistoND_setAxisLabel", _wrap_IntHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "IntHistoND_binVolume", _wrap_IntHistoND_binVolume, METH_VARARGS, NULL},
{ "IntHistoND_binCenter", _wrap_IntHistoND_binCenter, METH_VARARGS, NULL},
{ "IntHistoND_binBox", _wrap_IntHistoND_binBox, METH_VARARGS, NULL},
{ "IntHistoND_boundingBox", _wrap_IntHistoND_boundingBox, METH_O, NULL},
{ "IntHistoND_volume", _wrap_IntHistoND_volume, METH_O, NULL},
{ "IntHistoND_integral", _wrap_IntHistoND_integral, METH_O, NULL},
{ "IntHistoND_clear", _wrap_IntHistoND_clear, METH_O, NULL},
{ "IntHistoND_clearBinContents", _wrap_IntHistoND_clearBinContents, METH_O, NULL},
{ "IntHistoND_clearOverflows", _wrap_IntHistoND_clearOverflows, METH_O, NULL},
{ "IntHistoND___eq__", _wrap_IntHistoND___eq__, METH_VARARGS, NULL},
{ "IntHistoND___ne__", _wrap_IntHistoND___ne__, METH_VARARGS, NULL},
{ "IntHistoND_isSameData", _wrap_IntHistoND_isSameData, METH_VARARGS, NULL},
{ "IntHistoND_recalculateNFillsFromData", _wrap_IntHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "IntHistoND_setNFillsTotal", _wrap_IntHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "IntHistoND_setNFillsOver", _wrap_IntHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "IntHistoND_transpose", _wrap_IntHistoND_transpose, METH_VARARGS, NULL},
{ "IntHistoND_getModCount", _wrap_IntHistoND_getModCount, METH_O, NULL},
{ "IntHistoND_incrModCount", _wrap_IntHistoND_incrModCount, METH_O, NULL},
{ "IntHistoND_classId", _wrap_IntHistoND_classId, METH_O, NULL},
{ "IntHistoND_write", _wrap_IntHistoND_write, METH_VARARGS, NULL},
{ "IntHistoND_classname", _wrap_IntHistoND_classname, METH_NOARGS, NULL},
{ "IntHistoND_version", _wrap_IntHistoND_version, METH_NOARGS, NULL},
{ "IntHistoND_read", _wrap_IntHistoND_read, METH_VARARGS, NULL},
{ "IntHistoND_examine", _wrap_IntHistoND_examine, METH_VARARGS, NULL},
{ "IntHistoND_closestBin", _wrap_IntHistoND_closestBin, METH_VARARGS, NULL},
{ "IntHistoND_setBin", _wrap_IntHistoND_setBin, METH_VARARGS, NULL},
{ "IntHistoND_setLinearBin", _wrap_IntHistoND_setLinearBin, METH_VARARGS, NULL},
{ "IntHistoND_setBinsToConst", _wrap_IntHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "IntHistoND_setOverflowsToConst", _wrap_IntHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "IntHistoND_axes", _wrap_IntHistoND_axes, METH_O, NULL},
{ "IntHistoND_binWidths", _wrap_IntHistoND_binWidths, METH_O, NULL},
{ "IntHistoND_shape", _wrap_IntHistoND_shape, METH_O, NULL},
{ "IntHistoND_fill", _wrap_IntHistoND_fill, METH_VARARGS, NULL},
{ "IntHistoND_filli", _wrap_IntHistoND_filli, METH_VARARGS, NULL},
{ "IntHistoND_filll", _wrap_IntHistoND_filll, METH_VARARGS, NULL},
{ "IntHistoND_filld", _wrap_IntHistoND_filld, METH_VARARGS, NULL},
{ "delete_IntHistoND", _wrap_delete_IntHistoND, METH_O, NULL},
{ "IntHistoND_swigregister", IntHistoND_swigregister, METH_O, NULL},
{ "IntHistoND_swiginit", IntHistoND_swiginit, METH_VARARGS, NULL},
{ "new_LongHistoND", _wrap_new_LongHistoND, METH_VARARGS, NULL},
{ "LongHistoND_dim", _wrap_LongHistoND_dim, METH_O, NULL},
{ "LongHistoND_title", _wrap_LongHistoND_title, METH_O, NULL},
{ "LongHistoND_accumulatedDataLabel", _wrap_LongHistoND_accumulatedDataLabel, METH_O, NULL},
{ "LongHistoND_binContents", _wrap_LongHistoND_binContents, METH_O, NULL},
{ "LongHistoND_overflows", _wrap_LongHistoND_overflows, METH_O, NULL},
{ "LongHistoND_underflowWeight", _wrap_LongHistoND_underflowWeight, METH_VARARGS, NULL},
{ "LongHistoND_overflowWeight", _wrap_LongHistoND_overflowWeight, METH_VARARGS, NULL},
{ "LongHistoND_inRangeOverWeight", _wrap_LongHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "LongHistoND_axis", _wrap_LongHistoND_axis, METH_VARARGS, NULL},
{ "LongHistoND_nBins", _wrap_LongHistoND_nBins, METH_O, NULL},
{ "LongHistoND_nFillsTotal", _wrap_LongHistoND_nFillsTotal, METH_O, NULL},
{ "LongHistoND_nFillsInRange", _wrap_LongHistoND_nFillsInRange, METH_O, NULL},
{ "LongHistoND_nFillsOver", _wrap_LongHistoND_nFillsOver, METH_O, NULL},
{ "LongHistoND_isUniformlyBinned", _wrap_LongHistoND_isUniformlyBinned, METH_O, NULL},
{ "LongHistoND_lowerAxisLimits", _wrap_LongHistoND_lowerAxisLimits, METH_O, NULL},
{ "LongHistoND_upperAxisLimits", _wrap_LongHistoND_upperAxisLimits, METH_O, NULL},
{ "LongHistoND_axisLengths", _wrap_LongHistoND_axisLengths, METH_O, NULL},
{ "LongHistoND_setTitle", _wrap_LongHistoND_setTitle, METH_VARARGS, NULL},
{ "LongHistoND_setAccumulatedDataLabel", _wrap_LongHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "LongHistoND_setAxisLabel", _wrap_LongHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "LongHistoND_binVolume", _wrap_LongHistoND_binVolume, METH_VARARGS, NULL},
{ "LongHistoND_binCenter", _wrap_LongHistoND_binCenter, METH_VARARGS, NULL},
{ "LongHistoND_binBox", _wrap_LongHistoND_binBox, METH_VARARGS, NULL},
{ "LongHistoND_boundingBox", _wrap_LongHistoND_boundingBox, METH_O, NULL},
{ "LongHistoND_volume", _wrap_LongHistoND_volume, METH_O, NULL},
{ "LongHistoND_integral", _wrap_LongHistoND_integral, METH_O, NULL},
{ "LongHistoND_clear", _wrap_LongHistoND_clear, METH_O, NULL},
{ "LongHistoND_clearBinContents", _wrap_LongHistoND_clearBinContents, METH_O, NULL},
{ "LongHistoND_clearOverflows", _wrap_LongHistoND_clearOverflows, METH_O, NULL},
{ "LongHistoND___eq__", _wrap_LongHistoND___eq__, METH_VARARGS, NULL},
{ "LongHistoND___ne__", _wrap_LongHistoND___ne__, METH_VARARGS, NULL},
{ "LongHistoND_isSameData", _wrap_LongHistoND_isSameData, METH_VARARGS, NULL},
{ "LongHistoND_recalculateNFillsFromData", _wrap_LongHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "LongHistoND_setNFillsTotal", _wrap_LongHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "LongHistoND_setNFillsOver", _wrap_LongHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "LongHistoND_transpose", _wrap_LongHistoND_transpose, METH_VARARGS, NULL},
{ "LongHistoND_getModCount", _wrap_LongHistoND_getModCount, METH_O, NULL},
{ "LongHistoND_incrModCount", _wrap_LongHistoND_incrModCount, METH_O, NULL},
{ "LongHistoND_classId", _wrap_LongHistoND_classId, METH_O, NULL},
{ "LongHistoND_write", _wrap_LongHistoND_write, METH_VARARGS, NULL},
{ "LongHistoND_classname", _wrap_LongHistoND_classname, METH_NOARGS, NULL},
{ "LongHistoND_version", _wrap_LongHistoND_version, METH_NOARGS, NULL},
{ "LongHistoND_read", _wrap_LongHistoND_read, METH_VARARGS, NULL},
{ "LongHistoND_examine", _wrap_LongHistoND_examine, METH_VARARGS, NULL},
{ "LongHistoND_closestBin", _wrap_LongHistoND_closestBin, METH_VARARGS, NULL},
{ "LongHistoND_setBin", _wrap_LongHistoND_setBin, METH_VARARGS, NULL},
{ "LongHistoND_setLinearBin", _wrap_LongHistoND_setLinearBin, METH_VARARGS, NULL},
{ "LongHistoND_setBinsToConst", _wrap_LongHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "LongHistoND_setOverflowsToConst", _wrap_LongHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "LongHistoND_axes", _wrap_LongHistoND_axes, METH_O, NULL},
{ "LongHistoND_binWidths", _wrap_LongHistoND_binWidths, METH_O, NULL},
{ "LongHistoND_shape", _wrap_LongHistoND_shape, METH_O, NULL},
{ "LongHistoND_filli", _wrap_LongHistoND_filli, METH_VARARGS, NULL},
{ "LongHistoND_fill", _wrap_LongHistoND_fill, METH_VARARGS, NULL},
{ "LongHistoND_filll", _wrap_LongHistoND_filll, METH_VARARGS, NULL},
{ "LongHistoND_filld", _wrap_LongHistoND_filld, METH_VARARGS, NULL},
{ "delete_LongHistoND", _wrap_delete_LongHistoND, METH_O, NULL},
{ "LongHistoND_swigregister", LongHistoND_swigregister, METH_O, NULL},
{ "LongHistoND_swiginit", LongHistoND_swiginit, METH_VARARGS, NULL},
{ "new_FloatHistoND", _wrap_new_FloatHistoND, METH_VARARGS, NULL},
{ "FloatHistoND_dim", _wrap_FloatHistoND_dim, METH_O, NULL},
{ "FloatHistoND_title", _wrap_FloatHistoND_title, METH_O, NULL},
{ "FloatHistoND_accumulatedDataLabel", _wrap_FloatHistoND_accumulatedDataLabel, METH_O, NULL},
{ "FloatHistoND_binContents", _wrap_FloatHistoND_binContents, METH_O, NULL},
{ "FloatHistoND_overflows", _wrap_FloatHistoND_overflows, METH_O, NULL},
{ "FloatHistoND_underflowWeight", _wrap_FloatHistoND_underflowWeight, METH_VARARGS, NULL},
{ "FloatHistoND_overflowWeight", _wrap_FloatHistoND_overflowWeight, METH_VARARGS, NULL},
{ "FloatHistoND_inRangeOverWeight", _wrap_FloatHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "FloatHistoND_axis", _wrap_FloatHistoND_axis, METH_VARARGS, NULL},
{ "FloatHistoND_nBins", _wrap_FloatHistoND_nBins, METH_O, NULL},
{ "FloatHistoND_nFillsTotal", _wrap_FloatHistoND_nFillsTotal, METH_O, NULL},
{ "FloatHistoND_nFillsInRange", _wrap_FloatHistoND_nFillsInRange, METH_O, NULL},
{ "FloatHistoND_nFillsOver", _wrap_FloatHistoND_nFillsOver, METH_O, NULL},
{ "FloatHistoND_isUniformlyBinned", _wrap_FloatHistoND_isUniformlyBinned, METH_O, NULL},
{ "FloatHistoND_lowerAxisLimits", _wrap_FloatHistoND_lowerAxisLimits, METH_O, NULL},
{ "FloatHistoND_upperAxisLimits", _wrap_FloatHistoND_upperAxisLimits, METH_O, NULL},
{ "FloatHistoND_axisLengths", _wrap_FloatHistoND_axisLengths, METH_O, NULL},
{ "FloatHistoND_setTitle", _wrap_FloatHistoND_setTitle, METH_VARARGS, NULL},
{ "FloatHistoND_setAccumulatedDataLabel", _wrap_FloatHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "FloatHistoND_setAxisLabel", _wrap_FloatHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "FloatHistoND_binVolume", _wrap_FloatHistoND_binVolume, METH_VARARGS, NULL},
{ "FloatHistoND_binCenter", _wrap_FloatHistoND_binCenter, METH_VARARGS, NULL},
{ "FloatHistoND_binBox", _wrap_FloatHistoND_binBox, METH_VARARGS, NULL},
{ "FloatHistoND_boundingBox", _wrap_FloatHistoND_boundingBox, METH_O, NULL},
{ "FloatHistoND_volume", _wrap_FloatHistoND_volume, METH_O, NULL},
{ "FloatHistoND_integral", _wrap_FloatHistoND_integral, METH_O, NULL},
{ "FloatHistoND_clear", _wrap_FloatHistoND_clear, METH_O, NULL},
{ "FloatHistoND_clearBinContents", _wrap_FloatHistoND_clearBinContents, METH_O, NULL},
{ "FloatHistoND_clearOverflows", _wrap_FloatHistoND_clearOverflows, METH_O, NULL},
{ "FloatHistoND___eq__", _wrap_FloatHistoND___eq__, METH_VARARGS, NULL},
{ "FloatHistoND___ne__", _wrap_FloatHistoND___ne__, METH_VARARGS, NULL},
{ "FloatHistoND_isSameData", _wrap_FloatHistoND_isSameData, METH_VARARGS, NULL},
{ "FloatHistoND_recalculateNFillsFromData", _wrap_FloatHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "FloatHistoND_setNFillsTotal", _wrap_FloatHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "FloatHistoND_setNFillsOver", _wrap_FloatHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "FloatHistoND_transpose", _wrap_FloatHistoND_transpose, METH_VARARGS, NULL},
{ "FloatHistoND_getModCount", _wrap_FloatHistoND_getModCount, METH_O, NULL},
{ "FloatHistoND_incrModCount", _wrap_FloatHistoND_incrModCount, METH_O, NULL},
{ "FloatHistoND_classId", _wrap_FloatHistoND_classId, METH_O, NULL},
{ "FloatHistoND_write", _wrap_FloatHistoND_write, METH_VARARGS, NULL},
{ "FloatHistoND_classname", _wrap_FloatHistoND_classname, METH_NOARGS, NULL},
{ "FloatHistoND_version", _wrap_FloatHistoND_version, METH_NOARGS, NULL},
{ "FloatHistoND_read", _wrap_FloatHistoND_read, METH_VARARGS, NULL},
{ "FloatHistoND_examine", _wrap_FloatHistoND_examine, METH_VARARGS, NULL},
{ "FloatHistoND_closestBin", _wrap_FloatHistoND_closestBin, METH_VARARGS, NULL},
{ "FloatHistoND_setBin", _wrap_FloatHistoND_setBin, METH_VARARGS, NULL},
{ "FloatHistoND_setLinearBin", _wrap_FloatHistoND_setLinearBin, METH_VARARGS, NULL},
{ "FloatHistoND_setBinsToConst", _wrap_FloatHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "FloatHistoND_setOverflowsToConst", _wrap_FloatHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "FloatHistoND_axes", _wrap_FloatHistoND_axes, METH_O, NULL},
{ "FloatHistoND_binWidths", _wrap_FloatHistoND_binWidths, METH_O, NULL},
{ "FloatHistoND_shape", _wrap_FloatHistoND_shape, METH_O, NULL},
{ "FloatHistoND_filli", _wrap_FloatHistoND_filli, METH_VARARGS, NULL},
{ "FloatHistoND_filll", _wrap_FloatHistoND_filll, METH_VARARGS, NULL},
{ "FloatHistoND_fill", _wrap_FloatHistoND_fill, METH_VARARGS, NULL},
{ "FloatHistoND_filld", _wrap_FloatHistoND_filld, METH_VARARGS, NULL},
{ "FloatHistoND_fillCi", _wrap_FloatHistoND_fillCi, METH_VARARGS, NULL},
{ "FloatHistoND_fillCl", _wrap_FloatHistoND_fillCl, METH_VARARGS, NULL},
{ "FloatHistoND_fillC", _wrap_FloatHistoND_fillC, METH_VARARGS, NULL},
{ "FloatHistoND_fillCd", _wrap_FloatHistoND_fillCd, METH_VARARGS, NULL},
{ "delete_FloatHistoND", _wrap_delete_FloatHistoND, METH_O, NULL},
{ "FloatHistoND_swigregister", FloatHistoND_swigregister, METH_O, NULL},
{ "FloatHistoND_swiginit", FloatHistoND_swiginit, METH_VARARGS, NULL},
{ "new_DoubleHistoND", _wrap_new_DoubleHistoND, METH_VARARGS, NULL},
{ "DoubleHistoND_dim", _wrap_DoubleHistoND_dim, METH_O, NULL},
{ "DoubleHistoND_title", _wrap_DoubleHistoND_title, METH_O, NULL},
{ "DoubleHistoND_accumulatedDataLabel", _wrap_DoubleHistoND_accumulatedDataLabel, METH_O, NULL},
{ "DoubleHistoND_binContents", _wrap_DoubleHistoND_binContents, METH_O, NULL},
{ "DoubleHistoND_overflows", _wrap_DoubleHistoND_overflows, METH_O, NULL},
{ "DoubleHistoND_underflowWeight", _wrap_DoubleHistoND_underflowWeight, METH_VARARGS, NULL},
{ "DoubleHistoND_overflowWeight", _wrap_DoubleHistoND_overflowWeight, METH_VARARGS, NULL},
{ "DoubleHistoND_inRangeOverWeight", _wrap_DoubleHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "DoubleHistoND_axis", _wrap_DoubleHistoND_axis, METH_VARARGS, NULL},
{ "DoubleHistoND_nBins", _wrap_DoubleHistoND_nBins, METH_O, NULL},
{ "DoubleHistoND_nFillsTotal", _wrap_DoubleHistoND_nFillsTotal, METH_O, NULL},
{ "DoubleHistoND_nFillsInRange", _wrap_DoubleHistoND_nFillsInRange, METH_O, NULL},
{ "DoubleHistoND_nFillsOver", _wrap_DoubleHistoND_nFillsOver, METH_O, NULL},
{ "DoubleHistoND_isUniformlyBinned", _wrap_DoubleHistoND_isUniformlyBinned, METH_O, NULL},
{ "DoubleHistoND_lowerAxisLimits", _wrap_DoubleHistoND_lowerAxisLimits, METH_O, NULL},
{ "DoubleHistoND_upperAxisLimits", _wrap_DoubleHistoND_upperAxisLimits, METH_O, NULL},
{ "DoubleHistoND_axisLengths", _wrap_DoubleHistoND_axisLengths, METH_O, NULL},
{ "DoubleHistoND_setTitle", _wrap_DoubleHistoND_setTitle, METH_VARARGS, NULL},
{ "DoubleHistoND_setAccumulatedDataLabel", _wrap_DoubleHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "DoubleHistoND_setAxisLabel", _wrap_DoubleHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "DoubleHistoND_binVolume", _wrap_DoubleHistoND_binVolume, METH_VARARGS, NULL},
{ "DoubleHistoND_binCenter", _wrap_DoubleHistoND_binCenter, METH_VARARGS, NULL},
{ "DoubleHistoND_binBox", _wrap_DoubleHistoND_binBox, METH_VARARGS, NULL},
{ "DoubleHistoND_boundingBox", _wrap_DoubleHistoND_boundingBox, METH_O, NULL},
{ "DoubleHistoND_volume", _wrap_DoubleHistoND_volume, METH_O, NULL},
{ "DoubleHistoND_integral", _wrap_DoubleHistoND_integral, METH_O, NULL},
{ "DoubleHistoND_clear", _wrap_DoubleHistoND_clear, METH_O, NULL},
{ "DoubleHistoND_clearBinContents", _wrap_DoubleHistoND_clearBinContents, METH_O, NULL},
{ "DoubleHistoND_clearOverflows", _wrap_DoubleHistoND_clearOverflows, METH_O, NULL},
{ "DoubleHistoND___eq__", _wrap_DoubleHistoND___eq__, METH_VARARGS, NULL},
{ "DoubleHistoND___ne__", _wrap_DoubleHistoND___ne__, METH_VARARGS, NULL},
{ "DoubleHistoND_isSameData", _wrap_DoubleHistoND_isSameData, METH_VARARGS, NULL},
{ "DoubleHistoND_recalculateNFillsFromData", _wrap_DoubleHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "DoubleHistoND_setNFillsTotal", _wrap_DoubleHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "DoubleHistoND_setNFillsOver", _wrap_DoubleHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "DoubleHistoND_transpose", _wrap_DoubleHistoND_transpose, METH_VARARGS, NULL},
{ "DoubleHistoND_getModCount", _wrap_DoubleHistoND_getModCount, METH_O, NULL},
{ "DoubleHistoND_incrModCount", _wrap_DoubleHistoND_incrModCount, METH_O, NULL},
{ "DoubleHistoND_classId", _wrap_DoubleHistoND_classId, METH_O, NULL},
{ "DoubleHistoND_write", _wrap_DoubleHistoND_write, METH_VARARGS, NULL},
{ "DoubleHistoND_classname", _wrap_DoubleHistoND_classname, METH_NOARGS, NULL},
{ "DoubleHistoND_version", _wrap_DoubleHistoND_version, METH_NOARGS, NULL},
{ "DoubleHistoND_read", _wrap_DoubleHistoND_read, METH_VARARGS, NULL},
{ "DoubleHistoND_examine", _wrap_DoubleHistoND_examine, METH_VARARGS, NULL},
{ "DoubleHistoND_closestBin", _wrap_DoubleHistoND_closestBin, METH_VARARGS, NULL},
{ "DoubleHistoND_setBin", _wrap_DoubleHistoND_setBin, METH_VARARGS, NULL},
{ "DoubleHistoND_setLinearBin", _wrap_DoubleHistoND_setLinearBin, METH_VARARGS, NULL},
{ "DoubleHistoND_setBinsToConst", _wrap_DoubleHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "DoubleHistoND_setOverflowsToConst", _wrap_DoubleHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "DoubleHistoND_axes", _wrap_DoubleHistoND_axes, METH_O, NULL},
{ "DoubleHistoND_binWidths", _wrap_DoubleHistoND_binWidths, METH_O, NULL},
{ "DoubleHistoND_shape", _wrap_DoubleHistoND_shape, METH_O, NULL},
{ "DoubleHistoND_filli", _wrap_DoubleHistoND_filli, METH_VARARGS, NULL},
{ "DoubleHistoND_filll", _wrap_DoubleHistoND_filll, METH_VARARGS, NULL},
{ "DoubleHistoND_fill", _wrap_DoubleHistoND_fill, METH_VARARGS, NULL},
{ "DoubleHistoND_filld", _wrap_DoubleHistoND_filld, METH_VARARGS, NULL},
{ "DoubleHistoND_fillCi", _wrap_DoubleHistoND_fillCi, METH_VARARGS, NULL},
{ "DoubleHistoND_fillCl", _wrap_DoubleHistoND_fillCl, METH_VARARGS, NULL},
{ "DoubleHistoND_fillC", _wrap_DoubleHistoND_fillC, METH_VARARGS, NULL},
{ "DoubleHistoND_fillCd", _wrap_DoubleHistoND_fillCd, METH_VARARGS, NULL},
{ "delete_DoubleHistoND", _wrap_delete_DoubleHistoND, METH_O, NULL},
{ "DoubleHistoND_swigregister", DoubleHistoND_swigregister, METH_O, NULL},
{ "DoubleHistoND_swiginit", DoubleHistoND_swiginit, METH_VARARGS, NULL},
{ "new_StatAccHistoND", _wrap_new_StatAccHistoND, METH_VARARGS, NULL},
{ "StatAccHistoND_dim", _wrap_StatAccHistoND_dim, METH_O, NULL},
{ "StatAccHistoND_title", _wrap_StatAccHistoND_title, METH_O, NULL},
{ "StatAccHistoND_accumulatedDataLabel", _wrap_StatAccHistoND_accumulatedDataLabel, METH_O, NULL},
{ "StatAccHistoND_binContents", _wrap_StatAccHistoND_binContents, METH_O, NULL},
{ "StatAccHistoND_overflows", _wrap_StatAccHistoND_overflows, METH_O, NULL},
{ "StatAccHistoND_underflowWeight", _wrap_StatAccHistoND_underflowWeight, METH_VARARGS, NULL},
{ "StatAccHistoND_overflowWeight", _wrap_StatAccHistoND_overflowWeight, METH_VARARGS, NULL},
{ "StatAccHistoND_inRangeOverWeight", _wrap_StatAccHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "StatAccHistoND_axis", _wrap_StatAccHistoND_axis, METH_VARARGS, NULL},
{ "StatAccHistoND_nBins", _wrap_StatAccHistoND_nBins, METH_O, NULL},
{ "StatAccHistoND_nFillsTotal", _wrap_StatAccHistoND_nFillsTotal, METH_O, NULL},
{ "StatAccHistoND_nFillsInRange", _wrap_StatAccHistoND_nFillsInRange, METH_O, NULL},
{ "StatAccHistoND_nFillsOver", _wrap_StatAccHistoND_nFillsOver, METH_O, NULL},
{ "StatAccHistoND_isUniformlyBinned", _wrap_StatAccHistoND_isUniformlyBinned, METH_O, NULL},
{ "StatAccHistoND_lowerAxisLimits", _wrap_StatAccHistoND_lowerAxisLimits, METH_O, NULL},
{ "StatAccHistoND_upperAxisLimits", _wrap_StatAccHistoND_upperAxisLimits, METH_O, NULL},
{ "StatAccHistoND_axisLengths", _wrap_StatAccHistoND_axisLengths, METH_O, NULL},
{ "StatAccHistoND_setTitle", _wrap_StatAccHistoND_setTitle, METH_VARARGS, NULL},
{ "StatAccHistoND_setAccumulatedDataLabel", _wrap_StatAccHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "StatAccHistoND_setAxisLabel", _wrap_StatAccHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "StatAccHistoND_binVolume", _wrap_StatAccHistoND_binVolume, METH_VARARGS, NULL},
{ "StatAccHistoND_binCenter", _wrap_StatAccHistoND_binCenter, METH_VARARGS, NULL},
{ "StatAccHistoND_binBox", _wrap_StatAccHistoND_binBox, METH_VARARGS, NULL},
{ "StatAccHistoND_boundingBox", _wrap_StatAccHistoND_boundingBox, METH_O, NULL},
{ "StatAccHistoND_volume", _wrap_StatAccHistoND_volume, METH_O, NULL},
{ "StatAccHistoND_clear", _wrap_StatAccHistoND_clear, METH_O, NULL},
{ "StatAccHistoND_clearBinContents", _wrap_StatAccHistoND_clearBinContents, METH_O, NULL},
{ "StatAccHistoND_clearOverflows", _wrap_StatAccHistoND_clearOverflows, METH_O, NULL},
{ "StatAccHistoND___eq__", _wrap_StatAccHistoND___eq__, METH_VARARGS, NULL},
{ "StatAccHistoND___ne__", _wrap_StatAccHistoND___ne__, METH_VARARGS, NULL},
{ "StatAccHistoND_isSameData", _wrap_StatAccHistoND_isSameData, METH_VARARGS, NULL},
{ "StatAccHistoND_setNFillsTotal", _wrap_StatAccHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "StatAccHistoND_setNFillsOver", _wrap_StatAccHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "StatAccHistoND_transpose", _wrap_StatAccHistoND_transpose, METH_VARARGS, NULL},
{ "StatAccHistoND_getModCount", _wrap_StatAccHistoND_getModCount, METH_O, NULL},
{ "StatAccHistoND_incrModCount", _wrap_StatAccHistoND_incrModCount, METH_O, NULL},
{ "StatAccHistoND_classId", _wrap_StatAccHistoND_classId, METH_O, NULL},
{ "StatAccHistoND_write", _wrap_StatAccHistoND_write, METH_VARARGS, NULL},
{ "StatAccHistoND_classname", _wrap_StatAccHistoND_classname, METH_NOARGS, NULL},
{ "StatAccHistoND_version", _wrap_StatAccHistoND_version, METH_NOARGS, NULL},
{ "StatAccHistoND_read", _wrap_StatAccHistoND_read, METH_VARARGS, NULL},
{ "StatAccHistoND_examine", _wrap_StatAccHistoND_examine, METH_VARARGS, NULL},
{ "StatAccHistoND_closestBin", _wrap_StatAccHistoND_closestBin, METH_VARARGS, NULL},
{ "StatAccHistoND_setBin", _wrap_StatAccHistoND_setBin, METH_VARARGS, NULL},
{ "StatAccHistoND_setLinearBin", _wrap_StatAccHistoND_setLinearBin, METH_VARARGS, NULL},
{ "StatAccHistoND_setBinsToConst", _wrap_StatAccHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "StatAccHistoND_setOverflowsToConst", _wrap_StatAccHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "StatAccHistoND_axes", _wrap_StatAccHistoND_axes, METH_O, NULL},
{ "StatAccHistoND_binWidths", _wrap_StatAccHistoND_binWidths, METH_O, NULL},
{ "StatAccHistoND_shape", _wrap_StatAccHistoND_shape, METH_O, NULL},
{ "StatAccHistoND_filli", _wrap_StatAccHistoND_filli, METH_VARARGS, NULL},
{ "StatAccHistoND_filll", _wrap_StatAccHistoND_filll, METH_VARARGS, NULL},
{ "StatAccHistoND_fill", _wrap_StatAccHistoND_fill, METH_VARARGS, NULL},
{ "StatAccHistoND_filld", _wrap_StatAccHistoND_filld, METH_VARARGS, NULL},
{ "StatAccHistoND_fillCi", _wrap_StatAccHistoND_fillCi, METH_VARARGS, NULL},
{ "StatAccHistoND_fillCl", _wrap_StatAccHistoND_fillCl, METH_VARARGS, NULL},
{ "StatAccHistoND_fillC", _wrap_StatAccHistoND_fillC, METH_VARARGS, NULL},
{ "StatAccHistoND_fillCd", _wrap_StatAccHistoND_fillCd, METH_VARARGS, NULL},
{ "delete_StatAccHistoND", _wrap_delete_StatAccHistoND, METH_O, NULL},
{ "StatAccHistoND_swigregister", StatAccHistoND_swigregister, METH_O, NULL},
{ "StatAccHistoND_swiginit", StatAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_WStatAccHistoND", _wrap_new_WStatAccHistoND, METH_VARARGS, NULL},
{ "WStatAccHistoND_dim", _wrap_WStatAccHistoND_dim, METH_O, NULL},
{ "WStatAccHistoND_title", _wrap_WStatAccHistoND_title, METH_O, NULL},
{ "WStatAccHistoND_accumulatedDataLabel", _wrap_WStatAccHistoND_accumulatedDataLabel, METH_O, NULL},
{ "WStatAccHistoND_binContents", _wrap_WStatAccHistoND_binContents, METH_O, NULL},
{ "WStatAccHistoND_overflows", _wrap_WStatAccHistoND_overflows, METH_O, NULL},
{ "WStatAccHistoND_underflowWeight", _wrap_WStatAccHistoND_underflowWeight, METH_VARARGS, NULL},
{ "WStatAccHistoND_overflowWeight", _wrap_WStatAccHistoND_overflowWeight, METH_VARARGS, NULL},
{ "WStatAccHistoND_inRangeOverWeight", _wrap_WStatAccHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "WStatAccHistoND_axis", _wrap_WStatAccHistoND_axis, METH_VARARGS, NULL},
{ "WStatAccHistoND_nBins", _wrap_WStatAccHistoND_nBins, METH_O, NULL},
{ "WStatAccHistoND_nFillsTotal", _wrap_WStatAccHistoND_nFillsTotal, METH_O, NULL},
{ "WStatAccHistoND_nFillsInRange", _wrap_WStatAccHistoND_nFillsInRange, METH_O, NULL},
{ "WStatAccHistoND_nFillsOver", _wrap_WStatAccHistoND_nFillsOver, METH_O, NULL},
{ "WStatAccHistoND_isUniformlyBinned", _wrap_WStatAccHistoND_isUniformlyBinned, METH_O, NULL},
{ "WStatAccHistoND_lowerAxisLimits", _wrap_WStatAccHistoND_lowerAxisLimits, METH_O, NULL},
{ "WStatAccHistoND_upperAxisLimits", _wrap_WStatAccHistoND_upperAxisLimits, METH_O, NULL},
{ "WStatAccHistoND_axisLengths", _wrap_WStatAccHistoND_axisLengths, METH_O, NULL},
{ "WStatAccHistoND_setTitle", _wrap_WStatAccHistoND_setTitle, METH_VARARGS, NULL},
{ "WStatAccHistoND_setAccumulatedDataLabel", _wrap_WStatAccHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "WStatAccHistoND_setAxisLabel", _wrap_WStatAccHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "WStatAccHistoND_binVolume", _wrap_WStatAccHistoND_binVolume, METH_VARARGS, NULL},
{ "WStatAccHistoND_binCenter", _wrap_WStatAccHistoND_binCenter, METH_VARARGS, NULL},
{ "WStatAccHistoND_binBox", _wrap_WStatAccHistoND_binBox, METH_VARARGS, NULL},
{ "WStatAccHistoND_boundingBox", _wrap_WStatAccHistoND_boundingBox, METH_O, NULL},
{ "WStatAccHistoND_volume", _wrap_WStatAccHistoND_volume, METH_O, NULL},
{ "WStatAccHistoND_clear", _wrap_WStatAccHistoND_clear, METH_O, NULL},
{ "WStatAccHistoND_clearBinContents", _wrap_WStatAccHistoND_clearBinContents, METH_O, NULL},
{ "WStatAccHistoND_clearOverflows", _wrap_WStatAccHistoND_clearOverflows, METH_O, NULL},
{ "WStatAccHistoND___eq__", _wrap_WStatAccHistoND___eq__, METH_VARARGS, NULL},
{ "WStatAccHistoND___ne__", _wrap_WStatAccHistoND___ne__, METH_VARARGS, NULL},
{ "WStatAccHistoND_isSameData", _wrap_WStatAccHistoND_isSameData, METH_VARARGS, NULL},
{ "WStatAccHistoND_setNFillsTotal", _wrap_WStatAccHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "WStatAccHistoND_setNFillsOver", _wrap_WStatAccHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "WStatAccHistoND_transpose", _wrap_WStatAccHistoND_transpose, METH_VARARGS, NULL},
{ "WStatAccHistoND_getModCount", _wrap_WStatAccHistoND_getModCount, METH_O, NULL},
{ "WStatAccHistoND_incrModCount", _wrap_WStatAccHistoND_incrModCount, METH_O, NULL},
{ "WStatAccHistoND_classId", _wrap_WStatAccHistoND_classId, METH_O, NULL},
{ "WStatAccHistoND_write", _wrap_WStatAccHistoND_write, METH_VARARGS, NULL},
{ "WStatAccHistoND_classname", _wrap_WStatAccHistoND_classname, METH_NOARGS, NULL},
{ "WStatAccHistoND_version", _wrap_WStatAccHistoND_version, METH_NOARGS, NULL},
{ "WStatAccHistoND_read", _wrap_WStatAccHistoND_read, METH_VARARGS, NULL},
{ "WStatAccHistoND_examine", _wrap_WStatAccHistoND_examine, METH_VARARGS, NULL},
{ "WStatAccHistoND_closestBin", _wrap_WStatAccHistoND_closestBin, METH_VARARGS, NULL},
{ "WStatAccHistoND_setBin", _wrap_WStatAccHistoND_setBin, METH_VARARGS, NULL},
{ "WStatAccHistoND_setLinearBin", _wrap_WStatAccHistoND_setLinearBin, METH_VARARGS, NULL},
{ "WStatAccHistoND_setBinsToConst", _wrap_WStatAccHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "WStatAccHistoND_setOverflowsToConst", _wrap_WStatAccHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "WStatAccHistoND_axes", _wrap_WStatAccHistoND_axes, METH_O, NULL},
{ "WStatAccHistoND_binWidths", _wrap_WStatAccHistoND_binWidths, METH_O, NULL},
{ "WStatAccHistoND_shape", _wrap_WStatAccHistoND_shape, METH_O, NULL},
{ "WStatAccHistoND_filli", _wrap_WStatAccHistoND_filli, METH_VARARGS, NULL},
{ "WStatAccHistoND_filll", _wrap_WStatAccHistoND_filll, METH_VARARGS, NULL},
{ "WStatAccHistoND_fill", _wrap_WStatAccHistoND_fill, METH_VARARGS, NULL},
{ "WStatAccHistoND_filld", _wrap_WStatAccHistoND_filld, METH_VARARGS, NULL},
{ "delete_WStatAccHistoND", _wrap_delete_WStatAccHistoND, METH_O, NULL},
{ "WStatAccHistoND_swigregister", WStatAccHistoND_swigregister, METH_O, NULL},
{ "WStatAccHistoND_swiginit", WStatAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_FSampleAccHistoND", _wrap_new_FSampleAccHistoND, METH_VARARGS, NULL},
{ "FSampleAccHistoND_dim", _wrap_FSampleAccHistoND_dim, METH_O, NULL},
{ "FSampleAccHistoND_title", _wrap_FSampleAccHistoND_title, METH_O, NULL},
{ "FSampleAccHistoND_accumulatedDataLabel", _wrap_FSampleAccHistoND_accumulatedDataLabel, METH_O, NULL},
{ "FSampleAccHistoND_binContents", _wrap_FSampleAccHistoND_binContents, METH_O, NULL},
{ "FSampleAccHistoND_overflows", _wrap_FSampleAccHistoND_overflows, METH_O, NULL},
{ "FSampleAccHistoND_underflowWeight", _wrap_FSampleAccHistoND_underflowWeight, METH_VARARGS, NULL},
{ "FSampleAccHistoND_overflowWeight", _wrap_FSampleAccHistoND_overflowWeight, METH_VARARGS, NULL},
{ "FSampleAccHistoND_inRangeOverWeight", _wrap_FSampleAccHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "FSampleAccHistoND_axis", _wrap_FSampleAccHistoND_axis, METH_VARARGS, NULL},
{ "FSampleAccHistoND_nBins", _wrap_FSampleAccHistoND_nBins, METH_O, NULL},
{ "FSampleAccHistoND_nFillsTotal", _wrap_FSampleAccHistoND_nFillsTotal, METH_O, NULL},
{ "FSampleAccHistoND_nFillsInRange", _wrap_FSampleAccHistoND_nFillsInRange, METH_O, NULL},
{ "FSampleAccHistoND_nFillsOver", _wrap_FSampleAccHistoND_nFillsOver, METH_O, NULL},
{ "FSampleAccHistoND_isUniformlyBinned", _wrap_FSampleAccHistoND_isUniformlyBinned, METH_O, NULL},
{ "FSampleAccHistoND_lowerAxisLimits", _wrap_FSampleAccHistoND_lowerAxisLimits, METH_O, NULL},
{ "FSampleAccHistoND_upperAxisLimits", _wrap_FSampleAccHistoND_upperAxisLimits, METH_O, NULL},
{ "FSampleAccHistoND_axisLengths", _wrap_FSampleAccHistoND_axisLengths, METH_O, NULL},
{ "FSampleAccHistoND_setTitle", _wrap_FSampleAccHistoND_setTitle, METH_VARARGS, NULL},
{ "FSampleAccHistoND_setAccumulatedDataLabel", _wrap_FSampleAccHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "FSampleAccHistoND_setAxisLabel", _wrap_FSampleAccHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "FSampleAccHistoND_binVolume", _wrap_FSampleAccHistoND_binVolume, METH_VARARGS, NULL},
{ "FSampleAccHistoND_binCenter", _wrap_FSampleAccHistoND_binCenter, METH_VARARGS, NULL},
{ "FSampleAccHistoND_binBox", _wrap_FSampleAccHistoND_binBox, METH_VARARGS, NULL},
{ "FSampleAccHistoND_boundingBox", _wrap_FSampleAccHistoND_boundingBox, METH_O, NULL},
{ "FSampleAccHistoND_volume", _wrap_FSampleAccHistoND_volume, METH_O, NULL},
{ "FSampleAccHistoND_clear", _wrap_FSampleAccHistoND_clear, METH_O, NULL},
{ "FSampleAccHistoND_clearBinContents", _wrap_FSampleAccHistoND_clearBinContents, METH_O, NULL},
{ "FSampleAccHistoND_clearOverflows", _wrap_FSampleAccHistoND_clearOverflows, METH_O, NULL},
{ "FSampleAccHistoND___eq__", _wrap_FSampleAccHistoND___eq__, METH_VARARGS, NULL},
{ "FSampleAccHistoND___ne__", _wrap_FSampleAccHistoND___ne__, METH_VARARGS, NULL},
{ "FSampleAccHistoND_isSameData", _wrap_FSampleAccHistoND_isSameData, METH_VARARGS, NULL},
{ "FSampleAccHistoND_setNFillsTotal", _wrap_FSampleAccHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "FSampleAccHistoND_setNFillsOver", _wrap_FSampleAccHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "FSampleAccHistoND_transpose", _wrap_FSampleAccHistoND_transpose, METH_VARARGS, NULL},
{ "FSampleAccHistoND_getModCount", _wrap_FSampleAccHistoND_getModCount, METH_O, NULL},
{ "FSampleAccHistoND_incrModCount", _wrap_FSampleAccHistoND_incrModCount, METH_O, NULL},
{ "FSampleAccHistoND_classId", _wrap_FSampleAccHistoND_classId, METH_O, NULL},
{ "FSampleAccHistoND_write", _wrap_FSampleAccHistoND_write, METH_VARARGS, NULL},
{ "FSampleAccHistoND_classname", _wrap_FSampleAccHistoND_classname, METH_NOARGS, NULL},
{ "FSampleAccHistoND_version", _wrap_FSampleAccHistoND_version, METH_NOARGS, NULL},
{ "FSampleAccHistoND_read", _wrap_FSampleAccHistoND_read, METH_VARARGS, NULL},
{ "FSampleAccHistoND_examine", _wrap_FSampleAccHistoND_examine, METH_VARARGS, NULL},
{ "FSampleAccHistoND_closestBin", _wrap_FSampleAccHistoND_closestBin, METH_VARARGS, NULL},
{ "FSampleAccHistoND_setBin", _wrap_FSampleAccHistoND_setBin, METH_VARARGS, NULL},
{ "FSampleAccHistoND_setLinearBin", _wrap_FSampleAccHistoND_setLinearBin, METH_VARARGS, NULL},
{ "FSampleAccHistoND_setBinsToConst", _wrap_FSampleAccHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "FSampleAccHistoND_setOverflowsToConst", _wrap_FSampleAccHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "FSampleAccHistoND_axes", _wrap_FSampleAccHistoND_axes, METH_O, NULL},
{ "FSampleAccHistoND_binWidths", _wrap_FSampleAccHistoND_binWidths, METH_O, NULL},
{ "FSampleAccHistoND_shape", _wrap_FSampleAccHistoND_shape, METH_O, NULL},
{ "FSampleAccHistoND_fill", _wrap_FSampleAccHistoND_fill, METH_VARARGS, NULL},
{ "delete_FSampleAccHistoND", _wrap_delete_FSampleAccHistoND, METH_O, NULL},
{ "FSampleAccHistoND_swigregister", FSampleAccHistoND_swigregister, METH_O, NULL},
{ "FSampleAccHistoND_swiginit", FSampleAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_DSampleAccHistoND", _wrap_new_DSampleAccHistoND, METH_VARARGS, NULL},
{ "DSampleAccHistoND_dim", _wrap_DSampleAccHistoND_dim, METH_O, NULL},
{ "DSampleAccHistoND_title", _wrap_DSampleAccHistoND_title, METH_O, NULL},
{ "DSampleAccHistoND_accumulatedDataLabel", _wrap_DSampleAccHistoND_accumulatedDataLabel, METH_O, NULL},
{ "DSampleAccHistoND_binContents", _wrap_DSampleAccHistoND_binContents, METH_O, NULL},
{ "DSampleAccHistoND_overflows", _wrap_DSampleAccHistoND_overflows, METH_O, NULL},
{ "DSampleAccHistoND_underflowWeight", _wrap_DSampleAccHistoND_underflowWeight, METH_VARARGS, NULL},
{ "DSampleAccHistoND_overflowWeight", _wrap_DSampleAccHistoND_overflowWeight, METH_VARARGS, NULL},
{ "DSampleAccHistoND_inRangeOverWeight", _wrap_DSampleAccHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "DSampleAccHistoND_axis", _wrap_DSampleAccHistoND_axis, METH_VARARGS, NULL},
{ "DSampleAccHistoND_nBins", _wrap_DSampleAccHistoND_nBins, METH_O, NULL},
{ "DSampleAccHistoND_nFillsTotal", _wrap_DSampleAccHistoND_nFillsTotal, METH_O, NULL},
{ "DSampleAccHistoND_nFillsInRange", _wrap_DSampleAccHistoND_nFillsInRange, METH_O, NULL},
{ "DSampleAccHistoND_nFillsOver", _wrap_DSampleAccHistoND_nFillsOver, METH_O, NULL},
{ "DSampleAccHistoND_isUniformlyBinned", _wrap_DSampleAccHistoND_isUniformlyBinned, METH_O, NULL},
{ "DSampleAccHistoND_lowerAxisLimits", _wrap_DSampleAccHistoND_lowerAxisLimits, METH_O, NULL},
{ "DSampleAccHistoND_upperAxisLimits", _wrap_DSampleAccHistoND_upperAxisLimits, METH_O, NULL},
{ "DSampleAccHistoND_axisLengths", _wrap_DSampleAccHistoND_axisLengths, METH_O, NULL},
{ "DSampleAccHistoND_setTitle", _wrap_DSampleAccHistoND_setTitle, METH_VARARGS, NULL},
{ "DSampleAccHistoND_setAccumulatedDataLabel", _wrap_DSampleAccHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "DSampleAccHistoND_setAxisLabel", _wrap_DSampleAccHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "DSampleAccHistoND_binVolume", _wrap_DSampleAccHistoND_binVolume, METH_VARARGS, NULL},
{ "DSampleAccHistoND_binCenter", _wrap_DSampleAccHistoND_binCenter, METH_VARARGS, NULL},
{ "DSampleAccHistoND_binBox", _wrap_DSampleAccHistoND_binBox, METH_VARARGS, NULL},
{ "DSampleAccHistoND_boundingBox", _wrap_DSampleAccHistoND_boundingBox, METH_O, NULL},
{ "DSampleAccHistoND_volume", _wrap_DSampleAccHistoND_volume, METH_O, NULL},
{ "DSampleAccHistoND_clear", _wrap_DSampleAccHistoND_clear, METH_O, NULL},
{ "DSampleAccHistoND_clearBinContents", _wrap_DSampleAccHistoND_clearBinContents, METH_O, NULL},
{ "DSampleAccHistoND_clearOverflows", _wrap_DSampleAccHistoND_clearOverflows, METH_O, NULL},
{ "DSampleAccHistoND___eq__", _wrap_DSampleAccHistoND___eq__, METH_VARARGS, NULL},
{ "DSampleAccHistoND___ne__", _wrap_DSampleAccHistoND___ne__, METH_VARARGS, NULL},
{ "DSampleAccHistoND_isSameData", _wrap_DSampleAccHistoND_isSameData, METH_VARARGS, NULL},
{ "DSampleAccHistoND_setNFillsTotal", _wrap_DSampleAccHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "DSampleAccHistoND_setNFillsOver", _wrap_DSampleAccHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "DSampleAccHistoND_transpose", _wrap_DSampleAccHistoND_transpose, METH_VARARGS, NULL},
{ "DSampleAccHistoND_getModCount", _wrap_DSampleAccHistoND_getModCount, METH_O, NULL},
{ "DSampleAccHistoND_incrModCount", _wrap_DSampleAccHistoND_incrModCount, METH_O, NULL},
{ "DSampleAccHistoND_classId", _wrap_DSampleAccHistoND_classId, METH_O, NULL},
{ "DSampleAccHistoND_write", _wrap_DSampleAccHistoND_write, METH_VARARGS, NULL},
{ "DSampleAccHistoND_classname", _wrap_DSampleAccHistoND_classname, METH_NOARGS, NULL},
{ "DSampleAccHistoND_version", _wrap_DSampleAccHistoND_version, METH_NOARGS, NULL},
{ "DSampleAccHistoND_read", _wrap_DSampleAccHistoND_read, METH_VARARGS, NULL},
{ "DSampleAccHistoND_examine", _wrap_DSampleAccHistoND_examine, METH_VARARGS, NULL},
{ "DSampleAccHistoND_closestBin", _wrap_DSampleAccHistoND_closestBin, METH_VARARGS, NULL},
{ "DSampleAccHistoND_setBin", _wrap_DSampleAccHistoND_setBin, METH_VARARGS, NULL},
{ "DSampleAccHistoND_setLinearBin", _wrap_DSampleAccHistoND_setLinearBin, METH_VARARGS, NULL},
{ "DSampleAccHistoND_setBinsToConst", _wrap_DSampleAccHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "DSampleAccHistoND_setOverflowsToConst", _wrap_DSampleAccHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "DSampleAccHistoND_axes", _wrap_DSampleAccHistoND_axes, METH_O, NULL},
{ "DSampleAccHistoND_binWidths", _wrap_DSampleAccHistoND_binWidths, METH_O, NULL},
{ "DSampleAccHistoND_shape", _wrap_DSampleAccHistoND_shape, METH_O, NULL},
{ "DSampleAccHistoND_fill", _wrap_DSampleAccHistoND_fill, METH_VARARGS, NULL},
{ "delete_DSampleAccHistoND", _wrap_delete_DSampleAccHistoND, METH_O, NULL},
{ "DSampleAccHistoND_swigregister", DSampleAccHistoND_swigregister, METH_O, NULL},
{ "DSampleAccHistoND_swiginit", DSampleAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_DWSampleAccHistoND", _wrap_new_DWSampleAccHistoND, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_dim", _wrap_DWSampleAccHistoND_dim, METH_O, NULL},
{ "DWSampleAccHistoND_title", _wrap_DWSampleAccHistoND_title, METH_O, NULL},
{ "DWSampleAccHistoND_accumulatedDataLabel", _wrap_DWSampleAccHistoND_accumulatedDataLabel, METH_O, NULL},
{ "DWSampleAccHistoND_binContents", _wrap_DWSampleAccHistoND_binContents, METH_O, NULL},
{ "DWSampleAccHistoND_overflows", _wrap_DWSampleAccHistoND_overflows, METH_O, NULL},
{ "DWSampleAccHistoND_underflowWeight", _wrap_DWSampleAccHistoND_underflowWeight, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_overflowWeight", _wrap_DWSampleAccHistoND_overflowWeight, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_inRangeOverWeight", _wrap_DWSampleAccHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_axis", _wrap_DWSampleAccHistoND_axis, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_nBins", _wrap_DWSampleAccHistoND_nBins, METH_O, NULL},
{ "DWSampleAccHistoND_nFillsTotal", _wrap_DWSampleAccHistoND_nFillsTotal, METH_O, NULL},
{ "DWSampleAccHistoND_nFillsInRange", _wrap_DWSampleAccHistoND_nFillsInRange, METH_O, NULL},
{ "DWSampleAccHistoND_nFillsOver", _wrap_DWSampleAccHistoND_nFillsOver, METH_O, NULL},
{ "DWSampleAccHistoND_isUniformlyBinned", _wrap_DWSampleAccHistoND_isUniformlyBinned, METH_O, NULL},
{ "DWSampleAccHistoND_lowerAxisLimits", _wrap_DWSampleAccHistoND_lowerAxisLimits, METH_O, NULL},
{ "DWSampleAccHistoND_upperAxisLimits", _wrap_DWSampleAccHistoND_upperAxisLimits, METH_O, NULL},
{ "DWSampleAccHistoND_axisLengths", _wrap_DWSampleAccHistoND_axisLengths, METH_O, NULL},
{ "DWSampleAccHistoND_setTitle", _wrap_DWSampleAccHistoND_setTitle, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_setAccumulatedDataLabel", _wrap_DWSampleAccHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_setAxisLabel", _wrap_DWSampleAccHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_binVolume", _wrap_DWSampleAccHistoND_binVolume, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_binCenter", _wrap_DWSampleAccHistoND_binCenter, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_binBox", _wrap_DWSampleAccHistoND_binBox, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_boundingBox", _wrap_DWSampleAccHistoND_boundingBox, METH_O, NULL},
{ "DWSampleAccHistoND_volume", _wrap_DWSampleAccHistoND_volume, METH_O, NULL},
{ "DWSampleAccHistoND_clear", _wrap_DWSampleAccHistoND_clear, METH_O, NULL},
{ "DWSampleAccHistoND_clearBinContents", _wrap_DWSampleAccHistoND_clearBinContents, METH_O, NULL},
{ "DWSampleAccHistoND_clearOverflows", _wrap_DWSampleAccHistoND_clearOverflows, METH_O, NULL},
{ "DWSampleAccHistoND___eq__", _wrap_DWSampleAccHistoND___eq__, METH_VARARGS, NULL},
{ "DWSampleAccHistoND___ne__", _wrap_DWSampleAccHistoND___ne__, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_isSameData", _wrap_DWSampleAccHistoND_isSameData, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_setNFillsTotal", _wrap_DWSampleAccHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_setNFillsOver", _wrap_DWSampleAccHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_transpose", _wrap_DWSampleAccHistoND_transpose, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_getModCount", _wrap_DWSampleAccHistoND_getModCount, METH_O, NULL},
{ "DWSampleAccHistoND_incrModCount", _wrap_DWSampleAccHistoND_incrModCount, METH_O, NULL},
{ "DWSampleAccHistoND_classId", _wrap_DWSampleAccHistoND_classId, METH_O, NULL},
{ "DWSampleAccHistoND_write", _wrap_DWSampleAccHistoND_write, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_classname", _wrap_DWSampleAccHistoND_classname, METH_NOARGS, NULL},
{ "DWSampleAccHistoND_version", _wrap_DWSampleAccHistoND_version, METH_NOARGS, NULL},
{ "DWSampleAccHistoND_read", _wrap_DWSampleAccHistoND_read, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_examine", _wrap_DWSampleAccHistoND_examine, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_closestBin", _wrap_DWSampleAccHistoND_closestBin, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_setBin", _wrap_DWSampleAccHistoND_setBin, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_setLinearBin", _wrap_DWSampleAccHistoND_setLinearBin, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_setBinsToConst", _wrap_DWSampleAccHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_setOverflowsToConst", _wrap_DWSampleAccHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "DWSampleAccHistoND_axes", _wrap_DWSampleAccHistoND_axes, METH_O, NULL},
{ "DWSampleAccHistoND_binWidths", _wrap_DWSampleAccHistoND_binWidths, METH_O, NULL},
{ "DWSampleAccHistoND_shape", _wrap_DWSampleAccHistoND_shape, METH_O, NULL},
{ "DWSampleAccHistoND_fill", _wrap_DWSampleAccHistoND_fill, METH_VARARGS, NULL},
{ "delete_DWSampleAccHistoND", _wrap_delete_DWSampleAccHistoND, METH_O, NULL},
{ "DWSampleAccHistoND_swigregister", DWSampleAccHistoND_swigregister, METH_O, NULL},
{ "DWSampleAccHistoND_swiginit", DWSampleAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_IntNUHistoND", _wrap_new_IntNUHistoND, METH_VARARGS, NULL},
{ "IntNUHistoND_dim", _wrap_IntNUHistoND_dim, METH_O, NULL},
{ "IntNUHistoND_title", _wrap_IntNUHistoND_title, METH_O, NULL},
{ "IntNUHistoND_accumulatedDataLabel", _wrap_IntNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "IntNUHistoND_binContents", _wrap_IntNUHistoND_binContents, METH_O, NULL},
{ "IntNUHistoND_overflows", _wrap_IntNUHistoND_overflows, METH_O, NULL},
{ "IntNUHistoND_underflowWeight", _wrap_IntNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "IntNUHistoND_overflowWeight", _wrap_IntNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "IntNUHistoND_inRangeOverWeight", _wrap_IntNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "IntNUHistoND_axis", _wrap_IntNUHistoND_axis, METH_VARARGS, NULL},
{ "IntNUHistoND_nBins", _wrap_IntNUHistoND_nBins, METH_O, NULL},
{ "IntNUHistoND_nFillsTotal", _wrap_IntNUHistoND_nFillsTotal, METH_O, NULL},
{ "IntNUHistoND_nFillsInRange", _wrap_IntNUHistoND_nFillsInRange, METH_O, NULL},
{ "IntNUHistoND_nFillsOver", _wrap_IntNUHistoND_nFillsOver, METH_O, NULL},
{ "IntNUHistoND_isUniformlyBinned", _wrap_IntNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "IntNUHistoND_lowerAxisLimits", _wrap_IntNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "IntNUHistoND_upperAxisLimits", _wrap_IntNUHistoND_upperAxisLimits, METH_O, NULL},
{ "IntNUHistoND_axisLengths", _wrap_IntNUHistoND_axisLengths, METH_O, NULL},
{ "IntNUHistoND_setTitle", _wrap_IntNUHistoND_setTitle, METH_VARARGS, NULL},
{ "IntNUHistoND_setAccumulatedDataLabel", _wrap_IntNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "IntNUHistoND_setAxisLabel", _wrap_IntNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "IntNUHistoND_binVolume", _wrap_IntNUHistoND_binVolume, METH_VARARGS, NULL},
{ "IntNUHistoND_binCenter", _wrap_IntNUHistoND_binCenter, METH_VARARGS, NULL},
{ "IntNUHistoND_binBox", _wrap_IntNUHistoND_binBox, METH_VARARGS, NULL},
{ "IntNUHistoND_boundingBox", _wrap_IntNUHistoND_boundingBox, METH_O, NULL},
{ "IntNUHistoND_volume", _wrap_IntNUHistoND_volume, METH_O, NULL},
{ "IntNUHistoND_integral", _wrap_IntNUHistoND_integral, METH_O, NULL},
{ "IntNUHistoND_clear", _wrap_IntNUHistoND_clear, METH_O, NULL},
{ "IntNUHistoND_clearBinContents", _wrap_IntNUHistoND_clearBinContents, METH_O, NULL},
{ "IntNUHistoND_clearOverflows", _wrap_IntNUHistoND_clearOverflows, METH_O, NULL},
{ "IntNUHistoND___eq__", _wrap_IntNUHistoND___eq__, METH_VARARGS, NULL},
{ "IntNUHistoND___ne__", _wrap_IntNUHistoND___ne__, METH_VARARGS, NULL},
{ "IntNUHistoND_isSameData", _wrap_IntNUHistoND_isSameData, METH_VARARGS, NULL},
{ "IntNUHistoND_recalculateNFillsFromData", _wrap_IntNUHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "IntNUHistoND_setNFillsTotal", _wrap_IntNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "IntNUHistoND_setNFillsOver", _wrap_IntNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "IntNUHistoND_transpose", _wrap_IntNUHistoND_transpose, METH_VARARGS, NULL},
{ "IntNUHistoND_getModCount", _wrap_IntNUHistoND_getModCount, METH_O, NULL},
{ "IntNUHistoND_incrModCount", _wrap_IntNUHistoND_incrModCount, METH_O, NULL},
{ "IntNUHistoND_classId", _wrap_IntNUHistoND_classId, METH_O, NULL},
{ "IntNUHistoND_write", _wrap_IntNUHistoND_write, METH_VARARGS, NULL},
{ "IntNUHistoND_classname", _wrap_IntNUHistoND_classname, METH_NOARGS, NULL},
{ "IntNUHistoND_version", _wrap_IntNUHistoND_version, METH_NOARGS, NULL},
{ "IntNUHistoND_read", _wrap_IntNUHistoND_read, METH_VARARGS, NULL},
{ "IntNUHistoND_examine", _wrap_IntNUHistoND_examine, METH_VARARGS, NULL},
{ "IntNUHistoND_closestBin", _wrap_IntNUHistoND_closestBin, METH_VARARGS, NULL},
{ "IntNUHistoND_setBin", _wrap_IntNUHistoND_setBin, METH_VARARGS, NULL},
{ "IntNUHistoND_setLinearBin", _wrap_IntNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "IntNUHistoND_setBinsToConst", _wrap_IntNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "IntNUHistoND_setOverflowsToConst", _wrap_IntNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "IntNUHistoND_axes", _wrap_IntNUHistoND_axes, METH_O, NULL},
{ "IntNUHistoND_binWidths", _wrap_IntNUHistoND_binWidths, METH_O, NULL},
{ "IntNUHistoND_shape", _wrap_IntNUHistoND_shape, METH_O, NULL},
{ "IntNUHistoND_fill", _wrap_IntNUHistoND_fill, METH_VARARGS, NULL},
{ "IntNUHistoND_filli", _wrap_IntNUHistoND_filli, METH_VARARGS, NULL},
{ "IntNUHistoND_filll", _wrap_IntNUHistoND_filll, METH_VARARGS, NULL},
{ "IntNUHistoND_filld", _wrap_IntNUHistoND_filld, METH_VARARGS, NULL},
{ "delete_IntNUHistoND", _wrap_delete_IntNUHistoND, METH_O, NULL},
{ "IntNUHistoND_swigregister", IntNUHistoND_swigregister, METH_O, NULL},
{ "IntNUHistoND_swiginit", IntNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_LongNUHistoND", _wrap_new_LongNUHistoND, METH_VARARGS, NULL},
{ "LongNUHistoND_dim", _wrap_LongNUHistoND_dim, METH_O, NULL},
{ "LongNUHistoND_title", _wrap_LongNUHistoND_title, METH_O, NULL},
{ "LongNUHistoND_accumulatedDataLabel", _wrap_LongNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "LongNUHistoND_binContents", _wrap_LongNUHistoND_binContents, METH_O, NULL},
{ "LongNUHistoND_overflows", _wrap_LongNUHistoND_overflows, METH_O, NULL},
{ "LongNUHistoND_underflowWeight", _wrap_LongNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "LongNUHistoND_overflowWeight", _wrap_LongNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "LongNUHistoND_inRangeOverWeight", _wrap_LongNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "LongNUHistoND_axis", _wrap_LongNUHistoND_axis, METH_VARARGS, NULL},
{ "LongNUHistoND_nBins", _wrap_LongNUHistoND_nBins, METH_O, NULL},
{ "LongNUHistoND_nFillsTotal", _wrap_LongNUHistoND_nFillsTotal, METH_O, NULL},
{ "LongNUHistoND_nFillsInRange", _wrap_LongNUHistoND_nFillsInRange, METH_O, NULL},
{ "LongNUHistoND_nFillsOver", _wrap_LongNUHistoND_nFillsOver, METH_O, NULL},
{ "LongNUHistoND_isUniformlyBinned", _wrap_LongNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "LongNUHistoND_lowerAxisLimits", _wrap_LongNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "LongNUHistoND_upperAxisLimits", _wrap_LongNUHistoND_upperAxisLimits, METH_O, NULL},
{ "LongNUHistoND_axisLengths", _wrap_LongNUHistoND_axisLengths, METH_O, NULL},
{ "LongNUHistoND_setTitle", _wrap_LongNUHistoND_setTitle, METH_VARARGS, NULL},
{ "LongNUHistoND_setAccumulatedDataLabel", _wrap_LongNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "LongNUHistoND_setAxisLabel", _wrap_LongNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "LongNUHistoND_binVolume", _wrap_LongNUHistoND_binVolume, METH_VARARGS, NULL},
{ "LongNUHistoND_binCenter", _wrap_LongNUHistoND_binCenter, METH_VARARGS, NULL},
{ "LongNUHistoND_binBox", _wrap_LongNUHistoND_binBox, METH_VARARGS, NULL},
{ "LongNUHistoND_boundingBox", _wrap_LongNUHistoND_boundingBox, METH_O, NULL},
{ "LongNUHistoND_volume", _wrap_LongNUHistoND_volume, METH_O, NULL},
{ "LongNUHistoND_integral", _wrap_LongNUHistoND_integral, METH_O, NULL},
{ "LongNUHistoND_clear", _wrap_LongNUHistoND_clear, METH_O, NULL},
{ "LongNUHistoND_clearBinContents", _wrap_LongNUHistoND_clearBinContents, METH_O, NULL},
{ "LongNUHistoND_clearOverflows", _wrap_LongNUHistoND_clearOverflows, METH_O, NULL},
{ "LongNUHistoND___eq__", _wrap_LongNUHistoND___eq__, METH_VARARGS, NULL},
{ "LongNUHistoND___ne__", _wrap_LongNUHistoND___ne__, METH_VARARGS, NULL},
{ "LongNUHistoND_isSameData", _wrap_LongNUHistoND_isSameData, METH_VARARGS, NULL},
{ "LongNUHistoND_recalculateNFillsFromData", _wrap_LongNUHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "LongNUHistoND_setNFillsTotal", _wrap_LongNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "LongNUHistoND_setNFillsOver", _wrap_LongNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "LongNUHistoND_transpose", _wrap_LongNUHistoND_transpose, METH_VARARGS, NULL},
{ "LongNUHistoND_getModCount", _wrap_LongNUHistoND_getModCount, METH_O, NULL},
{ "LongNUHistoND_incrModCount", _wrap_LongNUHistoND_incrModCount, METH_O, NULL},
{ "LongNUHistoND_classId", _wrap_LongNUHistoND_classId, METH_O, NULL},
{ "LongNUHistoND_write", _wrap_LongNUHistoND_write, METH_VARARGS, NULL},
{ "LongNUHistoND_classname", _wrap_LongNUHistoND_classname, METH_NOARGS, NULL},
{ "LongNUHistoND_version", _wrap_LongNUHistoND_version, METH_NOARGS, NULL},
{ "LongNUHistoND_read", _wrap_LongNUHistoND_read, METH_VARARGS, NULL},
{ "LongNUHistoND_examine", _wrap_LongNUHistoND_examine, METH_VARARGS, NULL},
{ "LongNUHistoND_closestBin", _wrap_LongNUHistoND_closestBin, METH_VARARGS, NULL},
{ "LongNUHistoND_setBin", _wrap_LongNUHistoND_setBin, METH_VARARGS, NULL},
{ "LongNUHistoND_setLinearBin", _wrap_LongNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "LongNUHistoND_setBinsToConst", _wrap_LongNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "LongNUHistoND_setOverflowsToConst", _wrap_LongNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "LongNUHistoND_axes", _wrap_LongNUHistoND_axes, METH_O, NULL},
{ "LongNUHistoND_binWidths", _wrap_LongNUHistoND_binWidths, METH_O, NULL},
{ "LongNUHistoND_shape", _wrap_LongNUHistoND_shape, METH_O, NULL},
{ "LongNUHistoND_filli", _wrap_LongNUHistoND_filli, METH_VARARGS, NULL},
{ "LongNUHistoND_fill", _wrap_LongNUHistoND_fill, METH_VARARGS, NULL},
{ "LongNUHistoND_filll", _wrap_LongNUHistoND_filll, METH_VARARGS, NULL},
{ "LongNUHistoND_filld", _wrap_LongNUHistoND_filld, METH_VARARGS, NULL},
{ "delete_LongNUHistoND", _wrap_delete_LongNUHistoND, METH_O, NULL},
{ "LongNUHistoND_swigregister", LongNUHistoND_swigregister, METH_O, NULL},
{ "LongNUHistoND_swiginit", LongNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_FloatNUHistoND", _wrap_new_FloatNUHistoND, METH_VARARGS, NULL},
{ "FloatNUHistoND_dim", _wrap_FloatNUHistoND_dim, METH_O, NULL},
{ "FloatNUHistoND_title", _wrap_FloatNUHistoND_title, METH_O, NULL},
{ "FloatNUHistoND_accumulatedDataLabel", _wrap_FloatNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "FloatNUHistoND_binContents", _wrap_FloatNUHistoND_binContents, METH_O, NULL},
{ "FloatNUHistoND_overflows", _wrap_FloatNUHistoND_overflows, METH_O, NULL},
{ "FloatNUHistoND_underflowWeight", _wrap_FloatNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "FloatNUHistoND_overflowWeight", _wrap_FloatNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "FloatNUHistoND_inRangeOverWeight", _wrap_FloatNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "FloatNUHistoND_axis", _wrap_FloatNUHistoND_axis, METH_VARARGS, NULL},
{ "FloatNUHistoND_nBins", _wrap_FloatNUHistoND_nBins, METH_O, NULL},
{ "FloatNUHistoND_nFillsTotal", _wrap_FloatNUHistoND_nFillsTotal, METH_O, NULL},
{ "FloatNUHistoND_nFillsInRange", _wrap_FloatNUHistoND_nFillsInRange, METH_O, NULL},
{ "FloatNUHistoND_nFillsOver", _wrap_FloatNUHistoND_nFillsOver, METH_O, NULL},
{ "FloatNUHistoND_isUniformlyBinned", _wrap_FloatNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "FloatNUHistoND_lowerAxisLimits", _wrap_FloatNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "FloatNUHistoND_upperAxisLimits", _wrap_FloatNUHistoND_upperAxisLimits, METH_O, NULL},
{ "FloatNUHistoND_axisLengths", _wrap_FloatNUHistoND_axisLengths, METH_O, NULL},
{ "FloatNUHistoND_setTitle", _wrap_FloatNUHistoND_setTitle, METH_VARARGS, NULL},
{ "FloatNUHistoND_setAccumulatedDataLabel", _wrap_FloatNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "FloatNUHistoND_setAxisLabel", _wrap_FloatNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "FloatNUHistoND_binVolume", _wrap_FloatNUHistoND_binVolume, METH_VARARGS, NULL},
{ "FloatNUHistoND_binCenter", _wrap_FloatNUHistoND_binCenter, METH_VARARGS, NULL},
{ "FloatNUHistoND_binBox", _wrap_FloatNUHistoND_binBox, METH_VARARGS, NULL},
{ "FloatNUHistoND_boundingBox", _wrap_FloatNUHistoND_boundingBox, METH_O, NULL},
{ "FloatNUHistoND_volume", _wrap_FloatNUHistoND_volume, METH_O, NULL},
{ "FloatNUHistoND_integral", _wrap_FloatNUHistoND_integral, METH_O, NULL},
{ "FloatNUHistoND_clear", _wrap_FloatNUHistoND_clear, METH_O, NULL},
{ "FloatNUHistoND_clearBinContents", _wrap_FloatNUHistoND_clearBinContents, METH_O, NULL},
{ "FloatNUHistoND_clearOverflows", _wrap_FloatNUHistoND_clearOverflows, METH_O, NULL},
{ "FloatNUHistoND___eq__", _wrap_FloatNUHistoND___eq__, METH_VARARGS, NULL},
{ "FloatNUHistoND___ne__", _wrap_FloatNUHistoND___ne__, METH_VARARGS, NULL},
{ "FloatNUHistoND_isSameData", _wrap_FloatNUHistoND_isSameData, METH_VARARGS, NULL},
{ "FloatNUHistoND_recalculateNFillsFromData", _wrap_FloatNUHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "FloatNUHistoND_setNFillsTotal", _wrap_FloatNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "FloatNUHistoND_setNFillsOver", _wrap_FloatNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "FloatNUHistoND_transpose", _wrap_FloatNUHistoND_transpose, METH_VARARGS, NULL},
{ "FloatNUHistoND_getModCount", _wrap_FloatNUHistoND_getModCount, METH_O, NULL},
{ "FloatNUHistoND_incrModCount", _wrap_FloatNUHistoND_incrModCount, METH_O, NULL},
{ "FloatNUHistoND_classId", _wrap_FloatNUHistoND_classId, METH_O, NULL},
{ "FloatNUHistoND_write", _wrap_FloatNUHistoND_write, METH_VARARGS, NULL},
{ "FloatNUHistoND_classname", _wrap_FloatNUHistoND_classname, METH_NOARGS, NULL},
{ "FloatNUHistoND_version", _wrap_FloatNUHistoND_version, METH_NOARGS, NULL},
{ "FloatNUHistoND_read", _wrap_FloatNUHistoND_read, METH_VARARGS, NULL},
{ "FloatNUHistoND_examine", _wrap_FloatNUHistoND_examine, METH_VARARGS, NULL},
{ "FloatNUHistoND_closestBin", _wrap_FloatNUHistoND_closestBin, METH_VARARGS, NULL},
{ "FloatNUHistoND_setBin", _wrap_FloatNUHistoND_setBin, METH_VARARGS, NULL},
{ "FloatNUHistoND_setLinearBin", _wrap_FloatNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "FloatNUHistoND_setBinsToConst", _wrap_FloatNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "FloatNUHistoND_setOverflowsToConst", _wrap_FloatNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "FloatNUHistoND_axes", _wrap_FloatNUHistoND_axes, METH_O, NULL},
{ "FloatNUHistoND_binWidths", _wrap_FloatNUHistoND_binWidths, METH_O, NULL},
{ "FloatNUHistoND_shape", _wrap_FloatNUHistoND_shape, METH_O, NULL},
{ "FloatNUHistoND_filli", _wrap_FloatNUHistoND_filli, METH_VARARGS, NULL},
{ "FloatNUHistoND_filll", _wrap_FloatNUHistoND_filll, METH_VARARGS, NULL},
{ "FloatNUHistoND_fill", _wrap_FloatNUHistoND_fill, METH_VARARGS, NULL},
{ "FloatNUHistoND_filld", _wrap_FloatNUHistoND_filld, METH_VARARGS, NULL},
{ "delete_FloatNUHistoND", _wrap_delete_FloatNUHistoND, METH_O, NULL},
{ "FloatNUHistoND_swigregister", FloatNUHistoND_swigregister, METH_O, NULL},
{ "FloatNUHistoND_swiginit", FloatNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_DoubleNUHistoND", _wrap_new_DoubleNUHistoND, METH_VARARGS, NULL},
{ "DoubleNUHistoND_dim", _wrap_DoubleNUHistoND_dim, METH_O, NULL},
{ "DoubleNUHistoND_title", _wrap_DoubleNUHistoND_title, METH_O, NULL},
{ "DoubleNUHistoND_accumulatedDataLabel", _wrap_DoubleNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "DoubleNUHistoND_binContents", _wrap_DoubleNUHistoND_binContents, METH_O, NULL},
{ "DoubleNUHistoND_overflows", _wrap_DoubleNUHistoND_overflows, METH_O, NULL},
{ "DoubleNUHistoND_underflowWeight", _wrap_DoubleNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "DoubleNUHistoND_overflowWeight", _wrap_DoubleNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "DoubleNUHistoND_inRangeOverWeight", _wrap_DoubleNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "DoubleNUHistoND_axis", _wrap_DoubleNUHistoND_axis, METH_VARARGS, NULL},
{ "DoubleNUHistoND_nBins", _wrap_DoubleNUHistoND_nBins, METH_O, NULL},
{ "DoubleNUHistoND_nFillsTotal", _wrap_DoubleNUHistoND_nFillsTotal, METH_O, NULL},
{ "DoubleNUHistoND_nFillsInRange", _wrap_DoubleNUHistoND_nFillsInRange, METH_O, NULL},
{ "DoubleNUHistoND_nFillsOver", _wrap_DoubleNUHistoND_nFillsOver, METH_O, NULL},
{ "DoubleNUHistoND_isUniformlyBinned", _wrap_DoubleNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "DoubleNUHistoND_lowerAxisLimits", _wrap_DoubleNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "DoubleNUHistoND_upperAxisLimits", _wrap_DoubleNUHistoND_upperAxisLimits, METH_O, NULL},
{ "DoubleNUHistoND_axisLengths", _wrap_DoubleNUHistoND_axisLengths, METH_O, NULL},
{ "DoubleNUHistoND_setTitle", _wrap_DoubleNUHistoND_setTitle, METH_VARARGS, NULL},
{ "DoubleNUHistoND_setAccumulatedDataLabel", _wrap_DoubleNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "DoubleNUHistoND_setAxisLabel", _wrap_DoubleNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "DoubleNUHistoND_binVolume", _wrap_DoubleNUHistoND_binVolume, METH_VARARGS, NULL},
{ "DoubleNUHistoND_binCenter", _wrap_DoubleNUHistoND_binCenter, METH_VARARGS, NULL},
{ "DoubleNUHistoND_binBox", _wrap_DoubleNUHistoND_binBox, METH_VARARGS, NULL},
{ "DoubleNUHistoND_boundingBox", _wrap_DoubleNUHistoND_boundingBox, METH_O, NULL},
{ "DoubleNUHistoND_volume", _wrap_DoubleNUHistoND_volume, METH_O, NULL},
{ "DoubleNUHistoND_integral", _wrap_DoubleNUHistoND_integral, METH_O, NULL},
{ "DoubleNUHistoND_clear", _wrap_DoubleNUHistoND_clear, METH_O, NULL},
{ "DoubleNUHistoND_clearBinContents", _wrap_DoubleNUHistoND_clearBinContents, METH_O, NULL},
{ "DoubleNUHistoND_clearOverflows", _wrap_DoubleNUHistoND_clearOverflows, METH_O, NULL},
{ "DoubleNUHistoND___eq__", _wrap_DoubleNUHistoND___eq__, METH_VARARGS, NULL},
{ "DoubleNUHistoND___ne__", _wrap_DoubleNUHistoND___ne__, METH_VARARGS, NULL},
{ "DoubleNUHistoND_isSameData", _wrap_DoubleNUHistoND_isSameData, METH_VARARGS, NULL},
{ "DoubleNUHistoND_recalculateNFillsFromData", _wrap_DoubleNUHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "DoubleNUHistoND_setNFillsTotal", _wrap_DoubleNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "DoubleNUHistoND_setNFillsOver", _wrap_DoubleNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "DoubleNUHistoND_transpose", _wrap_DoubleNUHistoND_transpose, METH_VARARGS, NULL},
{ "DoubleNUHistoND_getModCount", _wrap_DoubleNUHistoND_getModCount, METH_O, NULL},
{ "DoubleNUHistoND_incrModCount", _wrap_DoubleNUHistoND_incrModCount, METH_O, NULL},
{ "DoubleNUHistoND_classId", _wrap_DoubleNUHistoND_classId, METH_O, NULL},
{ "DoubleNUHistoND_write", _wrap_DoubleNUHistoND_write, METH_VARARGS, NULL},
{ "DoubleNUHistoND_classname", _wrap_DoubleNUHistoND_classname, METH_NOARGS, NULL},
{ "DoubleNUHistoND_version", _wrap_DoubleNUHistoND_version, METH_NOARGS, NULL},
{ "DoubleNUHistoND_read", _wrap_DoubleNUHistoND_read, METH_VARARGS, NULL},
{ "DoubleNUHistoND_examine", _wrap_DoubleNUHistoND_examine, METH_VARARGS, NULL},
{ "DoubleNUHistoND_closestBin", _wrap_DoubleNUHistoND_closestBin, METH_VARARGS, NULL},
{ "DoubleNUHistoND_setBin", _wrap_DoubleNUHistoND_setBin, METH_VARARGS, NULL},
{ "DoubleNUHistoND_setLinearBin", _wrap_DoubleNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "DoubleNUHistoND_setBinsToConst", _wrap_DoubleNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "DoubleNUHistoND_setOverflowsToConst", _wrap_DoubleNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "DoubleNUHistoND_axes", _wrap_DoubleNUHistoND_axes, METH_O, NULL},
{ "DoubleNUHistoND_binWidths", _wrap_DoubleNUHistoND_binWidths, METH_O, NULL},
{ "DoubleNUHistoND_shape", _wrap_DoubleNUHistoND_shape, METH_O, NULL},
{ "DoubleNUHistoND_filli", _wrap_DoubleNUHistoND_filli, METH_VARARGS, NULL},
{ "DoubleNUHistoND_filll", _wrap_DoubleNUHistoND_filll, METH_VARARGS, NULL},
{ "DoubleNUHistoND_fill", _wrap_DoubleNUHistoND_fill, METH_VARARGS, NULL},
{ "DoubleNUHistoND_filld", _wrap_DoubleNUHistoND_filld, METH_VARARGS, NULL},
{ "delete_DoubleNUHistoND", _wrap_delete_DoubleNUHistoND, METH_O, NULL},
{ "DoubleNUHistoND_swigregister", DoubleNUHistoND_swigregister, METH_O, NULL},
{ "DoubleNUHistoND_swiginit", DoubleNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_StatAccNUHistoND", _wrap_new_StatAccNUHistoND, METH_VARARGS, NULL},
{ "StatAccNUHistoND_dim", _wrap_StatAccNUHistoND_dim, METH_O, NULL},
{ "StatAccNUHistoND_title", _wrap_StatAccNUHistoND_title, METH_O, NULL},
{ "StatAccNUHistoND_accumulatedDataLabel", _wrap_StatAccNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "StatAccNUHistoND_binContents", _wrap_StatAccNUHistoND_binContents, METH_O, NULL},
{ "StatAccNUHistoND_overflows", _wrap_StatAccNUHistoND_overflows, METH_O, NULL},
{ "StatAccNUHistoND_underflowWeight", _wrap_StatAccNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "StatAccNUHistoND_overflowWeight", _wrap_StatAccNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "StatAccNUHistoND_inRangeOverWeight", _wrap_StatAccNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "StatAccNUHistoND_axis", _wrap_StatAccNUHistoND_axis, METH_VARARGS, NULL},
{ "StatAccNUHistoND_nBins", _wrap_StatAccNUHistoND_nBins, METH_O, NULL},
{ "StatAccNUHistoND_nFillsTotal", _wrap_StatAccNUHistoND_nFillsTotal, METH_O, NULL},
{ "StatAccNUHistoND_nFillsInRange", _wrap_StatAccNUHistoND_nFillsInRange, METH_O, NULL},
{ "StatAccNUHistoND_nFillsOver", _wrap_StatAccNUHistoND_nFillsOver, METH_O, NULL},
{ "StatAccNUHistoND_isUniformlyBinned", _wrap_StatAccNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "StatAccNUHistoND_lowerAxisLimits", _wrap_StatAccNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "StatAccNUHistoND_upperAxisLimits", _wrap_StatAccNUHistoND_upperAxisLimits, METH_O, NULL},
{ "StatAccNUHistoND_axisLengths", _wrap_StatAccNUHistoND_axisLengths, METH_O, NULL},
{ "StatAccNUHistoND_setTitle", _wrap_StatAccNUHistoND_setTitle, METH_VARARGS, NULL},
{ "StatAccNUHistoND_setAccumulatedDataLabel", _wrap_StatAccNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "StatAccNUHistoND_setAxisLabel", _wrap_StatAccNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "StatAccNUHistoND_binVolume", _wrap_StatAccNUHistoND_binVolume, METH_VARARGS, NULL},
{ "StatAccNUHistoND_binCenter", _wrap_StatAccNUHistoND_binCenter, METH_VARARGS, NULL},
{ "StatAccNUHistoND_binBox", _wrap_StatAccNUHistoND_binBox, METH_VARARGS, NULL},
{ "StatAccNUHistoND_boundingBox", _wrap_StatAccNUHistoND_boundingBox, METH_O, NULL},
{ "StatAccNUHistoND_volume", _wrap_StatAccNUHistoND_volume, METH_O, NULL},
{ "StatAccNUHistoND_clear", _wrap_StatAccNUHistoND_clear, METH_O, NULL},
{ "StatAccNUHistoND_clearBinContents", _wrap_StatAccNUHistoND_clearBinContents, METH_O, NULL},
{ "StatAccNUHistoND_clearOverflows", _wrap_StatAccNUHistoND_clearOverflows, METH_O, NULL},
{ "StatAccNUHistoND___eq__", _wrap_StatAccNUHistoND___eq__, METH_VARARGS, NULL},
{ "StatAccNUHistoND___ne__", _wrap_StatAccNUHistoND___ne__, METH_VARARGS, NULL},
{ "StatAccNUHistoND_isSameData", _wrap_StatAccNUHistoND_isSameData, METH_VARARGS, NULL},
{ "StatAccNUHistoND_setNFillsTotal", _wrap_StatAccNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "StatAccNUHistoND_setNFillsOver", _wrap_StatAccNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "StatAccNUHistoND_transpose", _wrap_StatAccNUHistoND_transpose, METH_VARARGS, NULL},
{ "StatAccNUHistoND_getModCount", _wrap_StatAccNUHistoND_getModCount, METH_O, NULL},
{ "StatAccNUHistoND_incrModCount", _wrap_StatAccNUHistoND_incrModCount, METH_O, NULL},
{ "StatAccNUHistoND_classId", _wrap_StatAccNUHistoND_classId, METH_O, NULL},
{ "StatAccNUHistoND_write", _wrap_StatAccNUHistoND_write, METH_VARARGS, NULL},
{ "StatAccNUHistoND_classname", _wrap_StatAccNUHistoND_classname, METH_NOARGS, NULL},
{ "StatAccNUHistoND_version", _wrap_StatAccNUHistoND_version, METH_NOARGS, NULL},
{ "StatAccNUHistoND_read", _wrap_StatAccNUHistoND_read, METH_VARARGS, NULL},
{ "StatAccNUHistoND_examine", _wrap_StatAccNUHistoND_examine, METH_VARARGS, NULL},
{ "StatAccNUHistoND_closestBin", _wrap_StatAccNUHistoND_closestBin, METH_VARARGS, NULL},
{ "StatAccNUHistoND_setBin", _wrap_StatAccNUHistoND_setBin, METH_VARARGS, NULL},
{ "StatAccNUHistoND_setLinearBin", _wrap_StatAccNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "StatAccNUHistoND_setBinsToConst", _wrap_StatAccNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "StatAccNUHistoND_setOverflowsToConst", _wrap_StatAccNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "StatAccNUHistoND_axes", _wrap_StatAccNUHistoND_axes, METH_O, NULL},
{ "StatAccNUHistoND_binWidths", _wrap_StatAccNUHistoND_binWidths, METH_O, NULL},
{ "StatAccNUHistoND_shape", _wrap_StatAccNUHistoND_shape, METH_O, NULL},
{ "StatAccNUHistoND_filli", _wrap_StatAccNUHistoND_filli, METH_VARARGS, NULL},
{ "StatAccNUHistoND_filll", _wrap_StatAccNUHistoND_filll, METH_VARARGS, NULL},
{ "StatAccNUHistoND_fill", _wrap_StatAccNUHistoND_fill, METH_VARARGS, NULL},
{ "StatAccNUHistoND_filld", _wrap_StatAccNUHistoND_filld, METH_VARARGS, NULL},
{ "delete_StatAccNUHistoND", _wrap_delete_StatAccNUHistoND, METH_O, NULL},
{ "StatAccNUHistoND_swigregister", StatAccNUHistoND_swigregister, METH_O, NULL},
{ "StatAccNUHistoND_swiginit", StatAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_WStatAccNUHistoND", _wrap_new_WStatAccNUHistoND, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_dim", _wrap_WStatAccNUHistoND_dim, METH_O, NULL},
{ "WStatAccNUHistoND_title", _wrap_WStatAccNUHistoND_title, METH_O, NULL},
{ "WStatAccNUHistoND_accumulatedDataLabel", _wrap_WStatAccNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "WStatAccNUHistoND_binContents", _wrap_WStatAccNUHistoND_binContents, METH_O, NULL},
{ "WStatAccNUHistoND_overflows", _wrap_WStatAccNUHistoND_overflows, METH_O, NULL},
{ "WStatAccNUHistoND_underflowWeight", _wrap_WStatAccNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_overflowWeight", _wrap_WStatAccNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_inRangeOverWeight", _wrap_WStatAccNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_axis", _wrap_WStatAccNUHistoND_axis, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_nBins", _wrap_WStatAccNUHistoND_nBins, METH_O, NULL},
{ "WStatAccNUHistoND_nFillsTotal", _wrap_WStatAccNUHistoND_nFillsTotal, METH_O, NULL},
{ "WStatAccNUHistoND_nFillsInRange", _wrap_WStatAccNUHistoND_nFillsInRange, METH_O, NULL},
{ "WStatAccNUHistoND_nFillsOver", _wrap_WStatAccNUHistoND_nFillsOver, METH_O, NULL},
{ "WStatAccNUHistoND_isUniformlyBinned", _wrap_WStatAccNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "WStatAccNUHistoND_lowerAxisLimits", _wrap_WStatAccNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "WStatAccNUHistoND_upperAxisLimits", _wrap_WStatAccNUHistoND_upperAxisLimits, METH_O, NULL},
{ "WStatAccNUHistoND_axisLengths", _wrap_WStatAccNUHistoND_axisLengths, METH_O, NULL},
{ "WStatAccNUHistoND_setTitle", _wrap_WStatAccNUHistoND_setTitle, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_setAccumulatedDataLabel", _wrap_WStatAccNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_setAxisLabel", _wrap_WStatAccNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_binVolume", _wrap_WStatAccNUHistoND_binVolume, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_binCenter", _wrap_WStatAccNUHistoND_binCenter, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_binBox", _wrap_WStatAccNUHistoND_binBox, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_boundingBox", _wrap_WStatAccNUHistoND_boundingBox, METH_O, NULL},
{ "WStatAccNUHistoND_volume", _wrap_WStatAccNUHistoND_volume, METH_O, NULL},
{ "WStatAccNUHistoND_clear", _wrap_WStatAccNUHistoND_clear, METH_O, NULL},
{ "WStatAccNUHistoND_clearBinContents", _wrap_WStatAccNUHistoND_clearBinContents, METH_O, NULL},
{ "WStatAccNUHistoND_clearOverflows", _wrap_WStatAccNUHistoND_clearOverflows, METH_O, NULL},
{ "WStatAccNUHistoND___eq__", _wrap_WStatAccNUHistoND___eq__, METH_VARARGS, NULL},
{ "WStatAccNUHistoND___ne__", _wrap_WStatAccNUHistoND___ne__, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_isSameData", _wrap_WStatAccNUHistoND_isSameData, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_setNFillsTotal", _wrap_WStatAccNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_setNFillsOver", _wrap_WStatAccNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_transpose", _wrap_WStatAccNUHistoND_transpose, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_getModCount", _wrap_WStatAccNUHistoND_getModCount, METH_O, NULL},
{ "WStatAccNUHistoND_incrModCount", _wrap_WStatAccNUHistoND_incrModCount, METH_O, NULL},
{ "WStatAccNUHistoND_classId", _wrap_WStatAccNUHistoND_classId, METH_O, NULL},
{ "WStatAccNUHistoND_write", _wrap_WStatAccNUHistoND_write, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_classname", _wrap_WStatAccNUHistoND_classname, METH_NOARGS, NULL},
{ "WStatAccNUHistoND_version", _wrap_WStatAccNUHistoND_version, METH_NOARGS, NULL},
{ "WStatAccNUHistoND_read", _wrap_WStatAccNUHistoND_read, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_examine", _wrap_WStatAccNUHistoND_examine, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_closestBin", _wrap_WStatAccNUHistoND_closestBin, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_setBin", _wrap_WStatAccNUHistoND_setBin, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_setLinearBin", _wrap_WStatAccNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_setBinsToConst", _wrap_WStatAccNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_setOverflowsToConst", _wrap_WStatAccNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_axes", _wrap_WStatAccNUHistoND_axes, METH_O, NULL},
{ "WStatAccNUHistoND_binWidths", _wrap_WStatAccNUHistoND_binWidths, METH_O, NULL},
{ "WStatAccNUHistoND_shape", _wrap_WStatAccNUHistoND_shape, METH_O, NULL},
{ "WStatAccNUHistoND_filli", _wrap_WStatAccNUHistoND_filli, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_filll", _wrap_WStatAccNUHistoND_filll, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_fill", _wrap_WStatAccNUHistoND_fill, METH_VARARGS, NULL},
{ "WStatAccNUHistoND_filld", _wrap_WStatAccNUHistoND_filld, METH_VARARGS, NULL},
{ "delete_WStatAccNUHistoND", _wrap_delete_WStatAccNUHistoND, METH_O, NULL},
{ "WStatAccNUHistoND_swigregister", WStatAccNUHistoND_swigregister, METH_O, NULL},
{ "WStatAccNUHistoND_swiginit", WStatAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_FSampleAccNUHistoND", _wrap_new_FSampleAccNUHistoND, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_dim", _wrap_FSampleAccNUHistoND_dim, METH_O, NULL},
{ "FSampleAccNUHistoND_title", _wrap_FSampleAccNUHistoND_title, METH_O, NULL},
{ "FSampleAccNUHistoND_accumulatedDataLabel", _wrap_FSampleAccNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "FSampleAccNUHistoND_binContents", _wrap_FSampleAccNUHistoND_binContents, METH_O, NULL},
{ "FSampleAccNUHistoND_overflows", _wrap_FSampleAccNUHistoND_overflows, METH_O, NULL},
{ "FSampleAccNUHistoND_underflowWeight", _wrap_FSampleAccNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_overflowWeight", _wrap_FSampleAccNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_inRangeOverWeight", _wrap_FSampleAccNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_axis", _wrap_FSampleAccNUHistoND_axis, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_nBins", _wrap_FSampleAccNUHistoND_nBins, METH_O, NULL},
{ "FSampleAccNUHistoND_nFillsTotal", _wrap_FSampleAccNUHistoND_nFillsTotal, METH_O, NULL},
{ "FSampleAccNUHistoND_nFillsInRange", _wrap_FSampleAccNUHistoND_nFillsInRange, METH_O, NULL},
{ "FSampleAccNUHistoND_nFillsOver", _wrap_FSampleAccNUHistoND_nFillsOver, METH_O, NULL},
{ "FSampleAccNUHistoND_isUniformlyBinned", _wrap_FSampleAccNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "FSampleAccNUHistoND_lowerAxisLimits", _wrap_FSampleAccNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "FSampleAccNUHistoND_upperAxisLimits", _wrap_FSampleAccNUHistoND_upperAxisLimits, METH_O, NULL},
{ "FSampleAccNUHistoND_axisLengths", _wrap_FSampleAccNUHistoND_axisLengths, METH_O, NULL},
{ "FSampleAccNUHistoND_setTitle", _wrap_FSampleAccNUHistoND_setTitle, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_setAccumulatedDataLabel", _wrap_FSampleAccNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_setAxisLabel", _wrap_FSampleAccNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_binVolume", _wrap_FSampleAccNUHistoND_binVolume, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_binCenter", _wrap_FSampleAccNUHistoND_binCenter, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_binBox", _wrap_FSampleAccNUHistoND_binBox, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_boundingBox", _wrap_FSampleAccNUHistoND_boundingBox, METH_O, NULL},
{ "FSampleAccNUHistoND_volume", _wrap_FSampleAccNUHistoND_volume, METH_O, NULL},
{ "FSampleAccNUHistoND_clear", _wrap_FSampleAccNUHistoND_clear, METH_O, NULL},
{ "FSampleAccNUHistoND_clearBinContents", _wrap_FSampleAccNUHistoND_clearBinContents, METH_O, NULL},
{ "FSampleAccNUHistoND_clearOverflows", _wrap_FSampleAccNUHistoND_clearOverflows, METH_O, NULL},
{ "FSampleAccNUHistoND___eq__", _wrap_FSampleAccNUHistoND___eq__, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND___ne__", _wrap_FSampleAccNUHistoND___ne__, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_isSameData", _wrap_FSampleAccNUHistoND_isSameData, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_setNFillsTotal", _wrap_FSampleAccNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_setNFillsOver", _wrap_FSampleAccNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_transpose", _wrap_FSampleAccNUHistoND_transpose, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_getModCount", _wrap_FSampleAccNUHistoND_getModCount, METH_O, NULL},
{ "FSampleAccNUHistoND_incrModCount", _wrap_FSampleAccNUHistoND_incrModCount, METH_O, NULL},
{ "FSampleAccNUHistoND_classId", _wrap_FSampleAccNUHistoND_classId, METH_O, NULL},
{ "FSampleAccNUHistoND_write", _wrap_FSampleAccNUHistoND_write, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_classname", _wrap_FSampleAccNUHistoND_classname, METH_NOARGS, NULL},
{ "FSampleAccNUHistoND_version", _wrap_FSampleAccNUHistoND_version, METH_NOARGS, NULL},
{ "FSampleAccNUHistoND_read", _wrap_FSampleAccNUHistoND_read, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_examine", _wrap_FSampleAccNUHistoND_examine, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_closestBin", _wrap_FSampleAccNUHistoND_closestBin, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_setBin", _wrap_FSampleAccNUHistoND_setBin, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_setLinearBin", _wrap_FSampleAccNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_setBinsToConst", _wrap_FSampleAccNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_setOverflowsToConst", _wrap_FSampleAccNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "FSampleAccNUHistoND_axes", _wrap_FSampleAccNUHistoND_axes, METH_O, NULL},
{ "FSampleAccNUHistoND_binWidths", _wrap_FSampleAccNUHistoND_binWidths, METH_O, NULL},
{ "FSampleAccNUHistoND_shape", _wrap_FSampleAccNUHistoND_shape, METH_O, NULL},
{ "FSampleAccNUHistoND_fill", _wrap_FSampleAccNUHistoND_fill, METH_VARARGS, NULL},
{ "delete_FSampleAccNUHistoND", _wrap_delete_FSampleAccNUHistoND, METH_O, NULL},
{ "FSampleAccNUHistoND_swigregister", FSampleAccNUHistoND_swigregister, METH_O, NULL},
{ "FSampleAccNUHistoND_swiginit", FSampleAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_DSampleAccNUHistoND", _wrap_new_DSampleAccNUHistoND, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_dim", _wrap_DSampleAccNUHistoND_dim, METH_O, NULL},
{ "DSampleAccNUHistoND_title", _wrap_DSampleAccNUHistoND_title, METH_O, NULL},
{ "DSampleAccNUHistoND_accumulatedDataLabel", _wrap_DSampleAccNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "DSampleAccNUHistoND_binContents", _wrap_DSampleAccNUHistoND_binContents, METH_O, NULL},
{ "DSampleAccNUHistoND_overflows", _wrap_DSampleAccNUHistoND_overflows, METH_O, NULL},
{ "DSampleAccNUHistoND_underflowWeight", _wrap_DSampleAccNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_overflowWeight", _wrap_DSampleAccNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_inRangeOverWeight", _wrap_DSampleAccNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_axis", _wrap_DSampleAccNUHistoND_axis, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_nBins", _wrap_DSampleAccNUHistoND_nBins, METH_O, NULL},
{ "DSampleAccNUHistoND_nFillsTotal", _wrap_DSampleAccNUHistoND_nFillsTotal, METH_O, NULL},
{ "DSampleAccNUHistoND_nFillsInRange", _wrap_DSampleAccNUHistoND_nFillsInRange, METH_O, NULL},
{ "DSampleAccNUHistoND_nFillsOver", _wrap_DSampleAccNUHistoND_nFillsOver, METH_O, NULL},
{ "DSampleAccNUHistoND_isUniformlyBinned", _wrap_DSampleAccNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "DSampleAccNUHistoND_lowerAxisLimits", _wrap_DSampleAccNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "DSampleAccNUHistoND_upperAxisLimits", _wrap_DSampleAccNUHistoND_upperAxisLimits, METH_O, NULL},
{ "DSampleAccNUHistoND_axisLengths", _wrap_DSampleAccNUHistoND_axisLengths, METH_O, NULL},
{ "DSampleAccNUHistoND_setTitle", _wrap_DSampleAccNUHistoND_setTitle, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_setAccumulatedDataLabel", _wrap_DSampleAccNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_setAxisLabel", _wrap_DSampleAccNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_binVolume", _wrap_DSampleAccNUHistoND_binVolume, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_binCenter", _wrap_DSampleAccNUHistoND_binCenter, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_binBox", _wrap_DSampleAccNUHistoND_binBox, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_boundingBox", _wrap_DSampleAccNUHistoND_boundingBox, METH_O, NULL},
{ "DSampleAccNUHistoND_volume", _wrap_DSampleAccNUHistoND_volume, METH_O, NULL},
{ "DSampleAccNUHistoND_clear", _wrap_DSampleAccNUHistoND_clear, METH_O, NULL},
{ "DSampleAccNUHistoND_clearBinContents", _wrap_DSampleAccNUHistoND_clearBinContents, METH_O, NULL},
{ "DSampleAccNUHistoND_clearOverflows", _wrap_DSampleAccNUHistoND_clearOverflows, METH_O, NULL},
{ "DSampleAccNUHistoND___eq__", _wrap_DSampleAccNUHistoND___eq__, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND___ne__", _wrap_DSampleAccNUHistoND___ne__, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_isSameData", _wrap_DSampleAccNUHistoND_isSameData, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_setNFillsTotal", _wrap_DSampleAccNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_setNFillsOver", _wrap_DSampleAccNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_transpose", _wrap_DSampleAccNUHistoND_transpose, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_getModCount", _wrap_DSampleAccNUHistoND_getModCount, METH_O, NULL},
{ "DSampleAccNUHistoND_incrModCount", _wrap_DSampleAccNUHistoND_incrModCount, METH_O, NULL},
{ "DSampleAccNUHistoND_classId", _wrap_DSampleAccNUHistoND_classId, METH_O, NULL},
{ "DSampleAccNUHistoND_write", _wrap_DSampleAccNUHistoND_write, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_classname", _wrap_DSampleAccNUHistoND_classname, METH_NOARGS, NULL},
{ "DSampleAccNUHistoND_version", _wrap_DSampleAccNUHistoND_version, METH_NOARGS, NULL},
{ "DSampleAccNUHistoND_read", _wrap_DSampleAccNUHistoND_read, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_examine", _wrap_DSampleAccNUHistoND_examine, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_closestBin", _wrap_DSampleAccNUHistoND_closestBin, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_setBin", _wrap_DSampleAccNUHistoND_setBin, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_setLinearBin", _wrap_DSampleAccNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_setBinsToConst", _wrap_DSampleAccNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_setOverflowsToConst", _wrap_DSampleAccNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "DSampleAccNUHistoND_axes", _wrap_DSampleAccNUHistoND_axes, METH_O, NULL},
{ "DSampleAccNUHistoND_binWidths", _wrap_DSampleAccNUHistoND_binWidths, METH_O, NULL},
{ "DSampleAccNUHistoND_shape", _wrap_DSampleAccNUHistoND_shape, METH_O, NULL},
{ "DSampleAccNUHistoND_fill", _wrap_DSampleAccNUHistoND_fill, METH_VARARGS, NULL},
{ "delete_DSampleAccNUHistoND", _wrap_delete_DSampleAccNUHistoND, METH_O, NULL},
{ "DSampleAccNUHistoND_swigregister", DSampleAccNUHistoND_swigregister, METH_O, NULL},
{ "DSampleAccNUHistoND_swiginit", DSampleAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_DWSampleAccNUHistoND", _wrap_new_DWSampleAccNUHistoND, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_dim", _wrap_DWSampleAccNUHistoND_dim, METH_O, NULL},
{ "DWSampleAccNUHistoND_title", _wrap_DWSampleAccNUHistoND_title, METH_O, NULL},
{ "DWSampleAccNUHistoND_accumulatedDataLabel", _wrap_DWSampleAccNUHistoND_accumulatedDataLabel, METH_O, NULL},
{ "DWSampleAccNUHistoND_binContents", _wrap_DWSampleAccNUHistoND_binContents, METH_O, NULL},
{ "DWSampleAccNUHistoND_overflows", _wrap_DWSampleAccNUHistoND_overflows, METH_O, NULL},
{ "DWSampleAccNUHistoND_underflowWeight", _wrap_DWSampleAccNUHistoND_underflowWeight, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_overflowWeight", _wrap_DWSampleAccNUHistoND_overflowWeight, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_inRangeOverWeight", _wrap_DWSampleAccNUHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_axis", _wrap_DWSampleAccNUHistoND_axis, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_nBins", _wrap_DWSampleAccNUHistoND_nBins, METH_O, NULL},
{ "DWSampleAccNUHistoND_nFillsTotal", _wrap_DWSampleAccNUHistoND_nFillsTotal, METH_O, NULL},
{ "DWSampleAccNUHistoND_nFillsInRange", _wrap_DWSampleAccNUHistoND_nFillsInRange, METH_O, NULL},
{ "DWSampleAccNUHistoND_nFillsOver", _wrap_DWSampleAccNUHistoND_nFillsOver, METH_O, NULL},
{ "DWSampleAccNUHistoND_isUniformlyBinned", _wrap_DWSampleAccNUHistoND_isUniformlyBinned, METH_O, NULL},
{ "DWSampleAccNUHistoND_lowerAxisLimits", _wrap_DWSampleAccNUHistoND_lowerAxisLimits, METH_O, NULL},
{ "DWSampleAccNUHistoND_upperAxisLimits", _wrap_DWSampleAccNUHistoND_upperAxisLimits, METH_O, NULL},
{ "DWSampleAccNUHistoND_axisLengths", _wrap_DWSampleAccNUHistoND_axisLengths, METH_O, NULL},
{ "DWSampleAccNUHistoND_setTitle", _wrap_DWSampleAccNUHistoND_setTitle, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_setAccumulatedDataLabel", _wrap_DWSampleAccNUHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_setAxisLabel", _wrap_DWSampleAccNUHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_binVolume", _wrap_DWSampleAccNUHistoND_binVolume, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_binCenter", _wrap_DWSampleAccNUHistoND_binCenter, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_binBox", _wrap_DWSampleAccNUHistoND_binBox, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_boundingBox", _wrap_DWSampleAccNUHistoND_boundingBox, METH_O, NULL},
{ "DWSampleAccNUHistoND_volume", _wrap_DWSampleAccNUHistoND_volume, METH_O, NULL},
{ "DWSampleAccNUHistoND_clear", _wrap_DWSampleAccNUHistoND_clear, METH_O, NULL},
{ "DWSampleAccNUHistoND_clearBinContents", _wrap_DWSampleAccNUHistoND_clearBinContents, METH_O, NULL},
{ "DWSampleAccNUHistoND_clearOverflows", _wrap_DWSampleAccNUHistoND_clearOverflows, METH_O, NULL},
{ "DWSampleAccNUHistoND___eq__", _wrap_DWSampleAccNUHistoND___eq__, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND___ne__", _wrap_DWSampleAccNUHistoND___ne__, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_isSameData", _wrap_DWSampleAccNUHistoND_isSameData, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_setNFillsTotal", _wrap_DWSampleAccNUHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_setNFillsOver", _wrap_DWSampleAccNUHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_transpose", _wrap_DWSampleAccNUHistoND_transpose, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_getModCount", _wrap_DWSampleAccNUHistoND_getModCount, METH_O, NULL},
{ "DWSampleAccNUHistoND_incrModCount", _wrap_DWSampleAccNUHistoND_incrModCount, METH_O, NULL},
{ "DWSampleAccNUHistoND_classId", _wrap_DWSampleAccNUHistoND_classId, METH_O, NULL},
{ "DWSampleAccNUHistoND_write", _wrap_DWSampleAccNUHistoND_write, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_classname", _wrap_DWSampleAccNUHistoND_classname, METH_NOARGS, NULL},
{ "DWSampleAccNUHistoND_version", _wrap_DWSampleAccNUHistoND_version, METH_NOARGS, NULL},
{ "DWSampleAccNUHistoND_read", _wrap_DWSampleAccNUHistoND_read, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_examine", _wrap_DWSampleAccNUHistoND_examine, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_closestBin", _wrap_DWSampleAccNUHistoND_closestBin, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_setBin", _wrap_DWSampleAccNUHistoND_setBin, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_setLinearBin", _wrap_DWSampleAccNUHistoND_setLinearBin, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_setBinsToConst", _wrap_DWSampleAccNUHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_setOverflowsToConst", _wrap_DWSampleAccNUHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "DWSampleAccNUHistoND_axes", _wrap_DWSampleAccNUHistoND_axes, METH_O, NULL},
{ "DWSampleAccNUHistoND_binWidths", _wrap_DWSampleAccNUHistoND_binWidths, METH_O, NULL},
{ "DWSampleAccNUHistoND_shape", _wrap_DWSampleAccNUHistoND_shape, METH_O, NULL},
{ "DWSampleAccNUHistoND_fill", _wrap_DWSampleAccNUHistoND_fill, METH_VARARGS, NULL},
{ "delete_DWSampleAccNUHistoND", _wrap_delete_DWSampleAccNUHistoND, METH_O, NULL},
{ "DWSampleAccNUHistoND_swigregister", DWSampleAccNUHistoND_swigregister, METH_O, NULL},
{ "DWSampleAccNUHistoND_swiginit", DWSampleAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_IntDAHistoND", _wrap_new_IntDAHistoND, METH_VARARGS, NULL},
{ "IntDAHistoND_dim", _wrap_IntDAHistoND_dim, METH_O, NULL},
{ "IntDAHistoND_title", _wrap_IntDAHistoND_title, METH_O, NULL},
{ "IntDAHistoND_accumulatedDataLabel", _wrap_IntDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "IntDAHistoND_binContents", _wrap_IntDAHistoND_binContents, METH_O, NULL},
{ "IntDAHistoND_overflows", _wrap_IntDAHistoND_overflows, METH_O, NULL},
{ "IntDAHistoND_underflowWeight", _wrap_IntDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "IntDAHistoND_overflowWeight", _wrap_IntDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "IntDAHistoND_inRangeOverWeight", _wrap_IntDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "IntDAHistoND_axis", _wrap_IntDAHistoND_axis, METH_VARARGS, NULL},
{ "IntDAHistoND_nBins", _wrap_IntDAHistoND_nBins, METH_O, NULL},
{ "IntDAHistoND_nFillsTotal", _wrap_IntDAHistoND_nFillsTotal, METH_O, NULL},
{ "IntDAHistoND_nFillsInRange", _wrap_IntDAHistoND_nFillsInRange, METH_O, NULL},
{ "IntDAHistoND_nFillsOver", _wrap_IntDAHistoND_nFillsOver, METH_O, NULL},
{ "IntDAHistoND_isUniformlyBinned", _wrap_IntDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "IntDAHistoND_lowerAxisLimits", _wrap_IntDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "IntDAHistoND_upperAxisLimits", _wrap_IntDAHistoND_upperAxisLimits, METH_O, NULL},
{ "IntDAHistoND_axisLengths", _wrap_IntDAHistoND_axisLengths, METH_O, NULL},
{ "IntDAHistoND_setTitle", _wrap_IntDAHistoND_setTitle, METH_VARARGS, NULL},
{ "IntDAHistoND_setAccumulatedDataLabel", _wrap_IntDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "IntDAHistoND_setAxisLabel", _wrap_IntDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "IntDAHistoND_binVolume", _wrap_IntDAHistoND_binVolume, METH_VARARGS, NULL},
{ "IntDAHistoND_binCenter", _wrap_IntDAHistoND_binCenter, METH_VARARGS, NULL},
{ "IntDAHistoND_binBox", _wrap_IntDAHistoND_binBox, METH_VARARGS, NULL},
{ "IntDAHistoND_boundingBox", _wrap_IntDAHistoND_boundingBox, METH_O, NULL},
{ "IntDAHistoND_volume", _wrap_IntDAHistoND_volume, METH_O, NULL},
{ "IntDAHistoND_integral", _wrap_IntDAHistoND_integral, METH_O, NULL},
{ "IntDAHistoND_clear", _wrap_IntDAHistoND_clear, METH_O, NULL},
{ "IntDAHistoND_clearBinContents", _wrap_IntDAHistoND_clearBinContents, METH_O, NULL},
{ "IntDAHistoND_clearOverflows", _wrap_IntDAHistoND_clearOverflows, METH_O, NULL},
{ "IntDAHistoND___eq__", _wrap_IntDAHistoND___eq__, METH_VARARGS, NULL},
{ "IntDAHistoND___ne__", _wrap_IntDAHistoND___ne__, METH_VARARGS, NULL},
{ "IntDAHistoND_isSameData", _wrap_IntDAHistoND_isSameData, METH_VARARGS, NULL},
{ "IntDAHistoND_recalculateNFillsFromData", _wrap_IntDAHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "IntDAHistoND_setNFillsTotal", _wrap_IntDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "IntDAHistoND_setNFillsOver", _wrap_IntDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "IntDAHistoND_transpose", _wrap_IntDAHistoND_transpose, METH_VARARGS, NULL},
{ "IntDAHistoND_getModCount", _wrap_IntDAHistoND_getModCount, METH_O, NULL},
{ "IntDAHistoND_incrModCount", _wrap_IntDAHistoND_incrModCount, METH_O, NULL},
{ "IntDAHistoND_classId", _wrap_IntDAHistoND_classId, METH_O, NULL},
{ "IntDAHistoND_write", _wrap_IntDAHistoND_write, METH_VARARGS, NULL},
{ "IntDAHistoND_classname", _wrap_IntDAHistoND_classname, METH_NOARGS, NULL},
{ "IntDAHistoND_version", _wrap_IntDAHistoND_version, METH_NOARGS, NULL},
{ "IntDAHistoND_read", _wrap_IntDAHistoND_read, METH_VARARGS, NULL},
{ "IntDAHistoND_examine", _wrap_IntDAHistoND_examine, METH_VARARGS, NULL},
{ "IntDAHistoND_closestBin", _wrap_IntDAHistoND_closestBin, METH_VARARGS, NULL},
{ "IntDAHistoND_setBin", _wrap_IntDAHistoND_setBin, METH_VARARGS, NULL},
{ "IntDAHistoND_setLinearBin", _wrap_IntDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "IntDAHistoND_setBinsToConst", _wrap_IntDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "IntDAHistoND_setOverflowsToConst", _wrap_IntDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "IntDAHistoND_axes", _wrap_IntDAHistoND_axes, METH_O, NULL},
{ "IntDAHistoND_binWidths", _wrap_IntDAHistoND_binWidths, METH_O, NULL},
{ "IntDAHistoND_shape", _wrap_IntDAHistoND_shape, METH_O, NULL},
{ "IntDAHistoND_fill", _wrap_IntDAHistoND_fill, METH_VARARGS, NULL},
{ "IntDAHistoND_filli", _wrap_IntDAHistoND_filli, METH_VARARGS, NULL},
{ "IntDAHistoND_filll", _wrap_IntDAHistoND_filll, METH_VARARGS, NULL},
{ "IntDAHistoND_filld", _wrap_IntDAHistoND_filld, METH_VARARGS, NULL},
{ "delete_IntDAHistoND", _wrap_delete_IntDAHistoND, METH_O, NULL},
{ "IntDAHistoND_swigregister", IntDAHistoND_swigregister, METH_O, NULL},
{ "IntDAHistoND_swiginit", IntDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_LongDAHistoND", _wrap_new_LongDAHistoND, METH_VARARGS, NULL},
{ "LongDAHistoND_dim", _wrap_LongDAHistoND_dim, METH_O, NULL},
{ "LongDAHistoND_title", _wrap_LongDAHistoND_title, METH_O, NULL},
{ "LongDAHistoND_accumulatedDataLabel", _wrap_LongDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "LongDAHistoND_binContents", _wrap_LongDAHistoND_binContents, METH_O, NULL},
{ "LongDAHistoND_overflows", _wrap_LongDAHistoND_overflows, METH_O, NULL},
{ "LongDAHistoND_underflowWeight", _wrap_LongDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "LongDAHistoND_overflowWeight", _wrap_LongDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "LongDAHistoND_inRangeOverWeight", _wrap_LongDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "LongDAHistoND_axis", _wrap_LongDAHistoND_axis, METH_VARARGS, NULL},
{ "LongDAHistoND_nBins", _wrap_LongDAHistoND_nBins, METH_O, NULL},
{ "LongDAHistoND_nFillsTotal", _wrap_LongDAHistoND_nFillsTotal, METH_O, NULL},
{ "LongDAHistoND_nFillsInRange", _wrap_LongDAHistoND_nFillsInRange, METH_O, NULL},
{ "LongDAHistoND_nFillsOver", _wrap_LongDAHistoND_nFillsOver, METH_O, NULL},
{ "LongDAHistoND_isUniformlyBinned", _wrap_LongDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "LongDAHistoND_lowerAxisLimits", _wrap_LongDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "LongDAHistoND_upperAxisLimits", _wrap_LongDAHistoND_upperAxisLimits, METH_O, NULL},
{ "LongDAHistoND_axisLengths", _wrap_LongDAHistoND_axisLengths, METH_O, NULL},
{ "LongDAHistoND_setTitle", _wrap_LongDAHistoND_setTitle, METH_VARARGS, NULL},
{ "LongDAHistoND_setAccumulatedDataLabel", _wrap_LongDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "LongDAHistoND_setAxisLabel", _wrap_LongDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "LongDAHistoND_binVolume", _wrap_LongDAHistoND_binVolume, METH_VARARGS, NULL},
{ "LongDAHistoND_binCenter", _wrap_LongDAHistoND_binCenter, METH_VARARGS, NULL},
{ "LongDAHistoND_binBox", _wrap_LongDAHistoND_binBox, METH_VARARGS, NULL},
{ "LongDAHistoND_boundingBox", _wrap_LongDAHistoND_boundingBox, METH_O, NULL},
{ "LongDAHistoND_volume", _wrap_LongDAHistoND_volume, METH_O, NULL},
{ "LongDAHistoND_integral", _wrap_LongDAHistoND_integral, METH_O, NULL},
{ "LongDAHistoND_clear", _wrap_LongDAHistoND_clear, METH_O, NULL},
{ "LongDAHistoND_clearBinContents", _wrap_LongDAHistoND_clearBinContents, METH_O, NULL},
{ "LongDAHistoND_clearOverflows", _wrap_LongDAHistoND_clearOverflows, METH_O, NULL},
{ "LongDAHistoND___eq__", _wrap_LongDAHistoND___eq__, METH_VARARGS, NULL},
{ "LongDAHistoND___ne__", _wrap_LongDAHistoND___ne__, METH_VARARGS, NULL},
{ "LongDAHistoND_isSameData", _wrap_LongDAHistoND_isSameData, METH_VARARGS, NULL},
{ "LongDAHistoND_recalculateNFillsFromData", _wrap_LongDAHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "LongDAHistoND_setNFillsTotal", _wrap_LongDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "LongDAHistoND_setNFillsOver", _wrap_LongDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "LongDAHistoND_transpose", _wrap_LongDAHistoND_transpose, METH_VARARGS, NULL},
{ "LongDAHistoND_getModCount", _wrap_LongDAHistoND_getModCount, METH_O, NULL},
{ "LongDAHistoND_incrModCount", _wrap_LongDAHistoND_incrModCount, METH_O, NULL},
{ "LongDAHistoND_classId", _wrap_LongDAHistoND_classId, METH_O, NULL},
{ "LongDAHistoND_write", _wrap_LongDAHistoND_write, METH_VARARGS, NULL},
{ "LongDAHistoND_classname", _wrap_LongDAHistoND_classname, METH_NOARGS, NULL},
{ "LongDAHistoND_version", _wrap_LongDAHistoND_version, METH_NOARGS, NULL},
{ "LongDAHistoND_read", _wrap_LongDAHistoND_read, METH_VARARGS, NULL},
{ "LongDAHistoND_examine", _wrap_LongDAHistoND_examine, METH_VARARGS, NULL},
{ "LongDAHistoND_closestBin", _wrap_LongDAHistoND_closestBin, METH_VARARGS, NULL},
{ "LongDAHistoND_setBin", _wrap_LongDAHistoND_setBin, METH_VARARGS, NULL},
{ "LongDAHistoND_setLinearBin", _wrap_LongDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "LongDAHistoND_setBinsToConst", _wrap_LongDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "LongDAHistoND_setOverflowsToConst", _wrap_LongDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "LongDAHistoND_axes", _wrap_LongDAHistoND_axes, METH_O, NULL},
{ "LongDAHistoND_binWidths", _wrap_LongDAHistoND_binWidths, METH_O, NULL},
{ "LongDAHistoND_shape", _wrap_LongDAHistoND_shape, METH_O, NULL},
{ "LongDAHistoND_filli", _wrap_LongDAHistoND_filli, METH_VARARGS, NULL},
{ "LongDAHistoND_fill", _wrap_LongDAHistoND_fill, METH_VARARGS, NULL},
{ "LongDAHistoND_filll", _wrap_LongDAHistoND_filll, METH_VARARGS, NULL},
{ "LongDAHistoND_filld", _wrap_LongDAHistoND_filld, METH_VARARGS, NULL},
{ "delete_LongDAHistoND", _wrap_delete_LongDAHistoND, METH_O, NULL},
{ "LongDAHistoND_swigregister", LongDAHistoND_swigregister, METH_O, NULL},
{ "LongDAHistoND_swiginit", LongDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_FloatDAHistoND", _wrap_new_FloatDAHistoND, METH_VARARGS, NULL},
{ "FloatDAHistoND_dim", _wrap_FloatDAHistoND_dim, METH_O, NULL},
{ "FloatDAHistoND_title", _wrap_FloatDAHistoND_title, METH_O, NULL},
{ "FloatDAHistoND_accumulatedDataLabel", _wrap_FloatDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "FloatDAHistoND_binContents", _wrap_FloatDAHistoND_binContents, METH_O, NULL},
{ "FloatDAHistoND_overflows", _wrap_FloatDAHistoND_overflows, METH_O, NULL},
{ "FloatDAHistoND_underflowWeight", _wrap_FloatDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "FloatDAHistoND_overflowWeight", _wrap_FloatDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "FloatDAHistoND_inRangeOverWeight", _wrap_FloatDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "FloatDAHistoND_axis", _wrap_FloatDAHistoND_axis, METH_VARARGS, NULL},
{ "FloatDAHistoND_nBins", _wrap_FloatDAHistoND_nBins, METH_O, NULL},
{ "FloatDAHistoND_nFillsTotal", _wrap_FloatDAHistoND_nFillsTotal, METH_O, NULL},
{ "FloatDAHistoND_nFillsInRange", _wrap_FloatDAHistoND_nFillsInRange, METH_O, NULL},
{ "FloatDAHistoND_nFillsOver", _wrap_FloatDAHistoND_nFillsOver, METH_O, NULL},
{ "FloatDAHistoND_isUniformlyBinned", _wrap_FloatDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "FloatDAHistoND_lowerAxisLimits", _wrap_FloatDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "FloatDAHistoND_upperAxisLimits", _wrap_FloatDAHistoND_upperAxisLimits, METH_O, NULL},
{ "FloatDAHistoND_axisLengths", _wrap_FloatDAHistoND_axisLengths, METH_O, NULL},
{ "FloatDAHistoND_setTitle", _wrap_FloatDAHistoND_setTitle, METH_VARARGS, NULL},
{ "FloatDAHistoND_setAccumulatedDataLabel", _wrap_FloatDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "FloatDAHistoND_setAxisLabel", _wrap_FloatDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "FloatDAHistoND_binVolume", _wrap_FloatDAHistoND_binVolume, METH_VARARGS, NULL},
{ "FloatDAHistoND_binCenter", _wrap_FloatDAHistoND_binCenter, METH_VARARGS, NULL},
{ "FloatDAHistoND_binBox", _wrap_FloatDAHistoND_binBox, METH_VARARGS, NULL},
{ "FloatDAHistoND_boundingBox", _wrap_FloatDAHistoND_boundingBox, METH_O, NULL},
{ "FloatDAHistoND_volume", _wrap_FloatDAHistoND_volume, METH_O, NULL},
{ "FloatDAHistoND_integral", _wrap_FloatDAHistoND_integral, METH_O, NULL},
{ "FloatDAHistoND_clear", _wrap_FloatDAHistoND_clear, METH_O, NULL},
{ "FloatDAHistoND_clearBinContents", _wrap_FloatDAHistoND_clearBinContents, METH_O, NULL},
{ "FloatDAHistoND_clearOverflows", _wrap_FloatDAHistoND_clearOverflows, METH_O, NULL},
{ "FloatDAHistoND___eq__", _wrap_FloatDAHistoND___eq__, METH_VARARGS, NULL},
{ "FloatDAHistoND___ne__", _wrap_FloatDAHistoND___ne__, METH_VARARGS, NULL},
{ "FloatDAHistoND_isSameData", _wrap_FloatDAHistoND_isSameData, METH_VARARGS, NULL},
{ "FloatDAHistoND_recalculateNFillsFromData", _wrap_FloatDAHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "FloatDAHistoND_setNFillsTotal", _wrap_FloatDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "FloatDAHistoND_setNFillsOver", _wrap_FloatDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "FloatDAHistoND_transpose", _wrap_FloatDAHistoND_transpose, METH_VARARGS, NULL},
{ "FloatDAHistoND_getModCount", _wrap_FloatDAHistoND_getModCount, METH_O, NULL},
{ "FloatDAHistoND_incrModCount", _wrap_FloatDAHistoND_incrModCount, METH_O, NULL},
{ "FloatDAHistoND_classId", _wrap_FloatDAHistoND_classId, METH_O, NULL},
{ "FloatDAHistoND_write", _wrap_FloatDAHistoND_write, METH_VARARGS, NULL},
{ "FloatDAHistoND_classname", _wrap_FloatDAHistoND_classname, METH_NOARGS, NULL},
{ "FloatDAHistoND_version", _wrap_FloatDAHistoND_version, METH_NOARGS, NULL},
{ "FloatDAHistoND_read", _wrap_FloatDAHistoND_read, METH_VARARGS, NULL},
{ "FloatDAHistoND_examine", _wrap_FloatDAHistoND_examine, METH_VARARGS, NULL},
{ "FloatDAHistoND_closestBin", _wrap_FloatDAHistoND_closestBin, METH_VARARGS, NULL},
{ "FloatDAHistoND_setBin", _wrap_FloatDAHistoND_setBin, METH_VARARGS, NULL},
{ "FloatDAHistoND_setLinearBin", _wrap_FloatDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "FloatDAHistoND_setBinsToConst", _wrap_FloatDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "FloatDAHistoND_setOverflowsToConst", _wrap_FloatDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "FloatDAHistoND_axes", _wrap_FloatDAHistoND_axes, METH_O, NULL},
{ "FloatDAHistoND_binWidths", _wrap_FloatDAHistoND_binWidths, METH_O, NULL},
{ "FloatDAHistoND_shape", _wrap_FloatDAHistoND_shape, METH_O, NULL},
{ "FloatDAHistoND_filli", _wrap_FloatDAHistoND_filli, METH_VARARGS, NULL},
{ "FloatDAHistoND_filll", _wrap_FloatDAHistoND_filll, METH_VARARGS, NULL},
{ "FloatDAHistoND_fill", _wrap_FloatDAHistoND_fill, METH_VARARGS, NULL},
{ "FloatDAHistoND_filld", _wrap_FloatDAHistoND_filld, METH_VARARGS, NULL},
{ "delete_FloatDAHistoND", _wrap_delete_FloatDAHistoND, METH_O, NULL},
{ "FloatDAHistoND_swigregister", FloatDAHistoND_swigregister, METH_O, NULL},
{ "FloatDAHistoND_swiginit", FloatDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_DoubleDAHistoND", _wrap_new_DoubleDAHistoND, METH_VARARGS, NULL},
{ "DoubleDAHistoND_dim", _wrap_DoubleDAHistoND_dim, METH_O, NULL},
{ "DoubleDAHistoND_title", _wrap_DoubleDAHistoND_title, METH_O, NULL},
{ "DoubleDAHistoND_accumulatedDataLabel", _wrap_DoubleDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "DoubleDAHistoND_binContents", _wrap_DoubleDAHistoND_binContents, METH_O, NULL},
{ "DoubleDAHistoND_overflows", _wrap_DoubleDAHistoND_overflows, METH_O, NULL},
{ "DoubleDAHistoND_underflowWeight", _wrap_DoubleDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "DoubleDAHistoND_overflowWeight", _wrap_DoubleDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "DoubleDAHistoND_inRangeOverWeight", _wrap_DoubleDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "DoubleDAHistoND_axis", _wrap_DoubleDAHistoND_axis, METH_VARARGS, NULL},
{ "DoubleDAHistoND_nBins", _wrap_DoubleDAHistoND_nBins, METH_O, NULL},
{ "DoubleDAHistoND_nFillsTotal", _wrap_DoubleDAHistoND_nFillsTotal, METH_O, NULL},
{ "DoubleDAHistoND_nFillsInRange", _wrap_DoubleDAHistoND_nFillsInRange, METH_O, NULL},
{ "DoubleDAHistoND_nFillsOver", _wrap_DoubleDAHistoND_nFillsOver, METH_O, NULL},
{ "DoubleDAHistoND_isUniformlyBinned", _wrap_DoubleDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "DoubleDAHistoND_lowerAxisLimits", _wrap_DoubleDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "DoubleDAHistoND_upperAxisLimits", _wrap_DoubleDAHistoND_upperAxisLimits, METH_O, NULL},
{ "DoubleDAHistoND_axisLengths", _wrap_DoubleDAHistoND_axisLengths, METH_O, NULL},
{ "DoubleDAHistoND_setTitle", _wrap_DoubleDAHistoND_setTitle, METH_VARARGS, NULL},
{ "DoubleDAHistoND_setAccumulatedDataLabel", _wrap_DoubleDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "DoubleDAHistoND_setAxisLabel", _wrap_DoubleDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "DoubleDAHistoND_binVolume", _wrap_DoubleDAHistoND_binVolume, METH_VARARGS, NULL},
{ "DoubleDAHistoND_binCenter", _wrap_DoubleDAHistoND_binCenter, METH_VARARGS, NULL},
{ "DoubleDAHistoND_binBox", _wrap_DoubleDAHistoND_binBox, METH_VARARGS, NULL},
{ "DoubleDAHistoND_boundingBox", _wrap_DoubleDAHistoND_boundingBox, METH_O, NULL},
{ "DoubleDAHistoND_volume", _wrap_DoubleDAHistoND_volume, METH_O, NULL},
{ "DoubleDAHistoND_integral", _wrap_DoubleDAHistoND_integral, METH_O, NULL},
{ "DoubleDAHistoND_clear", _wrap_DoubleDAHistoND_clear, METH_O, NULL},
{ "DoubleDAHistoND_clearBinContents", _wrap_DoubleDAHistoND_clearBinContents, METH_O, NULL},
{ "DoubleDAHistoND_clearOverflows", _wrap_DoubleDAHistoND_clearOverflows, METH_O, NULL},
{ "DoubleDAHistoND___eq__", _wrap_DoubleDAHistoND___eq__, METH_VARARGS, NULL},
{ "DoubleDAHistoND___ne__", _wrap_DoubleDAHistoND___ne__, METH_VARARGS, NULL},
{ "DoubleDAHistoND_isSameData", _wrap_DoubleDAHistoND_isSameData, METH_VARARGS, NULL},
{ "DoubleDAHistoND_recalculateNFillsFromData", _wrap_DoubleDAHistoND_recalculateNFillsFromData, METH_O, NULL},
{ "DoubleDAHistoND_setNFillsTotal", _wrap_DoubleDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "DoubleDAHistoND_setNFillsOver", _wrap_DoubleDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "DoubleDAHistoND_transpose", _wrap_DoubleDAHistoND_transpose, METH_VARARGS, NULL},
{ "DoubleDAHistoND_getModCount", _wrap_DoubleDAHistoND_getModCount, METH_O, NULL},
{ "DoubleDAHistoND_incrModCount", _wrap_DoubleDAHistoND_incrModCount, METH_O, NULL},
{ "DoubleDAHistoND_classId", _wrap_DoubleDAHistoND_classId, METH_O, NULL},
{ "DoubleDAHistoND_write", _wrap_DoubleDAHistoND_write, METH_VARARGS, NULL},
{ "DoubleDAHistoND_classname", _wrap_DoubleDAHistoND_classname, METH_NOARGS, NULL},
{ "DoubleDAHistoND_version", _wrap_DoubleDAHistoND_version, METH_NOARGS, NULL},
{ "DoubleDAHistoND_read", _wrap_DoubleDAHistoND_read, METH_VARARGS, NULL},
{ "DoubleDAHistoND_examine", _wrap_DoubleDAHistoND_examine, METH_VARARGS, NULL},
{ "DoubleDAHistoND_closestBin", _wrap_DoubleDAHistoND_closestBin, METH_VARARGS, NULL},
{ "DoubleDAHistoND_setBin", _wrap_DoubleDAHistoND_setBin, METH_VARARGS, NULL},
{ "DoubleDAHistoND_setLinearBin", _wrap_DoubleDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "DoubleDAHistoND_setBinsToConst", _wrap_DoubleDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "DoubleDAHistoND_setOverflowsToConst", _wrap_DoubleDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "DoubleDAHistoND_axes", _wrap_DoubleDAHistoND_axes, METH_O, NULL},
{ "DoubleDAHistoND_binWidths", _wrap_DoubleDAHistoND_binWidths, METH_O, NULL},
{ "DoubleDAHistoND_shape", _wrap_DoubleDAHistoND_shape, METH_O, NULL},
{ "DoubleDAHistoND_filli", _wrap_DoubleDAHistoND_filli, METH_VARARGS, NULL},
{ "DoubleDAHistoND_filll", _wrap_DoubleDAHistoND_filll, METH_VARARGS, NULL},
{ "DoubleDAHistoND_fill", _wrap_DoubleDAHistoND_fill, METH_VARARGS, NULL},
{ "DoubleDAHistoND_filld", _wrap_DoubleDAHistoND_filld, METH_VARARGS, NULL},
{ "delete_DoubleDAHistoND", _wrap_delete_DoubleDAHistoND, METH_O, NULL},
{ "DoubleDAHistoND_swigregister", DoubleDAHistoND_swigregister, METH_O, NULL},
{ "DoubleDAHistoND_swiginit", DoubleDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_StatAccDAHistoND", _wrap_new_StatAccDAHistoND, METH_VARARGS, NULL},
{ "StatAccDAHistoND_dim", _wrap_StatAccDAHistoND_dim, METH_O, NULL},
{ "StatAccDAHistoND_title", _wrap_StatAccDAHistoND_title, METH_O, NULL},
{ "StatAccDAHistoND_accumulatedDataLabel", _wrap_StatAccDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "StatAccDAHistoND_binContents", _wrap_StatAccDAHistoND_binContents, METH_O, NULL},
{ "StatAccDAHistoND_overflows", _wrap_StatAccDAHistoND_overflows, METH_O, NULL},
{ "StatAccDAHistoND_underflowWeight", _wrap_StatAccDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "StatAccDAHistoND_overflowWeight", _wrap_StatAccDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "StatAccDAHistoND_inRangeOverWeight", _wrap_StatAccDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "StatAccDAHistoND_axis", _wrap_StatAccDAHistoND_axis, METH_VARARGS, NULL},
{ "StatAccDAHistoND_nBins", _wrap_StatAccDAHistoND_nBins, METH_O, NULL},
{ "StatAccDAHistoND_nFillsTotal", _wrap_StatAccDAHistoND_nFillsTotal, METH_O, NULL},
{ "StatAccDAHistoND_nFillsInRange", _wrap_StatAccDAHistoND_nFillsInRange, METH_O, NULL},
{ "StatAccDAHistoND_nFillsOver", _wrap_StatAccDAHistoND_nFillsOver, METH_O, NULL},
{ "StatAccDAHistoND_isUniformlyBinned", _wrap_StatAccDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "StatAccDAHistoND_lowerAxisLimits", _wrap_StatAccDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "StatAccDAHistoND_upperAxisLimits", _wrap_StatAccDAHistoND_upperAxisLimits, METH_O, NULL},
{ "StatAccDAHistoND_axisLengths", _wrap_StatAccDAHistoND_axisLengths, METH_O, NULL},
{ "StatAccDAHistoND_setTitle", _wrap_StatAccDAHistoND_setTitle, METH_VARARGS, NULL},
{ "StatAccDAHistoND_setAccumulatedDataLabel", _wrap_StatAccDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "StatAccDAHistoND_setAxisLabel", _wrap_StatAccDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "StatAccDAHistoND_binVolume", _wrap_StatAccDAHistoND_binVolume, METH_VARARGS, NULL},
{ "StatAccDAHistoND_binCenter", _wrap_StatAccDAHistoND_binCenter, METH_VARARGS, NULL},
{ "StatAccDAHistoND_binBox", _wrap_StatAccDAHistoND_binBox, METH_VARARGS, NULL},
{ "StatAccDAHistoND_boundingBox", _wrap_StatAccDAHistoND_boundingBox, METH_O, NULL},
{ "StatAccDAHistoND_volume", _wrap_StatAccDAHistoND_volume, METH_O, NULL},
{ "StatAccDAHistoND_clear", _wrap_StatAccDAHistoND_clear, METH_O, NULL},
{ "StatAccDAHistoND_clearBinContents", _wrap_StatAccDAHistoND_clearBinContents, METH_O, NULL},
{ "StatAccDAHistoND_clearOverflows", _wrap_StatAccDAHistoND_clearOverflows, METH_O, NULL},
{ "StatAccDAHistoND___eq__", _wrap_StatAccDAHistoND___eq__, METH_VARARGS, NULL},
{ "StatAccDAHistoND___ne__", _wrap_StatAccDAHistoND___ne__, METH_VARARGS, NULL},
{ "StatAccDAHistoND_isSameData", _wrap_StatAccDAHistoND_isSameData, METH_VARARGS, NULL},
{ "StatAccDAHistoND_setNFillsTotal", _wrap_StatAccDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "StatAccDAHistoND_setNFillsOver", _wrap_StatAccDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "StatAccDAHistoND_transpose", _wrap_StatAccDAHistoND_transpose, METH_VARARGS, NULL},
{ "StatAccDAHistoND_getModCount", _wrap_StatAccDAHistoND_getModCount, METH_O, NULL},
{ "StatAccDAHistoND_incrModCount", _wrap_StatAccDAHistoND_incrModCount, METH_O, NULL},
{ "StatAccDAHistoND_classId", _wrap_StatAccDAHistoND_classId, METH_O, NULL},
{ "StatAccDAHistoND_write", _wrap_StatAccDAHistoND_write, METH_VARARGS, NULL},
{ "StatAccDAHistoND_classname", _wrap_StatAccDAHistoND_classname, METH_NOARGS, NULL},
{ "StatAccDAHistoND_version", _wrap_StatAccDAHistoND_version, METH_NOARGS, NULL},
{ "StatAccDAHistoND_read", _wrap_StatAccDAHistoND_read, METH_VARARGS, NULL},
{ "StatAccDAHistoND_examine", _wrap_StatAccDAHistoND_examine, METH_VARARGS, NULL},
{ "StatAccDAHistoND_closestBin", _wrap_StatAccDAHistoND_closestBin, METH_VARARGS, NULL},
{ "StatAccDAHistoND_setBin", _wrap_StatAccDAHistoND_setBin, METH_VARARGS, NULL},
{ "StatAccDAHistoND_setLinearBin", _wrap_StatAccDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "StatAccDAHistoND_setBinsToConst", _wrap_StatAccDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "StatAccDAHistoND_setOverflowsToConst", _wrap_StatAccDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "StatAccDAHistoND_axes", _wrap_StatAccDAHistoND_axes, METH_O, NULL},
{ "StatAccDAHistoND_binWidths", _wrap_StatAccDAHistoND_binWidths, METH_O, NULL},
{ "StatAccDAHistoND_shape", _wrap_StatAccDAHistoND_shape, METH_O, NULL},
{ "StatAccDAHistoND_filli", _wrap_StatAccDAHistoND_filli, METH_VARARGS, NULL},
{ "StatAccDAHistoND_filll", _wrap_StatAccDAHistoND_filll, METH_VARARGS, NULL},
{ "StatAccDAHistoND_fill", _wrap_StatAccDAHistoND_fill, METH_VARARGS, NULL},
{ "StatAccDAHistoND_filld", _wrap_StatAccDAHistoND_filld, METH_VARARGS, NULL},
{ "delete_StatAccDAHistoND", _wrap_delete_StatAccDAHistoND, METH_O, NULL},
{ "StatAccDAHistoND_swigregister", StatAccDAHistoND_swigregister, METH_O, NULL},
{ "StatAccDAHistoND_swiginit", StatAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_WStatAccDAHistoND", _wrap_new_WStatAccDAHistoND, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_dim", _wrap_WStatAccDAHistoND_dim, METH_O, NULL},
{ "WStatAccDAHistoND_title", _wrap_WStatAccDAHistoND_title, METH_O, NULL},
{ "WStatAccDAHistoND_accumulatedDataLabel", _wrap_WStatAccDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "WStatAccDAHistoND_binContents", _wrap_WStatAccDAHistoND_binContents, METH_O, NULL},
{ "WStatAccDAHistoND_overflows", _wrap_WStatAccDAHistoND_overflows, METH_O, NULL},
{ "WStatAccDAHistoND_underflowWeight", _wrap_WStatAccDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_overflowWeight", _wrap_WStatAccDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_inRangeOverWeight", _wrap_WStatAccDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_axis", _wrap_WStatAccDAHistoND_axis, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_nBins", _wrap_WStatAccDAHistoND_nBins, METH_O, NULL},
{ "WStatAccDAHistoND_nFillsTotal", _wrap_WStatAccDAHistoND_nFillsTotal, METH_O, NULL},
{ "WStatAccDAHistoND_nFillsInRange", _wrap_WStatAccDAHistoND_nFillsInRange, METH_O, NULL},
{ "WStatAccDAHistoND_nFillsOver", _wrap_WStatAccDAHistoND_nFillsOver, METH_O, NULL},
{ "WStatAccDAHistoND_isUniformlyBinned", _wrap_WStatAccDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "WStatAccDAHistoND_lowerAxisLimits", _wrap_WStatAccDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "WStatAccDAHistoND_upperAxisLimits", _wrap_WStatAccDAHistoND_upperAxisLimits, METH_O, NULL},
{ "WStatAccDAHistoND_axisLengths", _wrap_WStatAccDAHistoND_axisLengths, METH_O, NULL},
{ "WStatAccDAHistoND_setTitle", _wrap_WStatAccDAHistoND_setTitle, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_setAccumulatedDataLabel", _wrap_WStatAccDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_setAxisLabel", _wrap_WStatAccDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_binVolume", _wrap_WStatAccDAHistoND_binVolume, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_binCenter", _wrap_WStatAccDAHistoND_binCenter, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_binBox", _wrap_WStatAccDAHistoND_binBox, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_boundingBox", _wrap_WStatAccDAHistoND_boundingBox, METH_O, NULL},
{ "WStatAccDAHistoND_volume", _wrap_WStatAccDAHistoND_volume, METH_O, NULL},
{ "WStatAccDAHistoND_clear", _wrap_WStatAccDAHistoND_clear, METH_O, NULL},
{ "WStatAccDAHistoND_clearBinContents", _wrap_WStatAccDAHistoND_clearBinContents, METH_O, NULL},
{ "WStatAccDAHistoND_clearOverflows", _wrap_WStatAccDAHistoND_clearOverflows, METH_O, NULL},
{ "WStatAccDAHistoND___eq__", _wrap_WStatAccDAHistoND___eq__, METH_VARARGS, NULL},
{ "WStatAccDAHistoND___ne__", _wrap_WStatAccDAHistoND___ne__, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_isSameData", _wrap_WStatAccDAHistoND_isSameData, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_setNFillsTotal", _wrap_WStatAccDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_setNFillsOver", _wrap_WStatAccDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_transpose", _wrap_WStatAccDAHistoND_transpose, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_getModCount", _wrap_WStatAccDAHistoND_getModCount, METH_O, NULL},
{ "WStatAccDAHistoND_incrModCount", _wrap_WStatAccDAHistoND_incrModCount, METH_O, NULL},
{ "WStatAccDAHistoND_classId", _wrap_WStatAccDAHistoND_classId, METH_O, NULL},
{ "WStatAccDAHistoND_write", _wrap_WStatAccDAHistoND_write, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_classname", _wrap_WStatAccDAHistoND_classname, METH_NOARGS, NULL},
{ "WStatAccDAHistoND_version", _wrap_WStatAccDAHistoND_version, METH_NOARGS, NULL},
{ "WStatAccDAHistoND_read", _wrap_WStatAccDAHistoND_read, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_examine", _wrap_WStatAccDAHistoND_examine, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_closestBin", _wrap_WStatAccDAHistoND_closestBin, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_setBin", _wrap_WStatAccDAHistoND_setBin, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_setLinearBin", _wrap_WStatAccDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_setBinsToConst", _wrap_WStatAccDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_setOverflowsToConst", _wrap_WStatAccDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_axes", _wrap_WStatAccDAHistoND_axes, METH_O, NULL},
{ "WStatAccDAHistoND_binWidths", _wrap_WStatAccDAHistoND_binWidths, METH_O, NULL},
{ "WStatAccDAHistoND_shape", _wrap_WStatAccDAHistoND_shape, METH_O, NULL},
{ "WStatAccDAHistoND_filli", _wrap_WStatAccDAHistoND_filli, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_filll", _wrap_WStatAccDAHistoND_filll, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_fill", _wrap_WStatAccDAHistoND_fill, METH_VARARGS, NULL},
{ "WStatAccDAHistoND_filld", _wrap_WStatAccDAHistoND_filld, METH_VARARGS, NULL},
{ "delete_WStatAccDAHistoND", _wrap_delete_WStatAccDAHistoND, METH_O, NULL},
{ "WStatAccDAHistoND_swigregister", WStatAccDAHistoND_swigregister, METH_O, NULL},
{ "WStatAccDAHistoND_swiginit", WStatAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_FSampleAccDAHistoND", _wrap_new_FSampleAccDAHistoND, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_dim", _wrap_FSampleAccDAHistoND_dim, METH_O, NULL},
{ "FSampleAccDAHistoND_title", _wrap_FSampleAccDAHistoND_title, METH_O, NULL},
{ "FSampleAccDAHistoND_accumulatedDataLabel", _wrap_FSampleAccDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "FSampleAccDAHistoND_binContents", _wrap_FSampleAccDAHistoND_binContents, METH_O, NULL},
{ "FSampleAccDAHistoND_overflows", _wrap_FSampleAccDAHistoND_overflows, METH_O, NULL},
{ "FSampleAccDAHistoND_underflowWeight", _wrap_FSampleAccDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_overflowWeight", _wrap_FSampleAccDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_inRangeOverWeight", _wrap_FSampleAccDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_axis", _wrap_FSampleAccDAHistoND_axis, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_nBins", _wrap_FSampleAccDAHistoND_nBins, METH_O, NULL},
{ "FSampleAccDAHistoND_nFillsTotal", _wrap_FSampleAccDAHistoND_nFillsTotal, METH_O, NULL},
{ "FSampleAccDAHistoND_nFillsInRange", _wrap_FSampleAccDAHistoND_nFillsInRange, METH_O, NULL},
{ "FSampleAccDAHistoND_nFillsOver", _wrap_FSampleAccDAHistoND_nFillsOver, METH_O, NULL},
{ "FSampleAccDAHistoND_isUniformlyBinned", _wrap_FSampleAccDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "FSampleAccDAHistoND_lowerAxisLimits", _wrap_FSampleAccDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "FSampleAccDAHistoND_upperAxisLimits", _wrap_FSampleAccDAHistoND_upperAxisLimits, METH_O, NULL},
{ "FSampleAccDAHistoND_axisLengths", _wrap_FSampleAccDAHistoND_axisLengths, METH_O, NULL},
{ "FSampleAccDAHistoND_setTitle", _wrap_FSampleAccDAHistoND_setTitle, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_setAccumulatedDataLabel", _wrap_FSampleAccDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_setAxisLabel", _wrap_FSampleAccDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_binVolume", _wrap_FSampleAccDAHistoND_binVolume, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_binCenter", _wrap_FSampleAccDAHistoND_binCenter, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_binBox", _wrap_FSampleAccDAHistoND_binBox, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_boundingBox", _wrap_FSampleAccDAHistoND_boundingBox, METH_O, NULL},
{ "FSampleAccDAHistoND_volume", _wrap_FSampleAccDAHistoND_volume, METH_O, NULL},
{ "FSampleAccDAHistoND_clear", _wrap_FSampleAccDAHistoND_clear, METH_O, NULL},
{ "FSampleAccDAHistoND_clearBinContents", _wrap_FSampleAccDAHistoND_clearBinContents, METH_O, NULL},
{ "FSampleAccDAHistoND_clearOverflows", _wrap_FSampleAccDAHistoND_clearOverflows, METH_O, NULL},
{ "FSampleAccDAHistoND___eq__", _wrap_FSampleAccDAHistoND___eq__, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND___ne__", _wrap_FSampleAccDAHistoND___ne__, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_isSameData", _wrap_FSampleAccDAHistoND_isSameData, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_setNFillsTotal", _wrap_FSampleAccDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_setNFillsOver", _wrap_FSampleAccDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_transpose", _wrap_FSampleAccDAHistoND_transpose, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_getModCount", _wrap_FSampleAccDAHistoND_getModCount, METH_O, NULL},
{ "FSampleAccDAHistoND_incrModCount", _wrap_FSampleAccDAHistoND_incrModCount, METH_O, NULL},
{ "FSampleAccDAHistoND_classId", _wrap_FSampleAccDAHistoND_classId, METH_O, NULL},
{ "FSampleAccDAHistoND_write", _wrap_FSampleAccDAHistoND_write, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_classname", _wrap_FSampleAccDAHistoND_classname, METH_NOARGS, NULL},
{ "FSampleAccDAHistoND_version", _wrap_FSampleAccDAHistoND_version, METH_NOARGS, NULL},
{ "FSampleAccDAHistoND_read", _wrap_FSampleAccDAHistoND_read, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_examine", _wrap_FSampleAccDAHistoND_examine, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_closestBin", _wrap_FSampleAccDAHistoND_closestBin, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_setBin", _wrap_FSampleAccDAHistoND_setBin, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_setLinearBin", _wrap_FSampleAccDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_setBinsToConst", _wrap_FSampleAccDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_setOverflowsToConst", _wrap_FSampleAccDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "FSampleAccDAHistoND_axes", _wrap_FSampleAccDAHistoND_axes, METH_O, NULL},
{ "FSampleAccDAHistoND_binWidths", _wrap_FSampleAccDAHistoND_binWidths, METH_O, NULL},
{ "FSampleAccDAHistoND_shape", _wrap_FSampleAccDAHistoND_shape, METH_O, NULL},
{ "FSampleAccDAHistoND_fill", _wrap_FSampleAccDAHistoND_fill, METH_VARARGS, NULL},
{ "delete_FSampleAccDAHistoND", _wrap_delete_FSampleAccDAHistoND, METH_O, NULL},
{ "FSampleAccDAHistoND_swigregister", FSampleAccDAHistoND_swigregister, METH_O, NULL},
{ "FSampleAccDAHistoND_swiginit", FSampleAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_DSampleAccDAHistoND", _wrap_new_DSampleAccDAHistoND, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_dim", _wrap_DSampleAccDAHistoND_dim, METH_O, NULL},
{ "DSampleAccDAHistoND_title", _wrap_DSampleAccDAHistoND_title, METH_O, NULL},
{ "DSampleAccDAHistoND_accumulatedDataLabel", _wrap_DSampleAccDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "DSampleAccDAHistoND_binContents", _wrap_DSampleAccDAHistoND_binContents, METH_O, NULL},
{ "DSampleAccDAHistoND_overflows", _wrap_DSampleAccDAHistoND_overflows, METH_O, NULL},
{ "DSampleAccDAHistoND_underflowWeight", _wrap_DSampleAccDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_overflowWeight", _wrap_DSampleAccDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_inRangeOverWeight", _wrap_DSampleAccDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_axis", _wrap_DSampleAccDAHistoND_axis, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_nBins", _wrap_DSampleAccDAHistoND_nBins, METH_O, NULL},
{ "DSampleAccDAHistoND_nFillsTotal", _wrap_DSampleAccDAHistoND_nFillsTotal, METH_O, NULL},
{ "DSampleAccDAHistoND_nFillsInRange", _wrap_DSampleAccDAHistoND_nFillsInRange, METH_O, NULL},
{ "DSampleAccDAHistoND_nFillsOver", _wrap_DSampleAccDAHistoND_nFillsOver, METH_O, NULL},
{ "DSampleAccDAHistoND_isUniformlyBinned", _wrap_DSampleAccDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "DSampleAccDAHistoND_lowerAxisLimits", _wrap_DSampleAccDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "DSampleAccDAHistoND_upperAxisLimits", _wrap_DSampleAccDAHistoND_upperAxisLimits, METH_O, NULL},
{ "DSampleAccDAHistoND_axisLengths", _wrap_DSampleAccDAHistoND_axisLengths, METH_O, NULL},
{ "DSampleAccDAHistoND_setTitle", _wrap_DSampleAccDAHistoND_setTitle, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_setAccumulatedDataLabel", _wrap_DSampleAccDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_setAxisLabel", _wrap_DSampleAccDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_binVolume", _wrap_DSampleAccDAHistoND_binVolume, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_binCenter", _wrap_DSampleAccDAHistoND_binCenter, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_binBox", _wrap_DSampleAccDAHistoND_binBox, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_boundingBox", _wrap_DSampleAccDAHistoND_boundingBox, METH_O, NULL},
{ "DSampleAccDAHistoND_volume", _wrap_DSampleAccDAHistoND_volume, METH_O, NULL},
{ "DSampleAccDAHistoND_clear", _wrap_DSampleAccDAHistoND_clear, METH_O, NULL},
{ "DSampleAccDAHistoND_clearBinContents", _wrap_DSampleAccDAHistoND_clearBinContents, METH_O, NULL},
{ "DSampleAccDAHistoND_clearOverflows", _wrap_DSampleAccDAHistoND_clearOverflows, METH_O, NULL},
{ "DSampleAccDAHistoND___eq__", _wrap_DSampleAccDAHistoND___eq__, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND___ne__", _wrap_DSampleAccDAHistoND___ne__, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_isSameData", _wrap_DSampleAccDAHistoND_isSameData, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_setNFillsTotal", _wrap_DSampleAccDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_setNFillsOver", _wrap_DSampleAccDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_transpose", _wrap_DSampleAccDAHistoND_transpose, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_getModCount", _wrap_DSampleAccDAHistoND_getModCount, METH_O, NULL},
{ "DSampleAccDAHistoND_incrModCount", _wrap_DSampleAccDAHistoND_incrModCount, METH_O, NULL},
{ "DSampleAccDAHistoND_classId", _wrap_DSampleAccDAHistoND_classId, METH_O, NULL},
{ "DSampleAccDAHistoND_write", _wrap_DSampleAccDAHistoND_write, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_classname", _wrap_DSampleAccDAHistoND_classname, METH_NOARGS, NULL},
{ "DSampleAccDAHistoND_version", _wrap_DSampleAccDAHistoND_version, METH_NOARGS, NULL},
{ "DSampleAccDAHistoND_read", _wrap_DSampleAccDAHistoND_read, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_examine", _wrap_DSampleAccDAHistoND_examine, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_closestBin", _wrap_DSampleAccDAHistoND_closestBin, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_setBin", _wrap_DSampleAccDAHistoND_setBin, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_setLinearBin", _wrap_DSampleAccDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_setBinsToConst", _wrap_DSampleAccDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_setOverflowsToConst", _wrap_DSampleAccDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "DSampleAccDAHistoND_axes", _wrap_DSampleAccDAHistoND_axes, METH_O, NULL},
{ "DSampleAccDAHistoND_binWidths", _wrap_DSampleAccDAHistoND_binWidths, METH_O, NULL},
{ "DSampleAccDAHistoND_shape", _wrap_DSampleAccDAHistoND_shape, METH_O, NULL},
{ "DSampleAccDAHistoND_fill", _wrap_DSampleAccDAHistoND_fill, METH_VARARGS, NULL},
{ "delete_DSampleAccDAHistoND", _wrap_delete_DSampleAccDAHistoND, METH_O, NULL},
{ "DSampleAccDAHistoND_swigregister", DSampleAccDAHistoND_swigregister, METH_O, NULL},
{ "DSampleAccDAHistoND_swiginit", DSampleAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_DWSampleAccDAHistoND", _wrap_new_DWSampleAccDAHistoND, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_dim", _wrap_DWSampleAccDAHistoND_dim, METH_O, NULL},
{ "DWSampleAccDAHistoND_title", _wrap_DWSampleAccDAHistoND_title, METH_O, NULL},
{ "DWSampleAccDAHistoND_accumulatedDataLabel", _wrap_DWSampleAccDAHistoND_accumulatedDataLabel, METH_O, NULL},
{ "DWSampleAccDAHistoND_binContents", _wrap_DWSampleAccDAHistoND_binContents, METH_O, NULL},
{ "DWSampleAccDAHistoND_overflows", _wrap_DWSampleAccDAHistoND_overflows, METH_O, NULL},
{ "DWSampleAccDAHistoND_underflowWeight", _wrap_DWSampleAccDAHistoND_underflowWeight, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_overflowWeight", _wrap_DWSampleAccDAHistoND_overflowWeight, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_inRangeOverWeight", _wrap_DWSampleAccDAHistoND_inRangeOverWeight, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_axis", _wrap_DWSampleAccDAHistoND_axis, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_nBins", _wrap_DWSampleAccDAHistoND_nBins, METH_O, NULL},
{ "DWSampleAccDAHistoND_nFillsTotal", _wrap_DWSampleAccDAHistoND_nFillsTotal, METH_O, NULL},
{ "DWSampleAccDAHistoND_nFillsInRange", _wrap_DWSampleAccDAHistoND_nFillsInRange, METH_O, NULL},
{ "DWSampleAccDAHistoND_nFillsOver", _wrap_DWSampleAccDAHistoND_nFillsOver, METH_O, NULL},
{ "DWSampleAccDAHistoND_isUniformlyBinned", _wrap_DWSampleAccDAHistoND_isUniformlyBinned, METH_O, NULL},
{ "DWSampleAccDAHistoND_lowerAxisLimits", _wrap_DWSampleAccDAHistoND_lowerAxisLimits, METH_O, NULL},
{ "DWSampleAccDAHistoND_upperAxisLimits", _wrap_DWSampleAccDAHistoND_upperAxisLimits, METH_O, NULL},
{ "DWSampleAccDAHistoND_axisLengths", _wrap_DWSampleAccDAHistoND_axisLengths, METH_O, NULL},
{ "DWSampleAccDAHistoND_setTitle", _wrap_DWSampleAccDAHistoND_setTitle, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_setAccumulatedDataLabel", _wrap_DWSampleAccDAHistoND_setAccumulatedDataLabel, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_setAxisLabel", _wrap_DWSampleAccDAHistoND_setAxisLabel, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_binVolume", _wrap_DWSampleAccDAHistoND_binVolume, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_binCenter", _wrap_DWSampleAccDAHistoND_binCenter, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_binBox", _wrap_DWSampleAccDAHistoND_binBox, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_boundingBox", _wrap_DWSampleAccDAHistoND_boundingBox, METH_O, NULL},
{ "DWSampleAccDAHistoND_volume", _wrap_DWSampleAccDAHistoND_volume, METH_O, NULL},
{ "DWSampleAccDAHistoND_clear", _wrap_DWSampleAccDAHistoND_clear, METH_O, NULL},
{ "DWSampleAccDAHistoND_clearBinContents", _wrap_DWSampleAccDAHistoND_clearBinContents, METH_O, NULL},
{ "DWSampleAccDAHistoND_clearOverflows", _wrap_DWSampleAccDAHistoND_clearOverflows, METH_O, NULL},
{ "DWSampleAccDAHistoND___eq__", _wrap_DWSampleAccDAHistoND___eq__, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND___ne__", _wrap_DWSampleAccDAHistoND___ne__, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_isSameData", _wrap_DWSampleAccDAHistoND_isSameData, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_setNFillsTotal", _wrap_DWSampleAccDAHistoND_setNFillsTotal, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_setNFillsOver", _wrap_DWSampleAccDAHistoND_setNFillsOver, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_transpose", _wrap_DWSampleAccDAHistoND_transpose, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_getModCount", _wrap_DWSampleAccDAHistoND_getModCount, METH_O, NULL},
{ "DWSampleAccDAHistoND_incrModCount", _wrap_DWSampleAccDAHistoND_incrModCount, METH_O, NULL},
{ "DWSampleAccDAHistoND_classId", _wrap_DWSampleAccDAHistoND_classId, METH_O, NULL},
{ "DWSampleAccDAHistoND_write", _wrap_DWSampleAccDAHistoND_write, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_classname", _wrap_DWSampleAccDAHistoND_classname, METH_NOARGS, NULL},
{ "DWSampleAccDAHistoND_version", _wrap_DWSampleAccDAHistoND_version, METH_NOARGS, NULL},
{ "DWSampleAccDAHistoND_read", _wrap_DWSampleAccDAHistoND_read, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_examine", _wrap_DWSampleAccDAHistoND_examine, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_closestBin", _wrap_DWSampleAccDAHistoND_closestBin, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_setBin", _wrap_DWSampleAccDAHistoND_setBin, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_setLinearBin", _wrap_DWSampleAccDAHistoND_setLinearBin, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_setBinsToConst", _wrap_DWSampleAccDAHistoND_setBinsToConst, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_setOverflowsToConst", _wrap_DWSampleAccDAHistoND_setOverflowsToConst, METH_VARARGS, NULL},
{ "DWSampleAccDAHistoND_axes", _wrap_DWSampleAccDAHistoND_axes, METH_O, NULL},
{ "DWSampleAccDAHistoND_binWidths", _wrap_DWSampleAccDAHistoND_binWidths, METH_O, NULL},
{ "DWSampleAccDAHistoND_shape", _wrap_DWSampleAccDAHistoND_shape, METH_O, NULL},
{ "DWSampleAccDAHistoND_fill", _wrap_DWSampleAccDAHistoND_fill, METH_VARARGS, NULL},
{ "delete_DWSampleAccDAHistoND", _wrap_delete_DWSampleAccDAHistoND, METH_O, NULL},
{ "DWSampleAccDAHistoND_swigregister", DWSampleAccDAHistoND_swigregister, METH_O, NULL},
{ "DWSampleAccDAHistoND_swiginit", DWSampleAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "convertHistoToDensity", _wrap_convertHistoToDensity, METH_VARARGS, NULL},
{ "densityScanHistoMap", _wrap_densityScanHistoMap, METH_VARARGS, NULL},
{ "convolutionHistoMap", _wrap_convolutionHistoMap, METH_VARARGS, NULL},
{ "new_ArchiveRecord_UCharHistoND", _wrap_new_ArchiveRecord_UCharHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_UCharHistoND", _wrap_delete_ArchiveRecord_UCharHistoND, METH_O, NULL},
{ "ArchiveRecord_UCharHistoND_swigregister", ArchiveRecord_UCharHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_UCharHistoND_swiginit", ArchiveRecord_UCharHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_UCharHistoND", _wrap_new_Ref_UCharHistoND, METH_VARARGS, NULL},
{ "Ref_UCharHistoND_restore", _wrap_Ref_UCharHistoND_restore, METH_VARARGS, NULL},
{ "Ref_UCharHistoND_retrieve", _wrap_Ref_UCharHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_UCharHistoND", _wrap_delete_Ref_UCharHistoND, METH_O, NULL},
{ "Ref_UCharHistoND_swigregister", Ref_UCharHistoND_swigregister, METH_O, NULL},
{ "Ref_UCharHistoND_swiginit", Ref_UCharHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_UCharNUHistoND", _wrap_new_ArchiveRecord_UCharNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_UCharNUHistoND", _wrap_delete_ArchiveRecord_UCharNUHistoND, METH_O, NULL},
{ "ArchiveRecord_UCharNUHistoND_swigregister", ArchiveRecord_UCharNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_UCharNUHistoND_swiginit", ArchiveRecord_UCharNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_UCharNUHistoND", _wrap_new_Ref_UCharNUHistoND, METH_VARARGS, NULL},
{ "Ref_UCharNUHistoND_restore", _wrap_Ref_UCharNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_UCharNUHistoND_retrieve", _wrap_Ref_UCharNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_UCharNUHistoND", _wrap_delete_Ref_UCharNUHistoND, METH_O, NULL},
{ "Ref_UCharNUHistoND_swigregister", Ref_UCharNUHistoND_swigregister, METH_O, NULL},
{ "Ref_UCharNUHistoND_swiginit", Ref_UCharNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_UCharDAHistoND", _wrap_new_ArchiveRecord_UCharDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_UCharDAHistoND", _wrap_delete_ArchiveRecord_UCharDAHistoND, METH_O, NULL},
{ "ArchiveRecord_UCharDAHistoND_swigregister", ArchiveRecord_UCharDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_UCharDAHistoND_swiginit", ArchiveRecord_UCharDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_UCharDAHistoND", _wrap_new_Ref_UCharDAHistoND, METH_VARARGS, NULL},
{ "Ref_UCharDAHistoND_restore", _wrap_Ref_UCharDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_UCharDAHistoND_retrieve", _wrap_Ref_UCharDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_UCharDAHistoND", _wrap_delete_Ref_UCharDAHistoND, METH_O, NULL},
{ "Ref_UCharDAHistoND_swigregister", Ref_UCharDAHistoND_swigregister, METH_O, NULL},
{ "Ref_UCharDAHistoND_swiginit", Ref_UCharDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_IntHistoND", _wrap_new_ArchiveRecord_IntHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_IntHistoND", _wrap_delete_ArchiveRecord_IntHistoND, METH_O, NULL},
{ "ArchiveRecord_IntHistoND_swigregister", ArchiveRecord_IntHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_IntHistoND_swiginit", ArchiveRecord_IntHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_IntHistoND", _wrap_new_Ref_IntHistoND, METH_VARARGS, NULL},
{ "Ref_IntHistoND_restore", _wrap_Ref_IntHistoND_restore, METH_VARARGS, NULL},
{ "Ref_IntHistoND_retrieve", _wrap_Ref_IntHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_IntHistoND", _wrap_delete_Ref_IntHistoND, METH_O, NULL},
{ "Ref_IntHistoND_swigregister", Ref_IntHistoND_swigregister, METH_O, NULL},
{ "Ref_IntHistoND_swiginit", Ref_IntHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_IntNUHistoND", _wrap_new_ArchiveRecord_IntNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_IntNUHistoND", _wrap_delete_ArchiveRecord_IntNUHistoND, METH_O, NULL},
{ "ArchiveRecord_IntNUHistoND_swigregister", ArchiveRecord_IntNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_IntNUHistoND_swiginit", ArchiveRecord_IntNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_IntNUHistoND", _wrap_new_Ref_IntNUHistoND, METH_VARARGS, NULL},
{ "Ref_IntNUHistoND_restore", _wrap_Ref_IntNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_IntNUHistoND_retrieve", _wrap_Ref_IntNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_IntNUHistoND", _wrap_delete_Ref_IntNUHistoND, METH_O, NULL},
{ "Ref_IntNUHistoND_swigregister", Ref_IntNUHistoND_swigregister, METH_O, NULL},
{ "Ref_IntNUHistoND_swiginit", Ref_IntNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_IntDAHistoND", _wrap_new_ArchiveRecord_IntDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_IntDAHistoND", _wrap_delete_ArchiveRecord_IntDAHistoND, METH_O, NULL},
{ "ArchiveRecord_IntDAHistoND_swigregister", ArchiveRecord_IntDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_IntDAHistoND_swiginit", ArchiveRecord_IntDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_IntDAHistoND", _wrap_new_Ref_IntDAHistoND, METH_VARARGS, NULL},
{ "Ref_IntDAHistoND_restore", _wrap_Ref_IntDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_IntDAHistoND_retrieve", _wrap_Ref_IntDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_IntDAHistoND", _wrap_delete_Ref_IntDAHistoND, METH_O, NULL},
{ "Ref_IntDAHistoND_swigregister", Ref_IntDAHistoND_swigregister, METH_O, NULL},
{ "Ref_IntDAHistoND_swiginit", Ref_IntDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LongHistoND", _wrap_new_ArchiveRecord_LongHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LongHistoND", _wrap_delete_ArchiveRecord_LongHistoND, METH_O, NULL},
{ "ArchiveRecord_LongHistoND_swigregister", ArchiveRecord_LongHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_LongHistoND_swiginit", ArchiveRecord_LongHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LongHistoND", _wrap_new_Ref_LongHistoND, METH_VARARGS, NULL},
{ "Ref_LongHistoND_restore", _wrap_Ref_LongHistoND_restore, METH_VARARGS, NULL},
{ "Ref_LongHistoND_retrieve", _wrap_Ref_LongHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_LongHistoND", _wrap_delete_Ref_LongHistoND, METH_O, NULL},
{ "Ref_LongHistoND_swigregister", Ref_LongHistoND_swigregister, METH_O, NULL},
{ "Ref_LongHistoND_swiginit", Ref_LongHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LongNUHistoND", _wrap_new_ArchiveRecord_LongNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LongNUHistoND", _wrap_delete_ArchiveRecord_LongNUHistoND, METH_O, NULL},
{ "ArchiveRecord_LongNUHistoND_swigregister", ArchiveRecord_LongNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_LongNUHistoND_swiginit", ArchiveRecord_LongNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LongNUHistoND", _wrap_new_Ref_LongNUHistoND, METH_VARARGS, NULL},
{ "Ref_LongNUHistoND_restore", _wrap_Ref_LongNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_LongNUHistoND_retrieve", _wrap_Ref_LongNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_LongNUHistoND", _wrap_delete_Ref_LongNUHistoND, METH_O, NULL},
{ "Ref_LongNUHistoND_swigregister", Ref_LongNUHistoND_swigregister, METH_O, NULL},
{ "Ref_LongNUHistoND_swiginit", Ref_LongNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LongDAHistoND", _wrap_new_ArchiveRecord_LongDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LongDAHistoND", _wrap_delete_ArchiveRecord_LongDAHistoND, METH_O, NULL},
{ "ArchiveRecord_LongDAHistoND_swigregister", ArchiveRecord_LongDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_LongDAHistoND_swiginit", ArchiveRecord_LongDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LongDAHistoND", _wrap_new_Ref_LongDAHistoND, METH_VARARGS, NULL},
{ "Ref_LongDAHistoND_restore", _wrap_Ref_LongDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_LongDAHistoND_retrieve", _wrap_Ref_LongDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_LongDAHistoND", _wrap_delete_Ref_LongDAHistoND, METH_O, NULL},
{ "Ref_LongDAHistoND_swigregister", Ref_LongDAHistoND_swigregister, METH_O, NULL},
{ "Ref_LongDAHistoND_swiginit", Ref_LongDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FloatHistoND", _wrap_new_ArchiveRecord_FloatHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FloatHistoND", _wrap_delete_ArchiveRecord_FloatHistoND, METH_O, NULL},
{ "ArchiveRecord_FloatHistoND_swigregister", ArchiveRecord_FloatHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FloatHistoND_swiginit", ArchiveRecord_FloatHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatHistoND", _wrap_new_Ref_FloatHistoND, METH_VARARGS, NULL},
{ "Ref_FloatHistoND_restore", _wrap_Ref_FloatHistoND_restore, METH_VARARGS, NULL},
{ "Ref_FloatHistoND_retrieve", _wrap_Ref_FloatHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_FloatHistoND", _wrap_delete_Ref_FloatHistoND, METH_O, NULL},
{ "Ref_FloatHistoND_swigregister", Ref_FloatHistoND_swigregister, METH_O, NULL},
{ "Ref_FloatHistoND_swiginit", Ref_FloatHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FloatNUHistoND", _wrap_new_ArchiveRecord_FloatNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FloatNUHistoND", _wrap_delete_ArchiveRecord_FloatNUHistoND, METH_O, NULL},
{ "ArchiveRecord_FloatNUHistoND_swigregister", ArchiveRecord_FloatNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FloatNUHistoND_swiginit", ArchiveRecord_FloatNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatNUHistoND", _wrap_new_Ref_FloatNUHistoND, METH_VARARGS, NULL},
{ "Ref_FloatNUHistoND_restore", _wrap_Ref_FloatNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_FloatNUHistoND_retrieve", _wrap_Ref_FloatNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_FloatNUHistoND", _wrap_delete_Ref_FloatNUHistoND, METH_O, NULL},
{ "Ref_FloatNUHistoND_swigregister", Ref_FloatNUHistoND_swigregister, METH_O, NULL},
{ "Ref_FloatNUHistoND_swiginit", Ref_FloatNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FloatDAHistoND", _wrap_new_ArchiveRecord_FloatDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FloatDAHistoND", _wrap_delete_ArchiveRecord_FloatDAHistoND, METH_O, NULL},
{ "ArchiveRecord_FloatDAHistoND_swigregister", ArchiveRecord_FloatDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FloatDAHistoND_swiginit", ArchiveRecord_FloatDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatDAHistoND", _wrap_new_Ref_FloatDAHistoND, METH_VARARGS, NULL},
{ "Ref_FloatDAHistoND_restore", _wrap_Ref_FloatDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_FloatDAHistoND_retrieve", _wrap_Ref_FloatDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_FloatDAHistoND", _wrap_delete_Ref_FloatDAHistoND, METH_O, NULL},
{ "Ref_FloatDAHistoND_swigregister", Ref_FloatDAHistoND_swigregister, METH_O, NULL},
{ "Ref_FloatDAHistoND_swiginit", Ref_FloatDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DoubleHistoND", _wrap_new_ArchiveRecord_DoubleHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DoubleHistoND", _wrap_delete_ArchiveRecord_DoubleHistoND, METH_O, NULL},
{ "ArchiveRecord_DoubleHistoND_swigregister", ArchiveRecord_DoubleHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DoubleHistoND_swiginit", ArchiveRecord_DoubleHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleHistoND", _wrap_new_Ref_DoubleHistoND, METH_VARARGS, NULL},
{ "Ref_DoubleHistoND_restore", _wrap_Ref_DoubleHistoND_restore, METH_VARARGS, NULL},
{ "Ref_DoubleHistoND_retrieve", _wrap_Ref_DoubleHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DoubleHistoND", _wrap_delete_Ref_DoubleHistoND, METH_O, NULL},
{ "Ref_DoubleHistoND_swigregister", Ref_DoubleHistoND_swigregister, METH_O, NULL},
{ "Ref_DoubleHistoND_swiginit", Ref_DoubleHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DoubleNUHistoND", _wrap_new_ArchiveRecord_DoubleNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DoubleNUHistoND", _wrap_delete_ArchiveRecord_DoubleNUHistoND, METH_O, NULL},
{ "ArchiveRecord_DoubleNUHistoND_swigregister", ArchiveRecord_DoubleNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DoubleNUHistoND_swiginit", ArchiveRecord_DoubleNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleNUHistoND", _wrap_new_Ref_DoubleNUHistoND, METH_VARARGS, NULL},
{ "Ref_DoubleNUHistoND_restore", _wrap_Ref_DoubleNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_DoubleNUHistoND_retrieve", _wrap_Ref_DoubleNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DoubleNUHistoND", _wrap_delete_Ref_DoubleNUHistoND, METH_O, NULL},
{ "Ref_DoubleNUHistoND_swigregister", Ref_DoubleNUHistoND_swigregister, METH_O, NULL},
{ "Ref_DoubleNUHistoND_swiginit", Ref_DoubleNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DoubleDAHistoND", _wrap_new_ArchiveRecord_DoubleDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DoubleDAHistoND", _wrap_delete_ArchiveRecord_DoubleDAHistoND, METH_O, NULL},
{ "ArchiveRecord_DoubleDAHistoND_swigregister", ArchiveRecord_DoubleDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DoubleDAHistoND_swiginit", ArchiveRecord_DoubleDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleDAHistoND", _wrap_new_Ref_DoubleDAHistoND, METH_VARARGS, NULL},
{ "Ref_DoubleDAHistoND_restore", _wrap_Ref_DoubleDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_DoubleDAHistoND_retrieve", _wrap_Ref_DoubleDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DoubleDAHistoND", _wrap_delete_Ref_DoubleDAHistoND, METH_O, NULL},
{ "Ref_DoubleDAHistoND_swigregister", Ref_DoubleDAHistoND_swigregister, METH_O, NULL},
{ "Ref_DoubleDAHistoND_swiginit", Ref_DoubleDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_StatAccHistoND", _wrap_new_ArchiveRecord_StatAccHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StatAccHistoND", _wrap_delete_ArchiveRecord_StatAccHistoND, METH_O, NULL},
{ "ArchiveRecord_StatAccHistoND_swigregister", ArchiveRecord_StatAccHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_StatAccHistoND_swiginit", ArchiveRecord_StatAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_StatAccHistoND", _wrap_new_Ref_StatAccHistoND, METH_VARARGS, NULL},
{ "Ref_StatAccHistoND_restore", _wrap_Ref_StatAccHistoND_restore, METH_VARARGS, NULL},
{ "Ref_StatAccHistoND_retrieve", _wrap_Ref_StatAccHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_StatAccHistoND", _wrap_delete_Ref_StatAccHistoND, METH_O, NULL},
{ "Ref_StatAccHistoND_swigregister", Ref_StatAccHistoND_swigregister, METH_O, NULL},
{ "Ref_StatAccHistoND_swiginit", Ref_StatAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_StatAccNUHistoND", _wrap_new_ArchiveRecord_StatAccNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StatAccNUHistoND", _wrap_delete_ArchiveRecord_StatAccNUHistoND, METH_O, NULL},
{ "ArchiveRecord_StatAccNUHistoND_swigregister", ArchiveRecord_StatAccNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_StatAccNUHistoND_swiginit", ArchiveRecord_StatAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_StatAccNUHistoND", _wrap_new_Ref_StatAccNUHistoND, METH_VARARGS, NULL},
{ "Ref_StatAccNUHistoND_restore", _wrap_Ref_StatAccNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_StatAccNUHistoND_retrieve", _wrap_Ref_StatAccNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_StatAccNUHistoND", _wrap_delete_Ref_StatAccNUHistoND, METH_O, NULL},
{ "Ref_StatAccNUHistoND_swigregister", Ref_StatAccNUHistoND_swigregister, METH_O, NULL},
{ "Ref_StatAccNUHistoND_swiginit", Ref_StatAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_StatAccDAHistoND", _wrap_new_ArchiveRecord_StatAccDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StatAccDAHistoND", _wrap_delete_ArchiveRecord_StatAccDAHistoND, METH_O, NULL},
{ "ArchiveRecord_StatAccDAHistoND_swigregister", ArchiveRecord_StatAccDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_StatAccDAHistoND_swiginit", ArchiveRecord_StatAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_StatAccDAHistoND", _wrap_new_Ref_StatAccDAHistoND, METH_VARARGS, NULL},
{ "Ref_StatAccDAHistoND_restore", _wrap_Ref_StatAccDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_StatAccDAHistoND_retrieve", _wrap_Ref_StatAccDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_StatAccDAHistoND", _wrap_delete_Ref_StatAccDAHistoND, METH_O, NULL},
{ "Ref_StatAccDAHistoND_swigregister", Ref_StatAccDAHistoND_swigregister, METH_O, NULL},
{ "Ref_StatAccDAHistoND_swiginit", Ref_StatAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_WStatAccHistoND", _wrap_new_ArchiveRecord_WStatAccHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_WStatAccHistoND", _wrap_delete_ArchiveRecord_WStatAccHistoND, METH_O, NULL},
{ "ArchiveRecord_WStatAccHistoND_swigregister", ArchiveRecord_WStatAccHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_WStatAccHistoND_swiginit", ArchiveRecord_WStatAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_WStatAccHistoND", _wrap_new_Ref_WStatAccHistoND, METH_VARARGS, NULL},
{ "Ref_WStatAccHistoND_restore", _wrap_Ref_WStatAccHistoND_restore, METH_VARARGS, NULL},
{ "Ref_WStatAccHistoND_retrieve", _wrap_Ref_WStatAccHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_WStatAccHistoND", _wrap_delete_Ref_WStatAccHistoND, METH_O, NULL},
{ "Ref_WStatAccHistoND_swigregister", Ref_WStatAccHistoND_swigregister, METH_O, NULL},
{ "Ref_WStatAccHistoND_swiginit", Ref_WStatAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_WStatAccNUHistoND", _wrap_new_ArchiveRecord_WStatAccNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_WStatAccNUHistoND", _wrap_delete_ArchiveRecord_WStatAccNUHistoND, METH_O, NULL},
{ "ArchiveRecord_WStatAccNUHistoND_swigregister", ArchiveRecord_WStatAccNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_WStatAccNUHistoND_swiginit", ArchiveRecord_WStatAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_WStatAccNUHistoND", _wrap_new_Ref_WStatAccNUHistoND, METH_VARARGS, NULL},
{ "Ref_WStatAccNUHistoND_restore", _wrap_Ref_WStatAccNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_WStatAccNUHistoND_retrieve", _wrap_Ref_WStatAccNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_WStatAccNUHistoND", _wrap_delete_Ref_WStatAccNUHistoND, METH_O, NULL},
{ "Ref_WStatAccNUHistoND_swigregister", Ref_WStatAccNUHistoND_swigregister, METH_O, NULL},
{ "Ref_WStatAccNUHistoND_swiginit", Ref_WStatAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_WStatAccDAHistoND", _wrap_new_ArchiveRecord_WStatAccDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_WStatAccDAHistoND", _wrap_delete_ArchiveRecord_WStatAccDAHistoND, METH_O, NULL},
{ "ArchiveRecord_WStatAccDAHistoND_swigregister", ArchiveRecord_WStatAccDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_WStatAccDAHistoND_swiginit", ArchiveRecord_WStatAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_WStatAccDAHistoND", _wrap_new_Ref_WStatAccDAHistoND, METH_VARARGS, NULL},
{ "Ref_WStatAccDAHistoND_restore", _wrap_Ref_WStatAccDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_WStatAccDAHistoND_retrieve", _wrap_Ref_WStatAccDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_WStatAccDAHistoND", _wrap_delete_Ref_WStatAccDAHistoND, METH_O, NULL},
{ "Ref_WStatAccDAHistoND_swigregister", Ref_WStatAccDAHistoND_swigregister, METH_O, NULL},
{ "Ref_WStatAccDAHistoND_swiginit", Ref_WStatAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_BinSummaryHistoND", _wrap_new_ArchiveRecord_BinSummaryHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_BinSummaryHistoND", _wrap_delete_ArchiveRecord_BinSummaryHistoND, METH_O, NULL},
{ "ArchiveRecord_BinSummaryHistoND_swigregister", ArchiveRecord_BinSummaryHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_BinSummaryHistoND_swiginit", ArchiveRecord_BinSummaryHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_BinSummaryHistoND", _wrap_new_Ref_BinSummaryHistoND, METH_VARARGS, NULL},
{ "Ref_BinSummaryHistoND_restore", _wrap_Ref_BinSummaryHistoND_restore, METH_VARARGS, NULL},
{ "Ref_BinSummaryHistoND_retrieve", _wrap_Ref_BinSummaryHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_BinSummaryHistoND", _wrap_delete_Ref_BinSummaryHistoND, METH_O, NULL},
{ "Ref_BinSummaryHistoND_swigregister", Ref_BinSummaryHistoND_swigregister, METH_O, NULL},
{ "Ref_BinSummaryHistoND_swiginit", Ref_BinSummaryHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_BinSummaryNUHistoND", _wrap_new_ArchiveRecord_BinSummaryNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_BinSummaryNUHistoND", _wrap_delete_ArchiveRecord_BinSummaryNUHistoND, METH_O, NULL},
{ "ArchiveRecord_BinSummaryNUHistoND_swigregister", ArchiveRecord_BinSummaryNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_BinSummaryNUHistoND_swiginit", ArchiveRecord_BinSummaryNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_BinSummaryNUHistoND", _wrap_new_Ref_BinSummaryNUHistoND, METH_VARARGS, NULL},
{ "Ref_BinSummaryNUHistoND_restore", _wrap_Ref_BinSummaryNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_BinSummaryNUHistoND_retrieve", _wrap_Ref_BinSummaryNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_BinSummaryNUHistoND", _wrap_delete_Ref_BinSummaryNUHistoND, METH_O, NULL},
{ "Ref_BinSummaryNUHistoND_swigregister", Ref_BinSummaryNUHistoND_swigregister, METH_O, NULL},
{ "Ref_BinSummaryNUHistoND_swiginit", Ref_BinSummaryNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_BinSummaryDAHistoND", _wrap_new_ArchiveRecord_BinSummaryDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_BinSummaryDAHistoND", _wrap_delete_ArchiveRecord_BinSummaryDAHistoND, METH_O, NULL},
{ "ArchiveRecord_BinSummaryDAHistoND_swigregister", ArchiveRecord_BinSummaryDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_BinSummaryDAHistoND_swiginit", ArchiveRecord_BinSummaryDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_BinSummaryDAHistoND", _wrap_new_Ref_BinSummaryDAHistoND, METH_VARARGS, NULL},
{ "Ref_BinSummaryDAHistoND_restore", _wrap_Ref_BinSummaryDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_BinSummaryDAHistoND_retrieve", _wrap_Ref_BinSummaryDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_BinSummaryDAHistoND", _wrap_delete_Ref_BinSummaryDAHistoND, METH_O, NULL},
{ "Ref_BinSummaryDAHistoND_swigregister", Ref_BinSummaryDAHistoND_swigregister, METH_O, NULL},
{ "Ref_BinSummaryDAHistoND_swiginit", Ref_BinSummaryDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FSampleAccHistoND", _wrap_new_ArchiveRecord_FSampleAccHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FSampleAccHistoND", _wrap_delete_ArchiveRecord_FSampleAccHistoND, METH_O, NULL},
{ "ArchiveRecord_FSampleAccHistoND_swigregister", ArchiveRecord_FSampleAccHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FSampleAccHistoND_swiginit", ArchiveRecord_FSampleAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FSampleAccHistoND", _wrap_new_Ref_FSampleAccHistoND, METH_VARARGS, NULL},
{ "Ref_FSampleAccHistoND_restore", _wrap_Ref_FSampleAccHistoND_restore, METH_VARARGS, NULL},
{ "Ref_FSampleAccHistoND_retrieve", _wrap_Ref_FSampleAccHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_FSampleAccHistoND", _wrap_delete_Ref_FSampleAccHistoND, METH_O, NULL},
{ "Ref_FSampleAccHistoND_swigregister", Ref_FSampleAccHistoND_swigregister, METH_O, NULL},
{ "Ref_FSampleAccHistoND_swiginit", Ref_FSampleAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FSampleAccNUHistoND", _wrap_new_ArchiveRecord_FSampleAccNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FSampleAccNUHistoND", _wrap_delete_ArchiveRecord_FSampleAccNUHistoND, METH_O, NULL},
{ "ArchiveRecord_FSampleAccNUHistoND_swigregister", ArchiveRecord_FSampleAccNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FSampleAccNUHistoND_swiginit", ArchiveRecord_FSampleAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FSampleAccNUHistoND", _wrap_new_Ref_FSampleAccNUHistoND, METH_VARARGS, NULL},
{ "Ref_FSampleAccNUHistoND_restore", _wrap_Ref_FSampleAccNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_FSampleAccNUHistoND_retrieve", _wrap_Ref_FSampleAccNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_FSampleAccNUHistoND", _wrap_delete_Ref_FSampleAccNUHistoND, METH_O, NULL},
{ "Ref_FSampleAccNUHistoND_swigregister", Ref_FSampleAccNUHistoND_swigregister, METH_O, NULL},
{ "Ref_FSampleAccNUHistoND_swiginit", Ref_FSampleAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FSampleAccDAHistoND", _wrap_new_ArchiveRecord_FSampleAccDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FSampleAccDAHistoND", _wrap_delete_ArchiveRecord_FSampleAccDAHistoND, METH_O, NULL},
{ "ArchiveRecord_FSampleAccDAHistoND_swigregister", ArchiveRecord_FSampleAccDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_FSampleAccDAHistoND_swiginit", ArchiveRecord_FSampleAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FSampleAccDAHistoND", _wrap_new_Ref_FSampleAccDAHistoND, METH_VARARGS, NULL},
{ "Ref_FSampleAccDAHistoND_restore", _wrap_Ref_FSampleAccDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_FSampleAccDAHistoND_retrieve", _wrap_Ref_FSampleAccDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_FSampleAccDAHistoND", _wrap_delete_Ref_FSampleAccDAHistoND, METH_O, NULL},
{ "Ref_FSampleAccDAHistoND_swigregister", Ref_FSampleAccDAHistoND_swigregister, METH_O, NULL},
{ "Ref_FSampleAccDAHistoND_swiginit", Ref_FSampleAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DSampleAccHistoND", _wrap_new_ArchiveRecord_DSampleAccHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DSampleAccHistoND", _wrap_delete_ArchiveRecord_DSampleAccHistoND, METH_O, NULL},
{ "ArchiveRecord_DSampleAccHistoND_swigregister", ArchiveRecord_DSampleAccHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DSampleAccHistoND_swiginit", ArchiveRecord_DSampleAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DSampleAccHistoND", _wrap_new_Ref_DSampleAccHistoND, METH_VARARGS, NULL},
{ "Ref_DSampleAccHistoND_restore", _wrap_Ref_DSampleAccHistoND_restore, METH_VARARGS, NULL},
{ "Ref_DSampleAccHistoND_retrieve", _wrap_Ref_DSampleAccHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DSampleAccHistoND", _wrap_delete_Ref_DSampleAccHistoND, METH_O, NULL},
{ "Ref_DSampleAccHistoND_swigregister", Ref_DSampleAccHistoND_swigregister, METH_O, NULL},
{ "Ref_DSampleAccHistoND_swiginit", Ref_DSampleAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DSampleAccNUHistoND", _wrap_new_ArchiveRecord_DSampleAccNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DSampleAccNUHistoND", _wrap_delete_ArchiveRecord_DSampleAccNUHistoND, METH_O, NULL},
{ "ArchiveRecord_DSampleAccNUHistoND_swigregister", ArchiveRecord_DSampleAccNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DSampleAccNUHistoND_swiginit", ArchiveRecord_DSampleAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DSampleAccNUHistoND", _wrap_new_Ref_DSampleAccNUHistoND, METH_VARARGS, NULL},
{ "Ref_DSampleAccNUHistoND_restore", _wrap_Ref_DSampleAccNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_DSampleAccNUHistoND_retrieve", _wrap_Ref_DSampleAccNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DSampleAccNUHistoND", _wrap_delete_Ref_DSampleAccNUHistoND, METH_O, NULL},
{ "Ref_DSampleAccNUHistoND_swigregister", Ref_DSampleAccNUHistoND_swigregister, METH_O, NULL},
{ "Ref_DSampleAccNUHistoND_swiginit", Ref_DSampleAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DSampleAccDAHistoND", _wrap_new_ArchiveRecord_DSampleAccDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DSampleAccDAHistoND", _wrap_delete_ArchiveRecord_DSampleAccDAHistoND, METH_O, NULL},
{ "ArchiveRecord_DSampleAccDAHistoND_swigregister", ArchiveRecord_DSampleAccDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DSampleAccDAHistoND_swiginit", ArchiveRecord_DSampleAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DSampleAccDAHistoND", _wrap_new_Ref_DSampleAccDAHistoND, METH_VARARGS, NULL},
{ "Ref_DSampleAccDAHistoND_restore", _wrap_Ref_DSampleAccDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_DSampleAccDAHistoND_retrieve", _wrap_Ref_DSampleAccDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DSampleAccDAHistoND", _wrap_delete_Ref_DSampleAccDAHistoND, METH_O, NULL},
{ "Ref_DSampleAccDAHistoND_swigregister", Ref_DSampleAccDAHistoND_swigregister, METH_O, NULL},
{ "Ref_DSampleAccDAHistoND_swiginit", Ref_DSampleAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DWSampleAccHistoND", _wrap_new_ArchiveRecord_DWSampleAccHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DWSampleAccHistoND", _wrap_delete_ArchiveRecord_DWSampleAccHistoND, METH_O, NULL},
{ "ArchiveRecord_DWSampleAccHistoND_swigregister", ArchiveRecord_DWSampleAccHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DWSampleAccHistoND_swiginit", ArchiveRecord_DWSampleAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DWSampleAccHistoND", _wrap_new_Ref_DWSampleAccHistoND, METH_VARARGS, NULL},
{ "Ref_DWSampleAccHistoND_restore", _wrap_Ref_DWSampleAccHistoND_restore, METH_VARARGS, NULL},
{ "Ref_DWSampleAccHistoND_retrieve", _wrap_Ref_DWSampleAccHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DWSampleAccHistoND", _wrap_delete_Ref_DWSampleAccHistoND, METH_O, NULL},
{ "Ref_DWSampleAccHistoND_swigregister", Ref_DWSampleAccHistoND_swigregister, METH_O, NULL},
{ "Ref_DWSampleAccHistoND_swiginit", Ref_DWSampleAccHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DWSampleAccNUHistoND", _wrap_new_ArchiveRecord_DWSampleAccNUHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DWSampleAccNUHistoND", _wrap_delete_ArchiveRecord_DWSampleAccNUHistoND, METH_O, NULL},
{ "ArchiveRecord_DWSampleAccNUHistoND_swigregister", ArchiveRecord_DWSampleAccNUHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DWSampleAccNUHistoND_swiginit", ArchiveRecord_DWSampleAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DWSampleAccNUHistoND", _wrap_new_Ref_DWSampleAccNUHistoND, METH_VARARGS, NULL},
{ "Ref_DWSampleAccNUHistoND_restore", _wrap_Ref_DWSampleAccNUHistoND_restore, METH_VARARGS, NULL},
{ "Ref_DWSampleAccNUHistoND_retrieve", _wrap_Ref_DWSampleAccNUHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DWSampleAccNUHistoND", _wrap_delete_Ref_DWSampleAccNUHistoND, METH_O, NULL},
{ "Ref_DWSampleAccNUHistoND_swigregister", Ref_DWSampleAccNUHistoND_swigregister, METH_O, NULL},
{ "Ref_DWSampleAccNUHistoND_swiginit", Ref_DWSampleAccNUHistoND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DWSampleAccDAHistoND", _wrap_new_ArchiveRecord_DWSampleAccDAHistoND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DWSampleAccDAHistoND", _wrap_delete_ArchiveRecord_DWSampleAccDAHistoND, METH_O, NULL},
{ "ArchiveRecord_DWSampleAccDAHistoND_swigregister", ArchiveRecord_DWSampleAccDAHistoND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DWSampleAccDAHistoND_swiginit", ArchiveRecord_DWSampleAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DWSampleAccDAHistoND", _wrap_new_Ref_DWSampleAccDAHistoND, METH_VARARGS, NULL},
{ "Ref_DWSampleAccDAHistoND_restore", _wrap_Ref_DWSampleAccDAHistoND_restore, METH_VARARGS, NULL},
{ "Ref_DWSampleAccDAHistoND_retrieve", _wrap_Ref_DWSampleAccDAHistoND_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_DWSampleAccDAHistoND", _wrap_delete_Ref_DWSampleAccDAHistoND, METH_O, NULL},
{ "Ref_DWSampleAccDAHistoND_swigregister", Ref_DWSampleAccDAHistoND_swigregister, METH_O, NULL},
{ "Ref_DWSampleAccDAHistoND_swiginit", Ref_DWSampleAccDAHistoND_swiginit, METH_VARARGS, NULL},
{ "HistoNDCdf_dim", _wrap_HistoNDCdf_dim, METH_O, NULL},
{ "HistoNDCdf_boundingBox", _wrap_HistoNDCdf_boundingBox, METH_O, NULL},
{ "HistoNDCdf_cdf", _wrap_HistoNDCdf_cdf, METH_VARARGS, NULL},
{ "HistoNDCdf_boxCoverage", _wrap_HistoNDCdf_boxCoverage, METH_VARARGS, NULL},
{ "HistoNDCdf_coveringBox", _wrap_HistoNDCdf_coveringBox, METH_VARARGS, NULL},
{ "new_HistoNDCdf", _wrap_new_HistoNDCdf, METH_VARARGS, NULL},
{ "delete_HistoNDCdf", _wrap_delete_HistoNDCdf, METH_O, NULL},
{ "HistoNDCdf_swigregister", HistoNDCdf_swigregister, METH_O, NULL},
{ "HistoNDCdf_swiginit", HistoNDCdf_swiginit, METH_VARARGS, NULL},
{ "new_Int0NtHistoFill", _wrap_new_Int0NtHistoFill, METH_VARARGS, NULL},
{ "Int0NtHistoFill_callsFillC", _wrap_Int0NtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Int0NtHistoFill_histoClassname", _wrap_Int0NtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Int0NtHistoFill", _wrap_delete_Int0NtHistoFill, METH_O, NULL},
{ "Int0NtHistoFill_swigregister", Int0NtHistoFill_swigregister, METH_O, NULL},
{ "Int0NtHistoFill_swiginit", Int0NtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Long0NtHistoFill", _wrap_new_Long0NtHistoFill, METH_VARARGS, NULL},
{ "Long0NtHistoFill_callsFillC", _wrap_Long0NtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Long0NtHistoFill_histoClassname", _wrap_Long0NtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Long0NtHistoFill", _wrap_delete_Long0NtHistoFill, METH_O, NULL},
{ "Long0NtHistoFill_swigregister", Long0NtHistoFill_swigregister, METH_O, NULL},
{ "Long0NtHistoFill_swiginit", Long0NtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Float0NtHistoFill", _wrap_new_Float0NtHistoFill, METH_VARARGS, NULL},
{ "Float0NtHistoFill_callsFillC", _wrap_Float0NtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Float0NtHistoFill_histoClassname", _wrap_Float0NtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Float0NtHistoFill", _wrap_delete_Float0NtHistoFill, METH_O, NULL},
{ "Float0NtHistoFill_swigregister", Float0NtHistoFill_swigregister, METH_O, NULL},
{ "Float0NtHistoFill_swiginit", Float0NtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Double0NtHistoFill", _wrap_new_Double0NtHistoFill, METH_VARARGS, NULL},
{ "Double0NtHistoFill_callsFillC", _wrap_Double0NtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Double0NtHistoFill_histoClassname", _wrap_Double0NtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Double0NtHistoFill", _wrap_delete_Double0NtHistoFill, METH_O, NULL},
{ "Double0NtHistoFill_swigregister", Double0NtHistoFill_swigregister, METH_O, NULL},
{ "Double0NtHistoFill_swiginit", Double0NtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Int1NtHistoFill", _wrap_new_Int1NtHistoFill, METH_VARARGS, NULL},
{ "Int1NtHistoFill_callsFillC", _wrap_Int1NtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Int1NtHistoFill_histoClassname", _wrap_Int1NtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Int1NtHistoFill", _wrap_delete_Int1NtHistoFill, METH_O, NULL},
{ "Int1NtHistoFill_swigregister", Int1NtHistoFill_swigregister, METH_O, NULL},
{ "Int1NtHistoFill_swiginit", Int1NtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Long1NtHistoFill", _wrap_new_Long1NtHistoFill, METH_VARARGS, NULL},
{ "Long1NtHistoFill_callsFillC", _wrap_Long1NtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Long1NtHistoFill_histoClassname", _wrap_Long1NtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Long1NtHistoFill", _wrap_delete_Long1NtHistoFill, METH_O, NULL},
{ "Long1NtHistoFill_swigregister", Long1NtHistoFill_swigregister, METH_O, NULL},
{ "Long1NtHistoFill_swiginit", Long1NtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Float1NtHistoFill", _wrap_new_Float1NtHistoFill, METH_VARARGS, NULL},
{ "Float1NtHistoFill_callsFillC", _wrap_Float1NtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Float1NtHistoFill_histoClassname", _wrap_Float1NtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Float1NtHistoFill", _wrap_delete_Float1NtHistoFill, METH_O, NULL},
{ "Float1NtHistoFill_swigregister", Float1NtHistoFill_swigregister, METH_O, NULL},
{ "Float1NtHistoFill_swiginit", Float1NtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Double1NtHistoFill", _wrap_new_Double1NtHistoFill, METH_VARARGS, NULL},
{ "Double1NtHistoFill_callsFillC", _wrap_Double1NtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Double1NtHistoFill_histoClassname", _wrap_Double1NtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Double1NtHistoFill", _wrap_delete_Double1NtHistoFill, METH_O, NULL},
{ "Double1NtHistoFill_swigregister", Double1NtHistoFill_swigregister, METH_O, NULL},
{ "Double1NtHistoFill_swiginit", Double1NtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Int0NUNtHistoFill", _wrap_new_Int0NUNtHistoFill, METH_VARARGS, NULL},
{ "Int0NUNtHistoFill_callsFillC", _wrap_Int0NUNtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Int0NUNtHistoFill_histoClassname", _wrap_Int0NUNtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Int0NUNtHistoFill", _wrap_delete_Int0NUNtHistoFill, METH_O, NULL},
{ "Int0NUNtHistoFill_swigregister", Int0NUNtHistoFill_swigregister, METH_O, NULL},
{ "Int0NUNtHistoFill_swiginit", Int0NUNtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Long0NUNtHistoFill", _wrap_new_Long0NUNtHistoFill, METH_VARARGS, NULL},
{ "Long0NUNtHistoFill_callsFillC", _wrap_Long0NUNtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Long0NUNtHistoFill_histoClassname", _wrap_Long0NUNtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Long0NUNtHistoFill", _wrap_delete_Long0NUNtHistoFill, METH_O, NULL},
{ "Long0NUNtHistoFill_swigregister", Long0NUNtHistoFill_swigregister, METH_O, NULL},
{ "Long0NUNtHistoFill_swiginit", Long0NUNtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Float0NUNtHistoFill", _wrap_new_Float0NUNtHistoFill, METH_VARARGS, NULL},
{ "Float0NUNtHistoFill_callsFillC", _wrap_Float0NUNtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Float0NUNtHistoFill_histoClassname", _wrap_Float0NUNtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Float0NUNtHistoFill", _wrap_delete_Float0NUNtHistoFill, METH_O, NULL},
{ "Float0NUNtHistoFill_swigregister", Float0NUNtHistoFill_swigregister, METH_O, NULL},
{ "Float0NUNtHistoFill_swiginit", Float0NUNtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_Double0NUNtHistoFill", _wrap_new_Double0NUNtHistoFill, METH_VARARGS, NULL},
{ "Double0NUNtHistoFill_callsFillC", _wrap_Double0NUNtHistoFill_callsFillC, METH_NOARGS, NULL},
{ "Double0NUNtHistoFill_histoClassname", _wrap_Double0NUNtHistoFill_histoClassname, METH_NOARGS, NULL},
{ "delete_Double0NUNtHistoFill", _wrap_delete_Double0NUNtHistoFill, METH_O, NULL},
{ "Double0NUNtHistoFill_swigregister", Double0NUNtHistoFill_swigregister, METH_O, NULL},
{ "Double0NUNtHistoFill_swiginit", Double0NUNtHistoFill_swiginit, METH_VARARGS, NULL},
{ "new_IntNtNtupleFill", _wrap_new_IntNtNtupleFill, METH_VARARGS, NULL},
{ "delete_IntNtNtupleFill", _wrap_delete_IntNtNtupleFill, METH_O, NULL},
{ "IntNtNtupleFill_swigregister", IntNtNtupleFill_swigregister, METH_O, NULL},
{ "IntNtNtupleFill_swiginit", IntNtNtupleFill_swiginit, METH_VARARGS, NULL},
{ "new_LongNtNtupleFill", _wrap_new_LongNtNtupleFill, METH_VARARGS, NULL},
{ "delete_LongNtNtupleFill", _wrap_delete_LongNtNtupleFill, METH_O, NULL},
{ "LongNtNtupleFill_swigregister", LongNtNtupleFill_swigregister, METH_O, NULL},
{ "LongNtNtupleFill_swiginit", LongNtNtupleFill_swiginit, METH_VARARGS, NULL},
{ "new_UCharNtNtupleFill", _wrap_new_UCharNtNtupleFill, METH_VARARGS, NULL},
{ "delete_UCharNtNtupleFill", _wrap_delete_UCharNtNtupleFill, METH_O, NULL},
{ "UCharNtNtupleFill_swigregister", UCharNtNtupleFill_swigregister, METH_O, NULL},
{ "UCharNtNtupleFill_swiginit", UCharNtNtupleFill_swiginit, METH_VARARGS, NULL},
{ "new_FloatNtNtupleFill", _wrap_new_FloatNtNtupleFill, METH_VARARGS, NULL},
{ "delete_FloatNtNtupleFill", _wrap_delete_FloatNtNtupleFill, METH_O, NULL},
{ "FloatNtNtupleFill_swigregister", FloatNtNtupleFill_swigregister, METH_O, NULL},
{ "FloatNtNtupleFill_swiginit", FloatNtNtupleFill_swiginit, METH_VARARGS, NULL},
{ "new_DoubleNtNtupleFill", _wrap_new_DoubleNtNtupleFill, METH_VARARGS, NULL},
{ "delete_DoubleNtNtupleFill", _wrap_delete_DoubleNtNtupleFill, METH_O, NULL},
{ "DoubleNtNtupleFill_swigregister", DoubleNtNtupleFill_swigregister, METH_O, NULL},
{ "DoubleNtNtupleFill_swiginit", DoubleNtNtupleFill_swiginit, METH_VARARGS, NULL},
{ "make_NtNtupleFill", _wrap_make_NtNtupleFill, METH_VARARGS, NULL},
{ "UCharNtRectangularCut_invert", _wrap_UCharNtRectangularCut_invert, METH_O, NULL},
{ "UCharNtRectangularCut_dim", _wrap_UCharNtRectangularCut_dim, METH_O, NULL},
{ "UCharNtRectangularCut_cutColumn", _wrap_UCharNtRectangularCut_cutColumn, METH_VARARGS, NULL},
{ "UCharNtRectangularCut_cutInterval", _wrap_UCharNtRectangularCut_cutInterval, METH_VARARGS, NULL},
{ "UCharNtRectangularCut_isInverted", _wrap_UCharNtRectangularCut_isInverted, METH_VARARGS, NULL},
{ "UCharNtRectangularCut_nUniqueColumns", _wrap_UCharNtRectangularCut_nUniqueColumns, METH_O, NULL},
{ "UCharNtRectangularCut_ntupleColumns", _wrap_UCharNtRectangularCut_ntupleColumns, METH_O, NULL},
{ "UCharNtRectangularCut_acceptedBox", _wrap_UCharNtRectangularCut_acceptedBox, METH_O, NULL},
{ "UCharNtRectangularCut___call__", _wrap_UCharNtRectangularCut___call__, METH_VARARGS, NULL},
{ "UCharNtRectangularCut___eq__", _wrap_UCharNtRectangularCut___eq__, METH_VARARGS, NULL},
{ "UCharNtRectangularCut___ne__", _wrap_UCharNtRectangularCut___ne__, METH_VARARGS, NULL},
{ "UCharNtRectangularCut_classId", _wrap_UCharNtRectangularCut_classId, METH_O, NULL},
{ "UCharNtRectangularCut_write", _wrap_UCharNtRectangularCut_write, METH_VARARGS, NULL},
{ "UCharNtRectangularCut_classname", _wrap_UCharNtRectangularCut_classname, METH_NOARGS, NULL},
{ "UCharNtRectangularCut_version", _wrap_UCharNtRectangularCut_version, METH_NOARGS, NULL},
{ "UCharNtRectangularCut_restore", _wrap_UCharNtRectangularCut_restore, METH_VARARGS, NULL},
{ "UCharNtRectangularCut_addCut", _wrap_UCharNtRectangularCut_addCut, METH_VARARGS, NULL},
{ "new_UCharNtRectangularCut", _wrap_new_UCharNtRectangularCut, METH_VARARGS, NULL},
{ "delete_UCharNtRectangularCut", _wrap_delete_UCharNtRectangularCut, METH_O, NULL},
{ "UCharNtRectangularCut_swigregister", UCharNtRectangularCut_swigregister, METH_O, NULL},
{ "UCharNtRectangularCut_swiginit", UCharNtRectangularCut_swiginit, METH_VARARGS, NULL},
{ "IntNtRectangularCut_invert", _wrap_IntNtRectangularCut_invert, METH_O, NULL},
{ "IntNtRectangularCut_dim", _wrap_IntNtRectangularCut_dim, METH_O, NULL},
{ "IntNtRectangularCut_cutColumn", _wrap_IntNtRectangularCut_cutColumn, METH_VARARGS, NULL},
{ "IntNtRectangularCut_cutInterval", _wrap_IntNtRectangularCut_cutInterval, METH_VARARGS, NULL},
{ "IntNtRectangularCut_isInverted", _wrap_IntNtRectangularCut_isInverted, METH_VARARGS, NULL},
{ "IntNtRectangularCut_nUniqueColumns", _wrap_IntNtRectangularCut_nUniqueColumns, METH_O, NULL},
{ "IntNtRectangularCut_ntupleColumns", _wrap_IntNtRectangularCut_ntupleColumns, METH_O, NULL},
{ "IntNtRectangularCut_acceptedBox", _wrap_IntNtRectangularCut_acceptedBox, METH_O, NULL},
{ "IntNtRectangularCut___call__", _wrap_IntNtRectangularCut___call__, METH_VARARGS, NULL},
{ "IntNtRectangularCut___eq__", _wrap_IntNtRectangularCut___eq__, METH_VARARGS, NULL},
{ "IntNtRectangularCut___ne__", _wrap_IntNtRectangularCut___ne__, METH_VARARGS, NULL},
{ "IntNtRectangularCut_classId", _wrap_IntNtRectangularCut_classId, METH_O, NULL},
{ "IntNtRectangularCut_write", _wrap_IntNtRectangularCut_write, METH_VARARGS, NULL},
{ "IntNtRectangularCut_classname", _wrap_IntNtRectangularCut_classname, METH_NOARGS, NULL},
{ "IntNtRectangularCut_version", _wrap_IntNtRectangularCut_version, METH_NOARGS, NULL},
{ "IntNtRectangularCut_restore", _wrap_IntNtRectangularCut_restore, METH_VARARGS, NULL},
{ "IntNtRectangularCut_addCut", _wrap_IntNtRectangularCut_addCut, METH_VARARGS, NULL},
{ "new_IntNtRectangularCut", _wrap_new_IntNtRectangularCut, METH_VARARGS, NULL},
{ "delete_IntNtRectangularCut", _wrap_delete_IntNtRectangularCut, METH_O, NULL},
{ "IntNtRectangularCut_swigregister", IntNtRectangularCut_swigregister, METH_O, NULL},
{ "IntNtRectangularCut_swiginit", IntNtRectangularCut_swiginit, METH_VARARGS, NULL},
{ "LongNtRectangularCut_invert", _wrap_LongNtRectangularCut_invert, METH_O, NULL},
{ "LongNtRectangularCut_dim", _wrap_LongNtRectangularCut_dim, METH_O, NULL},
{ "LongNtRectangularCut_cutColumn", _wrap_LongNtRectangularCut_cutColumn, METH_VARARGS, NULL},
{ "LongNtRectangularCut_cutInterval", _wrap_LongNtRectangularCut_cutInterval, METH_VARARGS, NULL},
{ "LongNtRectangularCut_isInverted", _wrap_LongNtRectangularCut_isInverted, METH_VARARGS, NULL},
{ "LongNtRectangularCut_nUniqueColumns", _wrap_LongNtRectangularCut_nUniqueColumns, METH_O, NULL},
{ "LongNtRectangularCut_ntupleColumns", _wrap_LongNtRectangularCut_ntupleColumns, METH_O, NULL},
{ "LongNtRectangularCut_acceptedBox", _wrap_LongNtRectangularCut_acceptedBox, METH_O, NULL},
{ "LongNtRectangularCut___call__", _wrap_LongNtRectangularCut___call__, METH_VARARGS, NULL},
{ "LongNtRectangularCut___eq__", _wrap_LongNtRectangularCut___eq__, METH_VARARGS, NULL},
{ "LongNtRectangularCut___ne__", _wrap_LongNtRectangularCut___ne__, METH_VARARGS, NULL},
{ "LongNtRectangularCut_classId", _wrap_LongNtRectangularCut_classId, METH_O, NULL},
{ "LongNtRectangularCut_write", _wrap_LongNtRectangularCut_write, METH_VARARGS, NULL},
{ "LongNtRectangularCut_classname", _wrap_LongNtRectangularCut_classname, METH_NOARGS, NULL},
{ "LongNtRectangularCut_version", _wrap_LongNtRectangularCut_version, METH_NOARGS, NULL},
{ "LongNtRectangularCut_restore", _wrap_LongNtRectangularCut_restore, METH_VARARGS, NULL},
{ "LongNtRectangularCut_addCut", _wrap_LongNtRectangularCut_addCut, METH_VARARGS, NULL},
{ "new_LongNtRectangularCut", _wrap_new_LongNtRectangularCut, METH_VARARGS, NULL},
{ "delete_LongNtRectangularCut", _wrap_delete_LongNtRectangularCut, METH_O, NULL},
{ "LongNtRectangularCut_swigregister", LongNtRectangularCut_swigregister, METH_O, NULL},
{ "LongNtRectangularCut_swiginit", LongNtRectangularCut_swiginit, METH_VARARGS, NULL},
{ "FloatNtRectangularCut_invert", _wrap_FloatNtRectangularCut_invert, METH_O, NULL},
{ "FloatNtRectangularCut_dim", _wrap_FloatNtRectangularCut_dim, METH_O, NULL},
{ "FloatNtRectangularCut_cutColumn", _wrap_FloatNtRectangularCut_cutColumn, METH_VARARGS, NULL},
{ "FloatNtRectangularCut_cutInterval", _wrap_FloatNtRectangularCut_cutInterval, METH_VARARGS, NULL},
{ "FloatNtRectangularCut_isInverted", _wrap_FloatNtRectangularCut_isInverted, METH_VARARGS, NULL},
{ "FloatNtRectangularCut_nUniqueColumns", _wrap_FloatNtRectangularCut_nUniqueColumns, METH_O, NULL},
{ "FloatNtRectangularCut_ntupleColumns", _wrap_FloatNtRectangularCut_ntupleColumns, METH_O, NULL},
{ "FloatNtRectangularCut_acceptedBox", _wrap_FloatNtRectangularCut_acceptedBox, METH_O, NULL},
{ "FloatNtRectangularCut___call__", _wrap_FloatNtRectangularCut___call__, METH_VARARGS, NULL},
{ "FloatNtRectangularCut___eq__", _wrap_FloatNtRectangularCut___eq__, METH_VARARGS, NULL},
{ "FloatNtRectangularCut___ne__", _wrap_FloatNtRectangularCut___ne__, METH_VARARGS, NULL},
{ "FloatNtRectangularCut_classId", _wrap_FloatNtRectangularCut_classId, METH_O, NULL},
{ "FloatNtRectangularCut_write", _wrap_FloatNtRectangularCut_write, METH_VARARGS, NULL},
{ "FloatNtRectangularCut_classname", _wrap_FloatNtRectangularCut_classname, METH_NOARGS, NULL},
{ "FloatNtRectangularCut_version", _wrap_FloatNtRectangularCut_version, METH_NOARGS, NULL},
{ "FloatNtRectangularCut_restore", _wrap_FloatNtRectangularCut_restore, METH_VARARGS, NULL},
{ "FloatNtRectangularCut_addCut", _wrap_FloatNtRectangularCut_addCut, METH_VARARGS, NULL},
{ "new_FloatNtRectangularCut", _wrap_new_FloatNtRectangularCut, METH_VARARGS, NULL},
{ "delete_FloatNtRectangularCut", _wrap_delete_FloatNtRectangularCut, METH_O, NULL},
{ "FloatNtRectangularCut_swigregister", FloatNtRectangularCut_swigregister, METH_O, NULL},
{ "FloatNtRectangularCut_swiginit", FloatNtRectangularCut_swiginit, METH_VARARGS, NULL},
{ "DoubleNtRectangularCut_invert", _wrap_DoubleNtRectangularCut_invert, METH_O, NULL},
{ "DoubleNtRectangularCut_dim", _wrap_DoubleNtRectangularCut_dim, METH_O, NULL},
{ "DoubleNtRectangularCut_cutColumn", _wrap_DoubleNtRectangularCut_cutColumn, METH_VARARGS, NULL},
{ "DoubleNtRectangularCut_cutInterval", _wrap_DoubleNtRectangularCut_cutInterval, METH_VARARGS, NULL},
{ "DoubleNtRectangularCut_isInverted", _wrap_DoubleNtRectangularCut_isInverted, METH_VARARGS, NULL},
{ "DoubleNtRectangularCut_nUniqueColumns", _wrap_DoubleNtRectangularCut_nUniqueColumns, METH_O, NULL},
{ "DoubleNtRectangularCut_ntupleColumns", _wrap_DoubleNtRectangularCut_ntupleColumns, METH_O, NULL},
{ "DoubleNtRectangularCut_acceptedBox", _wrap_DoubleNtRectangularCut_acceptedBox, METH_O, NULL},
{ "DoubleNtRectangularCut___call__", _wrap_DoubleNtRectangularCut___call__, METH_VARARGS, NULL},
{ "DoubleNtRectangularCut___eq__", _wrap_DoubleNtRectangularCut___eq__, METH_VARARGS, NULL},
{ "DoubleNtRectangularCut___ne__", _wrap_DoubleNtRectangularCut___ne__, METH_VARARGS, NULL},
{ "DoubleNtRectangularCut_classId", _wrap_DoubleNtRectangularCut_classId, METH_O, NULL},
{ "DoubleNtRectangularCut_write", _wrap_DoubleNtRectangularCut_write, METH_VARARGS, NULL},
{ "DoubleNtRectangularCut_classname", _wrap_DoubleNtRectangularCut_classname, METH_NOARGS, NULL},
{ "DoubleNtRectangularCut_version", _wrap_DoubleNtRectangularCut_version, METH_NOARGS, NULL},
{ "DoubleNtRectangularCut_restore", _wrap_DoubleNtRectangularCut_restore, METH_VARARGS, NULL},
{ "DoubleNtRectangularCut_addCut", _wrap_DoubleNtRectangularCut_addCut, METH_VARARGS, NULL},
{ "new_DoubleNtRectangularCut", _wrap_new_DoubleNtRectangularCut, METH_VARARGS, NULL},
{ "delete_DoubleNtRectangularCut", _wrap_delete_DoubleNtRectangularCut, METH_O, NULL},
{ "DoubleNtRectangularCut_swigregister", DoubleNtRectangularCut_swigregister, METH_O, NULL},
{ "DoubleNtRectangularCut_swiginit", DoubleNtRectangularCut_swiginit, METH_VARARGS, NULL},
{ "ntupleColumns", _wrap_ntupleColumns, METH_VARARGS, NULL},
{ "simpleColumnNames", _wrap_simpleColumnNames, METH_O, NULL},
{ "delete_UCharAbsNtuple", _wrap_delete_UCharAbsNtuple, METH_O, NULL},
{ "UCharAbsNtuple_title", _wrap_UCharAbsNtuple_title, METH_O, NULL},
{ "UCharAbsNtuple_setTitle", _wrap_UCharAbsNtuple_setTitle, METH_VARARGS, NULL},
{ "UCharAbsNtuple_nColumns", _wrap_UCharAbsNtuple_nColumns, METH_O, NULL},
{ "UCharAbsNtuple_columnName", _wrap_UCharAbsNtuple_columnName, METH_VARARGS, NULL},
{ "UCharAbsNtuple_columnNames", _wrap_UCharAbsNtuple_columnNames, METH_O, NULL},
{ "UCharAbsNtuple_setColumnName", _wrap_UCharAbsNtuple_setColumnName, METH_VARARGS, NULL},
{ "UCharAbsNtuple_columnNumber", _wrap_UCharAbsNtuple_columnNumber, METH_VARARGS, NULL},
{ "UCharAbsNtuple_validColumn", _wrap_UCharAbsNtuple_validColumn, METH_VARARGS, NULL},
{ "UCharAbsNtuple_nRows", _wrap_UCharAbsNtuple_nRows, METH_O, NULL},
{ "UCharAbsNtuple_length", _wrap_UCharAbsNtuple_length, METH_O, NULL},
{ "UCharAbsNtuple_fill", _wrap_UCharAbsNtuple_fill, METH_VARARGS, NULL},
{ "UCharAbsNtuple___call__", _wrap_UCharAbsNtuple___call__, METH_VARARGS, NULL},
{ "UCharAbsNtuple_at", _wrap_UCharAbsNtuple_at, METH_VARARGS, NULL},
{ "UCharAbsNtuple_element", _wrap_UCharAbsNtuple_element, METH_VARARGS, NULL},
{ "UCharAbsNtuple_elementAt", _wrap_UCharAbsNtuple_elementAt, METH_VARARGS, NULL},
{ "UCharAbsNtuple_rowContents", _wrap_UCharAbsNtuple_rowContents, METH_VARARGS, NULL},
{ "UCharAbsNtuple_columnContents", _wrap_UCharAbsNtuple_columnContents, METH_VARARGS, NULL},
{ "UCharAbsNtuple_clear", _wrap_UCharAbsNtuple_clear, METH_O, NULL},
{ "UCharAbsNtuple_row_begin", _wrap_UCharAbsNtuple_row_begin, METH_VARARGS, NULL},
{ "UCharAbsNtuple_row_end", _wrap_UCharAbsNtuple_row_end, METH_O, NULL},
{ "UCharAbsNtuple_column_begin", _wrap_UCharAbsNtuple_column_begin, METH_VARARGS, NULL},
{ "UCharAbsNtuple_column_end", _wrap_UCharAbsNtuple_column_end, METH_O, NULL},
{ "UCharAbsNtuple_columnIndices", _wrap_UCharAbsNtuple_columnIndices, METH_VARARGS, NULL},
{ "UCharAbsNtuple_classId", _wrap_UCharAbsNtuple_classId, METH_O, NULL},
{ "UCharAbsNtuple___eq__", _wrap_UCharAbsNtuple___eq__, METH_VARARGS, NULL},
{ "UCharAbsNtuple___ne__", _wrap_UCharAbsNtuple___ne__, METH_VARARGS, NULL},
{ "UCharAbsNtuple_append", _wrap_UCharAbsNtuple_append, METH_VARARGS, NULL},
{ "UCharAbsNtuple_columnArray", _wrap_UCharAbsNtuple_columnArray, METH_VARARGS, NULL},
{ "UCharAbsNtuple_rowArray", _wrap_UCharAbsNtuple_rowArray, METH_VARARGS, NULL},
{ "UCharAbsNtuple_cycleOverRows", _wrap_UCharAbsNtuple_cycleOverRows, METH_VARARGS, NULL},
{ "UCharAbsNtuple_cutCycleOverRows", _wrap_UCharAbsNtuple_cutCycleOverRows, METH_VARARGS, NULL},
{ "UCharAbsNtuple_swigregister", UCharAbsNtuple_swigregister, METH_O, NULL},
{ "delete_IntAbsNtuple", _wrap_delete_IntAbsNtuple, METH_O, NULL},
{ "IntAbsNtuple_title", _wrap_IntAbsNtuple_title, METH_O, NULL},
{ "IntAbsNtuple_setTitle", _wrap_IntAbsNtuple_setTitle, METH_VARARGS, NULL},
{ "IntAbsNtuple_nColumns", _wrap_IntAbsNtuple_nColumns, METH_O, NULL},
{ "IntAbsNtuple_columnName", _wrap_IntAbsNtuple_columnName, METH_VARARGS, NULL},
{ "IntAbsNtuple_columnNames", _wrap_IntAbsNtuple_columnNames, METH_O, NULL},
{ "IntAbsNtuple_setColumnName", _wrap_IntAbsNtuple_setColumnName, METH_VARARGS, NULL},
{ "IntAbsNtuple_columnNumber", _wrap_IntAbsNtuple_columnNumber, METH_VARARGS, NULL},
{ "IntAbsNtuple_validColumn", _wrap_IntAbsNtuple_validColumn, METH_VARARGS, NULL},
{ "IntAbsNtuple_nRows", _wrap_IntAbsNtuple_nRows, METH_O, NULL},
{ "IntAbsNtuple_length", _wrap_IntAbsNtuple_length, METH_O, NULL},
{ "IntAbsNtuple_fill", _wrap_IntAbsNtuple_fill, METH_VARARGS, NULL},
{ "IntAbsNtuple___call__", _wrap_IntAbsNtuple___call__, METH_VARARGS, NULL},
{ "IntAbsNtuple_at", _wrap_IntAbsNtuple_at, METH_VARARGS, NULL},
{ "IntAbsNtuple_element", _wrap_IntAbsNtuple_element, METH_VARARGS, NULL},
{ "IntAbsNtuple_elementAt", _wrap_IntAbsNtuple_elementAt, METH_VARARGS, NULL},
{ "IntAbsNtuple_rowContents", _wrap_IntAbsNtuple_rowContents, METH_VARARGS, NULL},
{ "IntAbsNtuple_columnContents", _wrap_IntAbsNtuple_columnContents, METH_VARARGS, NULL},
{ "IntAbsNtuple_clear", _wrap_IntAbsNtuple_clear, METH_O, NULL},
{ "IntAbsNtuple_row_begin", _wrap_IntAbsNtuple_row_begin, METH_VARARGS, NULL},
{ "IntAbsNtuple_row_end", _wrap_IntAbsNtuple_row_end, METH_O, NULL},
{ "IntAbsNtuple_column_begin", _wrap_IntAbsNtuple_column_begin, METH_VARARGS, NULL},
{ "IntAbsNtuple_column_end", _wrap_IntAbsNtuple_column_end, METH_O, NULL},
{ "IntAbsNtuple_columnIndices", _wrap_IntAbsNtuple_columnIndices, METH_VARARGS, NULL},
{ "IntAbsNtuple_classId", _wrap_IntAbsNtuple_classId, METH_O, NULL},
{ "IntAbsNtuple___eq__", _wrap_IntAbsNtuple___eq__, METH_VARARGS, NULL},
{ "IntAbsNtuple___ne__", _wrap_IntAbsNtuple___ne__, METH_VARARGS, NULL},
{ "IntAbsNtuple_append", _wrap_IntAbsNtuple_append, METH_VARARGS, NULL},
{ "IntAbsNtuple_columnArray", _wrap_IntAbsNtuple_columnArray, METH_VARARGS, NULL},
{ "IntAbsNtuple_rowArray", _wrap_IntAbsNtuple_rowArray, METH_VARARGS, NULL},
{ "IntAbsNtuple_cycleOverRows", _wrap_IntAbsNtuple_cycleOverRows, METH_VARARGS, NULL},
{ "IntAbsNtuple_cutCycleOverRows", _wrap_IntAbsNtuple_cutCycleOverRows, METH_VARARGS, NULL},
{ "IntAbsNtuple_swigregister", IntAbsNtuple_swigregister, METH_O, NULL},
{ "delete_LongAbsNtuple", _wrap_delete_LongAbsNtuple, METH_O, NULL},
{ "LongAbsNtuple_title", _wrap_LongAbsNtuple_title, METH_O, NULL},
{ "LongAbsNtuple_setTitle", _wrap_LongAbsNtuple_setTitle, METH_VARARGS, NULL},
{ "LongAbsNtuple_nColumns", _wrap_LongAbsNtuple_nColumns, METH_O, NULL},
{ "LongAbsNtuple_columnName", _wrap_LongAbsNtuple_columnName, METH_VARARGS, NULL},
{ "LongAbsNtuple_columnNames", _wrap_LongAbsNtuple_columnNames, METH_O, NULL},
{ "LongAbsNtuple_setColumnName", _wrap_LongAbsNtuple_setColumnName, METH_VARARGS, NULL},
{ "LongAbsNtuple_columnNumber", _wrap_LongAbsNtuple_columnNumber, METH_VARARGS, NULL},
{ "LongAbsNtuple_validColumn", _wrap_LongAbsNtuple_validColumn, METH_VARARGS, NULL},
{ "LongAbsNtuple_nRows", _wrap_LongAbsNtuple_nRows, METH_O, NULL},
{ "LongAbsNtuple_length", _wrap_LongAbsNtuple_length, METH_O, NULL},
{ "LongAbsNtuple_fill", _wrap_LongAbsNtuple_fill, METH_VARARGS, NULL},
{ "LongAbsNtuple___call__", _wrap_LongAbsNtuple___call__, METH_VARARGS, NULL},
{ "LongAbsNtuple_at", _wrap_LongAbsNtuple_at, METH_VARARGS, NULL},
{ "LongAbsNtuple_element", _wrap_LongAbsNtuple_element, METH_VARARGS, NULL},
{ "LongAbsNtuple_elementAt", _wrap_LongAbsNtuple_elementAt, METH_VARARGS, NULL},
{ "LongAbsNtuple_rowContents", _wrap_LongAbsNtuple_rowContents, METH_VARARGS, NULL},
{ "LongAbsNtuple_columnContents", _wrap_LongAbsNtuple_columnContents, METH_VARARGS, NULL},
{ "LongAbsNtuple_clear", _wrap_LongAbsNtuple_clear, METH_O, NULL},
{ "LongAbsNtuple_row_begin", _wrap_LongAbsNtuple_row_begin, METH_VARARGS, NULL},
{ "LongAbsNtuple_row_end", _wrap_LongAbsNtuple_row_end, METH_O, NULL},
{ "LongAbsNtuple_column_begin", _wrap_LongAbsNtuple_column_begin, METH_VARARGS, NULL},
{ "LongAbsNtuple_column_end", _wrap_LongAbsNtuple_column_end, METH_O, NULL},
{ "LongAbsNtuple_columnIndices", _wrap_LongAbsNtuple_columnIndices, METH_VARARGS, NULL},
{ "LongAbsNtuple_classId", _wrap_LongAbsNtuple_classId, METH_O, NULL},
{ "LongAbsNtuple___eq__", _wrap_LongAbsNtuple___eq__, METH_VARARGS, NULL},
{ "LongAbsNtuple___ne__", _wrap_LongAbsNtuple___ne__, METH_VARARGS, NULL},
{ "LongAbsNtuple_append", _wrap_LongAbsNtuple_append, METH_VARARGS, NULL},
{ "LongAbsNtuple_columnArray", _wrap_LongAbsNtuple_columnArray, METH_VARARGS, NULL},
{ "LongAbsNtuple_rowArray", _wrap_LongAbsNtuple_rowArray, METH_VARARGS, NULL},
{ "LongAbsNtuple_cycleOverRows", _wrap_LongAbsNtuple_cycleOverRows, METH_VARARGS, NULL},
{ "LongAbsNtuple_cutCycleOverRows", _wrap_LongAbsNtuple_cutCycleOverRows, METH_VARARGS, NULL},
{ "LongAbsNtuple_swigregister", LongAbsNtuple_swigregister, METH_O, NULL},
{ "delete_FloatAbsNtuple", _wrap_delete_FloatAbsNtuple, METH_O, NULL},
{ "FloatAbsNtuple_title", _wrap_FloatAbsNtuple_title, METH_O, NULL},
{ "FloatAbsNtuple_setTitle", _wrap_FloatAbsNtuple_setTitle, METH_VARARGS, NULL},
{ "FloatAbsNtuple_nColumns", _wrap_FloatAbsNtuple_nColumns, METH_O, NULL},
{ "FloatAbsNtuple_columnName", _wrap_FloatAbsNtuple_columnName, METH_VARARGS, NULL},
{ "FloatAbsNtuple_columnNames", _wrap_FloatAbsNtuple_columnNames, METH_O, NULL},
{ "FloatAbsNtuple_setColumnName", _wrap_FloatAbsNtuple_setColumnName, METH_VARARGS, NULL},
{ "FloatAbsNtuple_columnNumber", _wrap_FloatAbsNtuple_columnNumber, METH_VARARGS, NULL},
{ "FloatAbsNtuple_validColumn", _wrap_FloatAbsNtuple_validColumn, METH_VARARGS, NULL},
{ "FloatAbsNtuple_nRows", _wrap_FloatAbsNtuple_nRows, METH_O, NULL},
{ "FloatAbsNtuple_length", _wrap_FloatAbsNtuple_length, METH_O, NULL},
{ "FloatAbsNtuple_fill", _wrap_FloatAbsNtuple_fill, METH_VARARGS, NULL},
{ "FloatAbsNtuple___call__", _wrap_FloatAbsNtuple___call__, METH_VARARGS, NULL},
{ "FloatAbsNtuple_at", _wrap_FloatAbsNtuple_at, METH_VARARGS, NULL},
{ "FloatAbsNtuple_element", _wrap_FloatAbsNtuple_element, METH_VARARGS, NULL},
{ "FloatAbsNtuple_elementAt", _wrap_FloatAbsNtuple_elementAt, METH_VARARGS, NULL},
{ "FloatAbsNtuple_rowContents", _wrap_FloatAbsNtuple_rowContents, METH_VARARGS, NULL},
{ "FloatAbsNtuple_columnContents", _wrap_FloatAbsNtuple_columnContents, METH_VARARGS, NULL},
{ "FloatAbsNtuple_clear", _wrap_FloatAbsNtuple_clear, METH_O, NULL},
{ "FloatAbsNtuple_row_begin", _wrap_FloatAbsNtuple_row_begin, METH_VARARGS, NULL},
{ "FloatAbsNtuple_row_end", _wrap_FloatAbsNtuple_row_end, METH_O, NULL},
{ "FloatAbsNtuple_column_begin", _wrap_FloatAbsNtuple_column_begin, METH_VARARGS, NULL},
{ "FloatAbsNtuple_column_end", _wrap_FloatAbsNtuple_column_end, METH_O, NULL},
{ "FloatAbsNtuple_columnIndices", _wrap_FloatAbsNtuple_columnIndices, METH_VARARGS, NULL},
{ "FloatAbsNtuple_classId", _wrap_FloatAbsNtuple_classId, METH_O, NULL},
{ "FloatAbsNtuple___eq__", _wrap_FloatAbsNtuple___eq__, METH_VARARGS, NULL},
{ "FloatAbsNtuple___ne__", _wrap_FloatAbsNtuple___ne__, METH_VARARGS, NULL},
{ "FloatAbsNtuple_append", _wrap_FloatAbsNtuple_append, METH_VARARGS, NULL},
{ "FloatAbsNtuple_columnArray", _wrap_FloatAbsNtuple_columnArray, METH_VARARGS, NULL},
{ "FloatAbsNtuple_rowArray", _wrap_FloatAbsNtuple_rowArray, METH_VARARGS, NULL},
{ "FloatAbsNtuple_cycleOverRows", _wrap_FloatAbsNtuple_cycleOverRows, METH_VARARGS, NULL},
{ "FloatAbsNtuple_cutCycleOverRows", _wrap_FloatAbsNtuple_cutCycleOverRows, METH_VARARGS, NULL},
{ "FloatAbsNtuple_swigregister", FloatAbsNtuple_swigregister, METH_O, NULL},
{ "delete_DoubleAbsNtuple", _wrap_delete_DoubleAbsNtuple, METH_O, NULL},
{ "DoubleAbsNtuple_title", _wrap_DoubleAbsNtuple_title, METH_O, NULL},
{ "DoubleAbsNtuple_setTitle", _wrap_DoubleAbsNtuple_setTitle, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_nColumns", _wrap_DoubleAbsNtuple_nColumns, METH_O, NULL},
{ "DoubleAbsNtuple_columnName", _wrap_DoubleAbsNtuple_columnName, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_columnNames", _wrap_DoubleAbsNtuple_columnNames, METH_O, NULL},
{ "DoubleAbsNtuple_setColumnName", _wrap_DoubleAbsNtuple_setColumnName, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_columnNumber", _wrap_DoubleAbsNtuple_columnNumber, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_validColumn", _wrap_DoubleAbsNtuple_validColumn, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_nRows", _wrap_DoubleAbsNtuple_nRows, METH_O, NULL},
{ "DoubleAbsNtuple_length", _wrap_DoubleAbsNtuple_length, METH_O, NULL},
{ "DoubleAbsNtuple_fill", _wrap_DoubleAbsNtuple_fill, METH_VARARGS, NULL},
{ "DoubleAbsNtuple___call__", _wrap_DoubleAbsNtuple___call__, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_at", _wrap_DoubleAbsNtuple_at, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_element", _wrap_DoubleAbsNtuple_element, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_elementAt", _wrap_DoubleAbsNtuple_elementAt, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_rowContents", _wrap_DoubleAbsNtuple_rowContents, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_columnContents", _wrap_DoubleAbsNtuple_columnContents, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_clear", _wrap_DoubleAbsNtuple_clear, METH_O, NULL},
{ "DoubleAbsNtuple_row_begin", _wrap_DoubleAbsNtuple_row_begin, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_row_end", _wrap_DoubleAbsNtuple_row_end, METH_O, NULL},
{ "DoubleAbsNtuple_column_begin", _wrap_DoubleAbsNtuple_column_begin, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_column_end", _wrap_DoubleAbsNtuple_column_end, METH_O, NULL},
{ "DoubleAbsNtuple_columnIndices", _wrap_DoubleAbsNtuple_columnIndices, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_classId", _wrap_DoubleAbsNtuple_classId, METH_O, NULL},
{ "DoubleAbsNtuple___eq__", _wrap_DoubleAbsNtuple___eq__, METH_VARARGS, NULL},
{ "DoubleAbsNtuple___ne__", _wrap_DoubleAbsNtuple___ne__, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_append", _wrap_DoubleAbsNtuple_append, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_columnArray", _wrap_DoubleAbsNtuple_columnArray, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_rowArray", _wrap_DoubleAbsNtuple_rowArray, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_cycleOverRows", _wrap_DoubleAbsNtuple_cycleOverRows, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_cutCycleOverRows", _wrap_DoubleAbsNtuple_cutCycleOverRows, METH_VARARGS, NULL},
{ "DoubleAbsNtuple_swigregister", DoubleAbsNtuple_swigregister, METH_O, NULL},
{ "dumpNtupleAsText", _wrap_dumpNtupleAsText, METH_VARARGS, NULL},
{ "fillNtupleFromText", _wrap_fillNtupleFromText, METH_VARARGS, NULL},
{ "new_ItemLocation", _wrap_new_ItemLocation, METH_VARARGS, NULL},
{ "ItemLocation_URI", _wrap_ItemLocation_URI, METH_O, NULL},
{ "ItemLocation_cachedItemURI", _wrap_ItemLocation_cachedItemURI, METH_O, NULL},
{ "ItemLocation_setURI", _wrap_ItemLocation_setURI, METH_VARARGS, NULL},
{ "ItemLocation_setCachedItemURI", _wrap_ItemLocation_setCachedItemURI, METH_VARARGS, NULL},
{ "ItemLocation___eq__", _wrap_ItemLocation___eq__, METH_VARARGS, NULL},
{ "ItemLocation___ne__", _wrap_ItemLocation___ne__, METH_VARARGS, NULL},
{ "ItemLocation_classId", _wrap_ItemLocation_classId, METH_O, NULL},
{ "ItemLocation_write", _wrap_ItemLocation_write, METH_VARARGS, NULL},
{ "ItemLocation_classname", _wrap_ItemLocation_classname, METH_NOARGS, NULL},
{ "ItemLocation_version", _wrap_ItemLocation_version, METH_NOARGS, NULL},
{ "ItemLocation_read", _wrap_ItemLocation_read, METH_VARARGS, NULL},
{ "ItemLocation_streamPos", _wrap_ItemLocation_streamPos, METH_O, NULL},
{ "ItemLocation_setStreamPos", _wrap_ItemLocation_setStreamPos, METH_VARARGS, NULL},
{ "delete_ItemLocation", _wrap_delete_ItemLocation, METH_O, NULL},
{ "ItemLocation_swigregister", ItemLocation_swigregister, METH_O, NULL},
{ "ItemLocation_swiginit", ItemLocation_swiginit, METH_VARARGS, NULL},
{ "new_CatalogEntry", _wrap_new_CatalogEntry, METH_VARARGS, NULL},
{ "delete_CatalogEntry", _wrap_delete_CatalogEntry, METH_O, NULL},
{ "CatalogEntry_id", _wrap_CatalogEntry_id, METH_O, NULL},
{ "CatalogEntry_offset", _wrap_CatalogEntry_offset, METH_O, NULL},
{ "CatalogEntry_location", _wrap_CatalogEntry_location, METH_O, NULL},
{ "CatalogEntry_itemLength", _wrap_CatalogEntry_itemLength, METH_O, NULL},
{ "CatalogEntry_compressionCode", _wrap_CatalogEntry_compressionCode, METH_O, NULL},
{ "CatalogEntry_setStreamPosition", _wrap_CatalogEntry_setStreamPosition, METH_VARARGS, NULL},
{ "CatalogEntry_setURI", _wrap_CatalogEntry_setURI, METH_VARARGS, NULL},
{ "CatalogEntry_setCachedItemURI", _wrap_CatalogEntry_setCachedItemURI, METH_VARARGS, NULL},
{ "CatalogEntry_setOffset", _wrap_CatalogEntry_setOffset, METH_VARARGS, NULL},
{ "CatalogEntry_humanReadable", _wrap_CatalogEntry_humanReadable, METH_VARARGS, NULL},
{ "CatalogEntry_classId", _wrap_CatalogEntry_classId, METH_O, NULL},
{ "CatalogEntry_write", _wrap_CatalogEntry_write, METH_VARARGS, NULL},
{ "CatalogEntry_classname", _wrap_CatalogEntry_classname, METH_NOARGS, NULL},
{ "CatalogEntry_version", _wrap_CatalogEntry_version, METH_NOARGS, NULL},
{ "CatalogEntry_read", _wrap_CatalogEntry_read, METH_VARARGS, NULL},
{ "CatalogEntry_swigregister", CatalogEntry_swigregister, METH_O, NULL},
{ "CatalogEntry_swiginit", CatalogEntry_swiginit, METH_VARARGS, NULL},
{ "delete_AbsArchive", _wrap_delete_AbsArchive, METH_O, NULL},
{ "AbsArchive_name", _wrap_AbsArchive_name, METH_O, NULL},
{ "AbsArchive_isOpen", _wrap_AbsArchive_isOpen, METH_O, NULL},
{ "AbsArchive_error", _wrap_AbsArchive_error, METH_O, NULL},
{ "AbsArchive_isReadable", _wrap_AbsArchive_isReadable, METH_O, NULL},
{ "AbsArchive_isWritable", _wrap_AbsArchive_isWritable, METH_O, NULL},
{ "AbsArchive_size", _wrap_AbsArchive_size, METH_O, NULL},
{ "AbsArchive_smallestId", _wrap_AbsArchive_smallestId, METH_O, NULL},
{ "AbsArchive_largestId", _wrap_AbsArchive_largestId, METH_O, NULL},
{ "AbsArchive_idsAreContiguous", _wrap_AbsArchive_idsAreContiguous, METH_O, NULL},
{ "AbsArchive_itemExists", _wrap_AbsArchive_itemExists, METH_VARARGS, NULL},
{ "AbsArchive_itemSearch", _wrap_AbsArchive_itemSearch, METH_VARARGS, NULL},
{ "AbsArchive_flush", _wrap_AbsArchive_flush, METH_O, NULL},
{ "AbsArchive_copyItem", _wrap_AbsArchive_copyItem, METH_VARARGS, NULL},
{ "AbsArchive_lastItemId", _wrap_AbsArchive_lastItemId, METH_O, NULL},
{ "AbsArchive_lastItemLength", _wrap_AbsArchive_lastItemLength, METH_O, NULL},
{ "AbsArchive___eq__", _wrap_AbsArchive___eq__, METH_VARARGS, NULL},
{ "AbsArchive___ne__", _wrap_AbsArchive___ne__, METH_VARARGS, NULL},
{ "AbsArchive_categories", _wrap_AbsArchive_categories, METH_O, NULL},
{ "AbsArchive_store", _wrap_AbsArchive_store, METH_VARARGS, NULL},
{ "AbsArchive_findItems", _wrap_AbsArchive_findItems, METH_VARARGS, NULL},
{ "AbsArchive_getCatalogEntry", _wrap_AbsArchive_getCatalogEntry, METH_VARARGS, NULL},
{ "AbsArchive_swigregister", AbsArchive_swigregister, METH_O, NULL},
{ "new_UCharArchivedNtuple", _wrap_new_UCharArchivedNtuple, METH_VARARGS, NULL},
{ "delete_UCharArchivedNtuple", _wrap_delete_UCharArchivedNtuple, METH_O, NULL},
{ "UCharArchivedNtuple_archive", _wrap_UCharArchivedNtuple_archive, METH_O, NULL},
{ "UCharArchivedNtuple_name", _wrap_UCharArchivedNtuple_name, METH_O, NULL},
{ "UCharArchivedNtuple_category", _wrap_UCharArchivedNtuple_category, METH_O, NULL},
{ "UCharArchivedNtuple_rowsPerBuffer", _wrap_UCharArchivedNtuple_rowsPerBuffer, METH_O, NULL},
{ "UCharArchivedNtuple_writesByColumn", _wrap_UCharArchivedNtuple_writesByColumn, METH_O, NULL},
{ "UCharArchivedNtuple_isReadable", _wrap_UCharArchivedNtuple_isReadable, METH_O, NULL},
{ "UCharArchivedNtuple_isWritable", _wrap_UCharArchivedNtuple_isWritable, METH_O, NULL},
{ "UCharArchivedNtuple_objectNumber", _wrap_UCharArchivedNtuple_objectNumber, METH_O, NULL},
{ "UCharArchivedNtuple_fill", _wrap_UCharArchivedNtuple_fill, METH_VARARGS, NULL},
{ "UCharArchivedNtuple_nRows", _wrap_UCharArchivedNtuple_nRows, METH_O, NULL},
{ "UCharArchivedNtuple___call__", _wrap_UCharArchivedNtuple___call__, METH_VARARGS, NULL},
{ "UCharArchivedNtuple_at", _wrap_UCharArchivedNtuple_at, METH_VARARGS, NULL},
{ "UCharArchivedNtuple_rowContents", _wrap_UCharArchivedNtuple_rowContents, METH_VARARGS, NULL},
{ "UCharArchivedNtuple_columnContents", _wrap_UCharArchivedNtuple_columnContents, METH_VARARGS, NULL},
{ "UCharArchivedNtuple_clear", _wrap_UCharArchivedNtuple_clear, METH_O, NULL},
{ "UCharArchivedNtuple_write", _wrap_UCharArchivedNtuple_write, METH_O, NULL},
{ "UCharArchivedNtuple_classId", _wrap_UCharArchivedNtuple_classId, METH_O, NULL},
{ "UCharArchivedNtuple_classname", _wrap_UCharArchivedNtuple_classname, METH_NOARGS, NULL},
{ "UCharArchivedNtuple_version", _wrap_UCharArchivedNtuple_version, METH_NOARGS, NULL},
{ "UCharArchivedNtuple_swigregister", UCharArchivedNtuple_swigregister, METH_O, NULL},
{ "UCharArchivedNtuple_swiginit", UCharArchivedNtuple_swiginit, METH_VARARGS, NULL},
{ "new_IntArchivedNtuple", _wrap_new_IntArchivedNtuple, METH_VARARGS, NULL},
{ "delete_IntArchivedNtuple", _wrap_delete_IntArchivedNtuple, METH_O, NULL},
{ "IntArchivedNtuple_archive", _wrap_IntArchivedNtuple_archive, METH_O, NULL},
{ "IntArchivedNtuple_name", _wrap_IntArchivedNtuple_name, METH_O, NULL},
{ "IntArchivedNtuple_category", _wrap_IntArchivedNtuple_category, METH_O, NULL},
{ "IntArchivedNtuple_rowsPerBuffer", _wrap_IntArchivedNtuple_rowsPerBuffer, METH_O, NULL},
{ "IntArchivedNtuple_writesByColumn", _wrap_IntArchivedNtuple_writesByColumn, METH_O, NULL},
{ "IntArchivedNtuple_isReadable", _wrap_IntArchivedNtuple_isReadable, METH_O, NULL},
{ "IntArchivedNtuple_isWritable", _wrap_IntArchivedNtuple_isWritable, METH_O, NULL},
{ "IntArchivedNtuple_objectNumber", _wrap_IntArchivedNtuple_objectNumber, METH_O, NULL},
{ "IntArchivedNtuple_fill", _wrap_IntArchivedNtuple_fill, METH_VARARGS, NULL},
{ "IntArchivedNtuple_nRows", _wrap_IntArchivedNtuple_nRows, METH_O, NULL},
{ "IntArchivedNtuple___call__", _wrap_IntArchivedNtuple___call__, METH_VARARGS, NULL},
{ "IntArchivedNtuple_at", _wrap_IntArchivedNtuple_at, METH_VARARGS, NULL},
{ "IntArchivedNtuple_rowContents", _wrap_IntArchivedNtuple_rowContents, METH_VARARGS, NULL},
{ "IntArchivedNtuple_columnContents", _wrap_IntArchivedNtuple_columnContents, METH_VARARGS, NULL},
{ "IntArchivedNtuple_clear", _wrap_IntArchivedNtuple_clear, METH_O, NULL},
{ "IntArchivedNtuple_write", _wrap_IntArchivedNtuple_write, METH_O, NULL},
{ "IntArchivedNtuple_classId", _wrap_IntArchivedNtuple_classId, METH_O, NULL},
{ "IntArchivedNtuple_classname", _wrap_IntArchivedNtuple_classname, METH_NOARGS, NULL},
{ "IntArchivedNtuple_version", _wrap_IntArchivedNtuple_version, METH_NOARGS, NULL},
{ "IntArchivedNtuple_swigregister", IntArchivedNtuple_swigregister, METH_O, NULL},
{ "IntArchivedNtuple_swiginit", IntArchivedNtuple_swiginit, METH_VARARGS, NULL},
{ "new_LongArchivedNtuple", _wrap_new_LongArchivedNtuple, METH_VARARGS, NULL},
{ "delete_LongArchivedNtuple", _wrap_delete_LongArchivedNtuple, METH_O, NULL},
{ "LongArchivedNtuple_archive", _wrap_LongArchivedNtuple_archive, METH_O, NULL},
{ "LongArchivedNtuple_name", _wrap_LongArchivedNtuple_name, METH_O, NULL},
{ "LongArchivedNtuple_category", _wrap_LongArchivedNtuple_category, METH_O, NULL},
{ "LongArchivedNtuple_rowsPerBuffer", _wrap_LongArchivedNtuple_rowsPerBuffer, METH_O, NULL},
{ "LongArchivedNtuple_writesByColumn", _wrap_LongArchivedNtuple_writesByColumn, METH_O, NULL},
{ "LongArchivedNtuple_isReadable", _wrap_LongArchivedNtuple_isReadable, METH_O, NULL},
{ "LongArchivedNtuple_isWritable", _wrap_LongArchivedNtuple_isWritable, METH_O, NULL},
{ "LongArchivedNtuple_objectNumber", _wrap_LongArchivedNtuple_objectNumber, METH_O, NULL},
{ "LongArchivedNtuple_fill", _wrap_LongArchivedNtuple_fill, METH_VARARGS, NULL},
{ "LongArchivedNtuple_nRows", _wrap_LongArchivedNtuple_nRows, METH_O, NULL},
{ "LongArchivedNtuple___call__", _wrap_LongArchivedNtuple___call__, METH_VARARGS, NULL},
{ "LongArchivedNtuple_at", _wrap_LongArchivedNtuple_at, METH_VARARGS, NULL},
{ "LongArchivedNtuple_rowContents", _wrap_LongArchivedNtuple_rowContents, METH_VARARGS, NULL},
{ "LongArchivedNtuple_columnContents", _wrap_LongArchivedNtuple_columnContents, METH_VARARGS, NULL},
{ "LongArchivedNtuple_clear", _wrap_LongArchivedNtuple_clear, METH_O, NULL},
{ "LongArchivedNtuple_write", _wrap_LongArchivedNtuple_write, METH_O, NULL},
{ "LongArchivedNtuple_classId", _wrap_LongArchivedNtuple_classId, METH_O, NULL},
{ "LongArchivedNtuple_classname", _wrap_LongArchivedNtuple_classname, METH_NOARGS, NULL},
{ "LongArchivedNtuple_version", _wrap_LongArchivedNtuple_version, METH_NOARGS, NULL},
{ "LongArchivedNtuple_swigregister", LongArchivedNtuple_swigregister, METH_O, NULL},
{ "LongArchivedNtuple_swiginit", LongArchivedNtuple_swiginit, METH_VARARGS, NULL},
{ "new_FloatArchivedNtuple", _wrap_new_FloatArchivedNtuple, METH_VARARGS, NULL},
{ "delete_FloatArchivedNtuple", _wrap_delete_FloatArchivedNtuple, METH_O, NULL},
{ "FloatArchivedNtuple_archive", _wrap_FloatArchivedNtuple_archive, METH_O, NULL},
{ "FloatArchivedNtuple_name", _wrap_FloatArchivedNtuple_name, METH_O, NULL},
{ "FloatArchivedNtuple_category", _wrap_FloatArchivedNtuple_category, METH_O, NULL},
{ "FloatArchivedNtuple_rowsPerBuffer", _wrap_FloatArchivedNtuple_rowsPerBuffer, METH_O, NULL},
{ "FloatArchivedNtuple_writesByColumn", _wrap_FloatArchivedNtuple_writesByColumn, METH_O, NULL},
{ "FloatArchivedNtuple_isReadable", _wrap_FloatArchivedNtuple_isReadable, METH_O, NULL},
{ "FloatArchivedNtuple_isWritable", _wrap_FloatArchivedNtuple_isWritable, METH_O, NULL},
{ "FloatArchivedNtuple_objectNumber", _wrap_FloatArchivedNtuple_objectNumber, METH_O, NULL},
{ "FloatArchivedNtuple_fill", _wrap_FloatArchivedNtuple_fill, METH_VARARGS, NULL},
{ "FloatArchivedNtuple_nRows", _wrap_FloatArchivedNtuple_nRows, METH_O, NULL},
{ "FloatArchivedNtuple___call__", _wrap_FloatArchivedNtuple___call__, METH_VARARGS, NULL},
{ "FloatArchivedNtuple_at", _wrap_FloatArchivedNtuple_at, METH_VARARGS, NULL},
{ "FloatArchivedNtuple_rowContents", _wrap_FloatArchivedNtuple_rowContents, METH_VARARGS, NULL},
{ "FloatArchivedNtuple_columnContents", _wrap_FloatArchivedNtuple_columnContents, METH_VARARGS, NULL},
{ "FloatArchivedNtuple_clear", _wrap_FloatArchivedNtuple_clear, METH_O, NULL},
{ "FloatArchivedNtuple_write", _wrap_FloatArchivedNtuple_write, METH_O, NULL},
{ "FloatArchivedNtuple_classId", _wrap_FloatArchivedNtuple_classId, METH_O, NULL},
{ "FloatArchivedNtuple_classname", _wrap_FloatArchivedNtuple_classname, METH_NOARGS, NULL},
{ "FloatArchivedNtuple_version", _wrap_FloatArchivedNtuple_version, METH_NOARGS, NULL},
{ "FloatArchivedNtuple_swigregister", FloatArchivedNtuple_swigregister, METH_O, NULL},
{ "FloatArchivedNtuple_swiginit", FloatArchivedNtuple_swiginit, METH_VARARGS, NULL},
{ "new_DoubleArchivedNtuple", _wrap_new_DoubleArchivedNtuple, METH_VARARGS, NULL},
{ "delete_DoubleArchivedNtuple", _wrap_delete_DoubleArchivedNtuple, METH_O, NULL},
{ "DoubleArchivedNtuple_archive", _wrap_DoubleArchivedNtuple_archive, METH_O, NULL},
{ "DoubleArchivedNtuple_name", _wrap_DoubleArchivedNtuple_name, METH_O, NULL},
{ "DoubleArchivedNtuple_category", _wrap_DoubleArchivedNtuple_category, METH_O, NULL},
{ "DoubleArchivedNtuple_rowsPerBuffer", _wrap_DoubleArchivedNtuple_rowsPerBuffer, METH_O, NULL},
{ "DoubleArchivedNtuple_writesByColumn", _wrap_DoubleArchivedNtuple_writesByColumn, METH_O, NULL},
{ "DoubleArchivedNtuple_isReadable", _wrap_DoubleArchivedNtuple_isReadable, METH_O, NULL},
{ "DoubleArchivedNtuple_isWritable", _wrap_DoubleArchivedNtuple_isWritable, METH_O, NULL},
{ "DoubleArchivedNtuple_objectNumber", _wrap_DoubleArchivedNtuple_objectNumber, METH_O, NULL},
{ "DoubleArchivedNtuple_fill", _wrap_DoubleArchivedNtuple_fill, METH_VARARGS, NULL},
{ "DoubleArchivedNtuple_nRows", _wrap_DoubleArchivedNtuple_nRows, METH_O, NULL},
{ "DoubleArchivedNtuple___call__", _wrap_DoubleArchivedNtuple___call__, METH_VARARGS, NULL},
{ "DoubleArchivedNtuple_at", _wrap_DoubleArchivedNtuple_at, METH_VARARGS, NULL},
{ "DoubleArchivedNtuple_rowContents", _wrap_DoubleArchivedNtuple_rowContents, METH_VARARGS, NULL},
{ "DoubleArchivedNtuple_columnContents", _wrap_DoubleArchivedNtuple_columnContents, METH_VARARGS, NULL},
{ "DoubleArchivedNtuple_clear", _wrap_DoubleArchivedNtuple_clear, METH_O, NULL},
{ "DoubleArchivedNtuple_write", _wrap_DoubleArchivedNtuple_write, METH_O, NULL},
{ "DoubleArchivedNtuple_classId", _wrap_DoubleArchivedNtuple_classId, METH_O, NULL},
{ "DoubleArchivedNtuple_classname", _wrap_DoubleArchivedNtuple_classname, METH_NOARGS, NULL},
{ "DoubleArchivedNtuple_version", _wrap_DoubleArchivedNtuple_version, METH_NOARGS, NULL},
{ "DoubleArchivedNtuple_swigregister", DoubleArchivedNtuple_swigregister, METH_O, NULL},
{ "DoubleArchivedNtuple_swiginit", DoubleArchivedNtuple_swiginit, METH_VARARGS, NULL},
{ "makeFlatFromFlat", _wrap_makeFlatFromFlat, METH_VARARGS, NULL},
{ "Point1D_iterator", _wrap_Point1D_iterator, METH_O, NULL},
{ "Point1D___nonzero__", _wrap_Point1D___nonzero__, METH_O, NULL},
{ "Point1D___bool__", _wrap_Point1D___bool__, METH_O, NULL},
{ "Point1D___len__", _wrap_Point1D___len__, METH_O, NULL},
{ "Point1D___getslice__", _wrap_Point1D___getslice__, METH_VARARGS, NULL},
{ "Point1D___setslice__", _wrap_Point1D___setslice__, METH_VARARGS, NULL},
{ "Point1D___delslice__", _wrap_Point1D___delslice__, METH_VARARGS, NULL},
{ "Point1D___delitem__", _wrap_Point1D___delitem__, METH_VARARGS, NULL},
{ "Point1D___getitem__", _wrap_Point1D___getitem__, METH_VARARGS, NULL},
{ "Point1D___setitem__", _wrap_Point1D___setitem__, METH_VARARGS, NULL},
{ "new_Point1D", _wrap_new_Point1D, METH_VARARGS, NULL},
{ "Point1D_empty", _wrap_Point1D_empty, METH_O, NULL},
{ "Point1D_size", _wrap_Point1D_size, METH_O, NULL},
{ "Point1D_swap", _wrap_Point1D_swap, METH_VARARGS, NULL},
{ "Point1D_begin", _wrap_Point1D_begin, METH_O, NULL},
{ "Point1D_end", _wrap_Point1D_end, METH_O, NULL},
{ "Point1D_rbegin", _wrap_Point1D_rbegin, METH_O, NULL},
{ "Point1D_rend", _wrap_Point1D_rend, METH_O, NULL},
{ "Point1D_front", _wrap_Point1D_front, METH_O, NULL},
{ "Point1D_back", _wrap_Point1D_back, METH_O, NULL},
{ "Point1D_fill", _wrap_Point1D_fill, METH_VARARGS, NULL},
{ "delete_Point1D", _wrap_delete_Point1D, METH_O, NULL},
{ "Point1D_swigregister", Point1D_swigregister, METH_O, NULL},
{ "Point1D_swiginit", Point1D_swiginit, METH_VARARGS, NULL},
{ "Point2D_iterator", _wrap_Point2D_iterator, METH_O, NULL},
{ "Point2D___nonzero__", _wrap_Point2D___nonzero__, METH_O, NULL},
{ "Point2D___bool__", _wrap_Point2D___bool__, METH_O, NULL},
{ "Point2D___len__", _wrap_Point2D___len__, METH_O, NULL},
{ "Point2D___getslice__", _wrap_Point2D___getslice__, METH_VARARGS, NULL},
{ "Point2D___setslice__", _wrap_Point2D___setslice__, METH_VARARGS, NULL},
{ "Point2D___delslice__", _wrap_Point2D___delslice__, METH_VARARGS, NULL},
{ "Point2D___delitem__", _wrap_Point2D___delitem__, METH_VARARGS, NULL},
{ "Point2D___getitem__", _wrap_Point2D___getitem__, METH_VARARGS, NULL},
{ "Point2D___setitem__", _wrap_Point2D___setitem__, METH_VARARGS, NULL},
{ "new_Point2D", _wrap_new_Point2D, METH_VARARGS, NULL},
{ "Point2D_empty", _wrap_Point2D_empty, METH_O, NULL},
{ "Point2D_size", _wrap_Point2D_size, METH_O, NULL},
{ "Point2D_swap", _wrap_Point2D_swap, METH_VARARGS, NULL},
{ "Point2D_begin", _wrap_Point2D_begin, METH_O, NULL},
{ "Point2D_end", _wrap_Point2D_end, METH_O, NULL},
{ "Point2D_rbegin", _wrap_Point2D_rbegin, METH_O, NULL},
{ "Point2D_rend", _wrap_Point2D_rend, METH_O, NULL},
{ "Point2D_front", _wrap_Point2D_front, METH_O, NULL},
{ "Point2D_back", _wrap_Point2D_back, METH_O, NULL},
{ "Point2D_fill", _wrap_Point2D_fill, METH_VARARGS, NULL},
{ "delete_Point2D", _wrap_delete_Point2D, METH_O, NULL},
{ "Point2D_swigregister", Point2D_swigregister, METH_O, NULL},
{ "Point2D_swiginit", Point2D_swiginit, METH_VARARGS, NULL},
{ "Point3D_iterator", _wrap_Point3D_iterator, METH_O, NULL},
{ "Point3D___nonzero__", _wrap_Point3D___nonzero__, METH_O, NULL},
{ "Point3D___bool__", _wrap_Point3D___bool__, METH_O, NULL},
{ "Point3D___len__", _wrap_Point3D___len__, METH_O, NULL},
{ "Point3D___getslice__", _wrap_Point3D___getslice__, METH_VARARGS, NULL},
{ "Point3D___setslice__", _wrap_Point3D___setslice__, METH_VARARGS, NULL},
{ "Point3D___delslice__", _wrap_Point3D___delslice__, METH_VARARGS, NULL},
{ "Point3D___delitem__", _wrap_Point3D___delitem__, METH_VARARGS, NULL},
{ "Point3D___getitem__", _wrap_Point3D___getitem__, METH_VARARGS, NULL},
{ "Point3D___setitem__", _wrap_Point3D___setitem__, METH_VARARGS, NULL},
{ "new_Point3D", _wrap_new_Point3D, METH_VARARGS, NULL},
{ "Point3D_empty", _wrap_Point3D_empty, METH_O, NULL},
{ "Point3D_size", _wrap_Point3D_size, METH_O, NULL},
{ "Point3D_swap", _wrap_Point3D_swap, METH_VARARGS, NULL},
{ "Point3D_begin", _wrap_Point3D_begin, METH_O, NULL},
{ "Point3D_end", _wrap_Point3D_end, METH_O, NULL},
{ "Point3D_rbegin", _wrap_Point3D_rbegin, METH_O, NULL},
{ "Point3D_rend", _wrap_Point3D_rend, METH_O, NULL},
{ "Point3D_front", _wrap_Point3D_front, METH_O, NULL},
{ "Point3D_back", _wrap_Point3D_back, METH_O, NULL},
{ "Point3D_fill", _wrap_Point3D_fill, METH_VARARGS, NULL},
{ "delete_Point3D", _wrap_delete_Point3D, METH_O, NULL},
{ "Point3D_swigregister", Point3D_swigregister, METH_O, NULL},
{ "Point3D_swiginit", Point3D_swiginit, METH_VARARGS, NULL},
{ "Point4D_iterator", _wrap_Point4D_iterator, METH_O, NULL},
{ "Point4D___nonzero__", _wrap_Point4D___nonzero__, METH_O, NULL},
{ "Point4D___bool__", _wrap_Point4D___bool__, METH_O, NULL},
{ "Point4D___len__", _wrap_Point4D___len__, METH_O, NULL},
{ "Point4D___getslice__", _wrap_Point4D___getslice__, METH_VARARGS, NULL},
{ "Point4D___setslice__", _wrap_Point4D___setslice__, METH_VARARGS, NULL},
{ "Point4D___delslice__", _wrap_Point4D___delslice__, METH_VARARGS, NULL},
{ "Point4D___delitem__", _wrap_Point4D___delitem__, METH_VARARGS, NULL},
{ "Point4D___getitem__", _wrap_Point4D___getitem__, METH_VARARGS, NULL},
{ "Point4D___setitem__", _wrap_Point4D___setitem__, METH_VARARGS, NULL},
{ "new_Point4D", _wrap_new_Point4D, METH_VARARGS, NULL},
{ "Point4D_empty", _wrap_Point4D_empty, METH_O, NULL},
{ "Point4D_size", _wrap_Point4D_size, METH_O, NULL},
{ "Point4D_swap", _wrap_Point4D_swap, METH_VARARGS, NULL},
{ "Point4D_begin", _wrap_Point4D_begin, METH_O, NULL},
{ "Point4D_end", _wrap_Point4D_end, METH_O, NULL},
{ "Point4D_rbegin", _wrap_Point4D_rbegin, METH_O, NULL},
{ "Point4D_rend", _wrap_Point4D_rend, METH_O, NULL},
{ "Point4D_front", _wrap_Point4D_front, METH_O, NULL},
{ "Point4D_back", _wrap_Point4D_back, METH_O, NULL},
{ "Point4D_fill", _wrap_Point4D_fill, METH_VARARGS, NULL},
{ "delete_Point4D", _wrap_delete_Point4D, METH_O, NULL},
{ "Point4D_swigregister", Point4D_swigregister, METH_O, NULL},
{ "Point4D_swiginit", Point4D_swiginit, METH_VARARGS, NULL},
{ "Point5D_iterator", _wrap_Point5D_iterator, METH_O, NULL},
{ "Point5D___nonzero__", _wrap_Point5D___nonzero__, METH_O, NULL},
{ "Point5D___bool__", _wrap_Point5D___bool__, METH_O, NULL},
{ "Point5D___len__", _wrap_Point5D___len__, METH_O, NULL},
{ "Point5D___getslice__", _wrap_Point5D___getslice__, METH_VARARGS, NULL},
{ "Point5D___setslice__", _wrap_Point5D___setslice__, METH_VARARGS, NULL},
{ "Point5D___delslice__", _wrap_Point5D___delslice__, METH_VARARGS, NULL},
{ "Point5D___delitem__", _wrap_Point5D___delitem__, METH_VARARGS, NULL},
{ "Point5D___getitem__", _wrap_Point5D___getitem__, METH_VARARGS, NULL},
{ "Point5D___setitem__", _wrap_Point5D___setitem__, METH_VARARGS, NULL},
{ "new_Point5D", _wrap_new_Point5D, METH_VARARGS, NULL},
{ "Point5D_empty", _wrap_Point5D_empty, METH_O, NULL},
{ "Point5D_size", _wrap_Point5D_size, METH_O, NULL},
{ "Point5D_swap", _wrap_Point5D_swap, METH_VARARGS, NULL},
{ "Point5D_begin", _wrap_Point5D_begin, METH_O, NULL},
{ "Point5D_end", _wrap_Point5D_end, METH_O, NULL},
{ "Point5D_rbegin", _wrap_Point5D_rbegin, METH_O, NULL},
{ "Point5D_rend", _wrap_Point5D_rend, METH_O, NULL},
{ "Point5D_front", _wrap_Point5D_front, METH_O, NULL},
{ "Point5D_back", _wrap_Point5D_back, METH_O, NULL},
{ "Point5D_fill", _wrap_Point5D_fill, METH_VARARGS, NULL},
{ "delete_Point5D", _wrap_delete_Point5D, METH_O, NULL},
{ "Point5D_swigregister", Point5D_swigregister, METH_O, NULL},
{ "Point5D_swiginit", Point5D_swiginit, METH_VARARGS, NULL},
{ "Point6D_iterator", _wrap_Point6D_iterator, METH_O, NULL},
{ "Point6D___nonzero__", _wrap_Point6D___nonzero__, METH_O, NULL},
{ "Point6D___bool__", _wrap_Point6D___bool__, METH_O, NULL},
{ "Point6D___len__", _wrap_Point6D___len__, METH_O, NULL},
{ "Point6D___getslice__", _wrap_Point6D___getslice__, METH_VARARGS, NULL},
{ "Point6D___setslice__", _wrap_Point6D___setslice__, METH_VARARGS, NULL},
{ "Point6D___delslice__", _wrap_Point6D___delslice__, METH_VARARGS, NULL},
{ "Point6D___delitem__", _wrap_Point6D___delitem__, METH_VARARGS, NULL},
{ "Point6D___getitem__", _wrap_Point6D___getitem__, METH_VARARGS, NULL},
{ "Point6D___setitem__", _wrap_Point6D___setitem__, METH_VARARGS, NULL},
{ "new_Point6D", _wrap_new_Point6D, METH_VARARGS, NULL},
{ "Point6D_empty", _wrap_Point6D_empty, METH_O, NULL},
{ "Point6D_size", _wrap_Point6D_size, METH_O, NULL},
{ "Point6D_swap", _wrap_Point6D_swap, METH_VARARGS, NULL},
{ "Point6D_begin", _wrap_Point6D_begin, METH_O, NULL},
{ "Point6D_end", _wrap_Point6D_end, METH_O, NULL},
{ "Point6D_rbegin", _wrap_Point6D_rbegin, METH_O, NULL},
{ "Point6D_rend", _wrap_Point6D_rend, METH_O, NULL},
{ "Point6D_front", _wrap_Point6D_front, METH_O, NULL},
{ "Point6D_back", _wrap_Point6D_back, METH_O, NULL},
{ "Point6D_fill", _wrap_Point6D_fill, METH_VARARGS, NULL},
{ "delete_Point6D", _wrap_delete_Point6D, METH_O, NULL},
{ "Point6D_swigregister", Point6D_swigregister, METH_O, NULL},
{ "Point6D_swiginit", Point6D_swiginit, METH_VARARGS, NULL},
{ "Point7D_iterator", _wrap_Point7D_iterator, METH_O, NULL},
{ "Point7D___nonzero__", _wrap_Point7D___nonzero__, METH_O, NULL},
{ "Point7D___bool__", _wrap_Point7D___bool__, METH_O, NULL},
{ "Point7D___len__", _wrap_Point7D___len__, METH_O, NULL},
{ "Point7D___getslice__", _wrap_Point7D___getslice__, METH_VARARGS, NULL},
{ "Point7D___setslice__", _wrap_Point7D___setslice__, METH_VARARGS, NULL},
{ "Point7D___delslice__", _wrap_Point7D___delslice__, METH_VARARGS, NULL},
{ "Point7D___delitem__", _wrap_Point7D___delitem__, METH_VARARGS, NULL},
{ "Point7D___getitem__", _wrap_Point7D___getitem__, METH_VARARGS, NULL},
{ "Point7D___setitem__", _wrap_Point7D___setitem__, METH_VARARGS, NULL},
{ "new_Point7D", _wrap_new_Point7D, METH_VARARGS, NULL},
{ "Point7D_empty", _wrap_Point7D_empty, METH_O, NULL},
{ "Point7D_size", _wrap_Point7D_size, METH_O, NULL},
{ "Point7D_swap", _wrap_Point7D_swap, METH_VARARGS, NULL},
{ "Point7D_begin", _wrap_Point7D_begin, METH_O, NULL},
{ "Point7D_end", _wrap_Point7D_end, METH_O, NULL},
{ "Point7D_rbegin", _wrap_Point7D_rbegin, METH_O, NULL},
{ "Point7D_rend", _wrap_Point7D_rend, METH_O, NULL},
{ "Point7D_front", _wrap_Point7D_front, METH_O, NULL},
{ "Point7D_back", _wrap_Point7D_back, METH_O, NULL},
{ "Point7D_fill", _wrap_Point7D_fill, METH_VARARGS, NULL},
{ "delete_Point7D", _wrap_delete_Point7D, METH_O, NULL},
{ "Point7D_swigregister", Point7D_swigregister, METH_O, NULL},
{ "Point7D_swiginit", Point7D_swiginit, METH_VARARGS, NULL},
{ "Point8D_iterator", _wrap_Point8D_iterator, METH_O, NULL},
{ "Point8D___nonzero__", _wrap_Point8D___nonzero__, METH_O, NULL},
{ "Point8D___bool__", _wrap_Point8D___bool__, METH_O, NULL},
{ "Point8D___len__", _wrap_Point8D___len__, METH_O, NULL},
{ "Point8D___getslice__", _wrap_Point8D___getslice__, METH_VARARGS, NULL},
{ "Point8D___setslice__", _wrap_Point8D___setslice__, METH_VARARGS, NULL},
{ "Point8D___delslice__", _wrap_Point8D___delslice__, METH_VARARGS, NULL},
{ "Point8D___delitem__", _wrap_Point8D___delitem__, METH_VARARGS, NULL},
{ "Point8D___getitem__", _wrap_Point8D___getitem__, METH_VARARGS, NULL},
{ "Point8D___setitem__", _wrap_Point8D___setitem__, METH_VARARGS, NULL},
{ "new_Point8D", _wrap_new_Point8D, METH_VARARGS, NULL},
{ "Point8D_empty", _wrap_Point8D_empty, METH_O, NULL},
{ "Point8D_size", _wrap_Point8D_size, METH_O, NULL},
{ "Point8D_swap", _wrap_Point8D_swap, METH_VARARGS, NULL},
{ "Point8D_begin", _wrap_Point8D_begin, METH_O, NULL},
{ "Point8D_end", _wrap_Point8D_end, METH_O, NULL},
{ "Point8D_rbegin", _wrap_Point8D_rbegin, METH_O, NULL},
{ "Point8D_rend", _wrap_Point8D_rend, METH_O, NULL},
{ "Point8D_front", _wrap_Point8D_front, METH_O, NULL},
{ "Point8D_back", _wrap_Point8D_back, METH_O, NULL},
{ "Point8D_fill", _wrap_Point8D_fill, METH_VARARGS, NULL},
{ "delete_Point8D", _wrap_delete_Point8D, METH_O, NULL},
{ "Point8D_swigregister", Point8D_swigregister, METH_O, NULL},
{ "Point8D_swiginit", Point8D_swiginit, METH_VARARGS, NULL},
{ "Point9D_iterator", _wrap_Point9D_iterator, METH_O, NULL},
{ "Point9D___nonzero__", _wrap_Point9D___nonzero__, METH_O, NULL},
{ "Point9D___bool__", _wrap_Point9D___bool__, METH_O, NULL},
{ "Point9D___len__", _wrap_Point9D___len__, METH_O, NULL},
{ "Point9D___getslice__", _wrap_Point9D___getslice__, METH_VARARGS, NULL},
{ "Point9D___setslice__", _wrap_Point9D___setslice__, METH_VARARGS, NULL},
{ "Point9D___delslice__", _wrap_Point9D___delslice__, METH_VARARGS, NULL},
{ "Point9D___delitem__", _wrap_Point9D___delitem__, METH_VARARGS, NULL},
{ "Point9D___getitem__", _wrap_Point9D___getitem__, METH_VARARGS, NULL},
{ "Point9D___setitem__", _wrap_Point9D___setitem__, METH_VARARGS, NULL},
{ "new_Point9D", _wrap_new_Point9D, METH_VARARGS, NULL},
{ "Point9D_empty", _wrap_Point9D_empty, METH_O, NULL},
{ "Point9D_size", _wrap_Point9D_size, METH_O, NULL},
{ "Point9D_swap", _wrap_Point9D_swap, METH_VARARGS, NULL},
{ "Point9D_begin", _wrap_Point9D_begin, METH_O, NULL},
{ "Point9D_end", _wrap_Point9D_end, METH_O, NULL},
{ "Point9D_rbegin", _wrap_Point9D_rbegin, METH_O, NULL},
{ "Point9D_rend", _wrap_Point9D_rend, METH_O, NULL},
{ "Point9D_front", _wrap_Point9D_front, METH_O, NULL},
{ "Point9D_back", _wrap_Point9D_back, METH_O, NULL},
{ "Point9D_fill", _wrap_Point9D_fill, METH_VARARGS, NULL},
{ "delete_Point9D", _wrap_delete_Point9D, METH_O, NULL},
{ "Point9D_swigregister", Point9D_swigregister, METH_O, NULL},
{ "Point9D_swiginit", Point9D_swiginit, METH_VARARGS, NULL},
{ "Point10D_iterator", _wrap_Point10D_iterator, METH_O, NULL},
{ "Point10D___nonzero__", _wrap_Point10D___nonzero__, METH_O, NULL},
{ "Point10D___bool__", _wrap_Point10D___bool__, METH_O, NULL},
{ "Point10D___len__", _wrap_Point10D___len__, METH_O, NULL},
{ "Point10D___getslice__", _wrap_Point10D___getslice__, METH_VARARGS, NULL},
{ "Point10D___setslice__", _wrap_Point10D___setslice__, METH_VARARGS, NULL},
{ "Point10D___delslice__", _wrap_Point10D___delslice__, METH_VARARGS, NULL},
{ "Point10D___delitem__", _wrap_Point10D___delitem__, METH_VARARGS, NULL},
{ "Point10D___getitem__", _wrap_Point10D___getitem__, METH_VARARGS, NULL},
{ "Point10D___setitem__", _wrap_Point10D___setitem__, METH_VARARGS, NULL},
{ "new_Point10D", _wrap_new_Point10D, METH_VARARGS, NULL},
{ "Point10D_empty", _wrap_Point10D_empty, METH_O, NULL},
{ "Point10D_size", _wrap_Point10D_size, METH_O, NULL},
{ "Point10D_swap", _wrap_Point10D_swap, METH_VARARGS, NULL},
{ "Point10D_begin", _wrap_Point10D_begin, METH_O, NULL},
{ "Point10D_end", _wrap_Point10D_end, METH_O, NULL},
{ "Point10D_rbegin", _wrap_Point10D_rbegin, METH_O, NULL},
{ "Point10D_rend", _wrap_Point10D_rend, METH_O, NULL},
{ "Point10D_front", _wrap_Point10D_front, METH_O, NULL},
{ "Point10D_back", _wrap_Point10D_back, METH_O, NULL},
{ "Point10D_fill", _wrap_Point10D_fill, METH_VARARGS, NULL},
{ "delete_Point10D", _wrap_delete_Point10D, METH_O, NULL},
{ "Point10D_swigregister", Point10D_swigregister, METH_O, NULL},
{ "Point10D_swiginit", Point10D_swiginit, METH_VARARGS, NULL},
{ "new_OrderedPoint1D", _wrap_new_OrderedPoint1D, METH_VARARGS, NULL},
{ "OrderedPoint1D_point", _wrap_OrderedPoint1D_point, METH_O, NULL},
{ "OrderedPoint1D_coords", _wrap_OrderedPoint1D_coords, METH_O, NULL},
{ "OrderedPoint1D_number", _wrap_OrderedPoint1D_number, METH_O, NULL},
{ "OrderedPoint1D_dim", _wrap_OrderedPoint1D_dim, METH_O, NULL},
{ "OrderedPoint1D_size", _wrap_OrderedPoint1D_size, METH_O, NULL},
{ "OrderedPoint1D_setNumber", _wrap_OrderedPoint1D_setNumber, METH_VARARGS, NULL},
{ "OrderedPoint1D_getNumber", _wrap_OrderedPoint1D_getNumber, METH_VARARGS, NULL},
{ "delete_OrderedPoint1D", _wrap_delete_OrderedPoint1D, METH_O, NULL},
{ "OrderedPoint1D_swigregister", OrderedPoint1D_swigregister, METH_O, NULL},
{ "OrderedPoint1D_swiginit", OrderedPoint1D_swiginit, METH_VARARGS, NULL},
{ "new_OrderedPoint2D", _wrap_new_OrderedPoint2D, METH_VARARGS, NULL},
{ "OrderedPoint2D_point", _wrap_OrderedPoint2D_point, METH_O, NULL},
{ "OrderedPoint2D_coords", _wrap_OrderedPoint2D_coords, METH_O, NULL},
{ "OrderedPoint2D_number", _wrap_OrderedPoint2D_number, METH_O, NULL},
{ "OrderedPoint2D_dim", _wrap_OrderedPoint2D_dim, METH_O, NULL},
{ "OrderedPoint2D_size", _wrap_OrderedPoint2D_size, METH_O, NULL},
{ "OrderedPoint2D_setNumber", _wrap_OrderedPoint2D_setNumber, METH_VARARGS, NULL},
{ "OrderedPoint2D_getNumber", _wrap_OrderedPoint2D_getNumber, METH_VARARGS, NULL},
{ "delete_OrderedPoint2D", _wrap_delete_OrderedPoint2D, METH_O, NULL},
{ "OrderedPoint2D_swigregister", OrderedPoint2D_swigregister, METH_O, NULL},
{ "OrderedPoint2D_swiginit", OrderedPoint2D_swiginit, METH_VARARGS, NULL},
{ "new_OrderedPoint3D", _wrap_new_OrderedPoint3D, METH_VARARGS, NULL},
{ "OrderedPoint3D_point", _wrap_OrderedPoint3D_point, METH_O, NULL},
{ "OrderedPoint3D_coords", _wrap_OrderedPoint3D_coords, METH_O, NULL},
{ "OrderedPoint3D_number", _wrap_OrderedPoint3D_number, METH_O, NULL},
{ "OrderedPoint3D_dim", _wrap_OrderedPoint3D_dim, METH_O, NULL},
{ "OrderedPoint3D_size", _wrap_OrderedPoint3D_size, METH_O, NULL},
{ "OrderedPoint3D_setNumber", _wrap_OrderedPoint3D_setNumber, METH_VARARGS, NULL},
{ "OrderedPoint3D_getNumber", _wrap_OrderedPoint3D_getNumber, METH_VARARGS, NULL},
{ "delete_OrderedPoint3D", _wrap_delete_OrderedPoint3D, METH_O, NULL},
{ "OrderedPoint3D_swigregister", OrderedPoint3D_swigregister, METH_O, NULL},
{ "OrderedPoint3D_swiginit", OrderedPoint3D_swiginit, METH_VARARGS, NULL},
{ "new_OrderedPoint4D", _wrap_new_OrderedPoint4D, METH_VARARGS, NULL},
{ "OrderedPoint4D_point", _wrap_OrderedPoint4D_point, METH_O, NULL},
{ "OrderedPoint4D_coords", _wrap_OrderedPoint4D_coords, METH_O, NULL},
{ "OrderedPoint4D_number", _wrap_OrderedPoint4D_number, METH_O, NULL},
{ "OrderedPoint4D_dim", _wrap_OrderedPoint4D_dim, METH_O, NULL},
{ "OrderedPoint4D_size", _wrap_OrderedPoint4D_size, METH_O, NULL},
{ "OrderedPoint4D_setNumber", _wrap_OrderedPoint4D_setNumber, METH_VARARGS, NULL},
{ "OrderedPoint4D_getNumber", _wrap_OrderedPoint4D_getNumber, METH_VARARGS, NULL},
{ "delete_OrderedPoint4D", _wrap_delete_OrderedPoint4D, METH_O, NULL},
{ "OrderedPoint4D_swigregister", OrderedPoint4D_swigregister, METH_O, NULL},
{ "OrderedPoint4D_swiginit", OrderedPoint4D_swiginit, METH_VARARGS, NULL},
{ "new_OrderedPoint5D", _wrap_new_OrderedPoint5D, METH_VARARGS, NULL},
{ "OrderedPoint5D_point", _wrap_OrderedPoint5D_point, METH_O, NULL},
{ "OrderedPoint5D_coords", _wrap_OrderedPoint5D_coords, METH_O, NULL},
{ "OrderedPoint5D_number", _wrap_OrderedPoint5D_number, METH_O, NULL},
{ "OrderedPoint5D_dim", _wrap_OrderedPoint5D_dim, METH_O, NULL},
{ "OrderedPoint5D_size", _wrap_OrderedPoint5D_size, METH_O, NULL},
{ "OrderedPoint5D_setNumber", _wrap_OrderedPoint5D_setNumber, METH_VARARGS, NULL},
{ "OrderedPoint5D_getNumber", _wrap_OrderedPoint5D_getNumber, METH_VARARGS, NULL},
{ "delete_OrderedPoint5D", _wrap_delete_OrderedPoint5D, METH_O, NULL},
{ "OrderedPoint5D_swigregister", OrderedPoint5D_swigregister, METH_O, NULL},
{ "OrderedPoint5D_swiginit", OrderedPoint5D_swiginit, METH_VARARGS, NULL},
{ "new_OrderedPoint6D", _wrap_new_OrderedPoint6D, METH_VARARGS, NULL},
{ "OrderedPoint6D_point", _wrap_OrderedPoint6D_point, METH_O, NULL},
{ "OrderedPoint6D_coords", _wrap_OrderedPoint6D_coords, METH_O, NULL},
{ "OrderedPoint6D_number", _wrap_OrderedPoint6D_number, METH_O, NULL},
{ "OrderedPoint6D_dim", _wrap_OrderedPoint6D_dim, METH_O, NULL},
{ "OrderedPoint6D_size", _wrap_OrderedPoint6D_size, METH_O, NULL},
{ "OrderedPoint6D_setNumber", _wrap_OrderedPoint6D_setNumber, METH_VARARGS, NULL},
{ "OrderedPoint6D_getNumber", _wrap_OrderedPoint6D_getNumber, METH_VARARGS, NULL},
{ "delete_OrderedPoint6D", _wrap_delete_OrderedPoint6D, METH_O, NULL},
{ "OrderedPoint6D_swigregister", OrderedPoint6D_swigregister, METH_O, NULL},
{ "OrderedPoint6D_swiginit", OrderedPoint6D_swiginit, METH_VARARGS, NULL},
{ "new_OrderedPoint7D", _wrap_new_OrderedPoint7D, METH_VARARGS, NULL},
{ "OrderedPoint7D_point", _wrap_OrderedPoint7D_point, METH_O, NULL},
{ "OrderedPoint7D_coords", _wrap_OrderedPoint7D_coords, METH_O, NULL},
{ "OrderedPoint7D_number", _wrap_OrderedPoint7D_number, METH_O, NULL},
{ "OrderedPoint7D_dim", _wrap_OrderedPoint7D_dim, METH_O, NULL},
{ "OrderedPoint7D_size", _wrap_OrderedPoint7D_size, METH_O, NULL},
{ "OrderedPoint7D_setNumber", _wrap_OrderedPoint7D_setNumber, METH_VARARGS, NULL},
{ "OrderedPoint7D_getNumber", _wrap_OrderedPoint7D_getNumber, METH_VARARGS, NULL},
{ "delete_OrderedPoint7D", _wrap_delete_OrderedPoint7D, METH_O, NULL},
{ "OrderedPoint7D_swigregister", OrderedPoint7D_swigregister, METH_O, NULL},
{ "OrderedPoint7D_swiginit", OrderedPoint7D_swiginit, METH_VARARGS, NULL},
{ "new_OrderedPoint8D", _wrap_new_OrderedPoint8D, METH_VARARGS, NULL},
{ "OrderedPoint8D_point", _wrap_OrderedPoint8D_point, METH_O, NULL},
{ "OrderedPoint8D_coords", _wrap_OrderedPoint8D_coords, METH_O, NULL},
{ "OrderedPoint8D_number", _wrap_OrderedPoint8D_number, METH_O, NULL},
{ "OrderedPoint8D_dim", _wrap_OrderedPoint8D_dim, METH_O, NULL},
{ "OrderedPoint8D_size", _wrap_OrderedPoint8D_size, METH_O, NULL},
{ "OrderedPoint8D_setNumber", _wrap_OrderedPoint8D_setNumber, METH_VARARGS, NULL},
{ "OrderedPoint8D_getNumber", _wrap_OrderedPoint8D_getNumber, METH_VARARGS, NULL},
{ "delete_OrderedPoint8D", _wrap_delete_OrderedPoint8D, METH_O, NULL},
{ "OrderedPoint8D_swigregister", OrderedPoint8D_swigregister, METH_O, NULL},
{ "OrderedPoint8D_swiginit", OrderedPoint8D_swiginit, METH_VARARGS, NULL},
{ "new_OrderedPoint9D", _wrap_new_OrderedPoint9D, METH_VARARGS, NULL},
{ "OrderedPoint9D_point", _wrap_OrderedPoint9D_point, METH_O, NULL},
{ "OrderedPoint9D_coords", _wrap_OrderedPoint9D_coords, METH_O, NULL},
{ "OrderedPoint9D_number", _wrap_OrderedPoint9D_number, METH_O, NULL},
{ "OrderedPoint9D_dim", _wrap_OrderedPoint9D_dim, METH_O, NULL},
{ "OrderedPoint9D_size", _wrap_OrderedPoint9D_size, METH_O, NULL},
{ "OrderedPoint9D_setNumber", _wrap_OrderedPoint9D_setNumber, METH_VARARGS, NULL},
{ "OrderedPoint9D_getNumber", _wrap_OrderedPoint9D_getNumber, METH_VARARGS, NULL},
{ "delete_OrderedPoint9D", _wrap_delete_OrderedPoint9D, METH_O, NULL},
{ "OrderedPoint9D_swigregister", OrderedPoint9D_swigregister, METH_O, NULL},
{ "OrderedPoint9D_swiginit", OrderedPoint9D_swiginit, METH_VARARGS, NULL},
{ "new_OrderedPoint10D", _wrap_new_OrderedPoint10D, METH_VARARGS, NULL},
{ "OrderedPoint10D_point", _wrap_OrderedPoint10D_point, METH_O, NULL},
{ "OrderedPoint10D_coords", _wrap_OrderedPoint10D_coords, METH_O, NULL},
{ "OrderedPoint10D_number", _wrap_OrderedPoint10D_number, METH_O, NULL},
{ "OrderedPoint10D_dim", _wrap_OrderedPoint10D_dim, METH_O, NULL},
{ "OrderedPoint10D_size", _wrap_OrderedPoint10D_size, METH_O, NULL},
{ "OrderedPoint10D_setNumber", _wrap_OrderedPoint10D_setNumber, METH_VARARGS, NULL},
{ "OrderedPoint10D_getNumber", _wrap_OrderedPoint10D_getNumber, METH_VARARGS, NULL},
{ "delete_OrderedPoint10D", _wrap_delete_OrderedPoint10D, METH_O, NULL},
{ "OrderedPoint10D_swigregister", OrderedPoint10D_swigregister, METH_O, NULL},
{ "OrderedPoint10D_swiginit", OrderedPoint10D_swiginit, METH_VARARGS, NULL},
{ "Point1DVector_iterator", _wrap_Point1DVector_iterator, METH_O, NULL},
{ "Point1DVector___nonzero__", _wrap_Point1DVector___nonzero__, METH_O, NULL},
{ "Point1DVector___bool__", _wrap_Point1DVector___bool__, METH_O, NULL},
{ "Point1DVector___len__", _wrap_Point1DVector___len__, METH_O, NULL},
{ "Point1DVector___getslice__", _wrap_Point1DVector___getslice__, METH_VARARGS, NULL},
{ "Point1DVector___setslice__", _wrap_Point1DVector___setslice__, METH_VARARGS, NULL},
{ "Point1DVector___delslice__", _wrap_Point1DVector___delslice__, METH_VARARGS, NULL},
{ "Point1DVector___delitem__", _wrap_Point1DVector___delitem__, METH_VARARGS, NULL},
{ "Point1DVector___getitem__", _wrap_Point1DVector___getitem__, METH_VARARGS, NULL},
{ "Point1DVector___setitem__", _wrap_Point1DVector___setitem__, METH_VARARGS, NULL},
{ "Point1DVector_pop", _wrap_Point1DVector_pop, METH_O, NULL},
{ "Point1DVector_append", _wrap_Point1DVector_append, METH_VARARGS, NULL},
{ "Point1DVector_empty", _wrap_Point1DVector_empty, METH_O, NULL},
{ "Point1DVector_size", _wrap_Point1DVector_size, METH_O, NULL},
{ "Point1DVector_swap", _wrap_Point1DVector_swap, METH_VARARGS, NULL},
{ "Point1DVector_begin", _wrap_Point1DVector_begin, METH_O, NULL},
{ "Point1DVector_end", _wrap_Point1DVector_end, METH_O, NULL},
{ "Point1DVector_rbegin", _wrap_Point1DVector_rbegin, METH_O, NULL},
{ "Point1DVector_rend", _wrap_Point1DVector_rend, METH_O, NULL},
{ "Point1DVector_clear", _wrap_Point1DVector_clear, METH_O, NULL},
{ "Point1DVector_get_allocator", _wrap_Point1DVector_get_allocator, METH_O, NULL},
{ "Point1DVector_pop_back", _wrap_Point1DVector_pop_back, METH_O, NULL},
{ "Point1DVector_erase", _wrap_Point1DVector_erase, METH_VARARGS, NULL},
{ "new_Point1DVector", _wrap_new_Point1DVector, METH_VARARGS, NULL},
{ "Point1DVector_push_back", _wrap_Point1DVector_push_back, METH_VARARGS, NULL},
{ "Point1DVector_front", _wrap_Point1DVector_front, METH_O, NULL},
{ "Point1DVector_back", _wrap_Point1DVector_back, METH_O, NULL},
{ "Point1DVector_assign", _wrap_Point1DVector_assign, METH_VARARGS, NULL},
{ "Point1DVector_resize", _wrap_Point1DVector_resize, METH_VARARGS, NULL},
{ "Point1DVector_insert", _wrap_Point1DVector_insert, METH_VARARGS, NULL},
{ "Point1DVector_reserve", _wrap_Point1DVector_reserve, METH_VARARGS, NULL},
{ "Point1DVector_capacity", _wrap_Point1DVector_capacity, METH_O, NULL},
{ "delete_Point1DVector", _wrap_delete_Point1DVector, METH_O, NULL},
{ "Point1DVector_swigregister", Point1DVector_swigregister, METH_O, NULL},
{ "Point1DVector_swiginit", Point1DVector_swiginit, METH_VARARGS, NULL},
{ "Point2DVector_iterator", _wrap_Point2DVector_iterator, METH_O, NULL},
{ "Point2DVector___nonzero__", _wrap_Point2DVector___nonzero__, METH_O, NULL},
{ "Point2DVector___bool__", _wrap_Point2DVector___bool__, METH_O, NULL},
{ "Point2DVector___len__", _wrap_Point2DVector___len__, METH_O, NULL},
{ "Point2DVector___getslice__", _wrap_Point2DVector___getslice__, METH_VARARGS, NULL},
{ "Point2DVector___setslice__", _wrap_Point2DVector___setslice__, METH_VARARGS, NULL},
{ "Point2DVector___delslice__", _wrap_Point2DVector___delslice__, METH_VARARGS, NULL},
{ "Point2DVector___delitem__", _wrap_Point2DVector___delitem__, METH_VARARGS, NULL},
{ "Point2DVector___getitem__", _wrap_Point2DVector___getitem__, METH_VARARGS, NULL},
{ "Point2DVector___setitem__", _wrap_Point2DVector___setitem__, METH_VARARGS, NULL},
{ "Point2DVector_pop", _wrap_Point2DVector_pop, METH_O, NULL},
{ "Point2DVector_append", _wrap_Point2DVector_append, METH_VARARGS, NULL},
{ "Point2DVector_empty", _wrap_Point2DVector_empty, METH_O, NULL},
{ "Point2DVector_size", _wrap_Point2DVector_size, METH_O, NULL},
{ "Point2DVector_swap", _wrap_Point2DVector_swap, METH_VARARGS, NULL},
{ "Point2DVector_begin", _wrap_Point2DVector_begin, METH_O, NULL},
{ "Point2DVector_end", _wrap_Point2DVector_end, METH_O, NULL},
{ "Point2DVector_rbegin", _wrap_Point2DVector_rbegin, METH_O, NULL},
{ "Point2DVector_rend", _wrap_Point2DVector_rend, METH_O, NULL},
{ "Point2DVector_clear", _wrap_Point2DVector_clear, METH_O, NULL},
{ "Point2DVector_get_allocator", _wrap_Point2DVector_get_allocator, METH_O, NULL},
{ "Point2DVector_pop_back", _wrap_Point2DVector_pop_back, METH_O, NULL},
{ "Point2DVector_erase", _wrap_Point2DVector_erase, METH_VARARGS, NULL},
{ "new_Point2DVector", _wrap_new_Point2DVector, METH_VARARGS, NULL},
{ "Point2DVector_push_back", _wrap_Point2DVector_push_back, METH_VARARGS, NULL},
{ "Point2DVector_front", _wrap_Point2DVector_front, METH_O, NULL},
{ "Point2DVector_back", _wrap_Point2DVector_back, METH_O, NULL},
{ "Point2DVector_assign", _wrap_Point2DVector_assign, METH_VARARGS, NULL},
{ "Point2DVector_resize", _wrap_Point2DVector_resize, METH_VARARGS, NULL},
{ "Point2DVector_insert", _wrap_Point2DVector_insert, METH_VARARGS, NULL},
{ "Point2DVector_reserve", _wrap_Point2DVector_reserve, METH_VARARGS, NULL},
{ "Point2DVector_capacity", _wrap_Point2DVector_capacity, METH_O, NULL},
{ "delete_Point2DVector", _wrap_delete_Point2DVector, METH_O, NULL},
{ "Point2DVector_swigregister", Point2DVector_swigregister, METH_O, NULL},
{ "Point2DVector_swiginit", Point2DVector_swiginit, METH_VARARGS, NULL},
{ "Point3DVector_iterator", _wrap_Point3DVector_iterator, METH_O, NULL},
{ "Point3DVector___nonzero__", _wrap_Point3DVector___nonzero__, METH_O, NULL},
{ "Point3DVector___bool__", _wrap_Point3DVector___bool__, METH_O, NULL},
{ "Point3DVector___len__", _wrap_Point3DVector___len__, METH_O, NULL},
{ "Point3DVector___getslice__", _wrap_Point3DVector___getslice__, METH_VARARGS, NULL},
{ "Point3DVector___setslice__", _wrap_Point3DVector___setslice__, METH_VARARGS, NULL},
{ "Point3DVector___delslice__", _wrap_Point3DVector___delslice__, METH_VARARGS, NULL},
{ "Point3DVector___delitem__", _wrap_Point3DVector___delitem__, METH_VARARGS, NULL},
{ "Point3DVector___getitem__", _wrap_Point3DVector___getitem__, METH_VARARGS, NULL},
{ "Point3DVector___setitem__", _wrap_Point3DVector___setitem__, METH_VARARGS, NULL},
{ "Point3DVector_pop", _wrap_Point3DVector_pop, METH_O, NULL},
{ "Point3DVector_append", _wrap_Point3DVector_append, METH_VARARGS, NULL},
{ "Point3DVector_empty", _wrap_Point3DVector_empty, METH_O, NULL},
{ "Point3DVector_size", _wrap_Point3DVector_size, METH_O, NULL},
{ "Point3DVector_swap", _wrap_Point3DVector_swap, METH_VARARGS, NULL},
{ "Point3DVector_begin", _wrap_Point3DVector_begin, METH_O, NULL},
{ "Point3DVector_end", _wrap_Point3DVector_end, METH_O, NULL},
{ "Point3DVector_rbegin", _wrap_Point3DVector_rbegin, METH_O, NULL},
{ "Point3DVector_rend", _wrap_Point3DVector_rend, METH_O, NULL},
{ "Point3DVector_clear", _wrap_Point3DVector_clear, METH_O, NULL},
{ "Point3DVector_get_allocator", _wrap_Point3DVector_get_allocator, METH_O, NULL},
{ "Point3DVector_pop_back", _wrap_Point3DVector_pop_back, METH_O, NULL},
{ "Point3DVector_erase", _wrap_Point3DVector_erase, METH_VARARGS, NULL},
{ "new_Point3DVector", _wrap_new_Point3DVector, METH_VARARGS, NULL},
{ "Point3DVector_push_back", _wrap_Point3DVector_push_back, METH_VARARGS, NULL},
{ "Point3DVector_front", _wrap_Point3DVector_front, METH_O, NULL},
{ "Point3DVector_back", _wrap_Point3DVector_back, METH_O, NULL},
{ "Point3DVector_assign", _wrap_Point3DVector_assign, METH_VARARGS, NULL},
{ "Point3DVector_resize", _wrap_Point3DVector_resize, METH_VARARGS, NULL},
{ "Point3DVector_insert", _wrap_Point3DVector_insert, METH_VARARGS, NULL},
{ "Point3DVector_reserve", _wrap_Point3DVector_reserve, METH_VARARGS, NULL},
{ "Point3DVector_capacity", _wrap_Point3DVector_capacity, METH_O, NULL},
{ "delete_Point3DVector", _wrap_delete_Point3DVector, METH_O, NULL},
{ "Point3DVector_swigregister", Point3DVector_swigregister, METH_O, NULL},
{ "Point3DVector_swiginit", Point3DVector_swiginit, METH_VARARGS, NULL},
{ "Point4DVector_iterator", _wrap_Point4DVector_iterator, METH_O, NULL},
{ "Point4DVector___nonzero__", _wrap_Point4DVector___nonzero__, METH_O, NULL},
{ "Point4DVector___bool__", _wrap_Point4DVector___bool__, METH_O, NULL},
{ "Point4DVector___len__", _wrap_Point4DVector___len__, METH_O, NULL},
{ "Point4DVector___getslice__", _wrap_Point4DVector___getslice__, METH_VARARGS, NULL},
{ "Point4DVector___setslice__", _wrap_Point4DVector___setslice__, METH_VARARGS, NULL},
{ "Point4DVector___delslice__", _wrap_Point4DVector___delslice__, METH_VARARGS, NULL},
{ "Point4DVector___delitem__", _wrap_Point4DVector___delitem__, METH_VARARGS, NULL},
{ "Point4DVector___getitem__", _wrap_Point4DVector___getitem__, METH_VARARGS, NULL},
{ "Point4DVector___setitem__", _wrap_Point4DVector___setitem__, METH_VARARGS, NULL},
{ "Point4DVector_pop", _wrap_Point4DVector_pop, METH_O, NULL},
{ "Point4DVector_append", _wrap_Point4DVector_append, METH_VARARGS, NULL},
{ "Point4DVector_empty", _wrap_Point4DVector_empty, METH_O, NULL},
{ "Point4DVector_size", _wrap_Point4DVector_size, METH_O, NULL},
{ "Point4DVector_swap", _wrap_Point4DVector_swap, METH_VARARGS, NULL},
{ "Point4DVector_begin", _wrap_Point4DVector_begin, METH_O, NULL},
{ "Point4DVector_end", _wrap_Point4DVector_end, METH_O, NULL},
{ "Point4DVector_rbegin", _wrap_Point4DVector_rbegin, METH_O, NULL},
{ "Point4DVector_rend", _wrap_Point4DVector_rend, METH_O, NULL},
{ "Point4DVector_clear", _wrap_Point4DVector_clear, METH_O, NULL},
{ "Point4DVector_get_allocator", _wrap_Point4DVector_get_allocator, METH_O, NULL},
{ "Point4DVector_pop_back", _wrap_Point4DVector_pop_back, METH_O, NULL},
{ "Point4DVector_erase", _wrap_Point4DVector_erase, METH_VARARGS, NULL},
{ "new_Point4DVector", _wrap_new_Point4DVector, METH_VARARGS, NULL},
{ "Point4DVector_push_back", _wrap_Point4DVector_push_back, METH_VARARGS, NULL},
{ "Point4DVector_front", _wrap_Point4DVector_front, METH_O, NULL},
{ "Point4DVector_back", _wrap_Point4DVector_back, METH_O, NULL},
{ "Point4DVector_assign", _wrap_Point4DVector_assign, METH_VARARGS, NULL},
{ "Point4DVector_resize", _wrap_Point4DVector_resize, METH_VARARGS, NULL},
{ "Point4DVector_insert", _wrap_Point4DVector_insert, METH_VARARGS, NULL},
{ "Point4DVector_reserve", _wrap_Point4DVector_reserve, METH_VARARGS, NULL},
{ "Point4DVector_capacity", _wrap_Point4DVector_capacity, METH_O, NULL},
{ "delete_Point4DVector", _wrap_delete_Point4DVector, METH_O, NULL},
{ "Point4DVector_swigregister", Point4DVector_swigregister, METH_O, NULL},
{ "Point4DVector_swiginit", Point4DVector_swiginit, METH_VARARGS, NULL},
{ "Point5DVector_iterator", _wrap_Point5DVector_iterator, METH_O, NULL},
{ "Point5DVector___nonzero__", _wrap_Point5DVector___nonzero__, METH_O, NULL},
{ "Point5DVector___bool__", _wrap_Point5DVector___bool__, METH_O, NULL},
{ "Point5DVector___len__", _wrap_Point5DVector___len__, METH_O, NULL},
{ "Point5DVector___getslice__", _wrap_Point5DVector___getslice__, METH_VARARGS, NULL},
{ "Point5DVector___setslice__", _wrap_Point5DVector___setslice__, METH_VARARGS, NULL},
{ "Point5DVector___delslice__", _wrap_Point5DVector___delslice__, METH_VARARGS, NULL},
{ "Point5DVector___delitem__", _wrap_Point5DVector___delitem__, METH_VARARGS, NULL},
{ "Point5DVector___getitem__", _wrap_Point5DVector___getitem__, METH_VARARGS, NULL},
{ "Point5DVector___setitem__", _wrap_Point5DVector___setitem__, METH_VARARGS, NULL},
{ "Point5DVector_pop", _wrap_Point5DVector_pop, METH_O, NULL},
{ "Point5DVector_append", _wrap_Point5DVector_append, METH_VARARGS, NULL},
{ "Point5DVector_empty", _wrap_Point5DVector_empty, METH_O, NULL},
{ "Point5DVector_size", _wrap_Point5DVector_size, METH_O, NULL},
{ "Point5DVector_swap", _wrap_Point5DVector_swap, METH_VARARGS, NULL},
{ "Point5DVector_begin", _wrap_Point5DVector_begin, METH_O, NULL},
{ "Point5DVector_end", _wrap_Point5DVector_end, METH_O, NULL},
{ "Point5DVector_rbegin", _wrap_Point5DVector_rbegin, METH_O, NULL},
{ "Point5DVector_rend", _wrap_Point5DVector_rend, METH_O, NULL},
{ "Point5DVector_clear", _wrap_Point5DVector_clear, METH_O, NULL},
{ "Point5DVector_get_allocator", _wrap_Point5DVector_get_allocator, METH_O, NULL},
{ "Point5DVector_pop_back", _wrap_Point5DVector_pop_back, METH_O, NULL},
{ "Point5DVector_erase", _wrap_Point5DVector_erase, METH_VARARGS, NULL},
{ "new_Point5DVector", _wrap_new_Point5DVector, METH_VARARGS, NULL},
{ "Point5DVector_push_back", _wrap_Point5DVector_push_back, METH_VARARGS, NULL},
{ "Point5DVector_front", _wrap_Point5DVector_front, METH_O, NULL},
{ "Point5DVector_back", _wrap_Point5DVector_back, METH_O, NULL},
{ "Point5DVector_assign", _wrap_Point5DVector_assign, METH_VARARGS, NULL},
{ "Point5DVector_resize", _wrap_Point5DVector_resize, METH_VARARGS, NULL},
{ "Point5DVector_insert", _wrap_Point5DVector_insert, METH_VARARGS, NULL},
{ "Point5DVector_reserve", _wrap_Point5DVector_reserve, METH_VARARGS, NULL},
{ "Point5DVector_capacity", _wrap_Point5DVector_capacity, METH_O, NULL},
{ "delete_Point5DVector", _wrap_delete_Point5DVector, METH_O, NULL},
{ "Point5DVector_swigregister", Point5DVector_swigregister, METH_O, NULL},
{ "Point5DVector_swiginit", Point5DVector_swiginit, METH_VARARGS, NULL},
{ "Point6DVector_iterator", _wrap_Point6DVector_iterator, METH_O, NULL},
{ "Point6DVector___nonzero__", _wrap_Point6DVector___nonzero__, METH_O, NULL},
{ "Point6DVector___bool__", _wrap_Point6DVector___bool__, METH_O, NULL},
{ "Point6DVector___len__", _wrap_Point6DVector___len__, METH_O, NULL},
{ "Point6DVector___getslice__", _wrap_Point6DVector___getslice__, METH_VARARGS, NULL},
{ "Point6DVector___setslice__", _wrap_Point6DVector___setslice__, METH_VARARGS, NULL},
{ "Point6DVector___delslice__", _wrap_Point6DVector___delslice__, METH_VARARGS, NULL},
{ "Point6DVector___delitem__", _wrap_Point6DVector___delitem__, METH_VARARGS, NULL},
{ "Point6DVector___getitem__", _wrap_Point6DVector___getitem__, METH_VARARGS, NULL},
{ "Point6DVector___setitem__", _wrap_Point6DVector___setitem__, METH_VARARGS, NULL},
{ "Point6DVector_pop", _wrap_Point6DVector_pop, METH_O, NULL},
{ "Point6DVector_append", _wrap_Point6DVector_append, METH_VARARGS, NULL},
{ "Point6DVector_empty", _wrap_Point6DVector_empty, METH_O, NULL},
{ "Point6DVector_size", _wrap_Point6DVector_size, METH_O, NULL},
{ "Point6DVector_swap", _wrap_Point6DVector_swap, METH_VARARGS, NULL},
{ "Point6DVector_begin", _wrap_Point6DVector_begin, METH_O, NULL},
{ "Point6DVector_end", _wrap_Point6DVector_end, METH_O, NULL},
{ "Point6DVector_rbegin", _wrap_Point6DVector_rbegin, METH_O, NULL},
{ "Point6DVector_rend", _wrap_Point6DVector_rend, METH_O, NULL},
{ "Point6DVector_clear", _wrap_Point6DVector_clear, METH_O, NULL},
{ "Point6DVector_get_allocator", _wrap_Point6DVector_get_allocator, METH_O, NULL},
{ "Point6DVector_pop_back", _wrap_Point6DVector_pop_back, METH_O, NULL},
{ "Point6DVector_erase", _wrap_Point6DVector_erase, METH_VARARGS, NULL},
{ "new_Point6DVector", _wrap_new_Point6DVector, METH_VARARGS, NULL},
{ "Point6DVector_push_back", _wrap_Point6DVector_push_back, METH_VARARGS, NULL},
{ "Point6DVector_front", _wrap_Point6DVector_front, METH_O, NULL},
{ "Point6DVector_back", _wrap_Point6DVector_back, METH_O, NULL},
{ "Point6DVector_assign", _wrap_Point6DVector_assign, METH_VARARGS, NULL},
{ "Point6DVector_resize", _wrap_Point6DVector_resize, METH_VARARGS, NULL},
{ "Point6DVector_insert", _wrap_Point6DVector_insert, METH_VARARGS, NULL},
{ "Point6DVector_reserve", _wrap_Point6DVector_reserve, METH_VARARGS, NULL},
{ "Point6DVector_capacity", _wrap_Point6DVector_capacity, METH_O, NULL},
{ "delete_Point6DVector", _wrap_delete_Point6DVector, METH_O, NULL},
{ "Point6DVector_swigregister", Point6DVector_swigregister, METH_O, NULL},
{ "Point6DVector_swiginit", Point6DVector_swiginit, METH_VARARGS, NULL},
{ "Point7DVector_iterator", _wrap_Point7DVector_iterator, METH_O, NULL},
{ "Point7DVector___nonzero__", _wrap_Point7DVector___nonzero__, METH_O, NULL},
{ "Point7DVector___bool__", _wrap_Point7DVector___bool__, METH_O, NULL},
{ "Point7DVector___len__", _wrap_Point7DVector___len__, METH_O, NULL},
{ "Point7DVector___getslice__", _wrap_Point7DVector___getslice__, METH_VARARGS, NULL},
{ "Point7DVector___setslice__", _wrap_Point7DVector___setslice__, METH_VARARGS, NULL},
{ "Point7DVector___delslice__", _wrap_Point7DVector___delslice__, METH_VARARGS, NULL},
{ "Point7DVector___delitem__", _wrap_Point7DVector___delitem__, METH_VARARGS, NULL},
{ "Point7DVector___getitem__", _wrap_Point7DVector___getitem__, METH_VARARGS, NULL},
{ "Point7DVector___setitem__", _wrap_Point7DVector___setitem__, METH_VARARGS, NULL},
{ "Point7DVector_pop", _wrap_Point7DVector_pop, METH_O, NULL},
{ "Point7DVector_append", _wrap_Point7DVector_append, METH_VARARGS, NULL},
{ "Point7DVector_empty", _wrap_Point7DVector_empty, METH_O, NULL},
{ "Point7DVector_size", _wrap_Point7DVector_size, METH_O, NULL},
{ "Point7DVector_swap", _wrap_Point7DVector_swap, METH_VARARGS, NULL},
{ "Point7DVector_begin", _wrap_Point7DVector_begin, METH_O, NULL},
{ "Point7DVector_end", _wrap_Point7DVector_end, METH_O, NULL},
{ "Point7DVector_rbegin", _wrap_Point7DVector_rbegin, METH_O, NULL},
{ "Point7DVector_rend", _wrap_Point7DVector_rend, METH_O, NULL},
{ "Point7DVector_clear", _wrap_Point7DVector_clear, METH_O, NULL},
{ "Point7DVector_get_allocator", _wrap_Point7DVector_get_allocator, METH_O, NULL},
{ "Point7DVector_pop_back", _wrap_Point7DVector_pop_back, METH_O, NULL},
{ "Point7DVector_erase", _wrap_Point7DVector_erase, METH_VARARGS, NULL},
{ "new_Point7DVector", _wrap_new_Point7DVector, METH_VARARGS, NULL},
{ "Point7DVector_push_back", _wrap_Point7DVector_push_back, METH_VARARGS, NULL},
{ "Point7DVector_front", _wrap_Point7DVector_front, METH_O, NULL},
{ "Point7DVector_back", _wrap_Point7DVector_back, METH_O, NULL},
{ "Point7DVector_assign", _wrap_Point7DVector_assign, METH_VARARGS, NULL},
{ "Point7DVector_resize", _wrap_Point7DVector_resize, METH_VARARGS, NULL},
{ "Point7DVector_insert", _wrap_Point7DVector_insert, METH_VARARGS, NULL},
{ "Point7DVector_reserve", _wrap_Point7DVector_reserve, METH_VARARGS, NULL},
{ "Point7DVector_capacity", _wrap_Point7DVector_capacity, METH_O, NULL},
{ "delete_Point7DVector", _wrap_delete_Point7DVector, METH_O, NULL},
{ "Point7DVector_swigregister", Point7DVector_swigregister, METH_O, NULL},
{ "Point7DVector_swiginit", Point7DVector_swiginit, METH_VARARGS, NULL},
{ "Point8DVector_iterator", _wrap_Point8DVector_iterator, METH_O, NULL},
{ "Point8DVector___nonzero__", _wrap_Point8DVector___nonzero__, METH_O, NULL},
{ "Point8DVector___bool__", _wrap_Point8DVector___bool__, METH_O, NULL},
{ "Point8DVector___len__", _wrap_Point8DVector___len__, METH_O, NULL},
{ "Point8DVector___getslice__", _wrap_Point8DVector___getslice__, METH_VARARGS, NULL},
{ "Point8DVector___setslice__", _wrap_Point8DVector___setslice__, METH_VARARGS, NULL},
{ "Point8DVector___delslice__", _wrap_Point8DVector___delslice__, METH_VARARGS, NULL},
{ "Point8DVector___delitem__", _wrap_Point8DVector___delitem__, METH_VARARGS, NULL},
{ "Point8DVector___getitem__", _wrap_Point8DVector___getitem__, METH_VARARGS, NULL},
{ "Point8DVector___setitem__", _wrap_Point8DVector___setitem__, METH_VARARGS, NULL},
{ "Point8DVector_pop", _wrap_Point8DVector_pop, METH_O, NULL},
{ "Point8DVector_append", _wrap_Point8DVector_append, METH_VARARGS, NULL},
{ "Point8DVector_empty", _wrap_Point8DVector_empty, METH_O, NULL},
{ "Point8DVector_size", _wrap_Point8DVector_size, METH_O, NULL},
{ "Point8DVector_swap", _wrap_Point8DVector_swap, METH_VARARGS, NULL},
{ "Point8DVector_begin", _wrap_Point8DVector_begin, METH_O, NULL},
{ "Point8DVector_end", _wrap_Point8DVector_end, METH_O, NULL},
{ "Point8DVector_rbegin", _wrap_Point8DVector_rbegin, METH_O, NULL},
{ "Point8DVector_rend", _wrap_Point8DVector_rend, METH_O, NULL},
{ "Point8DVector_clear", _wrap_Point8DVector_clear, METH_O, NULL},
{ "Point8DVector_get_allocator", _wrap_Point8DVector_get_allocator, METH_O, NULL},
{ "Point8DVector_pop_back", _wrap_Point8DVector_pop_back, METH_O, NULL},
{ "Point8DVector_erase", _wrap_Point8DVector_erase, METH_VARARGS, NULL},
{ "new_Point8DVector", _wrap_new_Point8DVector, METH_VARARGS, NULL},
{ "Point8DVector_push_back", _wrap_Point8DVector_push_back, METH_VARARGS, NULL},
{ "Point8DVector_front", _wrap_Point8DVector_front, METH_O, NULL},
{ "Point8DVector_back", _wrap_Point8DVector_back, METH_O, NULL},
{ "Point8DVector_assign", _wrap_Point8DVector_assign, METH_VARARGS, NULL},
{ "Point8DVector_resize", _wrap_Point8DVector_resize, METH_VARARGS, NULL},
{ "Point8DVector_insert", _wrap_Point8DVector_insert, METH_VARARGS, NULL},
{ "Point8DVector_reserve", _wrap_Point8DVector_reserve, METH_VARARGS, NULL},
{ "Point8DVector_capacity", _wrap_Point8DVector_capacity, METH_O, NULL},
{ "delete_Point8DVector", _wrap_delete_Point8DVector, METH_O, NULL},
{ "Point8DVector_swigregister", Point8DVector_swigregister, METH_O, NULL},
{ "Point8DVector_swiginit", Point8DVector_swiginit, METH_VARARGS, NULL},
{ "Point9DVector_iterator", _wrap_Point9DVector_iterator, METH_O, NULL},
{ "Point9DVector___nonzero__", _wrap_Point9DVector___nonzero__, METH_O, NULL},
{ "Point9DVector___bool__", _wrap_Point9DVector___bool__, METH_O, NULL},
{ "Point9DVector___len__", _wrap_Point9DVector___len__, METH_O, NULL},
{ "Point9DVector___getslice__", _wrap_Point9DVector___getslice__, METH_VARARGS, NULL},
{ "Point9DVector___setslice__", _wrap_Point9DVector___setslice__, METH_VARARGS, NULL},
{ "Point9DVector___delslice__", _wrap_Point9DVector___delslice__, METH_VARARGS, NULL},
{ "Point9DVector___delitem__", _wrap_Point9DVector___delitem__, METH_VARARGS, NULL},
{ "Point9DVector___getitem__", _wrap_Point9DVector___getitem__, METH_VARARGS, NULL},
{ "Point9DVector___setitem__", _wrap_Point9DVector___setitem__, METH_VARARGS, NULL},
{ "Point9DVector_pop", _wrap_Point9DVector_pop, METH_O, NULL},
{ "Point9DVector_append", _wrap_Point9DVector_append, METH_VARARGS, NULL},
{ "Point9DVector_empty", _wrap_Point9DVector_empty, METH_O, NULL},
{ "Point9DVector_size", _wrap_Point9DVector_size, METH_O, NULL},
{ "Point9DVector_swap", _wrap_Point9DVector_swap, METH_VARARGS, NULL},
{ "Point9DVector_begin", _wrap_Point9DVector_begin, METH_O, NULL},
{ "Point9DVector_end", _wrap_Point9DVector_end, METH_O, NULL},
{ "Point9DVector_rbegin", _wrap_Point9DVector_rbegin, METH_O, NULL},
{ "Point9DVector_rend", _wrap_Point9DVector_rend, METH_O, NULL},
{ "Point9DVector_clear", _wrap_Point9DVector_clear, METH_O, NULL},
{ "Point9DVector_get_allocator", _wrap_Point9DVector_get_allocator, METH_O, NULL},
{ "Point9DVector_pop_back", _wrap_Point9DVector_pop_back, METH_O, NULL},
{ "Point9DVector_erase", _wrap_Point9DVector_erase, METH_VARARGS, NULL},
{ "new_Point9DVector", _wrap_new_Point9DVector, METH_VARARGS, NULL},
{ "Point9DVector_push_back", _wrap_Point9DVector_push_back, METH_VARARGS, NULL},
{ "Point9DVector_front", _wrap_Point9DVector_front, METH_O, NULL},
{ "Point9DVector_back", _wrap_Point9DVector_back, METH_O, NULL},
{ "Point9DVector_assign", _wrap_Point9DVector_assign, METH_VARARGS, NULL},
{ "Point9DVector_resize", _wrap_Point9DVector_resize, METH_VARARGS, NULL},
{ "Point9DVector_insert", _wrap_Point9DVector_insert, METH_VARARGS, NULL},
{ "Point9DVector_reserve", _wrap_Point9DVector_reserve, METH_VARARGS, NULL},
{ "Point9DVector_capacity", _wrap_Point9DVector_capacity, METH_O, NULL},
{ "delete_Point9DVector", _wrap_delete_Point9DVector, METH_O, NULL},
{ "Point9DVector_swigregister", Point9DVector_swigregister, METH_O, NULL},
{ "Point9DVector_swiginit", Point9DVector_swiginit, METH_VARARGS, NULL},
{ "Point10DVector_iterator", _wrap_Point10DVector_iterator, METH_O, NULL},
{ "Point10DVector___nonzero__", _wrap_Point10DVector___nonzero__, METH_O, NULL},
{ "Point10DVector___bool__", _wrap_Point10DVector___bool__, METH_O, NULL},
{ "Point10DVector___len__", _wrap_Point10DVector___len__, METH_O, NULL},
{ "Point10DVector___getslice__", _wrap_Point10DVector___getslice__, METH_VARARGS, NULL},
{ "Point10DVector___setslice__", _wrap_Point10DVector___setslice__, METH_VARARGS, NULL},
{ "Point10DVector___delslice__", _wrap_Point10DVector___delslice__, METH_VARARGS, NULL},
{ "Point10DVector___delitem__", _wrap_Point10DVector___delitem__, METH_VARARGS, NULL},
{ "Point10DVector___getitem__", _wrap_Point10DVector___getitem__, METH_VARARGS, NULL},
{ "Point10DVector___setitem__", _wrap_Point10DVector___setitem__, METH_VARARGS, NULL},
{ "Point10DVector_pop", _wrap_Point10DVector_pop, METH_O, NULL},
{ "Point10DVector_append", _wrap_Point10DVector_append, METH_VARARGS, NULL},
{ "Point10DVector_empty", _wrap_Point10DVector_empty, METH_O, NULL},
{ "Point10DVector_size", _wrap_Point10DVector_size, METH_O, NULL},
{ "Point10DVector_swap", _wrap_Point10DVector_swap, METH_VARARGS, NULL},
{ "Point10DVector_begin", _wrap_Point10DVector_begin, METH_O, NULL},
{ "Point10DVector_end", _wrap_Point10DVector_end, METH_O, NULL},
{ "Point10DVector_rbegin", _wrap_Point10DVector_rbegin, METH_O, NULL},
{ "Point10DVector_rend", _wrap_Point10DVector_rend, METH_O, NULL},
{ "Point10DVector_clear", _wrap_Point10DVector_clear, METH_O, NULL},
{ "Point10DVector_get_allocator", _wrap_Point10DVector_get_allocator, METH_O, NULL},
{ "Point10DVector_pop_back", _wrap_Point10DVector_pop_back, METH_O, NULL},
{ "Point10DVector_erase", _wrap_Point10DVector_erase, METH_VARARGS, NULL},
{ "new_Point10DVector", _wrap_new_Point10DVector, METH_VARARGS, NULL},
{ "Point10DVector_push_back", _wrap_Point10DVector_push_back, METH_VARARGS, NULL},
{ "Point10DVector_front", _wrap_Point10DVector_front, METH_O, NULL},
{ "Point10DVector_back", _wrap_Point10DVector_back, METH_O, NULL},
{ "Point10DVector_assign", _wrap_Point10DVector_assign, METH_VARARGS, NULL},
{ "Point10DVector_resize", _wrap_Point10DVector_resize, METH_VARARGS, NULL},
{ "Point10DVector_insert", _wrap_Point10DVector_insert, METH_VARARGS, NULL},
{ "Point10DVector_reserve", _wrap_Point10DVector_reserve, METH_VARARGS, NULL},
{ "Point10DVector_capacity", _wrap_Point10DVector_capacity, METH_O, NULL},
{ "delete_Point10DVector", _wrap_delete_Point10DVector, METH_O, NULL},
{ "Point10DVector_swigregister", Point10DVector_swigregister, METH_O, NULL},
{ "Point10DVector_swiginit", Point10DVector_swiginit, METH_VARARGS, NULL},
{ "OrderedPoint1DVector_iterator", _wrap_OrderedPoint1DVector_iterator, METH_O, NULL},
{ "OrderedPoint1DVector___nonzero__", _wrap_OrderedPoint1DVector___nonzero__, METH_O, NULL},
{ "OrderedPoint1DVector___bool__", _wrap_OrderedPoint1DVector___bool__, METH_O, NULL},
{ "OrderedPoint1DVector___len__", _wrap_OrderedPoint1DVector___len__, METH_O, NULL},
{ "OrderedPoint1DVector___getslice__", _wrap_OrderedPoint1DVector___getslice__, METH_VARARGS, NULL},
{ "OrderedPoint1DVector___setslice__", _wrap_OrderedPoint1DVector___setslice__, METH_VARARGS, NULL},
{ "OrderedPoint1DVector___delslice__", _wrap_OrderedPoint1DVector___delslice__, METH_VARARGS, NULL},
{ "OrderedPoint1DVector___delitem__", _wrap_OrderedPoint1DVector___delitem__, METH_VARARGS, NULL},
{ "OrderedPoint1DVector___getitem__", _wrap_OrderedPoint1DVector___getitem__, METH_VARARGS, NULL},
{ "OrderedPoint1DVector___setitem__", _wrap_OrderedPoint1DVector___setitem__, METH_VARARGS, NULL},
{ "OrderedPoint1DVector_pop", _wrap_OrderedPoint1DVector_pop, METH_O, NULL},
{ "OrderedPoint1DVector_append", _wrap_OrderedPoint1DVector_append, METH_VARARGS, NULL},
{ "OrderedPoint1DVector_empty", _wrap_OrderedPoint1DVector_empty, METH_O, NULL},
{ "OrderedPoint1DVector_size", _wrap_OrderedPoint1DVector_size, METH_O, NULL},
{ "OrderedPoint1DVector_swap", _wrap_OrderedPoint1DVector_swap, METH_VARARGS, NULL},
{ "OrderedPoint1DVector_begin", _wrap_OrderedPoint1DVector_begin, METH_O, NULL},
{ "OrderedPoint1DVector_end", _wrap_OrderedPoint1DVector_end, METH_O, NULL},
{ "OrderedPoint1DVector_rbegin", _wrap_OrderedPoint1DVector_rbegin, METH_O, NULL},
{ "OrderedPoint1DVector_rend", _wrap_OrderedPoint1DVector_rend, METH_O, NULL},
{ "OrderedPoint1DVector_clear", _wrap_OrderedPoint1DVector_clear, METH_O, NULL},
{ "OrderedPoint1DVector_get_allocator", _wrap_OrderedPoint1DVector_get_allocator, METH_O, NULL},
{ "OrderedPoint1DVector_pop_back", _wrap_OrderedPoint1DVector_pop_back, METH_O, NULL},
{ "OrderedPoint1DVector_erase", _wrap_OrderedPoint1DVector_erase, METH_VARARGS, NULL},
{ "new_OrderedPoint1DVector", _wrap_new_OrderedPoint1DVector, METH_VARARGS, NULL},
{ "OrderedPoint1DVector_push_back", _wrap_OrderedPoint1DVector_push_back, METH_VARARGS, NULL},
{ "OrderedPoint1DVector_front", _wrap_OrderedPoint1DVector_front, METH_O, NULL},
{ "OrderedPoint1DVector_back", _wrap_OrderedPoint1DVector_back, METH_O, NULL},
{ "OrderedPoint1DVector_assign", _wrap_OrderedPoint1DVector_assign, METH_VARARGS, NULL},
{ "OrderedPoint1DVector_resize", _wrap_OrderedPoint1DVector_resize, METH_VARARGS, NULL},
{ "OrderedPoint1DVector_insert", _wrap_OrderedPoint1DVector_insert, METH_VARARGS, NULL},
{ "OrderedPoint1DVector_reserve", _wrap_OrderedPoint1DVector_reserve, METH_VARARGS, NULL},
{ "OrderedPoint1DVector_capacity", _wrap_OrderedPoint1DVector_capacity, METH_O, NULL},
{ "delete_OrderedPoint1DVector", _wrap_delete_OrderedPoint1DVector, METH_O, NULL},
{ "OrderedPoint1DVector_swigregister", OrderedPoint1DVector_swigregister, METH_O, NULL},
{ "OrderedPoint1DVector_swiginit", OrderedPoint1DVector_swiginit, METH_VARARGS, NULL},
{ "OrderedPoint2DVector_iterator", _wrap_OrderedPoint2DVector_iterator, METH_O, NULL},
{ "OrderedPoint2DVector___nonzero__", _wrap_OrderedPoint2DVector___nonzero__, METH_O, NULL},
{ "OrderedPoint2DVector___bool__", _wrap_OrderedPoint2DVector___bool__, METH_O, NULL},
{ "OrderedPoint2DVector___len__", _wrap_OrderedPoint2DVector___len__, METH_O, NULL},
{ "OrderedPoint2DVector___getslice__", _wrap_OrderedPoint2DVector___getslice__, METH_VARARGS, NULL},
{ "OrderedPoint2DVector___setslice__", _wrap_OrderedPoint2DVector___setslice__, METH_VARARGS, NULL},
{ "OrderedPoint2DVector___delslice__", _wrap_OrderedPoint2DVector___delslice__, METH_VARARGS, NULL},
{ "OrderedPoint2DVector___delitem__", _wrap_OrderedPoint2DVector___delitem__, METH_VARARGS, NULL},
{ "OrderedPoint2DVector___getitem__", _wrap_OrderedPoint2DVector___getitem__, METH_VARARGS, NULL},
{ "OrderedPoint2DVector___setitem__", _wrap_OrderedPoint2DVector___setitem__, METH_VARARGS, NULL},
{ "OrderedPoint2DVector_pop", _wrap_OrderedPoint2DVector_pop, METH_O, NULL},
{ "OrderedPoint2DVector_append", _wrap_OrderedPoint2DVector_append, METH_VARARGS, NULL},
{ "OrderedPoint2DVector_empty", _wrap_OrderedPoint2DVector_empty, METH_O, NULL},
{ "OrderedPoint2DVector_size", _wrap_OrderedPoint2DVector_size, METH_O, NULL},
{ "OrderedPoint2DVector_swap", _wrap_OrderedPoint2DVector_swap, METH_VARARGS, NULL},
{ "OrderedPoint2DVector_begin", _wrap_OrderedPoint2DVector_begin, METH_O, NULL},
{ "OrderedPoint2DVector_end", _wrap_OrderedPoint2DVector_end, METH_O, NULL},
{ "OrderedPoint2DVector_rbegin", _wrap_OrderedPoint2DVector_rbegin, METH_O, NULL},
{ "OrderedPoint2DVector_rend", _wrap_OrderedPoint2DVector_rend, METH_O, NULL},
{ "OrderedPoint2DVector_clear", _wrap_OrderedPoint2DVector_clear, METH_O, NULL},
{ "OrderedPoint2DVector_get_allocator", _wrap_OrderedPoint2DVector_get_allocator, METH_O, NULL},
{ "OrderedPoint2DVector_pop_back", _wrap_OrderedPoint2DVector_pop_back, METH_O, NULL},
{ "OrderedPoint2DVector_erase", _wrap_OrderedPoint2DVector_erase, METH_VARARGS, NULL},
{ "new_OrderedPoint2DVector", _wrap_new_OrderedPoint2DVector, METH_VARARGS, NULL},
{ "OrderedPoint2DVector_push_back", _wrap_OrderedPoint2DVector_push_back, METH_VARARGS, NULL},
{ "OrderedPoint2DVector_front", _wrap_OrderedPoint2DVector_front, METH_O, NULL},
{ "OrderedPoint2DVector_back", _wrap_OrderedPoint2DVector_back, METH_O, NULL},
{ "OrderedPoint2DVector_assign", _wrap_OrderedPoint2DVector_assign, METH_VARARGS, NULL},
{ "OrderedPoint2DVector_resize", _wrap_OrderedPoint2DVector_resize, METH_VARARGS, NULL},
{ "OrderedPoint2DVector_insert", _wrap_OrderedPoint2DVector_insert, METH_VARARGS, NULL},
{ "OrderedPoint2DVector_reserve", _wrap_OrderedPoint2DVector_reserve, METH_VARARGS, NULL},
{ "OrderedPoint2DVector_capacity", _wrap_OrderedPoint2DVector_capacity, METH_O, NULL},
{ "delete_OrderedPoint2DVector", _wrap_delete_OrderedPoint2DVector, METH_O, NULL},
{ "OrderedPoint2DVector_swigregister", OrderedPoint2DVector_swigregister, METH_O, NULL},
{ "OrderedPoint2DVector_swiginit", OrderedPoint2DVector_swiginit, METH_VARARGS, NULL},
{ "OrderedPoint3DVector_iterator", _wrap_OrderedPoint3DVector_iterator, METH_O, NULL},
{ "OrderedPoint3DVector___nonzero__", _wrap_OrderedPoint3DVector___nonzero__, METH_O, NULL},
{ "OrderedPoint3DVector___bool__", _wrap_OrderedPoint3DVector___bool__, METH_O, NULL},
{ "OrderedPoint3DVector___len__", _wrap_OrderedPoint3DVector___len__, METH_O, NULL},
{ "OrderedPoint3DVector___getslice__", _wrap_OrderedPoint3DVector___getslice__, METH_VARARGS, NULL},
{ "OrderedPoint3DVector___setslice__", _wrap_OrderedPoint3DVector___setslice__, METH_VARARGS, NULL},
{ "OrderedPoint3DVector___delslice__", _wrap_OrderedPoint3DVector___delslice__, METH_VARARGS, NULL},
{ "OrderedPoint3DVector___delitem__", _wrap_OrderedPoint3DVector___delitem__, METH_VARARGS, NULL},
{ "OrderedPoint3DVector___getitem__", _wrap_OrderedPoint3DVector___getitem__, METH_VARARGS, NULL},
{ "OrderedPoint3DVector___setitem__", _wrap_OrderedPoint3DVector___setitem__, METH_VARARGS, NULL},
{ "OrderedPoint3DVector_pop", _wrap_OrderedPoint3DVector_pop, METH_O, NULL},
{ "OrderedPoint3DVector_append", _wrap_OrderedPoint3DVector_append, METH_VARARGS, NULL},
{ "OrderedPoint3DVector_empty", _wrap_OrderedPoint3DVector_empty, METH_O, NULL},
{ "OrderedPoint3DVector_size", _wrap_OrderedPoint3DVector_size, METH_O, NULL},
{ "OrderedPoint3DVector_swap", _wrap_OrderedPoint3DVector_swap, METH_VARARGS, NULL},
{ "OrderedPoint3DVector_begin", _wrap_OrderedPoint3DVector_begin, METH_O, NULL},
{ "OrderedPoint3DVector_end", _wrap_OrderedPoint3DVector_end, METH_O, NULL},
{ "OrderedPoint3DVector_rbegin", _wrap_OrderedPoint3DVector_rbegin, METH_O, NULL},
{ "OrderedPoint3DVector_rend", _wrap_OrderedPoint3DVector_rend, METH_O, NULL},
{ "OrderedPoint3DVector_clear", _wrap_OrderedPoint3DVector_clear, METH_O, NULL},
{ "OrderedPoint3DVector_get_allocator", _wrap_OrderedPoint3DVector_get_allocator, METH_O, NULL},
{ "OrderedPoint3DVector_pop_back", _wrap_OrderedPoint3DVector_pop_back, METH_O, NULL},
{ "OrderedPoint3DVector_erase", _wrap_OrderedPoint3DVector_erase, METH_VARARGS, NULL},
{ "new_OrderedPoint3DVector", _wrap_new_OrderedPoint3DVector, METH_VARARGS, NULL},
{ "OrderedPoint3DVector_push_back", _wrap_OrderedPoint3DVector_push_back, METH_VARARGS, NULL},
{ "OrderedPoint3DVector_front", _wrap_OrderedPoint3DVector_front, METH_O, NULL},
{ "OrderedPoint3DVector_back", _wrap_OrderedPoint3DVector_back, METH_O, NULL},
{ "OrderedPoint3DVector_assign", _wrap_OrderedPoint3DVector_assign, METH_VARARGS, NULL},
{ "OrderedPoint3DVector_resize", _wrap_OrderedPoint3DVector_resize, METH_VARARGS, NULL},
{ "OrderedPoint3DVector_insert", _wrap_OrderedPoint3DVector_insert, METH_VARARGS, NULL},
{ "OrderedPoint3DVector_reserve", _wrap_OrderedPoint3DVector_reserve, METH_VARARGS, NULL},
{ "OrderedPoint3DVector_capacity", _wrap_OrderedPoint3DVector_capacity, METH_O, NULL},
{ "delete_OrderedPoint3DVector", _wrap_delete_OrderedPoint3DVector, METH_O, NULL},
{ "OrderedPoint3DVector_swigregister", OrderedPoint3DVector_swigregister, METH_O, NULL},
{ "OrderedPoint3DVector_swiginit", OrderedPoint3DVector_swiginit, METH_VARARGS, NULL},
{ "OrderedPoint4DVector_iterator", _wrap_OrderedPoint4DVector_iterator, METH_O, NULL},
{ "OrderedPoint4DVector___nonzero__", _wrap_OrderedPoint4DVector___nonzero__, METH_O, NULL},
{ "OrderedPoint4DVector___bool__", _wrap_OrderedPoint4DVector___bool__, METH_O, NULL},
{ "OrderedPoint4DVector___len__", _wrap_OrderedPoint4DVector___len__, METH_O, NULL},
{ "OrderedPoint4DVector___getslice__", _wrap_OrderedPoint4DVector___getslice__, METH_VARARGS, NULL},
{ "OrderedPoint4DVector___setslice__", _wrap_OrderedPoint4DVector___setslice__, METH_VARARGS, NULL},
{ "OrderedPoint4DVector___delslice__", _wrap_OrderedPoint4DVector___delslice__, METH_VARARGS, NULL},
{ "OrderedPoint4DVector___delitem__", _wrap_OrderedPoint4DVector___delitem__, METH_VARARGS, NULL},
{ "OrderedPoint4DVector___getitem__", _wrap_OrderedPoint4DVector___getitem__, METH_VARARGS, NULL},
{ "OrderedPoint4DVector___setitem__", _wrap_OrderedPoint4DVector___setitem__, METH_VARARGS, NULL},
{ "OrderedPoint4DVector_pop", _wrap_OrderedPoint4DVector_pop, METH_O, NULL},
{ "OrderedPoint4DVector_append", _wrap_OrderedPoint4DVector_append, METH_VARARGS, NULL},
{ "OrderedPoint4DVector_empty", _wrap_OrderedPoint4DVector_empty, METH_O, NULL},
{ "OrderedPoint4DVector_size", _wrap_OrderedPoint4DVector_size, METH_O, NULL},
{ "OrderedPoint4DVector_swap", _wrap_OrderedPoint4DVector_swap, METH_VARARGS, NULL},
{ "OrderedPoint4DVector_begin", _wrap_OrderedPoint4DVector_begin, METH_O, NULL},
{ "OrderedPoint4DVector_end", _wrap_OrderedPoint4DVector_end, METH_O, NULL},
{ "OrderedPoint4DVector_rbegin", _wrap_OrderedPoint4DVector_rbegin, METH_O, NULL},
{ "OrderedPoint4DVector_rend", _wrap_OrderedPoint4DVector_rend, METH_O, NULL},
{ "OrderedPoint4DVector_clear", _wrap_OrderedPoint4DVector_clear, METH_O, NULL},
{ "OrderedPoint4DVector_get_allocator", _wrap_OrderedPoint4DVector_get_allocator, METH_O, NULL},
{ "OrderedPoint4DVector_pop_back", _wrap_OrderedPoint4DVector_pop_back, METH_O, NULL},
{ "OrderedPoint4DVector_erase", _wrap_OrderedPoint4DVector_erase, METH_VARARGS, NULL},
{ "new_OrderedPoint4DVector", _wrap_new_OrderedPoint4DVector, METH_VARARGS, NULL},
{ "OrderedPoint4DVector_push_back", _wrap_OrderedPoint4DVector_push_back, METH_VARARGS, NULL},
{ "OrderedPoint4DVector_front", _wrap_OrderedPoint4DVector_front, METH_O, NULL},
{ "OrderedPoint4DVector_back", _wrap_OrderedPoint4DVector_back, METH_O, NULL},
{ "OrderedPoint4DVector_assign", _wrap_OrderedPoint4DVector_assign, METH_VARARGS, NULL},
{ "OrderedPoint4DVector_resize", _wrap_OrderedPoint4DVector_resize, METH_VARARGS, NULL},
{ "OrderedPoint4DVector_insert", _wrap_OrderedPoint4DVector_insert, METH_VARARGS, NULL},
{ "OrderedPoint4DVector_reserve", _wrap_OrderedPoint4DVector_reserve, METH_VARARGS, NULL},
{ "OrderedPoint4DVector_capacity", _wrap_OrderedPoint4DVector_capacity, METH_O, NULL},
{ "delete_OrderedPoint4DVector", _wrap_delete_OrderedPoint4DVector, METH_O, NULL},
{ "OrderedPoint4DVector_swigregister", OrderedPoint4DVector_swigregister, METH_O, NULL},
{ "OrderedPoint4DVector_swiginit", OrderedPoint4DVector_swiginit, METH_VARARGS, NULL},
{ "OrderedPoint5DVector_iterator", _wrap_OrderedPoint5DVector_iterator, METH_O, NULL},
{ "OrderedPoint5DVector___nonzero__", _wrap_OrderedPoint5DVector___nonzero__, METH_O, NULL},
{ "OrderedPoint5DVector___bool__", _wrap_OrderedPoint5DVector___bool__, METH_O, NULL},
{ "OrderedPoint5DVector___len__", _wrap_OrderedPoint5DVector___len__, METH_O, NULL},
{ "OrderedPoint5DVector___getslice__", _wrap_OrderedPoint5DVector___getslice__, METH_VARARGS, NULL},
{ "OrderedPoint5DVector___setslice__", _wrap_OrderedPoint5DVector___setslice__, METH_VARARGS, NULL},
{ "OrderedPoint5DVector___delslice__", _wrap_OrderedPoint5DVector___delslice__, METH_VARARGS, NULL},
{ "OrderedPoint5DVector___delitem__", _wrap_OrderedPoint5DVector___delitem__, METH_VARARGS, NULL},
{ "OrderedPoint5DVector___getitem__", _wrap_OrderedPoint5DVector___getitem__, METH_VARARGS, NULL},
{ "OrderedPoint5DVector___setitem__", _wrap_OrderedPoint5DVector___setitem__, METH_VARARGS, NULL},
{ "OrderedPoint5DVector_pop", _wrap_OrderedPoint5DVector_pop, METH_O, NULL},
{ "OrderedPoint5DVector_append", _wrap_OrderedPoint5DVector_append, METH_VARARGS, NULL},
{ "OrderedPoint5DVector_empty", _wrap_OrderedPoint5DVector_empty, METH_O, NULL},
{ "OrderedPoint5DVector_size", _wrap_OrderedPoint5DVector_size, METH_O, NULL},
{ "OrderedPoint5DVector_swap", _wrap_OrderedPoint5DVector_swap, METH_VARARGS, NULL},
{ "OrderedPoint5DVector_begin", _wrap_OrderedPoint5DVector_begin, METH_O, NULL},
{ "OrderedPoint5DVector_end", _wrap_OrderedPoint5DVector_end, METH_O, NULL},
{ "OrderedPoint5DVector_rbegin", _wrap_OrderedPoint5DVector_rbegin, METH_O, NULL},
{ "OrderedPoint5DVector_rend", _wrap_OrderedPoint5DVector_rend, METH_O, NULL},
{ "OrderedPoint5DVector_clear", _wrap_OrderedPoint5DVector_clear, METH_O, NULL},
{ "OrderedPoint5DVector_get_allocator", _wrap_OrderedPoint5DVector_get_allocator, METH_O, NULL},
{ "OrderedPoint5DVector_pop_back", _wrap_OrderedPoint5DVector_pop_back, METH_O, NULL},
{ "OrderedPoint5DVector_erase", _wrap_OrderedPoint5DVector_erase, METH_VARARGS, NULL},
{ "new_OrderedPoint5DVector", _wrap_new_OrderedPoint5DVector, METH_VARARGS, NULL},
{ "OrderedPoint5DVector_push_back", _wrap_OrderedPoint5DVector_push_back, METH_VARARGS, NULL},
{ "OrderedPoint5DVector_front", _wrap_OrderedPoint5DVector_front, METH_O, NULL},
{ "OrderedPoint5DVector_back", _wrap_OrderedPoint5DVector_back, METH_O, NULL},
{ "OrderedPoint5DVector_assign", _wrap_OrderedPoint5DVector_assign, METH_VARARGS, NULL},
{ "OrderedPoint5DVector_resize", _wrap_OrderedPoint5DVector_resize, METH_VARARGS, NULL},
{ "OrderedPoint5DVector_insert", _wrap_OrderedPoint5DVector_insert, METH_VARARGS, NULL},
{ "OrderedPoint5DVector_reserve", _wrap_OrderedPoint5DVector_reserve, METH_VARARGS, NULL},
{ "OrderedPoint5DVector_capacity", _wrap_OrderedPoint5DVector_capacity, METH_O, NULL},
{ "delete_OrderedPoint5DVector", _wrap_delete_OrderedPoint5DVector, METH_O, NULL},
{ "OrderedPoint5DVector_swigregister", OrderedPoint5DVector_swigregister, METH_O, NULL},
{ "OrderedPoint5DVector_swiginit", OrderedPoint5DVector_swiginit, METH_VARARGS, NULL},
{ "OrderedPoint6DVector_iterator", _wrap_OrderedPoint6DVector_iterator, METH_O, NULL},
{ "OrderedPoint6DVector___nonzero__", _wrap_OrderedPoint6DVector___nonzero__, METH_O, NULL},
{ "OrderedPoint6DVector___bool__", _wrap_OrderedPoint6DVector___bool__, METH_O, NULL},
{ "OrderedPoint6DVector___len__", _wrap_OrderedPoint6DVector___len__, METH_O, NULL},
{ "OrderedPoint6DVector___getslice__", _wrap_OrderedPoint6DVector___getslice__, METH_VARARGS, NULL},
{ "OrderedPoint6DVector___setslice__", _wrap_OrderedPoint6DVector___setslice__, METH_VARARGS, NULL},
{ "OrderedPoint6DVector___delslice__", _wrap_OrderedPoint6DVector___delslice__, METH_VARARGS, NULL},
{ "OrderedPoint6DVector___delitem__", _wrap_OrderedPoint6DVector___delitem__, METH_VARARGS, NULL},
{ "OrderedPoint6DVector___getitem__", _wrap_OrderedPoint6DVector___getitem__, METH_VARARGS, NULL},
{ "OrderedPoint6DVector___setitem__", _wrap_OrderedPoint6DVector___setitem__, METH_VARARGS, NULL},
{ "OrderedPoint6DVector_pop", _wrap_OrderedPoint6DVector_pop, METH_O, NULL},
{ "OrderedPoint6DVector_append", _wrap_OrderedPoint6DVector_append, METH_VARARGS, NULL},
{ "OrderedPoint6DVector_empty", _wrap_OrderedPoint6DVector_empty, METH_O, NULL},
{ "OrderedPoint6DVector_size", _wrap_OrderedPoint6DVector_size, METH_O, NULL},
{ "OrderedPoint6DVector_swap", _wrap_OrderedPoint6DVector_swap, METH_VARARGS, NULL},
{ "OrderedPoint6DVector_begin", _wrap_OrderedPoint6DVector_begin, METH_O, NULL},
{ "OrderedPoint6DVector_end", _wrap_OrderedPoint6DVector_end, METH_O, NULL},
{ "OrderedPoint6DVector_rbegin", _wrap_OrderedPoint6DVector_rbegin, METH_O, NULL},
{ "OrderedPoint6DVector_rend", _wrap_OrderedPoint6DVector_rend, METH_O, NULL},
{ "OrderedPoint6DVector_clear", _wrap_OrderedPoint6DVector_clear, METH_O, NULL},
{ "OrderedPoint6DVector_get_allocator", _wrap_OrderedPoint6DVector_get_allocator, METH_O, NULL},
{ "OrderedPoint6DVector_pop_back", _wrap_OrderedPoint6DVector_pop_back, METH_O, NULL},
{ "OrderedPoint6DVector_erase", _wrap_OrderedPoint6DVector_erase, METH_VARARGS, NULL},
{ "new_OrderedPoint6DVector", _wrap_new_OrderedPoint6DVector, METH_VARARGS, NULL},
{ "OrderedPoint6DVector_push_back", _wrap_OrderedPoint6DVector_push_back, METH_VARARGS, NULL},
{ "OrderedPoint6DVector_front", _wrap_OrderedPoint6DVector_front, METH_O, NULL},
{ "OrderedPoint6DVector_back", _wrap_OrderedPoint6DVector_back, METH_O, NULL},
{ "OrderedPoint6DVector_assign", _wrap_OrderedPoint6DVector_assign, METH_VARARGS, NULL},
{ "OrderedPoint6DVector_resize", _wrap_OrderedPoint6DVector_resize, METH_VARARGS, NULL},
{ "OrderedPoint6DVector_insert", _wrap_OrderedPoint6DVector_insert, METH_VARARGS, NULL},
{ "OrderedPoint6DVector_reserve", _wrap_OrderedPoint6DVector_reserve, METH_VARARGS, NULL},
{ "OrderedPoint6DVector_capacity", _wrap_OrderedPoint6DVector_capacity, METH_O, NULL},
{ "delete_OrderedPoint6DVector", _wrap_delete_OrderedPoint6DVector, METH_O, NULL},
{ "OrderedPoint6DVector_swigregister", OrderedPoint6DVector_swigregister, METH_O, NULL},
{ "OrderedPoint6DVector_swiginit", OrderedPoint6DVector_swiginit, METH_VARARGS, NULL},
{ "OrderedPoint7DVector_iterator", _wrap_OrderedPoint7DVector_iterator, METH_O, NULL},
{ "OrderedPoint7DVector___nonzero__", _wrap_OrderedPoint7DVector___nonzero__, METH_O, NULL},
{ "OrderedPoint7DVector___bool__", _wrap_OrderedPoint7DVector___bool__, METH_O, NULL},
{ "OrderedPoint7DVector___len__", _wrap_OrderedPoint7DVector___len__, METH_O, NULL},
{ "OrderedPoint7DVector___getslice__", _wrap_OrderedPoint7DVector___getslice__, METH_VARARGS, NULL},
{ "OrderedPoint7DVector___setslice__", _wrap_OrderedPoint7DVector___setslice__, METH_VARARGS, NULL},
{ "OrderedPoint7DVector___delslice__", _wrap_OrderedPoint7DVector___delslice__, METH_VARARGS, NULL},
{ "OrderedPoint7DVector___delitem__", _wrap_OrderedPoint7DVector___delitem__, METH_VARARGS, NULL},
{ "OrderedPoint7DVector___getitem__", _wrap_OrderedPoint7DVector___getitem__, METH_VARARGS, NULL},
{ "OrderedPoint7DVector___setitem__", _wrap_OrderedPoint7DVector___setitem__, METH_VARARGS, NULL},
{ "OrderedPoint7DVector_pop", _wrap_OrderedPoint7DVector_pop, METH_O, NULL},
{ "OrderedPoint7DVector_append", _wrap_OrderedPoint7DVector_append, METH_VARARGS, NULL},
{ "OrderedPoint7DVector_empty", _wrap_OrderedPoint7DVector_empty, METH_O, NULL},
{ "OrderedPoint7DVector_size", _wrap_OrderedPoint7DVector_size, METH_O, NULL},
{ "OrderedPoint7DVector_swap", _wrap_OrderedPoint7DVector_swap, METH_VARARGS, NULL},
{ "OrderedPoint7DVector_begin", _wrap_OrderedPoint7DVector_begin, METH_O, NULL},
{ "OrderedPoint7DVector_end", _wrap_OrderedPoint7DVector_end, METH_O, NULL},
{ "OrderedPoint7DVector_rbegin", _wrap_OrderedPoint7DVector_rbegin, METH_O, NULL},
{ "OrderedPoint7DVector_rend", _wrap_OrderedPoint7DVector_rend, METH_O, NULL},
{ "OrderedPoint7DVector_clear", _wrap_OrderedPoint7DVector_clear, METH_O, NULL},
{ "OrderedPoint7DVector_get_allocator", _wrap_OrderedPoint7DVector_get_allocator, METH_O, NULL},
{ "OrderedPoint7DVector_pop_back", _wrap_OrderedPoint7DVector_pop_back, METH_O, NULL},
{ "OrderedPoint7DVector_erase", _wrap_OrderedPoint7DVector_erase, METH_VARARGS, NULL},
{ "new_OrderedPoint7DVector", _wrap_new_OrderedPoint7DVector, METH_VARARGS, NULL},
{ "OrderedPoint7DVector_push_back", _wrap_OrderedPoint7DVector_push_back, METH_VARARGS, NULL},
{ "OrderedPoint7DVector_front", _wrap_OrderedPoint7DVector_front, METH_O, NULL},
{ "OrderedPoint7DVector_back", _wrap_OrderedPoint7DVector_back, METH_O, NULL},
{ "OrderedPoint7DVector_assign", _wrap_OrderedPoint7DVector_assign, METH_VARARGS, NULL},
{ "OrderedPoint7DVector_resize", _wrap_OrderedPoint7DVector_resize, METH_VARARGS, NULL},
{ "OrderedPoint7DVector_insert", _wrap_OrderedPoint7DVector_insert, METH_VARARGS, NULL},
{ "OrderedPoint7DVector_reserve", _wrap_OrderedPoint7DVector_reserve, METH_VARARGS, NULL},
{ "OrderedPoint7DVector_capacity", _wrap_OrderedPoint7DVector_capacity, METH_O, NULL},
{ "delete_OrderedPoint7DVector", _wrap_delete_OrderedPoint7DVector, METH_O, NULL},
{ "OrderedPoint7DVector_swigregister", OrderedPoint7DVector_swigregister, METH_O, NULL},
{ "OrderedPoint7DVector_swiginit", OrderedPoint7DVector_swiginit, METH_VARARGS, NULL},
{ "OrderedPoint8DVector_iterator", _wrap_OrderedPoint8DVector_iterator, METH_O, NULL},
{ "OrderedPoint8DVector___nonzero__", _wrap_OrderedPoint8DVector___nonzero__, METH_O, NULL},
{ "OrderedPoint8DVector___bool__", _wrap_OrderedPoint8DVector___bool__, METH_O, NULL},
{ "OrderedPoint8DVector___len__", _wrap_OrderedPoint8DVector___len__, METH_O, NULL},
{ "OrderedPoint8DVector___getslice__", _wrap_OrderedPoint8DVector___getslice__, METH_VARARGS, NULL},
{ "OrderedPoint8DVector___setslice__", _wrap_OrderedPoint8DVector___setslice__, METH_VARARGS, NULL},
{ "OrderedPoint8DVector___delslice__", _wrap_OrderedPoint8DVector___delslice__, METH_VARARGS, NULL},
{ "OrderedPoint8DVector___delitem__", _wrap_OrderedPoint8DVector___delitem__, METH_VARARGS, NULL},
{ "OrderedPoint8DVector___getitem__", _wrap_OrderedPoint8DVector___getitem__, METH_VARARGS, NULL},
{ "OrderedPoint8DVector___setitem__", _wrap_OrderedPoint8DVector___setitem__, METH_VARARGS, NULL},
{ "OrderedPoint8DVector_pop", _wrap_OrderedPoint8DVector_pop, METH_O, NULL},
{ "OrderedPoint8DVector_append", _wrap_OrderedPoint8DVector_append, METH_VARARGS, NULL},
{ "OrderedPoint8DVector_empty", _wrap_OrderedPoint8DVector_empty, METH_O, NULL},
{ "OrderedPoint8DVector_size", _wrap_OrderedPoint8DVector_size, METH_O, NULL},
{ "OrderedPoint8DVector_swap", _wrap_OrderedPoint8DVector_swap, METH_VARARGS, NULL},
{ "OrderedPoint8DVector_begin", _wrap_OrderedPoint8DVector_begin, METH_O, NULL},
{ "OrderedPoint8DVector_end", _wrap_OrderedPoint8DVector_end, METH_O, NULL},
{ "OrderedPoint8DVector_rbegin", _wrap_OrderedPoint8DVector_rbegin, METH_O, NULL},
{ "OrderedPoint8DVector_rend", _wrap_OrderedPoint8DVector_rend, METH_O, NULL},
{ "OrderedPoint8DVector_clear", _wrap_OrderedPoint8DVector_clear, METH_O, NULL},
{ "OrderedPoint8DVector_get_allocator", _wrap_OrderedPoint8DVector_get_allocator, METH_O, NULL},
{ "OrderedPoint8DVector_pop_back", _wrap_OrderedPoint8DVector_pop_back, METH_O, NULL},
{ "OrderedPoint8DVector_erase", _wrap_OrderedPoint8DVector_erase, METH_VARARGS, NULL},
{ "new_OrderedPoint8DVector", _wrap_new_OrderedPoint8DVector, METH_VARARGS, NULL},
{ "OrderedPoint8DVector_push_back", _wrap_OrderedPoint8DVector_push_back, METH_VARARGS, NULL},
{ "OrderedPoint8DVector_front", _wrap_OrderedPoint8DVector_front, METH_O, NULL},
{ "OrderedPoint8DVector_back", _wrap_OrderedPoint8DVector_back, METH_O, NULL},
{ "OrderedPoint8DVector_assign", _wrap_OrderedPoint8DVector_assign, METH_VARARGS, NULL},
{ "OrderedPoint8DVector_resize", _wrap_OrderedPoint8DVector_resize, METH_VARARGS, NULL},
{ "OrderedPoint8DVector_insert", _wrap_OrderedPoint8DVector_insert, METH_VARARGS, NULL},
{ "OrderedPoint8DVector_reserve", _wrap_OrderedPoint8DVector_reserve, METH_VARARGS, NULL},
{ "OrderedPoint8DVector_capacity", _wrap_OrderedPoint8DVector_capacity, METH_O, NULL},
{ "delete_OrderedPoint8DVector", _wrap_delete_OrderedPoint8DVector, METH_O, NULL},
{ "OrderedPoint8DVector_swigregister", OrderedPoint8DVector_swigregister, METH_O, NULL},
{ "OrderedPoint8DVector_swiginit", OrderedPoint8DVector_swiginit, METH_VARARGS, NULL},
{ "OrderedPoint9DVector_iterator", _wrap_OrderedPoint9DVector_iterator, METH_O, NULL},
{ "OrderedPoint9DVector___nonzero__", _wrap_OrderedPoint9DVector___nonzero__, METH_O, NULL},
{ "OrderedPoint9DVector___bool__", _wrap_OrderedPoint9DVector___bool__, METH_O, NULL},
{ "OrderedPoint9DVector___len__", _wrap_OrderedPoint9DVector___len__, METH_O, NULL},
{ "OrderedPoint9DVector___getslice__", _wrap_OrderedPoint9DVector___getslice__, METH_VARARGS, NULL},
{ "OrderedPoint9DVector___setslice__", _wrap_OrderedPoint9DVector___setslice__, METH_VARARGS, NULL},
{ "OrderedPoint9DVector___delslice__", _wrap_OrderedPoint9DVector___delslice__, METH_VARARGS, NULL},
{ "OrderedPoint9DVector___delitem__", _wrap_OrderedPoint9DVector___delitem__, METH_VARARGS, NULL},
{ "OrderedPoint9DVector___getitem__", _wrap_OrderedPoint9DVector___getitem__, METH_VARARGS, NULL},
{ "OrderedPoint9DVector___setitem__", _wrap_OrderedPoint9DVector___setitem__, METH_VARARGS, NULL},
{ "OrderedPoint9DVector_pop", _wrap_OrderedPoint9DVector_pop, METH_O, NULL},
{ "OrderedPoint9DVector_append", _wrap_OrderedPoint9DVector_append, METH_VARARGS, NULL},
{ "OrderedPoint9DVector_empty", _wrap_OrderedPoint9DVector_empty, METH_O, NULL},
{ "OrderedPoint9DVector_size", _wrap_OrderedPoint9DVector_size, METH_O, NULL},
{ "OrderedPoint9DVector_swap", _wrap_OrderedPoint9DVector_swap, METH_VARARGS, NULL},
{ "OrderedPoint9DVector_begin", _wrap_OrderedPoint9DVector_begin, METH_O, NULL},
{ "OrderedPoint9DVector_end", _wrap_OrderedPoint9DVector_end, METH_O, NULL},
{ "OrderedPoint9DVector_rbegin", _wrap_OrderedPoint9DVector_rbegin, METH_O, NULL},
{ "OrderedPoint9DVector_rend", _wrap_OrderedPoint9DVector_rend, METH_O, NULL},
{ "OrderedPoint9DVector_clear", _wrap_OrderedPoint9DVector_clear, METH_O, NULL},
{ "OrderedPoint9DVector_get_allocator", _wrap_OrderedPoint9DVector_get_allocator, METH_O, NULL},
{ "OrderedPoint9DVector_pop_back", _wrap_OrderedPoint9DVector_pop_back, METH_O, NULL},
{ "OrderedPoint9DVector_erase", _wrap_OrderedPoint9DVector_erase, METH_VARARGS, NULL},
{ "new_OrderedPoint9DVector", _wrap_new_OrderedPoint9DVector, METH_VARARGS, NULL},
{ "OrderedPoint9DVector_push_back", _wrap_OrderedPoint9DVector_push_back, METH_VARARGS, NULL},
{ "OrderedPoint9DVector_front", _wrap_OrderedPoint9DVector_front, METH_O, NULL},
{ "OrderedPoint9DVector_back", _wrap_OrderedPoint9DVector_back, METH_O, NULL},
{ "OrderedPoint9DVector_assign", _wrap_OrderedPoint9DVector_assign, METH_VARARGS, NULL},
{ "OrderedPoint9DVector_resize", _wrap_OrderedPoint9DVector_resize, METH_VARARGS, NULL},
{ "OrderedPoint9DVector_insert", _wrap_OrderedPoint9DVector_insert, METH_VARARGS, NULL},
{ "OrderedPoint9DVector_reserve", _wrap_OrderedPoint9DVector_reserve, METH_VARARGS, NULL},
{ "OrderedPoint9DVector_capacity", _wrap_OrderedPoint9DVector_capacity, METH_O, NULL},
{ "delete_OrderedPoint9DVector", _wrap_delete_OrderedPoint9DVector, METH_O, NULL},
{ "OrderedPoint9DVector_swigregister", OrderedPoint9DVector_swigregister, METH_O, NULL},
{ "OrderedPoint9DVector_swiginit", OrderedPoint9DVector_swiginit, METH_VARARGS, NULL},
{ "OrderedPoint10DVector_iterator", _wrap_OrderedPoint10DVector_iterator, METH_O, NULL},
{ "OrderedPoint10DVector___nonzero__", _wrap_OrderedPoint10DVector___nonzero__, METH_O, NULL},
{ "OrderedPoint10DVector___bool__", _wrap_OrderedPoint10DVector___bool__, METH_O, NULL},
{ "OrderedPoint10DVector___len__", _wrap_OrderedPoint10DVector___len__, METH_O, NULL},
{ "OrderedPoint10DVector___getslice__", _wrap_OrderedPoint10DVector___getslice__, METH_VARARGS, NULL},
{ "OrderedPoint10DVector___setslice__", _wrap_OrderedPoint10DVector___setslice__, METH_VARARGS, NULL},
{ "OrderedPoint10DVector___delslice__", _wrap_OrderedPoint10DVector___delslice__, METH_VARARGS, NULL},
{ "OrderedPoint10DVector___delitem__", _wrap_OrderedPoint10DVector___delitem__, METH_VARARGS, NULL},
{ "OrderedPoint10DVector___getitem__", _wrap_OrderedPoint10DVector___getitem__, METH_VARARGS, NULL},
{ "OrderedPoint10DVector___setitem__", _wrap_OrderedPoint10DVector___setitem__, METH_VARARGS, NULL},
{ "OrderedPoint10DVector_pop", _wrap_OrderedPoint10DVector_pop, METH_O, NULL},
{ "OrderedPoint10DVector_append", _wrap_OrderedPoint10DVector_append, METH_VARARGS, NULL},
{ "OrderedPoint10DVector_empty", _wrap_OrderedPoint10DVector_empty, METH_O, NULL},
{ "OrderedPoint10DVector_size", _wrap_OrderedPoint10DVector_size, METH_O, NULL},
{ "OrderedPoint10DVector_swap", _wrap_OrderedPoint10DVector_swap, METH_VARARGS, NULL},
{ "OrderedPoint10DVector_begin", _wrap_OrderedPoint10DVector_begin, METH_O, NULL},
{ "OrderedPoint10DVector_end", _wrap_OrderedPoint10DVector_end, METH_O, NULL},
{ "OrderedPoint10DVector_rbegin", _wrap_OrderedPoint10DVector_rbegin, METH_O, NULL},
{ "OrderedPoint10DVector_rend", _wrap_OrderedPoint10DVector_rend, METH_O, NULL},
{ "OrderedPoint10DVector_clear", _wrap_OrderedPoint10DVector_clear, METH_O, NULL},
{ "OrderedPoint10DVector_get_allocator", _wrap_OrderedPoint10DVector_get_allocator, METH_O, NULL},
{ "OrderedPoint10DVector_pop_back", _wrap_OrderedPoint10DVector_pop_back, METH_O, NULL},
{ "OrderedPoint10DVector_erase", _wrap_OrderedPoint10DVector_erase, METH_VARARGS, NULL},
{ "new_OrderedPoint10DVector", _wrap_new_OrderedPoint10DVector, METH_VARARGS, NULL},
{ "OrderedPoint10DVector_push_back", _wrap_OrderedPoint10DVector_push_back, METH_VARARGS, NULL},
{ "OrderedPoint10DVector_front", _wrap_OrderedPoint10DVector_front, METH_O, NULL},
{ "OrderedPoint10DVector_back", _wrap_OrderedPoint10DVector_back, METH_O, NULL},
{ "OrderedPoint10DVector_assign", _wrap_OrderedPoint10DVector_assign, METH_VARARGS, NULL},
{ "OrderedPoint10DVector_resize", _wrap_OrderedPoint10DVector_resize, METH_VARARGS, NULL},
{ "OrderedPoint10DVector_insert", _wrap_OrderedPoint10DVector_insert, METH_VARARGS, NULL},
{ "OrderedPoint10DVector_reserve", _wrap_OrderedPoint10DVector_reserve, METH_VARARGS, NULL},
{ "OrderedPoint10DVector_capacity", _wrap_OrderedPoint10DVector_capacity, METH_O, NULL},
{ "delete_OrderedPoint10DVector", _wrap_delete_OrderedPoint10DVector, METH_O, NULL},
{ "OrderedPoint10DVector_swigregister", OrderedPoint10DVector_swigregister, METH_O, NULL},
{ "OrderedPoint10DVector_swiginit", OrderedPoint10DVector_swiginit, METH_VARARGS, NULL},
{ "fillOrderedPoints1D", _wrap_fillOrderedPoints1D, METH_VARARGS, NULL},
{ "fillOrderedPoints2D", _wrap_fillOrderedPoints2D, METH_VARARGS, NULL},
{ "fillOrderedPoints3D", _wrap_fillOrderedPoints3D, METH_VARARGS, NULL},
{ "fillOrderedPoints4D", _wrap_fillOrderedPoints4D, METH_VARARGS, NULL},
{ "fillOrderedPoints5D", _wrap_fillOrderedPoints5D, METH_VARARGS, NULL},
{ "fillOrderedPoints6D", _wrap_fillOrderedPoints6D, METH_VARARGS, NULL},
{ "fillOrderedPoints7D", _wrap_fillOrderedPoints7D, METH_VARARGS, NULL},
{ "fillOrderedPoints8D", _wrap_fillOrderedPoints8D, METH_VARARGS, NULL},
{ "fillOrderedPoints9D", _wrap_fillOrderedPoints9D, METH_VARARGS, NULL},
{ "fillOrderedPoints10D", _wrap_fillOrderedPoints10D, METH_VARARGS, NULL},
{ "fillOrderedFromFlat1D", _wrap_fillOrderedFromFlat1D, METH_VARARGS, NULL},
{ "fillOrderedFromFlat2D", _wrap_fillOrderedFromFlat2D, METH_VARARGS, NULL},
{ "fillOrderedFromFlat3D", _wrap_fillOrderedFromFlat3D, METH_VARARGS, NULL},
{ "fillOrderedFromFlat4D", _wrap_fillOrderedFromFlat4D, METH_VARARGS, NULL},
{ "fillOrderedFromFlat5D", _wrap_fillOrderedFromFlat5D, METH_VARARGS, NULL},
{ "fillOrderedFromFlat6D", _wrap_fillOrderedFromFlat6D, METH_VARARGS, NULL},
{ "fillOrderedFromFlat7D", _wrap_fillOrderedFromFlat7D, METH_VARARGS, NULL},
{ "fillOrderedFromFlat8D", _wrap_fillOrderedFromFlat8D, METH_VARARGS, NULL},
{ "fillOrderedFromFlat9D", _wrap_fillOrderedFromFlat9D, METH_VARARGS, NULL},
{ "fillOrderedFromFlat10D", _wrap_fillOrderedFromFlat10D, METH_VARARGS, NULL},
{ "makeOrderedPoints1D", _wrap_makeOrderedPoints1D, METH_O, NULL},
{ "makeOrderedPoints2D", _wrap_makeOrderedPoints2D, METH_O, NULL},
{ "makeOrderedPoints3D", _wrap_makeOrderedPoints3D, METH_O, NULL},
{ "makeOrderedPoints4D", _wrap_makeOrderedPoints4D, METH_O, NULL},
{ "makeOrderedPoints5D", _wrap_makeOrderedPoints5D, METH_O, NULL},
{ "makeOrderedPoints6D", _wrap_makeOrderedPoints6D, METH_O, NULL},
{ "makeOrderedPoints7D", _wrap_makeOrderedPoints7D, METH_O, NULL},
{ "makeOrderedPoints8D", _wrap_makeOrderedPoints8D, METH_O, NULL},
{ "makeOrderedPoints9D", _wrap_makeOrderedPoints9D, METH_O, NULL},
{ "makeOrderedPoints10D", _wrap_makeOrderedPoints10D, METH_O, NULL},
{ "makeOrderedFromFlat1D", _wrap_makeOrderedFromFlat1D, METH_VARARGS, NULL},
{ "makeOrderedFromFlat2D", _wrap_makeOrderedFromFlat2D, METH_VARARGS, NULL},
{ "makeOrderedFromFlat3D", _wrap_makeOrderedFromFlat3D, METH_VARARGS, NULL},
{ "makeOrderedFromFlat4D", _wrap_makeOrderedFromFlat4D, METH_VARARGS, NULL},
{ "makeOrderedFromFlat5D", _wrap_makeOrderedFromFlat5D, METH_VARARGS, NULL},
{ "makeOrderedFromFlat6D", _wrap_makeOrderedFromFlat6D, METH_VARARGS, NULL},
{ "makeOrderedFromFlat7D", _wrap_makeOrderedFromFlat7D, METH_VARARGS, NULL},
{ "makeOrderedFromFlat8D", _wrap_makeOrderedFromFlat8D, METH_VARARGS, NULL},
{ "makeOrderedFromFlat9D", _wrap_makeOrderedFromFlat9D, METH_VARARGS, NULL},
{ "makeOrderedFromFlat10D", _wrap_makeOrderedFromFlat10D, METH_VARARGS, NULL},
{ "makePointsFromFlat1D", _wrap_makePointsFromFlat1D, METH_VARARGS, NULL},
{ "makePointsFromFlat2D", _wrap_makePointsFromFlat2D, METH_VARARGS, NULL},
{ "makePointsFromFlat3D", _wrap_makePointsFromFlat3D, METH_VARARGS, NULL},
{ "makePointsFromFlat4D", _wrap_makePointsFromFlat4D, METH_VARARGS, NULL},
{ "makePointsFromFlat5D", _wrap_makePointsFromFlat5D, METH_VARARGS, NULL},
{ "makePointsFromFlat6D", _wrap_makePointsFromFlat6D, METH_VARARGS, NULL},
{ "makePointsFromFlat7D", _wrap_makePointsFromFlat7D, METH_VARARGS, NULL},
{ "makePointsFromFlat8D", _wrap_makePointsFromFlat8D, METH_VARARGS, NULL},
{ "makePointsFromFlat9D", _wrap_makePointsFromFlat9D, METH_VARARGS, NULL},
{ "makePointsFromFlat10D", _wrap_makePointsFromFlat10D, METH_VARARGS, NULL},
{ "PointND", _wrap_PointND, METH_VARARGS, NULL},
{ "OrderedND", _wrap_OrderedND, METH_VARARGS, NULL},
{ "delete_AbsCopulaSmootherBase", _wrap_delete_AbsCopulaSmootherBase, METH_O, NULL},
{ "AbsCopulaSmootherBase_dim", _wrap_AbsCopulaSmootherBase_dim, METH_O, NULL},
{ "AbsCopulaSmootherBase_copulaShape", _wrap_AbsCopulaSmootherBase_copulaShape, METH_O, NULL},
{ "AbsCopulaSmootherBase_setArchive", _wrap_AbsCopulaSmootherBase_setArchive, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_getHisto", _wrap_AbsCopulaSmootherBase_getHisto, METH_O, NULL},
{ "AbsCopulaSmootherBase_smooth", _wrap_AbsCopulaSmootherBase_smooth, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_weightedSmooth", _wrap_AbsCopulaSmootherBase_weightedSmooth, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_weightedSmooth2D", _wrap_AbsCopulaSmootherBase_weightedSmooth2D, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_weightedSmooth3D", _wrap_AbsCopulaSmootherBase_weightedSmooth3D, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_weightedSmooth4D", _wrap_AbsCopulaSmootherBase_weightedSmooth4D, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_weightedSmooth5D", _wrap_AbsCopulaSmootherBase_weightedSmooth5D, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_weightedSmooth6D", _wrap_AbsCopulaSmootherBase_weightedSmooth6D, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_weightedSmooth7D", _wrap_AbsCopulaSmootherBase_weightedSmooth7D, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_weightedSmooth8D", _wrap_AbsCopulaSmootherBase_weightedSmooth8D, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_weightedSmooth9D", _wrap_AbsCopulaSmootherBase_weightedSmooth9D, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_weightedSmooth10D", _wrap_AbsCopulaSmootherBase_weightedSmooth10D, METH_VARARGS, NULL},
{ "AbsCopulaSmootherBase_swigregister", AbsCopulaSmootherBase_swigregister, METH_O, NULL},
{ "delete_AbsCVCopulaSmoother", _wrap_delete_AbsCVCopulaSmoother, METH_O, NULL},
{ "AbsCVCopulaSmoother_isConvolving", _wrap_AbsCVCopulaSmoother_isConvolving, METH_O, NULL},
{ "AbsCVCopulaSmoother_setConvolving", _wrap_AbsCVCopulaSmoother_setConvolving, METH_VARARGS, NULL},
{ "AbsCVCopulaSmoother_bandwidthValues", _wrap_AbsCVCopulaSmoother_bandwidthValues, METH_O, NULL},
{ "AbsCVCopulaSmoother_lastCVValues", _wrap_AbsCVCopulaSmoother_lastCVValues, METH_O, NULL},
{ "AbsCVCopulaSmoother_lastRegularizedFractions", _wrap_AbsCVCopulaSmoother_lastRegularizedFractions, METH_O, NULL},
{ "AbsCVCopulaSmoother_getNFilters", _wrap_AbsCVCopulaSmoother_getNFilters, METH_O, NULL},
{ "AbsCVCopulaSmoother_lastFilterChosen", _wrap_AbsCVCopulaSmoother_lastFilterChosen, METH_O, NULL},
{ "AbsCVCopulaSmoother_swigregister", AbsCVCopulaSmoother_swigregister, METH_O, NULL},
{ "arrayStats", _wrap_arrayStats, METH_O, NULL},
{ "arrayCumulants", _wrap_arrayCumulants, METH_VARARGS, NULL},
{ "arrayMoments", _wrap_arrayMoments, METH_VARARGS, NULL},
{ "arrayCentralMoments", _wrap_arrayCentralMoments, METH_VARARGS, NULL},
{ "poissonLogLikelihood", _wrap_poissonLogLikelihood, METH_VARARGS, NULL},
{ "delete_UCharAbsBandwidthCV1D", _wrap_delete_UCharAbsBandwidthCV1D, METH_O, NULL},
{ "UCharAbsBandwidthCV1D_cv", _wrap_UCharAbsBandwidthCV1D_cv, METH_VARARGS, NULL},
{ "UCharAbsBandwidthCV1D_cvWeighted", _wrap_UCharAbsBandwidthCV1D_cvWeighted, METH_VARARGS, NULL},
{ "UCharAbsBandwidthCV1D_cvWeightedSample", _wrap_UCharAbsBandwidthCV1D_cvWeightedSample, METH_VARARGS, NULL},
{ "UCharAbsBandwidthCV1D_swigregister", UCharAbsBandwidthCV1D_swigregister, METH_O, NULL},
{ "delete_IntAbsBandwidthCV1D", _wrap_delete_IntAbsBandwidthCV1D, METH_O, NULL},
{ "IntAbsBandwidthCV1D_cv", _wrap_IntAbsBandwidthCV1D_cv, METH_VARARGS, NULL},
{ "IntAbsBandwidthCV1D_cvWeighted", _wrap_IntAbsBandwidthCV1D_cvWeighted, METH_VARARGS, NULL},
{ "IntAbsBandwidthCV1D_cvWeightedSample", _wrap_IntAbsBandwidthCV1D_cvWeightedSample, METH_VARARGS, NULL},
{ "IntAbsBandwidthCV1D_swigregister", IntAbsBandwidthCV1D_swigregister, METH_O, NULL},
{ "delete_LongAbsBandwidthCV1D", _wrap_delete_LongAbsBandwidthCV1D, METH_O, NULL},
{ "LongAbsBandwidthCV1D_cv", _wrap_LongAbsBandwidthCV1D_cv, METH_VARARGS, NULL},
{ "LongAbsBandwidthCV1D_cvWeighted", _wrap_LongAbsBandwidthCV1D_cvWeighted, METH_VARARGS, NULL},
{ "LongAbsBandwidthCV1D_cvWeightedSample", _wrap_LongAbsBandwidthCV1D_cvWeightedSample, METH_VARARGS, NULL},
{ "LongAbsBandwidthCV1D_swigregister", LongAbsBandwidthCV1D_swigregister, METH_O, NULL},
{ "delete_FloatAbsBandwidthCV1D", _wrap_delete_FloatAbsBandwidthCV1D, METH_O, NULL},
{ "FloatAbsBandwidthCV1D_cv", _wrap_FloatAbsBandwidthCV1D_cv, METH_VARARGS, NULL},
{ "FloatAbsBandwidthCV1D_cvWeighted", _wrap_FloatAbsBandwidthCV1D_cvWeighted, METH_VARARGS, NULL},
{ "FloatAbsBandwidthCV1D_cvWeightedSample", _wrap_FloatAbsBandwidthCV1D_cvWeightedSample, METH_VARARGS, NULL},
{ "FloatAbsBandwidthCV1D_swigregister", FloatAbsBandwidthCV1D_swigregister, METH_O, NULL},
{ "delete_DoubleAbsBandwidthCV1D", _wrap_delete_DoubleAbsBandwidthCV1D, METH_O, NULL},
{ "DoubleAbsBandwidthCV1D_cv", _wrap_DoubleAbsBandwidthCV1D_cv, METH_VARARGS, NULL},
{ "DoubleAbsBandwidthCV1D_cvWeighted", _wrap_DoubleAbsBandwidthCV1D_cvWeighted, METH_VARARGS, NULL},
{ "DoubleAbsBandwidthCV1D_cvWeightedSample", _wrap_DoubleAbsBandwidthCV1D_cvWeightedSample, METH_VARARGS, NULL},
{ "DoubleAbsBandwidthCV1D_swigregister", DoubleAbsBandwidthCV1D_swigregister, METH_O, NULL},
{ "delete_UCharAbsBandwidthCVND", _wrap_delete_UCharAbsBandwidthCVND, METH_O, NULL},
{ "UCharAbsBandwidthCVND_cv", _wrap_UCharAbsBandwidthCVND_cv, METH_VARARGS, NULL},
{ "UCharAbsBandwidthCVND_cvWeighted", _wrap_UCharAbsBandwidthCVND_cvWeighted, METH_VARARGS, NULL},
{ "UCharAbsBandwidthCVND_swigregister", UCharAbsBandwidthCVND_swigregister, METH_O, NULL},
{ "delete_IntAbsBandwidthCVND", _wrap_delete_IntAbsBandwidthCVND, METH_O, NULL},
{ "IntAbsBandwidthCVND_cv", _wrap_IntAbsBandwidthCVND_cv, METH_VARARGS, NULL},
{ "IntAbsBandwidthCVND_cvWeighted", _wrap_IntAbsBandwidthCVND_cvWeighted, METH_VARARGS, NULL},
{ "IntAbsBandwidthCVND_swigregister", IntAbsBandwidthCVND_swigregister, METH_O, NULL},
{ "delete_LongAbsBandwidthCVND", _wrap_delete_LongAbsBandwidthCVND, METH_O, NULL},
{ "LongAbsBandwidthCVND_cv", _wrap_LongAbsBandwidthCVND_cv, METH_VARARGS, NULL},
{ "LongAbsBandwidthCVND_cvWeighted", _wrap_LongAbsBandwidthCVND_cvWeighted, METH_VARARGS, NULL},
{ "LongAbsBandwidthCVND_swigregister", LongAbsBandwidthCVND_swigregister, METH_O, NULL},
{ "delete_FloatAbsBandwidthCVND", _wrap_delete_FloatAbsBandwidthCVND, METH_O, NULL},
{ "FloatAbsBandwidthCVND_cv", _wrap_FloatAbsBandwidthCVND_cv, METH_VARARGS, NULL},
{ "FloatAbsBandwidthCVND_cvWeighted", _wrap_FloatAbsBandwidthCVND_cvWeighted, METH_VARARGS, NULL},
{ "FloatAbsBandwidthCVND_swigregister", FloatAbsBandwidthCVND_swigregister, METH_O, NULL},
{ "delete_DoubleAbsBandwidthCVND", _wrap_delete_DoubleAbsBandwidthCVND, METH_O, NULL},
{ "DoubleAbsBandwidthCVND_cv", _wrap_DoubleAbsBandwidthCVND_cv, METH_VARARGS, NULL},
{ "DoubleAbsBandwidthCVND_cvWeighted", _wrap_DoubleAbsBandwidthCVND_cvWeighted, METH_VARARGS, NULL},
{ "DoubleAbsBandwidthCVND_swigregister", DoubleAbsBandwidthCVND_swigregister, METH_O, NULL},
{ "delete_GCVCopulaSmoother0", _wrap_delete_GCVCopulaSmoother0, METH_O, NULL},
{ "GCVCopulaSmoother0_swigregister", GCVCopulaSmoother0_swigregister, METH_O, NULL},
{ "delete_GCVCopulaSmoother1", _wrap_delete_GCVCopulaSmoother1, METH_O, NULL},
{ "GCVCopulaSmoother1_swigregister", GCVCopulaSmoother1_swigregister, METH_O, NULL},
{ "delete_GCVCopulaSmoother2", _wrap_delete_GCVCopulaSmoother2, METH_O, NULL},
{ "GCVCopulaSmoother2_swigregister", GCVCopulaSmoother2_swigregister, METH_O, NULL},
{ "new_LOrPEGroupedCopulaSmoother_10", _wrap_new_LOrPEGroupedCopulaSmoother_10, METH_VARARGS, NULL},
{ "delete_LOrPEGroupedCopulaSmoother_10", _wrap_delete_LOrPEGroupedCopulaSmoother_10, METH_O, NULL},
{ "LOrPEGroupedCopulaSmoother_10_swigregister", LOrPEGroupedCopulaSmoother_10_swigregister, METH_O, NULL},
{ "LOrPEGroupedCopulaSmoother_10_swiginit", LOrPEGroupedCopulaSmoother_10_swiginit, METH_VARARGS, NULL},
{ "delete_AbsKDE1DKernel", _wrap_delete_AbsKDE1DKernel, METH_O, NULL},
{ "AbsKDE1DKernel_setNormFactor", _wrap_AbsKDE1DKernel_setNormFactor, METH_VARARGS, NULL},
{ "AbsKDE1DKernel_xmin", _wrap_AbsKDE1DKernel_xmin, METH_O, NULL},
{ "AbsKDE1DKernel_xmax", _wrap_AbsKDE1DKernel_xmax, METH_O, NULL},
{ "AbsKDE1DKernel_normFactor", _wrap_AbsKDE1DKernel_normFactor, METH_O, NULL},
{ "AbsKDE1DKernel___call__", _wrap_AbsKDE1DKernel___call__, METH_VARARGS, NULL},
{ "AbsKDE1DKernel_clone", _wrap_AbsKDE1DKernel_clone, METH_O, NULL},
{ "AbsKDE1DKernel_momentIntegral", _wrap_AbsKDE1DKernel_momentIntegral, METH_VARARGS, NULL},
{ "AbsKDE1DKernel_squaredIntegral", _wrap_AbsKDE1DKernel_squaredIntegral, METH_VARARGS, NULL},
{ "AbsKDE1DKernel_looKde", _wrap_AbsKDE1DKernel_looKde, METH_VARARGS, NULL},
{ "AbsKDE1DKernel_kde", _wrap_AbsKDE1DKernel_kde, METH_VARARGS, NULL},
{ "AbsKDE1DKernel_reverseKde", _wrap_AbsKDE1DKernel_reverseKde, METH_VARARGS, NULL},
{ "AbsKDE1DKernel_integratedSquaredError", _wrap_AbsKDE1DKernel_integratedSquaredError, METH_VARARGS, NULL},
{ "AbsKDE1DKernel_integratedKdeSquared", _wrap_AbsKDE1DKernel_integratedKdeSquared, METH_VARARGS, NULL},
{ "AbsKDE1DKernel_swigregister", AbsKDE1DKernel_swigregister, METH_O, NULL},
{ "KDE1DDensityKernel_clone", _wrap_KDE1DDensityKernel_clone, METH_O, NULL},
{ "delete_KDE1DDensityKernel", _wrap_delete_KDE1DDensityKernel, METH_O, NULL},
{ "KDE1DDensityKernel_setNormFactor", _wrap_KDE1DDensityKernel_setNormFactor, METH_VARARGS, NULL},
{ "KDE1DDensityKernel_xmin", _wrap_KDE1DDensityKernel_xmin, METH_O, NULL},
{ "KDE1DDensityKernel_xmax", _wrap_KDE1DDensityKernel_xmax, METH_O, NULL},
{ "KDE1DDensityKernel_normFactor", _wrap_KDE1DDensityKernel_normFactor, METH_O, NULL},
{ "KDE1DDensityKernel___call__", _wrap_KDE1DDensityKernel___call__, METH_VARARGS, NULL},
{ "KDE1DDensityKernel_swigregister", KDE1DDensityKernel_swigregister, METH_O, NULL},
{ "new_KDE1DFunctor2", _wrap_new_KDE1DFunctor2, METH_VARARGS, NULL},
{ "delete_KDE1DFunctor2", _wrap_delete_KDE1DFunctor2, METH_O, NULL},
{ "KDE1DFunctor2___call__", _wrap_KDE1DFunctor2___call__, METH_VARARGS, NULL},
{ "KDE1DFunctor2_swigregister", KDE1DFunctor2_swigregister, METH_O, NULL},
{ "KDE1DFunctor2_swiginit", KDE1DFunctor2_swiginit, METH_VARARGS, NULL},
{ "new_DoubleKDE1DLSCVFunctorHelper", _wrap_new_DoubleKDE1DLSCVFunctorHelper, METH_VARARGS, NULL},
{ "DoubleKDE1DLSCVFunctorHelper___call__", _wrap_DoubleKDE1DLSCVFunctorHelper___call__, METH_VARARGS, NULL},
{ "delete_DoubleKDE1DLSCVFunctorHelper", _wrap_delete_DoubleKDE1DLSCVFunctorHelper, METH_O, NULL},
{ "DoubleKDE1DLSCVFunctorHelper_swigregister", DoubleKDE1DLSCVFunctorHelper_swigregister, METH_O, NULL},
{ "DoubleKDE1DLSCVFunctorHelper_swiginit", DoubleKDE1DLSCVFunctorHelper_swiginit, METH_VARARGS, NULL},
{ "new_DoubleKDE1DRLCVFunctorHelper", _wrap_new_DoubleKDE1DRLCVFunctorHelper, METH_VARARGS, NULL},
{ "DoubleKDE1DRLCVFunctorHelper___call__", _wrap_DoubleKDE1DRLCVFunctorHelper___call__, METH_VARARGS, NULL},
{ "delete_DoubleKDE1DRLCVFunctorHelper", _wrap_delete_DoubleKDE1DRLCVFunctorHelper, METH_O, NULL},
{ "DoubleKDE1DRLCVFunctorHelper_swigregister", DoubleKDE1DRLCVFunctorHelper_swigregister, METH_O, NULL},
{ "DoubleKDE1DRLCVFunctorHelper_swiginit", DoubleKDE1DRLCVFunctorHelper_swiginit, METH_VARARGS, NULL},
{ "delete_AbsCGF1D", _wrap_delete_AbsCGF1D, METH_O, NULL},
{ "AbsCGF1D_clone", _wrap_AbsCGF1D_clone, METH_O, NULL},
{ "AbsCGF1D_shiftAndScale", _wrap_AbsCGF1D_shiftAndScale, METH_VARARGS, NULL},
{ "AbsCGF1D_smin", _wrap_AbsCGF1D_smin, METH_O, NULL},
{ "AbsCGF1D_smax", _wrap_AbsCGF1D_smax, METH_O, NULL},
{ "AbsCGF1D___call__", _wrap_AbsCGF1D___call__, METH_VARARGS, NULL},
{ "AbsCGF1D_derivative", _wrap_AbsCGF1D_derivative, METH_VARARGS, NULL},
{ "AbsCGF1D_saddlepoint", _wrap_AbsCGF1D_saddlepoint, METH_VARARGS, NULL},
{ "AbsCGF1D_convexLimit", _wrap_AbsCGF1D_convexLimit, METH_VARARGS, NULL},
{ "AbsCGF1D_standardizedCumulant", _wrap_AbsCGF1D_standardizedCumulant, METH_VARARGS, NULL},
{ "AbsCGF1D_saddlepointDensityApprox", _wrap_AbsCGF1D_saddlepointDensityApprox, METH_VARARGS, NULL},
{ "AbsCGF1D_lugannaniRiceSFApprox", _wrap_AbsCGF1D_lugannaniRiceSFApprox, METH_VARARGS, NULL},
{ "AbsCGF1D___eq__", _wrap_AbsCGF1D___eq__, METH_VARARGS, NULL},
{ "AbsCGF1D___ne__", _wrap_AbsCGF1D___ne__, METH_VARARGS, NULL},
{ "AbsCGF1D_swigregister", AbsCGF1D_swigregister, METH_O, NULL},
{ "new_ExpTiltedDistribution1D", _wrap_new_ExpTiltedDistribution1D, METH_VARARGS, NULL},
{ "ExpTiltedDistribution1D_clone", _wrap_ExpTiltedDistribution1D_clone, METH_O, NULL},
{ "delete_ExpTiltedDistribution1D", _wrap_delete_ExpTiltedDistribution1D, METH_O, NULL},
{ "ExpTiltedDistribution1D_setTilt", _wrap_ExpTiltedDistribution1D_setTilt, METH_VARARGS, NULL},
{ "ExpTiltedDistribution1D_tilt", _wrap_ExpTiltedDistribution1D_tilt, METH_O, NULL},
{ "ExpTiltedDistribution1D_Ks", _wrap_ExpTiltedDistribution1D_Ks, METH_O, NULL},
{ "ExpTiltedDistribution1D_getCGF", _wrap_ExpTiltedDistribution1D_getCGF, METH_VARARGS, NULL},
{ "ExpTiltedDistribution1D_getUnderlyingDistro", _wrap_ExpTiltedDistribution1D_getUnderlyingDistro, METH_VARARGS, NULL},
{ "ExpTiltedDistribution1D_mean", _wrap_ExpTiltedDistribution1D_mean, METH_O, NULL},
{ "ExpTiltedDistribution1D_variance", _wrap_ExpTiltedDistribution1D_variance, METH_O, NULL},
{ "ExpTiltedDistribution1D_density", _wrap_ExpTiltedDistribution1D_density, METH_VARARGS, NULL},
{ "ExpTiltedDistribution1D_cdf", _wrap_ExpTiltedDistribution1D_cdf, METH_VARARGS, NULL},
{ "ExpTiltedDistribution1D_exceedance", _wrap_ExpTiltedDistribution1D_exceedance, METH_VARARGS, NULL},
{ "ExpTiltedDistribution1D_quantile", _wrap_ExpTiltedDistribution1D_quantile, METH_VARARGS, NULL},
{ "ExpTiltedDistribution1D_classId", _wrap_ExpTiltedDistribution1D_classId, METH_O, NULL},
{ "ExpTiltedDistribution1D_write", _wrap_ExpTiltedDistribution1D_write, METH_VARARGS, NULL},
{ "ExpTiltedDistribution1D_classname", _wrap_ExpTiltedDistribution1D_classname, METH_NOARGS, NULL},
{ "ExpTiltedDistribution1D_version", _wrap_ExpTiltedDistribution1D_version, METH_NOARGS, NULL},
{ "ExpTiltedDistribution1D_read", _wrap_ExpTiltedDistribution1D_read, METH_VARARGS, NULL},
{ "ExpTiltedDistribution1D_swigregister", ExpTiltedDistribution1D_swigregister, METH_O, NULL},
{ "ExpTiltedDistribution1D_swiginit", ExpTiltedDistribution1D_swiginit, METH_VARARGS, NULL},
{ "delete_AbsDiscreteDistribution1D", _wrap_delete_AbsDiscreteDistribution1D, METH_O, NULL},
{ "AbsDiscreteDistribution1D_probability", _wrap_AbsDiscreteDistribution1D_probability, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1D_cdf", _wrap_AbsDiscreteDistribution1D_cdf, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1D_exceedance", _wrap_AbsDiscreteDistribution1D_exceedance, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1D_quantile", _wrap_AbsDiscreteDistribution1D_quantile, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1D___eq__", _wrap_AbsDiscreteDistribution1D___eq__, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1D___ne__", _wrap_AbsDiscreteDistribution1D___ne__, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1D_clone", _wrap_AbsDiscreteDistribution1D_clone, METH_O, NULL},
{ "AbsDiscreteDistribution1D_classId", _wrap_AbsDiscreteDistribution1D_classId, METH_O, NULL},
{ "AbsDiscreteDistribution1D_write", _wrap_AbsDiscreteDistribution1D_write, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1D_classname", _wrap_AbsDiscreteDistribution1D_classname, METH_NOARGS, NULL},
{ "AbsDiscreteDistribution1D_version", _wrap_AbsDiscreteDistribution1D_version, METH_NOARGS, NULL},
{ "AbsDiscreteDistribution1D_read", _wrap_AbsDiscreteDistribution1D_read, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1D_random", _wrap_AbsDiscreteDistribution1D_random, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1D_generate", _wrap_AbsDiscreteDistribution1D_generate, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1D_swigregister", AbsDiscreteDistribution1D_swigregister, METH_O, NULL},
{ "delete_ShiftableDiscreteDistribution1D", _wrap_delete_ShiftableDiscreteDistribution1D, METH_O, NULL},
{ "ShiftableDiscreteDistribution1D_location", _wrap_ShiftableDiscreteDistribution1D_location, METH_O, NULL},
{ "ShiftableDiscreteDistribution1D_setLocation", _wrap_ShiftableDiscreteDistribution1D_setLocation, METH_VARARGS, NULL},
{ "ShiftableDiscreteDistribution1D_probability", _wrap_ShiftableDiscreteDistribution1D_probability, METH_VARARGS, NULL},
{ "ShiftableDiscreteDistribution1D_cdf", _wrap_ShiftableDiscreteDistribution1D_cdf, METH_VARARGS, NULL},
{ "ShiftableDiscreteDistribution1D_exceedance", _wrap_ShiftableDiscreteDistribution1D_exceedance, METH_VARARGS, NULL},
{ "ShiftableDiscreteDistribution1D_quantile", _wrap_ShiftableDiscreteDistribution1D_quantile, METH_VARARGS, NULL},
{ "ShiftableDiscreteDistribution1D_clone", _wrap_ShiftableDiscreteDistribution1D_clone, METH_O, NULL},
{ "ShiftableDiscreteDistribution1D_classId", _wrap_ShiftableDiscreteDistribution1D_classId, METH_O, NULL},
{ "ShiftableDiscreteDistribution1D_swigregister", ShiftableDiscreteDistribution1D_swigregister, METH_O, NULL},
{ "delete_AbsDiscreteDistribution1DDistance", _wrap_delete_AbsDiscreteDistribution1DDistance, METH_O, NULL},
{ "AbsDiscreteDistribution1DDistance___call__", _wrap_AbsDiscreteDistribution1DDistance___call__, METH_VARARGS, NULL},
{ "AbsDiscreteDistribution1DDistance_swigregister", AbsDiscreteDistribution1DDistance_swigregister, METH_O, NULL},
{ "new_ArchiveRecord_AbsDiscreteDistribution1D", _wrap_new_ArchiveRecord_AbsDiscreteDistribution1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_AbsDiscreteDistribution1D", _wrap_delete_ArchiveRecord_AbsDiscreteDistribution1D, METH_O, NULL},
{ "ArchiveRecord_AbsDiscreteDistribution1D_swigregister", ArchiveRecord_AbsDiscreteDistribution1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_AbsDiscreteDistribution1D_swiginit", ArchiveRecord_AbsDiscreteDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_AbsDiscreteDistribution1D", _wrap_new_Ref_AbsDiscreteDistribution1D, METH_VARARGS, NULL},
{ "Ref_AbsDiscreteDistribution1D_restore", _wrap_Ref_AbsDiscreteDistribution1D_restore, METH_VARARGS, NULL},
{ "Ref_AbsDiscreteDistribution1D_retrieve", _wrap_Ref_AbsDiscreteDistribution1D_retrieve, METH_VARARGS, NULL},
{ "delete_Ref_AbsDiscreteDistribution1D", _wrap_delete_Ref_AbsDiscreteDistribution1D, METH_O, NULL},
{ "Ref_AbsDiscreteDistribution1D_swigregister", Ref_AbsDiscreteDistribution1D_swigregister, METH_O, NULL},
{ "Ref_AbsDiscreteDistribution1D_swiginit", Ref_AbsDiscreteDistribution1D_swiginit, METH_VARARGS, NULL},
{ "delete_UCharAbsBandwidthGCV1D", _wrap_delete_UCharAbsBandwidthGCV1D, METH_O, NULL},
{ "UCharAbsBandwidthGCV1D_cv", _wrap_UCharAbsBandwidthGCV1D_cv, METH_VARARGS, NULL},
{ "UCharAbsBandwidthGCV1D_cvWeighted", _wrap_UCharAbsBandwidthGCV1D_cvWeighted, METH_VARARGS, NULL},
{ "UCharAbsBandwidthGCV1D_swigregister", UCharAbsBandwidthGCV1D_swigregister, METH_O, NULL},
{ "delete_IntAbsBandwidthGCV1D", _wrap_delete_IntAbsBandwidthGCV1D, METH_O, NULL},
{ "IntAbsBandwidthGCV1D_cv", _wrap_IntAbsBandwidthGCV1D_cv, METH_VARARGS, NULL},
{ "IntAbsBandwidthGCV1D_cvWeighted", _wrap_IntAbsBandwidthGCV1D_cvWeighted, METH_VARARGS, NULL},
{ "IntAbsBandwidthGCV1D_swigregister", IntAbsBandwidthGCV1D_swigregister, METH_O, NULL},
{ "delete_LongAbsBandwidthGCV1D", _wrap_delete_LongAbsBandwidthGCV1D, METH_O, NULL},
{ "LongAbsBandwidthGCV1D_cv", _wrap_LongAbsBandwidthGCV1D_cv, METH_VARARGS, NULL},
{ "LongAbsBandwidthGCV1D_cvWeighted", _wrap_LongAbsBandwidthGCV1D_cvWeighted, METH_VARARGS, NULL},
{ "LongAbsBandwidthGCV1D_swigregister", LongAbsBandwidthGCV1D_swigregister, METH_O, NULL},
{ "delete_FloatAbsBandwidthGCV1D", _wrap_delete_FloatAbsBandwidthGCV1D, METH_O, NULL},
{ "FloatAbsBandwidthGCV1D_cv", _wrap_FloatAbsBandwidthGCV1D_cv, METH_VARARGS, NULL},
{ "FloatAbsBandwidthGCV1D_cvWeighted", _wrap_FloatAbsBandwidthGCV1D_cvWeighted, METH_VARARGS, NULL},
{ "FloatAbsBandwidthGCV1D_swigregister", FloatAbsBandwidthGCV1D_swigregister, METH_O, NULL},
{ "delete_DoubleAbsBandwidthGCV1D", _wrap_delete_DoubleAbsBandwidthGCV1D, METH_O, NULL},
{ "DoubleAbsBandwidthGCV1D_cv", _wrap_DoubleAbsBandwidthGCV1D_cv, METH_VARARGS, NULL},
{ "DoubleAbsBandwidthGCV1D_cvWeighted", _wrap_DoubleAbsBandwidthGCV1D_cvWeighted, METH_VARARGS, NULL},
{ "DoubleAbsBandwidthGCV1D_swigregister", DoubleAbsBandwidthGCV1D_swigregister, METH_O, NULL},
{ "delete_UCharAbsBandwidthGCVND", _wrap_delete_UCharAbsBandwidthGCVND, METH_O, NULL},
{ "UCharAbsBandwidthGCVND_cv", _wrap_UCharAbsBandwidthGCVND_cv, METH_VARARGS, NULL},
{ "UCharAbsBandwidthGCVND_cvWeighted", _wrap_UCharAbsBandwidthGCVND_cvWeighted, METH_VARARGS, NULL},
{ "UCharAbsBandwidthGCVND_swigregister", UCharAbsBandwidthGCVND_swigregister, METH_O, NULL},
{ "delete_IntAbsBandwidthGCVND", _wrap_delete_IntAbsBandwidthGCVND, METH_O, NULL},
{ "IntAbsBandwidthGCVND_cv", _wrap_IntAbsBandwidthGCVND_cv, METH_VARARGS, NULL},
{ "IntAbsBandwidthGCVND_cvWeighted", _wrap_IntAbsBandwidthGCVND_cvWeighted, METH_VARARGS, NULL},
{ "IntAbsBandwidthGCVND_swigregister", IntAbsBandwidthGCVND_swigregister, METH_O, NULL},
{ "delete_LongAbsBandwidthGCVND", _wrap_delete_LongAbsBandwidthGCVND, METH_O, NULL},
{ "LongAbsBandwidthGCVND_cv", _wrap_LongAbsBandwidthGCVND_cv, METH_VARARGS, NULL},
{ "LongAbsBandwidthGCVND_cvWeighted", _wrap_LongAbsBandwidthGCVND_cvWeighted, METH_VARARGS, NULL},
{ "LongAbsBandwidthGCVND_swigregister", LongAbsBandwidthGCVND_swigregister, METH_O, NULL},
{ "delete_FloatAbsBandwidthGCVND", _wrap_delete_FloatAbsBandwidthGCVND, METH_O, NULL},
{ "FloatAbsBandwidthGCVND_cv", _wrap_FloatAbsBandwidthGCVND_cv, METH_VARARGS, NULL},
{ "FloatAbsBandwidthGCVND_cvWeighted", _wrap_FloatAbsBandwidthGCVND_cvWeighted, METH_VARARGS, NULL},
{ "FloatAbsBandwidthGCVND_swigregister", FloatAbsBandwidthGCVND_swigregister, METH_O, NULL},
{ "delete_DoubleAbsBandwidthGCVND", _wrap_delete_DoubleAbsBandwidthGCVND, METH_O, NULL},
{ "DoubleAbsBandwidthGCVND_cv", _wrap_DoubleAbsBandwidthGCVND_cv, METH_VARARGS, NULL},
{ "DoubleAbsBandwidthGCVND_cvWeighted", _wrap_DoubleAbsBandwidthGCVND_cvWeighted, METH_VARARGS, NULL},
{ "DoubleAbsBandwidthGCVND_swigregister", DoubleAbsBandwidthGCVND_swigregister, METH_O, NULL},
{ "delete_UCharBandwidthGCVLeastSquares1D", _wrap_delete_UCharBandwidthGCVLeastSquares1D, METH_O, NULL},
{ "new_UCharBandwidthGCVLeastSquares1D", _wrap_new_UCharBandwidthGCVLeastSquares1D, METH_NOARGS, NULL},
{ "UCharBandwidthGCVLeastSquares1D_swigregister", UCharBandwidthGCVLeastSquares1D_swigregister, METH_O, NULL},
{ "UCharBandwidthGCVLeastSquares1D_swiginit", UCharBandwidthGCVLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "delete_IntBandwidthGCVLeastSquares1D", _wrap_delete_IntBandwidthGCVLeastSquares1D, METH_O, NULL},
{ "new_IntBandwidthGCVLeastSquares1D", _wrap_new_IntBandwidthGCVLeastSquares1D, METH_NOARGS, NULL},
{ "IntBandwidthGCVLeastSquares1D_swigregister", IntBandwidthGCVLeastSquares1D_swigregister, METH_O, NULL},
{ "IntBandwidthGCVLeastSquares1D_swiginit", IntBandwidthGCVLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "delete_LongBandwidthGCVLeastSquares1D", _wrap_delete_LongBandwidthGCVLeastSquares1D, METH_O, NULL},
{ "new_LongBandwidthGCVLeastSquares1D", _wrap_new_LongBandwidthGCVLeastSquares1D, METH_NOARGS, NULL},
{ "LongBandwidthGCVLeastSquares1D_swigregister", LongBandwidthGCVLeastSquares1D_swigregister, METH_O, NULL},
{ "LongBandwidthGCVLeastSquares1D_swiginit", LongBandwidthGCVLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "delete_FloatBandwidthGCVLeastSquares1D", _wrap_delete_FloatBandwidthGCVLeastSquares1D, METH_O, NULL},
{ "new_FloatBandwidthGCVLeastSquares1D", _wrap_new_FloatBandwidthGCVLeastSquares1D, METH_NOARGS, NULL},
{ "FloatBandwidthGCVLeastSquares1D_swigregister", FloatBandwidthGCVLeastSquares1D_swigregister, METH_O, NULL},
{ "FloatBandwidthGCVLeastSquares1D_swiginit", FloatBandwidthGCVLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "delete_DoubleBandwidthGCVLeastSquares1D", _wrap_delete_DoubleBandwidthGCVLeastSquares1D, METH_O, NULL},
{ "new_DoubleBandwidthGCVLeastSquares1D", _wrap_new_DoubleBandwidthGCVLeastSquares1D, METH_NOARGS, NULL},
{ "DoubleBandwidthGCVLeastSquares1D_swigregister", DoubleBandwidthGCVLeastSquares1D_swigregister, METH_O, NULL},
{ "DoubleBandwidthGCVLeastSquares1D_swiginit", DoubleBandwidthGCVLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "delete_CVCopulaSmoother0", _wrap_delete_CVCopulaSmoother0, METH_O, NULL},
{ "CVCopulaSmoother0_swigregister", CVCopulaSmoother0_swigregister, METH_O, NULL},
{ "delete_CVCopulaSmoother1", _wrap_delete_CVCopulaSmoother1, METH_O, NULL},
{ "CVCopulaSmoother1_swigregister", CVCopulaSmoother1_swigregister, METH_O, NULL},
{ "delete_CVCopulaSmoother2", _wrap_delete_CVCopulaSmoother2, METH_O, NULL},
{ "CVCopulaSmoother2_swigregister", CVCopulaSmoother2_swigregister, METH_O, NULL},
{ "new_KDECopulaSmoother_10", _wrap_new_KDECopulaSmoother_10, METH_VARARGS, NULL},
{ "delete_KDECopulaSmoother_10", _wrap_delete_KDECopulaSmoother_10, METH_O, NULL},
{ "KDECopulaSmoother_10_swigregister", KDECopulaSmoother_10_swigregister, METH_O, NULL},
{ "KDECopulaSmoother_10_swiginit", KDECopulaSmoother_10_swiginit, METH_VARARGS, NULL},
{ "new_LOrPECopulaSmoother_10", _wrap_new_LOrPECopulaSmoother_10, METH_VARARGS, NULL},
{ "delete_LOrPECopulaSmoother_10", _wrap_delete_LOrPECopulaSmoother_10, METH_O, NULL},
{ "LOrPECopulaSmoother_10_swigregister", LOrPECopulaSmoother_10_swigregister, METH_O, NULL},
{ "LOrPECopulaSmoother_10_swiginit", LOrPECopulaSmoother_10_swiginit, METH_VARARGS, NULL},
{ "new_GaussianCopula", _wrap_new_GaussianCopula, METH_O, NULL},
{ "delete_GaussianCopula", _wrap_delete_GaussianCopula, METH_O, NULL},
{ "GaussianCopula_density", _wrap_GaussianCopula_density, METH_VARARGS, NULL},
{ "GaussianCopula_unitMap", _wrap_GaussianCopula_unitMap, METH_VARARGS, NULL},
{ "GaussianCopula_mappedByQuantiles", _wrap_GaussianCopula_mappedByQuantiles, METH_O, NULL},
{ "GaussianCopula_clone", _wrap_GaussianCopula_clone, METH_O, NULL},
{ "GaussianCopula_classId", _wrap_GaussianCopula_classId, METH_O, NULL},
{ "GaussianCopula_write", _wrap_GaussianCopula_write, METH_VARARGS, NULL},
{ "GaussianCopula_classname", _wrap_GaussianCopula_classname, METH_NOARGS, NULL},
{ "GaussianCopula_version", _wrap_GaussianCopula_version, METH_NOARGS, NULL},
{ "GaussianCopula_read", _wrap_GaussianCopula_read, METH_VARARGS, NULL},
{ "GaussianCopula_swigregister", GaussianCopula_swigregister, METH_O, NULL},
{ "GaussianCopula_swiginit", GaussianCopula_swiginit, METH_VARARGS, NULL},
{ "new_FGMCopula", _wrap_new_FGMCopula, METH_VARARGS, NULL},
{ "delete_FGMCopula", _wrap_delete_FGMCopula, METH_O, NULL},
{ "FGMCopula_density", _wrap_FGMCopula_density, METH_VARARGS, NULL},
{ "FGMCopula_unitMap", _wrap_FGMCopula_unitMap, METH_VARARGS, NULL},
{ "FGMCopula_mappedByQuantiles", _wrap_FGMCopula_mappedByQuantiles, METH_O, NULL},
{ "FGMCopula_clone", _wrap_FGMCopula_clone, METH_O, NULL},
{ "FGMCopula_classId", _wrap_FGMCopula_classId, METH_O, NULL},
{ "FGMCopula_write", _wrap_FGMCopula_write, METH_VARARGS, NULL},
{ "FGMCopula_classname", _wrap_FGMCopula_classname, METH_NOARGS, NULL},
{ "FGMCopula_version", _wrap_FGMCopula_version, METH_NOARGS, NULL},
{ "FGMCopula_read", _wrap_FGMCopula_read, METH_VARARGS, NULL},
{ "FGMCopula_swigregister", FGMCopula_swigregister, METH_O, NULL},
{ "FGMCopula_swiginit", FGMCopula_swiginit, METH_VARARGS, NULL},
{ "new_TCopula", _wrap_new_TCopula, METH_VARARGS, NULL},
{ "delete_TCopula", _wrap_delete_TCopula, METH_O, NULL},
{ "TCopula_density", _wrap_TCopula_density, METH_VARARGS, NULL},
{ "TCopula_unitMap", _wrap_TCopula_unitMap, METH_VARARGS, NULL},
{ "TCopula_mappedByQuantiles", _wrap_TCopula_mappedByQuantiles, METH_O, NULL},
{ "TCopula_nDegreesOfFreedom", _wrap_TCopula_nDegreesOfFreedom, METH_O, NULL},
{ "TCopula_clone", _wrap_TCopula_clone, METH_O, NULL},
{ "TCopula_classId", _wrap_TCopula_classId, METH_O, NULL},
{ "TCopula_write", _wrap_TCopula_write, METH_VARARGS, NULL},
{ "TCopula_classname", _wrap_TCopula_classname, METH_NOARGS, NULL},
{ "TCopula_version", _wrap_TCopula_version, METH_NOARGS, NULL},
{ "TCopula_read", _wrap_TCopula_read, METH_VARARGS, NULL},
{ "TCopula_swigregister", TCopula_swigregister, METH_O, NULL},
{ "TCopula_swiginit", TCopula_swiginit, METH_VARARGS, NULL},
{ "delete_AbsMarginalSmootherBase", _wrap_delete_AbsMarginalSmootherBase, METH_O, NULL},
{ "AbsMarginalSmootherBase_setAxisLabel", _wrap_AbsMarginalSmootherBase_setAxisLabel, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBase_nBins", _wrap_AbsMarginalSmootherBase_nBins, METH_O, NULL},
{ "AbsMarginalSmootherBase_xMin", _wrap_AbsMarginalSmootherBase_xMin, METH_O, NULL},
{ "AbsMarginalSmootherBase_xMax", _wrap_AbsMarginalSmootherBase_xMax, METH_O, NULL},
{ "AbsMarginalSmootherBase_binWidth", _wrap_AbsMarginalSmootherBase_binWidth, METH_O, NULL},
{ "AbsMarginalSmootherBase_getAxisLabel", _wrap_AbsMarginalSmootherBase_getAxisLabel, METH_O, NULL},
{ "AbsMarginalSmootherBase_getArchive", _wrap_AbsMarginalSmootherBase_getArchive, METH_O, NULL},
{ "AbsMarginalSmootherBase_getArchiveCategory", _wrap_AbsMarginalSmootherBase_getArchiveCategory, METH_O, NULL},
{ "AbsMarginalSmootherBase_lastBandwidth", _wrap_AbsMarginalSmootherBase_lastBandwidth, METH_O, NULL},
{ "AbsMarginalSmootherBase_setArchive", _wrap_AbsMarginalSmootherBase_setArchive, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBase_unsetArchive", _wrap_AbsMarginalSmootherBase_unsetArchive, METH_O, NULL},
{ "AbsMarginalSmootherBase_smooth", _wrap_AbsMarginalSmootherBase_smooth, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBase_weightedSmooth", _wrap_AbsMarginalSmootherBase_weightedSmooth, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBase_smoothArch", _wrap_AbsMarginalSmootherBase_smoothArch, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBase_weightedSmoothArch", _wrap_AbsMarginalSmootherBase_weightedSmoothArch, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBase_swigregister", AbsMarginalSmootherBase_swigregister, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_iterator", _wrap_AbsMarginalSmootherBaseVector_iterator, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector___nonzero__", _wrap_AbsMarginalSmootherBaseVector___nonzero__, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector___bool__", _wrap_AbsMarginalSmootherBaseVector___bool__, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector___len__", _wrap_AbsMarginalSmootherBaseVector___len__, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector___getslice__", _wrap_AbsMarginalSmootherBaseVector___getslice__, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector___setslice__", _wrap_AbsMarginalSmootherBaseVector___setslice__, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector___delslice__", _wrap_AbsMarginalSmootherBaseVector___delslice__, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector___delitem__", _wrap_AbsMarginalSmootherBaseVector___delitem__, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector___getitem__", _wrap_AbsMarginalSmootherBaseVector___getitem__, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector___setitem__", _wrap_AbsMarginalSmootherBaseVector___setitem__, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector_pop", _wrap_AbsMarginalSmootherBaseVector_pop, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_append", _wrap_AbsMarginalSmootherBaseVector_append, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector_empty", _wrap_AbsMarginalSmootherBaseVector_empty, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_size", _wrap_AbsMarginalSmootherBaseVector_size, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_swap", _wrap_AbsMarginalSmootherBaseVector_swap, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector_begin", _wrap_AbsMarginalSmootherBaseVector_begin, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_end", _wrap_AbsMarginalSmootherBaseVector_end, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_rbegin", _wrap_AbsMarginalSmootherBaseVector_rbegin, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_rend", _wrap_AbsMarginalSmootherBaseVector_rend, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_clear", _wrap_AbsMarginalSmootherBaseVector_clear, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_get_allocator", _wrap_AbsMarginalSmootherBaseVector_get_allocator, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_pop_back", _wrap_AbsMarginalSmootherBaseVector_pop_back, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_erase", _wrap_AbsMarginalSmootherBaseVector_erase, METH_VARARGS, NULL},
{ "new_AbsMarginalSmootherBaseVector", _wrap_new_AbsMarginalSmootherBaseVector, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector_push_back", _wrap_AbsMarginalSmootherBaseVector_push_back, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector_front", _wrap_AbsMarginalSmootherBaseVector_front, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_back", _wrap_AbsMarginalSmootherBaseVector_back, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_assign", _wrap_AbsMarginalSmootherBaseVector_assign, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector_resize", _wrap_AbsMarginalSmootherBaseVector_resize, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector_insert", _wrap_AbsMarginalSmootherBaseVector_insert, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector_reserve", _wrap_AbsMarginalSmootherBaseVector_reserve, METH_VARARGS, NULL},
{ "AbsMarginalSmootherBaseVector_capacity", _wrap_AbsMarginalSmootherBaseVector_capacity, METH_O, NULL},
{ "delete_AbsMarginalSmootherBaseVector", _wrap_delete_AbsMarginalSmootherBaseVector, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_swigregister", AbsMarginalSmootherBaseVector_swigregister, METH_O, NULL},
{ "AbsMarginalSmootherBaseVector_swiginit", AbsMarginalSmootherBaseVector_swiginit, METH_VARARGS, NULL},
{ "new_VariableBandwidthSmoother1D", _wrap_new_VariableBandwidthSmoother1D, METH_VARARGS, NULL},
{ "delete_VariableBandwidthSmoother1D", _wrap_delete_VariableBandwidthSmoother1D, METH_O, NULL},
{ "VariableBandwidthSmoother1D_symbetaPower", _wrap_VariableBandwidthSmoother1D_symbetaPower, METH_O, NULL},
{ "VariableBandwidthSmoother1D_bwFactor", _wrap_VariableBandwidthSmoother1D_bwFactor, METH_O, NULL},
{ "VariableBandwidthSmoother1D_swigregister", VariableBandwidthSmoother1D_swigregister, METH_O, NULL},
{ "VariableBandwidthSmoother1D_swiginit", VariableBandwidthSmoother1D_swiginit, METH_VARARGS, NULL},
{ "delete_GridRandomizer", _wrap_delete_GridRandomizer, METH_O, NULL},
{ "GridRandomizer___eq__", _wrap_GridRandomizer___eq__, METH_VARARGS, NULL},
{ "GridRandomizer___ne__", _wrap_GridRandomizer___ne__, METH_VARARGS, NULL},
{ "GridRandomizer_gridData", _wrap_GridRandomizer_gridData, METH_O, NULL},
{ "GridRandomizer_gridBoundary", _wrap_GridRandomizer_gridBoundary, METH_O, NULL},
{ "GridRandomizer_interpolationDegree", _wrap_GridRandomizer_interpolationDegree, METH_O, NULL},
{ "GridRandomizer_dim", _wrap_GridRandomizer_dim, METH_O, NULL},
{ "GridRandomizer_density", _wrap_GridRandomizer_density, METH_VARARGS, NULL},
{ "GridRandomizer_generate", _wrap_GridRandomizer_generate, METH_VARARGS, NULL},
{ "new_GridRandomizer", _wrap_new_GridRandomizer, METH_VARARGS, NULL},
{ "GridRandomizer_swigregister", GridRandomizer_swigregister, METH_O, NULL},
{ "GridRandomizer_swiginit", GridRandomizer_swiginit, METH_VARARGS, NULL},
{ "new_UGaussConvolution1D", _wrap_new_UGaussConvolution1D, METH_VARARGS, NULL},
{ "UGaussConvolution1D_clone", _wrap_UGaussConvolution1D_clone, METH_O, NULL},
{ "delete_UGaussConvolution1D", _wrap_delete_UGaussConvolution1D, METH_O, NULL},
{ "UGaussConvolution1D_leftEdge", _wrap_UGaussConvolution1D_leftEdge, METH_O, NULL},
{ "UGaussConvolution1D_uniformWidth", _wrap_UGaussConvolution1D_uniformWidth, METH_O, NULL},
{ "UGaussConvolution1D_classId", _wrap_UGaussConvolution1D_classId, METH_O, NULL},
{ "UGaussConvolution1D_write", _wrap_UGaussConvolution1D_write, METH_VARARGS, NULL},
{ "UGaussConvolution1D_classname", _wrap_UGaussConvolution1D_classname, METH_NOARGS, NULL},
{ "UGaussConvolution1D_version", _wrap_UGaussConvolution1D_version, METH_NOARGS, NULL},
{ "UGaussConvolution1D_read", _wrap_UGaussConvolution1D_read, METH_VARARGS, NULL},
{ "UGaussConvolution1D_swigregister", UGaussConvolution1D_swigregister, METH_O, NULL},
{ "UGaussConvolution1D_swiginit", UGaussConvolution1D_swiginit, METH_VARARGS, NULL},
{ "new_BernsteinCopulaSmoother", _wrap_new_BernsteinCopulaSmoother, METH_VARARGS, NULL},
{ "delete_BernsteinCopulaSmoother", _wrap_delete_BernsteinCopulaSmoother, METH_O, NULL},
{ "BernsteinCopulaSmoother_swigregister", BernsteinCopulaSmoother_swigregister, METH_O, NULL},
{ "BernsteinCopulaSmoother_swiginit", BernsteinCopulaSmoother_swiginit, METH_VARARGS, NULL},
{ "scanSymmetricDensityAsWeight2", _wrap_scanSymmetricDensityAsWeight2, METH_VARARGS, NULL},
{ "new_OSDE1D", _wrap_new_OSDE1D, METH_VARARGS, NULL},
{ "delete_OSDE1D", _wrap_delete_OSDE1D, METH_O, NULL},
{ "OSDE1D_clpoly", _wrap_OSDE1D_clpoly, METH_O, NULL},
{ "OSDE1D_xmin", _wrap_OSDE1D_xmin, METH_O, NULL},
{ "OSDE1D_xmax", _wrap_OSDE1D_xmax, METH_O, NULL},
{ "OSDE1D_weight", _wrap_OSDE1D_weight, METH_VARARGS, NULL},
{ "OSDE1D_poly", _wrap_OSDE1D_poly, METH_VARARGS, NULL},
{ "OSDE1D_twopoly", _wrap_OSDE1D_twopoly, METH_VARARGS, NULL},
{ "OSDE1D_integratePoly", _wrap_OSDE1D_integratePoly, METH_VARARGS, NULL},
{ "OSDE1D_jointIntegral", _wrap_OSDE1D_jointIntegral, METH_VARARGS, NULL},
{ "OSDE1D_tMatrix", _wrap_OSDE1D_tMatrix, METH_VARARGS, NULL},
{ "OSDE1D_supportRegion", _wrap_OSDE1D_supportRegion, METH_VARARGS, NULL},
{ "OSDE1D_integrateSeries", _wrap_OSDE1D_integrateSeries, METH_VARARGS, NULL},
{ "OSDE1D_series", _wrap_OSDE1D_series, METH_VARARGS, NULL},
{ "OSDE1D_seriesScan", _wrap_OSDE1D_seriesScan, METH_VARARGS, NULL},
{ "OSDE1D_densityCoeffs", _wrap_OSDE1D_densityCoeffs, METH_VARARGS, NULL},
{ "OSDE1D_densityCoeffsVariance", _wrap_OSDE1D_densityCoeffsVariance, METH_VARARGS, NULL},
{ "OSDE1D_densityCoeffsCovariance", _wrap_OSDE1D_densityCoeffsCovariance, METH_VARARGS, NULL},
{ "OSDE1D_optimalDegreeHart", _wrap_OSDE1D_optimalDegreeHart, METH_VARARGS, NULL},
{ "OSDE1D_calculateCoeffs", _wrap_OSDE1D_calculateCoeffs, METH_VARARGS, NULL},
{ "OSDE1D_sampleCoeffs", _wrap_OSDE1D_sampleCoeffs, METH_VARARGS, NULL},
{ "OSDE1D_sampleCoeffsVariance", _wrap_OSDE1D_sampleCoeffsVariance, METH_VARARGS, NULL},
{ "OSDE1D_sampleCoeffsCovariance", _wrap_OSDE1D_sampleCoeffsCovariance, METH_VARARGS, NULL},
{ "OSDE1D_weightedSampleCoeffs", _wrap_OSDE1D_weightedSampleCoeffs, METH_VARARGS, NULL},
{ "OSDE1D_weightedSampleCoeffsVariance", _wrap_OSDE1D_weightedSampleCoeffsVariance, METH_VARARGS, NULL},
{ "OSDE1D_weightedSampleCoeffsCovariance", _wrap_OSDE1D_weightedSampleCoeffsCovariance, METH_VARARGS, NULL},
{ "OSDE1D_integratedSquaredError", _wrap_OSDE1D_integratedSquaredError, METH_VARARGS, NULL},
{ "OSDE1D_swigregister", OSDE1D_swigregister, METH_O, NULL},
{ "OSDE1D_swiginit", OSDE1D_swiginit, METH_VARARGS, NULL},
{ "new_JohnsonSu", _wrap_new_JohnsonSu, METH_VARARGS, NULL},
{ "JohnsonSu_clone", _wrap_JohnsonSu_clone, METH_O, NULL},
{ "delete_JohnsonSu", _wrap_delete_JohnsonSu, METH_O, NULL},
{ "JohnsonSu_skewness", _wrap_JohnsonSu_skewness, METH_O, NULL},
{ "JohnsonSu_kurtosis", _wrap_JohnsonSu_kurtosis, METH_O, NULL},
{ "JohnsonSu_isValid", _wrap_JohnsonSu_isValid, METH_O, NULL},
{ "JohnsonSu_getDelta", _wrap_JohnsonSu_getDelta, METH_O, NULL},
{ "JohnsonSu_getLambda", _wrap_JohnsonSu_getLambda, METH_O, NULL},
{ "JohnsonSu_getGamma", _wrap_JohnsonSu_getGamma, METH_O, NULL},
{ "JohnsonSu_getXi", _wrap_JohnsonSu_getXi, METH_O, NULL},
{ "JohnsonSu_classId", _wrap_JohnsonSu_classId, METH_O, NULL},
{ "JohnsonSu_write", _wrap_JohnsonSu_write, METH_VARARGS, NULL},
{ "JohnsonSu_classname", _wrap_JohnsonSu_classname, METH_NOARGS, NULL},
{ "JohnsonSu_version", _wrap_JohnsonSu_version, METH_NOARGS, NULL},
{ "JohnsonSu_read", _wrap_JohnsonSu_read, METH_VARARGS, NULL},
{ "JohnsonSu_swigregister", JohnsonSu_swigregister, METH_O, NULL},
{ "JohnsonSu_swiginit", JohnsonSu_swiginit, METH_VARARGS, NULL},
{ "new_JohnsonSb", _wrap_new_JohnsonSb, METH_VARARGS, NULL},
{ "JohnsonSb_clone", _wrap_JohnsonSb_clone, METH_O, NULL},
{ "delete_JohnsonSb", _wrap_delete_JohnsonSb, METH_O, NULL},
{ "JohnsonSb_skewness", _wrap_JohnsonSb_skewness, METH_O, NULL},
{ "JohnsonSb_kurtosis", _wrap_JohnsonSb_kurtosis, METH_O, NULL},
{ "JohnsonSb_isValid", _wrap_JohnsonSb_isValid, METH_O, NULL},
{ "JohnsonSb_getDelta", _wrap_JohnsonSb_getDelta, METH_O, NULL},
{ "JohnsonSb_getLambda", _wrap_JohnsonSb_getLambda, METH_O, NULL},
{ "JohnsonSb_getGamma", _wrap_JohnsonSb_getGamma, METH_O, NULL},
{ "JohnsonSb_getXi", _wrap_JohnsonSb_getXi, METH_O, NULL},
{ "JohnsonSb_fitParameters", _wrap_JohnsonSb_fitParameters, METH_VARARGS, NULL},
{ "JohnsonSb_classId", _wrap_JohnsonSb_classId, METH_O, NULL},
{ "JohnsonSb_write", _wrap_JohnsonSb_write, METH_VARARGS, NULL},
{ "JohnsonSb_classname", _wrap_JohnsonSb_classname, METH_NOARGS, NULL},
{ "JohnsonSb_version", _wrap_JohnsonSb_version, METH_NOARGS, NULL},
{ "JohnsonSb_read", _wrap_JohnsonSb_read, METH_VARARGS, NULL},
{ "JohnsonSb_swigregister", JohnsonSb_swigregister, METH_O, NULL},
{ "JohnsonSb_swiginit", JohnsonSb_swiginit, METH_VARARGS, NULL},
{ "new_JohnsonSystem", _wrap_new_JohnsonSystem, METH_VARARGS, NULL},
{ "delete_JohnsonSystem", _wrap_delete_JohnsonSystem, METH_O, NULL},
{ "JohnsonSystem_clone", _wrap_JohnsonSystem_clone, METH_O, NULL},
{ "JohnsonSystem_skewness", _wrap_JohnsonSystem_skewness, METH_O, NULL},
{ "JohnsonSystem_kurtosis", _wrap_JohnsonSystem_kurtosis, METH_O, NULL},
{ "JohnsonSystem_curveType", _wrap_JohnsonSystem_curveType, METH_O, NULL},
{ "JohnsonSystem_select", _wrap_JohnsonSystem_select, METH_VARARGS, NULL},
{ "JohnsonSystem_classId", _wrap_JohnsonSystem_classId, METH_O, NULL},
{ "JohnsonSystem_write", _wrap_JohnsonSystem_write, METH_VARARGS, NULL},
{ "JohnsonSystem_classname", _wrap_JohnsonSystem_classname, METH_NOARGS, NULL},
{ "JohnsonSystem_version", _wrap_JohnsonSystem_version, METH_NOARGS, NULL},
{ "JohnsonSystem_read", _wrap_JohnsonSystem_read, METH_VARARGS, NULL},
{ "JohnsonSystem_swigregister", JohnsonSystem_swigregister, METH_O, NULL},
{ "JohnsonSystem_swiginit", JohnsonSystem_swiginit, METH_VARARGS, NULL},
{ "new_KDEGroupedCopulaSmoother_10", _wrap_new_KDEGroupedCopulaSmoother_10, METH_VARARGS, NULL},
{ "delete_KDEGroupedCopulaSmoother_10", _wrap_delete_KDEGroupedCopulaSmoother_10, METH_O, NULL},
{ "KDEGroupedCopulaSmoother_10_swigregister", KDEGroupedCopulaSmoother_10_swigregister, METH_O, NULL},
{ "KDEGroupedCopulaSmoother_10_swiginit", KDEGroupedCopulaSmoother_10_swiginit, METH_VARARGS, NULL},
{ "new_ProductDistributionND", _wrap_new_ProductDistributionND, METH_VARARGS, NULL},
{ "delete_ProductDistributionND", _wrap_delete_ProductDistributionND, METH_O, NULL},
{ "ProductDistributionND_clone", _wrap_ProductDistributionND_clone, METH_O, NULL},
{ "ProductDistributionND_density", _wrap_ProductDistributionND_density, METH_VARARGS, NULL},
{ "ProductDistributionND_unitMap", _wrap_ProductDistributionND_unitMap, METH_VARARGS, NULL},
{ "ProductDistributionND_mappedByQuantiles", _wrap_ProductDistributionND_mappedByQuantiles, METH_O, NULL},
{ "ProductDistributionND_isScalable", _wrap_ProductDistributionND_isScalable, METH_O, NULL},
{ "ProductDistributionND_getMarginal", _wrap_ProductDistributionND_getMarginal, METH_VARARGS, NULL},
{ "ProductDistributionND_classId", _wrap_ProductDistributionND_classId, METH_O, NULL},
{ "ProductDistributionND_write", _wrap_ProductDistributionND_write, METH_VARARGS, NULL},
{ "ProductDistributionND_classname", _wrap_ProductDistributionND_classname, METH_NOARGS, NULL},
{ "ProductDistributionND_version", _wrap_ProductDistributionND_version, METH_NOARGS, NULL},
{ "ProductDistributionND_read", _wrap_ProductDistributionND_read, METH_VARARGS, NULL},
{ "ProductDistributionND_swigregister", ProductDistributionND_swigregister, METH_O, NULL},
{ "ProductDistributionND_swiginit", ProductDistributionND_swiginit, METH_VARARGS, NULL},
{ "delete_GaussND", _wrap_delete_GaussND, METH_O, NULL},
{ "GaussND_clone", _wrap_GaussND_clone, METH_O, NULL},
{ "GaussND_density", _wrap_GaussND_density, METH_VARARGS, NULL},
{ "GaussND_unitMap", _wrap_GaussND_unitMap, METH_VARARGS, NULL},
{ "GaussND_mappedByQuantiles", _wrap_GaussND_mappedByQuantiles, METH_O, NULL},
{ "GaussND_getLocation", _wrap_GaussND_getLocation, METH_VARARGS, NULL},
{ "GaussND_getCovMat", _wrap_GaussND_getCovMat, METH_O, NULL},
{ "GaussND_classId", _wrap_GaussND_classId, METH_O, NULL},
{ "GaussND_write", _wrap_GaussND_write, METH_VARARGS, NULL},
{ "GaussND_classname", _wrap_GaussND_classname, METH_NOARGS, NULL},
{ "GaussND_version", _wrap_GaussND_version, METH_NOARGS, NULL},
{ "GaussND_read", _wrap_GaussND_read, METH_VARARGS, NULL},
{ "new_GaussND", _wrap_new_GaussND, METH_VARARGS, NULL},
{ "GaussND_swigregister", GaussND_swigregister, METH_O, NULL},
{ "GaussND_swiginit", GaussND_swiginit, METH_VARARGS, NULL},
{ "delete_UniformND", _wrap_delete_UniformND, METH_O, NULL},
{ "UniformND_clone", _wrap_UniformND_clone, METH_O, NULL},
{ "UniformND_mappedByQuantiles", _wrap_UniformND_mappedByQuantiles, METH_O, NULL},
{ "UniformND_classId", _wrap_UniformND_classId, METH_O, NULL},
{ "UniformND_write", _wrap_UniformND_write, METH_VARARGS, NULL},
{ "UniformND_classname", _wrap_UniformND_classname, METH_NOARGS, NULL},
{ "UniformND_version", _wrap_UniformND_version, METH_NOARGS, NULL},
{ "UniformND_read", _wrap_UniformND_read, METH_VARARGS, NULL},
{ "new_UniformND", _wrap_new_UniformND, METH_VARARGS, NULL},
{ "UniformND_swigregister", UniformND_swigregister, METH_O, NULL},
{ "UniformND_swiginit", UniformND_swiginit, METH_VARARGS, NULL},
{ "ScalableSymmetricBetaND_clone", _wrap_ScalableSymmetricBetaND_clone, METH_O, NULL},
{ "delete_ScalableSymmetricBetaND", _wrap_delete_ScalableSymmetricBetaND, METH_O, NULL},
{ "ScalableSymmetricBetaND_mappedByQuantiles", _wrap_ScalableSymmetricBetaND_mappedByQuantiles, METH_O, NULL},
{ "ScalableSymmetricBetaND_power", _wrap_ScalableSymmetricBetaND_power, METH_O, NULL},
{ "ScalableSymmetricBetaND_classId", _wrap_ScalableSymmetricBetaND_classId, METH_O, NULL},
{ "ScalableSymmetricBetaND_write", _wrap_ScalableSymmetricBetaND_write, METH_VARARGS, NULL},
{ "ScalableSymmetricBetaND_classname", _wrap_ScalableSymmetricBetaND_classname, METH_NOARGS, NULL},
{ "ScalableSymmetricBetaND_version", _wrap_ScalableSymmetricBetaND_version, METH_NOARGS, NULL},
{ "ScalableSymmetricBetaND_read", _wrap_ScalableSymmetricBetaND_read, METH_VARARGS, NULL},
{ "new_ScalableSymmetricBetaND", _wrap_new_ScalableSymmetricBetaND, METH_VARARGS, NULL},
{ "ScalableSymmetricBetaND_swigregister", ScalableSymmetricBetaND_swigregister, METH_O, NULL},
{ "ScalableSymmetricBetaND_swiginit", ScalableSymmetricBetaND_swiginit, METH_VARARGS, NULL},
{ "ScalableHuberND_clone", _wrap_ScalableHuberND_clone, METH_O, NULL},
{ "delete_ScalableHuberND", _wrap_delete_ScalableHuberND, METH_O, NULL},
{ "ScalableHuberND_mappedByQuantiles", _wrap_ScalableHuberND_mappedByQuantiles, METH_O, NULL},
{ "ScalableHuberND_tailWeight", _wrap_ScalableHuberND_tailWeight, METH_O, NULL},
{ "ScalableHuberND_transition", _wrap_ScalableHuberND_transition, METH_O, NULL},
{ "ScalableHuberND_classId", _wrap_ScalableHuberND_classId, METH_O, NULL},
{ "ScalableHuberND_write", _wrap_ScalableHuberND_write, METH_VARARGS, NULL},
{ "ScalableHuberND_classname", _wrap_ScalableHuberND_classname, METH_NOARGS, NULL},
{ "ScalableHuberND_version", _wrap_ScalableHuberND_version, METH_NOARGS, NULL},
{ "ScalableHuberND_read", _wrap_ScalableHuberND_read, METH_VARARGS, NULL},
{ "new_ScalableHuberND", _wrap_new_ScalableHuberND, METH_VARARGS, NULL},
{ "ScalableHuberND_swigregister", ScalableHuberND_swigregister, METH_O, NULL},
{ "ScalableHuberND_swiginit", ScalableHuberND_swiginit, METH_VARARGS, NULL},
{ "ProductSymmetricBetaND_clone", _wrap_ProductSymmetricBetaND_clone, METH_O, NULL},
{ "delete_ProductSymmetricBetaND", _wrap_delete_ProductSymmetricBetaND, METH_O, NULL},
{ "ProductSymmetricBetaND_power", _wrap_ProductSymmetricBetaND_power, METH_O, NULL},
{ "ProductSymmetricBetaND_classId", _wrap_ProductSymmetricBetaND_classId, METH_O, NULL},
{ "ProductSymmetricBetaND_write", _wrap_ProductSymmetricBetaND_write, METH_VARARGS, NULL},
{ "ProductSymmetricBetaND_classname", _wrap_ProductSymmetricBetaND_classname, METH_NOARGS, NULL},
{ "ProductSymmetricBetaND_version", _wrap_ProductSymmetricBetaND_version, METH_NOARGS, NULL},
{ "ProductSymmetricBetaND_read", _wrap_ProductSymmetricBetaND_read, METH_VARARGS, NULL},
{ "new_ProductSymmetricBetaND", _wrap_new_ProductSymmetricBetaND, METH_VARARGS, NULL},
{ "ProductSymmetricBetaND_swigregister", ProductSymmetricBetaND_swigregister, METH_O, NULL},
{ "ProductSymmetricBetaND_swiginit", ProductSymmetricBetaND_swiginit, METH_VARARGS, NULL},
{ "RadialProfileND_clone", _wrap_RadialProfileND_clone, METH_O, NULL},
{ "delete_RadialProfileND", _wrap_delete_RadialProfileND, METH_O, NULL},
{ "RadialProfileND_mappedByQuantiles", _wrap_RadialProfileND_mappedByQuantiles, METH_O, NULL},
{ "RadialProfileND_interpolationDegree", _wrap_RadialProfileND_interpolationDegree, METH_O, NULL},
{ "RadialProfileND_profileLength", _wrap_RadialProfileND_profileLength, METH_O, NULL},
{ "RadialProfileND_profileData", _wrap_RadialProfileND_profileData, METH_O, NULL},
{ "RadialProfileND_classId", _wrap_RadialProfileND_classId, METH_O, NULL},
{ "RadialProfileND_write", _wrap_RadialProfileND_write, METH_VARARGS, NULL},
{ "RadialProfileND_classname", _wrap_RadialProfileND_classname, METH_NOARGS, NULL},
{ "RadialProfileND_version", _wrap_RadialProfileND_version, METH_NOARGS, NULL},
{ "RadialProfileND_read", _wrap_RadialProfileND_read, METH_VARARGS, NULL},
{ "new_RadialProfileND", _wrap_new_RadialProfileND, METH_VARARGS, NULL},
{ "RadialProfileND_swigregister", RadialProfileND_swigregister, METH_O, NULL},
{ "RadialProfileND_swiginit", RadialProfileND_swiginit, METH_VARARGS, NULL},
{ "BinnedDensityND_clone", _wrap_BinnedDensityND_clone, METH_O, NULL},
{ "delete_BinnedDensityND", _wrap_delete_BinnedDensityND, METH_O, NULL},
{ "BinnedDensityND_mappedByQuantiles", _wrap_BinnedDensityND_mappedByQuantiles, METH_O, NULL},
{ "BinnedDensityND_gridData", _wrap_BinnedDensityND_gridData, METH_O, NULL},
{ "BinnedDensityND_interpolationDegree", _wrap_BinnedDensityND_interpolationDegree, METH_O, NULL},
{ "BinnedDensityND_classId", _wrap_BinnedDensityND_classId, METH_O, NULL},
{ "BinnedDensityND_write", _wrap_BinnedDensityND_write, METH_VARARGS, NULL},
{ "BinnedDensityND_classname", _wrap_BinnedDensityND_classname, METH_NOARGS, NULL},
{ "BinnedDensityND_version", _wrap_BinnedDensityND_version, METH_NOARGS, NULL},
{ "BinnedDensityND_read", _wrap_BinnedDensityND_read, METH_VARARGS, NULL},
{ "new_BinnedDensityND", _wrap_new_BinnedDensityND, METH_VARARGS, NULL},
{ "BinnedDensityND_swigregister", BinnedDensityND_swigregister, METH_O, NULL},
{ "BinnedDensityND_swiginit", BinnedDensityND_swiginit, METH_VARARGS, NULL},
{ "LinTransformedDistroND_clone", _wrap_LinTransformedDistroND_clone, METH_O, NULL},
{ "delete_LinTransformedDistroND", _wrap_delete_LinTransformedDistroND, METH_O, NULL},
{ "LinTransformedDistroND_density", _wrap_LinTransformedDistroND_density, METH_VARARGS, NULL},
{ "LinTransformedDistroND_unitMap", _wrap_LinTransformedDistroND_unitMap, METH_VARARGS, NULL},
{ "LinTransformedDistroND_mappedByQuantiles", _wrap_LinTransformedDistroND_mappedByQuantiles, METH_O, NULL},
{ "LinTransformedDistroND_getShift", _wrap_LinTransformedDistroND_getShift, METH_VARARGS, NULL},
{ "LinTransformedDistroND_getS", _wrap_LinTransformedDistroND_getS, METH_O, NULL},
{ "LinTransformedDistroND_getInverseS", _wrap_LinTransformedDistroND_getInverseS, METH_O, NULL},
{ "LinTransformedDistroND_classId", _wrap_LinTransformedDistroND_classId, METH_O, NULL},
{ "LinTransformedDistroND_write", _wrap_LinTransformedDistroND_write, METH_VARARGS, NULL},
{ "LinTransformedDistroND_classname", _wrap_LinTransformedDistroND_classname, METH_NOARGS, NULL},
{ "LinTransformedDistroND_version", _wrap_LinTransformedDistroND_version, METH_NOARGS, NULL},
{ "LinTransformedDistroND_read", _wrap_LinTransformedDistroND_read, METH_VARARGS, NULL},
{ "new_LinTransformedDistroND", _wrap_new_LinTransformedDistroND, METH_VARARGS, NULL},
{ "LinTransformedDistroND_swigregister", LinTransformedDistroND_swigregister, METH_O, NULL},
{ "LinTransformedDistroND_swiginit", LinTransformedDistroND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_ProductDistributionND", _wrap_new_ArchiveRecord_ProductDistributionND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_ProductDistributionND", _wrap_delete_ArchiveRecord_ProductDistributionND, METH_O, NULL},
{ "ArchiveRecord_ProductDistributionND_swigregister", ArchiveRecord_ProductDistributionND_swigregister, METH_O, NULL},
{ "ArchiveRecord_ProductDistributionND_swiginit", ArchiveRecord_ProductDistributionND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_ProductDistributionND", _wrap_new_Ref_ProductDistributionND, METH_VARARGS, NULL},
{ "Ref_ProductDistributionND_restore", _wrap_Ref_ProductDistributionND_restore, METH_VARARGS, NULL},
{ "Ref_ProductDistributionND_retrieve", _wrap_Ref_ProductDistributionND_retrieve, METH_VARARGS, NULL},
{ "Ref_ProductDistributionND_getValue", _wrap_Ref_ProductDistributionND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_ProductDistributionND", _wrap_delete_Ref_ProductDistributionND, METH_O, NULL},
{ "Ref_ProductDistributionND_swigregister", Ref_ProductDistributionND_swigregister, METH_O, NULL},
{ "Ref_ProductDistributionND_swiginit", Ref_ProductDistributionND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_GaussND", _wrap_new_ArchiveRecord_GaussND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_GaussND", _wrap_delete_ArchiveRecord_GaussND, METH_O, NULL},
{ "ArchiveRecord_GaussND_swigregister", ArchiveRecord_GaussND_swigregister, METH_O, NULL},
{ "ArchiveRecord_GaussND_swiginit", ArchiveRecord_GaussND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_GaussND", _wrap_new_Ref_GaussND, METH_VARARGS, NULL},
{ "Ref_GaussND_restore", _wrap_Ref_GaussND_restore, METH_VARARGS, NULL},
{ "Ref_GaussND_retrieve", _wrap_Ref_GaussND_retrieve, METH_VARARGS, NULL},
{ "Ref_GaussND_getValue", _wrap_Ref_GaussND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_GaussND", _wrap_delete_Ref_GaussND, METH_O, NULL},
{ "Ref_GaussND_swigregister", Ref_GaussND_swigregister, METH_O, NULL},
{ "Ref_GaussND_swiginit", Ref_GaussND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_UniformND", _wrap_new_ArchiveRecord_UniformND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_UniformND", _wrap_delete_ArchiveRecord_UniformND, METH_O, NULL},
{ "ArchiveRecord_UniformND_swigregister", ArchiveRecord_UniformND_swigregister, METH_O, NULL},
{ "ArchiveRecord_UniformND_swiginit", ArchiveRecord_UniformND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_UniformND", _wrap_new_Ref_UniformND, METH_VARARGS, NULL},
{ "Ref_UniformND_restore", _wrap_Ref_UniformND_restore, METH_VARARGS, NULL},
{ "Ref_UniformND_retrieve", _wrap_Ref_UniformND_retrieve, METH_VARARGS, NULL},
{ "Ref_UniformND_getValue", _wrap_Ref_UniformND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UniformND", _wrap_delete_Ref_UniformND, METH_O, NULL},
{ "Ref_UniformND_swigregister", Ref_UniformND_swigregister, METH_O, NULL},
{ "Ref_UniformND_swiginit", Ref_UniformND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_ScalableSymmetricBetaND", _wrap_new_ArchiveRecord_ScalableSymmetricBetaND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_ScalableSymmetricBetaND", _wrap_delete_ArchiveRecord_ScalableSymmetricBetaND, METH_O, NULL},
{ "ArchiveRecord_ScalableSymmetricBetaND_swigregister", ArchiveRecord_ScalableSymmetricBetaND_swigregister, METH_O, NULL},
{ "ArchiveRecord_ScalableSymmetricBetaND_swiginit", ArchiveRecord_ScalableSymmetricBetaND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_ScalableSymmetricBetaND", _wrap_new_Ref_ScalableSymmetricBetaND, METH_VARARGS, NULL},
{ "Ref_ScalableSymmetricBetaND_restore", _wrap_Ref_ScalableSymmetricBetaND_restore, METH_VARARGS, NULL},
{ "Ref_ScalableSymmetricBetaND_retrieve", _wrap_Ref_ScalableSymmetricBetaND_retrieve, METH_VARARGS, NULL},
{ "Ref_ScalableSymmetricBetaND_getValue", _wrap_Ref_ScalableSymmetricBetaND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_ScalableSymmetricBetaND", _wrap_delete_Ref_ScalableSymmetricBetaND, METH_O, NULL},
{ "Ref_ScalableSymmetricBetaND_swigregister", Ref_ScalableSymmetricBetaND_swigregister, METH_O, NULL},
{ "Ref_ScalableSymmetricBetaND_swiginit", Ref_ScalableSymmetricBetaND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_ScalableHuberND", _wrap_new_ArchiveRecord_ScalableHuberND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_ScalableHuberND", _wrap_delete_ArchiveRecord_ScalableHuberND, METH_O, NULL},
{ "ArchiveRecord_ScalableHuberND_swigregister", ArchiveRecord_ScalableHuberND_swigregister, METH_O, NULL},
{ "ArchiveRecord_ScalableHuberND_swiginit", ArchiveRecord_ScalableHuberND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_ScalableHuberND", _wrap_new_Ref_ScalableHuberND, METH_VARARGS, NULL},
{ "Ref_ScalableHuberND_restore", _wrap_Ref_ScalableHuberND_restore, METH_VARARGS, NULL},
{ "Ref_ScalableHuberND_retrieve", _wrap_Ref_ScalableHuberND_retrieve, METH_VARARGS, NULL},
{ "Ref_ScalableHuberND_getValue", _wrap_Ref_ScalableHuberND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_ScalableHuberND", _wrap_delete_Ref_ScalableHuberND, METH_O, NULL},
{ "Ref_ScalableHuberND_swigregister", Ref_ScalableHuberND_swigregister, METH_O, NULL},
{ "Ref_ScalableHuberND_swiginit", Ref_ScalableHuberND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_RadialProfileND", _wrap_new_ArchiveRecord_RadialProfileND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_RadialProfileND", _wrap_delete_ArchiveRecord_RadialProfileND, METH_O, NULL},
{ "ArchiveRecord_RadialProfileND_swigregister", ArchiveRecord_RadialProfileND_swigregister, METH_O, NULL},
{ "ArchiveRecord_RadialProfileND_swiginit", ArchiveRecord_RadialProfileND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_RadialProfileND", _wrap_new_Ref_RadialProfileND, METH_VARARGS, NULL},
{ "Ref_RadialProfileND_restore", _wrap_Ref_RadialProfileND_restore, METH_VARARGS, NULL},
{ "Ref_RadialProfileND_retrieve", _wrap_Ref_RadialProfileND_retrieve, METH_VARARGS, NULL},
{ "Ref_RadialProfileND_getValue", _wrap_Ref_RadialProfileND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_RadialProfileND", _wrap_delete_Ref_RadialProfileND, METH_O, NULL},
{ "Ref_RadialProfileND_swigregister", Ref_RadialProfileND_swigregister, METH_O, NULL},
{ "Ref_RadialProfileND_swiginit", Ref_RadialProfileND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_BinnedDensityND", _wrap_new_ArchiveRecord_BinnedDensityND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_BinnedDensityND", _wrap_delete_ArchiveRecord_BinnedDensityND, METH_O, NULL},
{ "ArchiveRecord_BinnedDensityND_swigregister", ArchiveRecord_BinnedDensityND_swigregister, METH_O, NULL},
{ "ArchiveRecord_BinnedDensityND_swiginit", ArchiveRecord_BinnedDensityND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_BinnedDensityND", _wrap_new_Ref_BinnedDensityND, METH_VARARGS, NULL},
{ "Ref_BinnedDensityND_restore", _wrap_Ref_BinnedDensityND_restore, METH_VARARGS, NULL},
{ "Ref_BinnedDensityND_retrieve", _wrap_Ref_BinnedDensityND_retrieve, METH_VARARGS, NULL},
{ "Ref_BinnedDensityND_getValue", _wrap_Ref_BinnedDensityND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_BinnedDensityND", _wrap_delete_Ref_BinnedDensityND, METH_O, NULL},
{ "Ref_BinnedDensityND_swigregister", Ref_BinnedDensityND_swigregister, METH_O, NULL},
{ "Ref_BinnedDensityND_swiginit", Ref_BinnedDensityND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LinTransformedDistroND", _wrap_new_ArchiveRecord_LinTransformedDistroND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LinTransformedDistroND", _wrap_delete_ArchiveRecord_LinTransformedDistroND, METH_O, NULL},
{ "ArchiveRecord_LinTransformedDistroND_swigregister", ArchiveRecord_LinTransformedDistroND_swigregister, METH_O, NULL},
{ "ArchiveRecord_LinTransformedDistroND_swiginit", ArchiveRecord_LinTransformedDistroND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LinTransformedDistroND", _wrap_new_Ref_LinTransformedDistroND, METH_VARARGS, NULL},
{ "Ref_LinTransformedDistroND_restore", _wrap_Ref_LinTransformedDistroND_restore, METH_VARARGS, NULL},
{ "Ref_LinTransformedDistroND_retrieve", _wrap_Ref_LinTransformedDistroND_retrieve, METH_VARARGS, NULL},
{ "Ref_LinTransformedDistroND_getValue", _wrap_Ref_LinTransformedDistroND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LinTransformedDistroND", _wrap_delete_Ref_LinTransformedDistroND, METH_O, NULL},
{ "Ref_LinTransformedDistroND_swigregister", Ref_LinTransformedDistroND_swigregister, METH_O, NULL},
{ "Ref_LinTransformedDistroND_swiginit", Ref_LinTransformedDistroND_swiginit, METH_VARARGS, NULL},
{ "histoCovariance", _wrap_histoCovariance, METH_VARARGS, NULL},
{ "histoMean", _wrap_histoMean, METH_VARARGS, NULL},
{ "histoQuantiles", _wrap_histoQuantiles, METH_VARARGS, NULL},
{ "histoDensity1D", _wrap_histoDensity1D, METH_VARARGS, NULL},
{ "histoDensityND", _wrap_histoDensityND, METH_VARARGS, NULL},
{ "CompositeDistributionND_addMarginal", _wrap_CompositeDistributionND_addMarginal, METH_VARARGS, NULL},
{ "delete_CompositeDistributionND", _wrap_delete_CompositeDistributionND, METH_O, NULL},
{ "CompositeDistributionND_clone", _wrap_CompositeDistributionND_clone, METH_O, NULL},
{ "CompositeDistributionND_mappedByQuantiles", _wrap_CompositeDistributionND_mappedByQuantiles, METH_O, NULL},
{ "CompositeDistributionND_copula", _wrap_CompositeDistributionND_copula, METH_O, NULL},
{ "CompositeDistributionND_marginal", _wrap_CompositeDistributionND_marginal, METH_VARARGS, NULL},
{ "CompositeDistributionND_density", _wrap_CompositeDistributionND_density, METH_VARARGS, NULL},
{ "CompositeDistributionND_copulaDensity", _wrap_CompositeDistributionND_copulaDensity, METH_VARARGS, NULL},
{ "CompositeDistributionND_productOfTheMarginals", _wrap_CompositeDistributionND_productOfTheMarginals, METH_VARARGS, NULL},
{ "CompositeDistributionND_unitMap", _wrap_CompositeDistributionND_unitMap, METH_VARARGS, NULL},
{ "CompositeDistributionND_classId", _wrap_CompositeDistributionND_classId, METH_O, NULL},
{ "CompositeDistributionND_write", _wrap_CompositeDistributionND_write, METH_VARARGS, NULL},
{ "CompositeDistributionND_classname", _wrap_CompositeDistributionND_classname, METH_NOARGS, NULL},
{ "CompositeDistributionND_version", _wrap_CompositeDistributionND_version, METH_NOARGS, NULL},
{ "CompositeDistributionND_read", _wrap_CompositeDistributionND_read, METH_VARARGS, NULL},
{ "new_CompositeDistributionND", _wrap_new_CompositeDistributionND, METH_VARARGS, NULL},
{ "CompositeDistributionND_swigregister", CompositeDistributionND_swigregister, METH_O, NULL},
{ "CompositeDistributionND_swiginit", CompositeDistributionND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_CompositeDistributionND", _wrap_new_ArchiveRecord_CompositeDistributionND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_CompositeDistributionND", _wrap_delete_ArchiveRecord_CompositeDistributionND, METH_O, NULL},
{ "ArchiveRecord_CompositeDistributionND_swigregister", ArchiveRecord_CompositeDistributionND_swigregister, METH_O, NULL},
{ "ArchiveRecord_CompositeDistributionND_swiginit", ArchiveRecord_CompositeDistributionND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_CompositeDistributionND", _wrap_new_Ref_CompositeDistributionND, METH_VARARGS, NULL},
{ "Ref_CompositeDistributionND_restore", _wrap_Ref_CompositeDistributionND_restore, METH_VARARGS, NULL},
{ "Ref_CompositeDistributionND_retrieve", _wrap_Ref_CompositeDistributionND_retrieve, METH_VARARGS, NULL},
{ "Ref_CompositeDistributionND_getValue", _wrap_Ref_CompositeDistributionND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_CompositeDistributionND", _wrap_delete_Ref_CompositeDistributionND, METH_O, NULL},
{ "Ref_CompositeDistributionND_swigregister", Ref_CompositeDistributionND_swigregister, METH_O, NULL},
{ "Ref_CompositeDistributionND_swiginit", Ref_CompositeDistributionND_swiginit, METH_VARARGS, NULL},
{ "new_TruncatedDistribution1D", _wrap_new_TruncatedDistribution1D, METH_VARARGS, NULL},
{ "TruncatedDistribution1D_clone", _wrap_TruncatedDistribution1D_clone, METH_O, NULL},
{ "delete_TruncatedDistribution1D", _wrap_delete_TruncatedDistribution1D, METH_O, NULL},
{ "TruncatedDistribution1D_density", _wrap_TruncatedDistribution1D_density, METH_VARARGS, NULL},
{ "TruncatedDistribution1D_cdf", _wrap_TruncatedDistribution1D_cdf, METH_VARARGS, NULL},
{ "TruncatedDistribution1D_exceedance", _wrap_TruncatedDistribution1D_exceedance, METH_VARARGS, NULL},
{ "TruncatedDistribution1D_quantile", _wrap_TruncatedDistribution1D_quantile, METH_VARARGS, NULL},
{ "TruncatedDistribution1D_classId", _wrap_TruncatedDistribution1D_classId, METH_O, NULL},
{ "TruncatedDistribution1D_write", _wrap_TruncatedDistribution1D_write, METH_VARARGS, NULL},
{ "TruncatedDistribution1D_classname", _wrap_TruncatedDistribution1D_classname, METH_NOARGS, NULL},
{ "TruncatedDistribution1D_version", _wrap_TruncatedDistribution1D_version, METH_NOARGS, NULL},
{ "TruncatedDistribution1D_read", _wrap_TruncatedDistribution1D_read, METH_VARARGS, NULL},
{ "TruncatedDistribution1D_swigregister", TruncatedDistribution1D_swigregister, METH_O, NULL},
{ "TruncatedDistribution1D_swiginit", TruncatedDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_TruncatedDistribution1D", _wrap_new_ArchiveRecord_TruncatedDistribution1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_TruncatedDistribution1D", _wrap_delete_ArchiveRecord_TruncatedDistribution1D, METH_O, NULL},
{ "ArchiveRecord_TruncatedDistribution1D_swigregister", ArchiveRecord_TruncatedDistribution1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_TruncatedDistribution1D_swiginit", ArchiveRecord_TruncatedDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_TruncatedDistribution1D", _wrap_new_Ref_TruncatedDistribution1D, METH_VARARGS, NULL},
{ "Ref_TruncatedDistribution1D_restore", _wrap_Ref_TruncatedDistribution1D_restore, METH_VARARGS, NULL},
{ "Ref_TruncatedDistribution1D_retrieve", _wrap_Ref_TruncatedDistribution1D_retrieve, METH_VARARGS, NULL},
{ "Ref_TruncatedDistribution1D_getValue", _wrap_Ref_TruncatedDistribution1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_TruncatedDistribution1D", _wrap_delete_Ref_TruncatedDistribution1D, METH_O, NULL},
{ "Ref_TruncatedDistribution1D_swigregister", Ref_TruncatedDistribution1D_swigregister, METH_O, NULL},
{ "Ref_TruncatedDistribution1D_swiginit", Ref_TruncatedDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_DensityOrthoPoly1D", _wrap_new_DensityOrthoPoly1D, METH_VARARGS, NULL},
{ "delete_DensityOrthoPoly1D", _wrap_delete_DensityOrthoPoly1D, METH_O, NULL},
{ "DensityOrthoPoly1D_clone", _wrap_DensityOrthoPoly1D_clone, METH_O, NULL},
{ "DensityOrthoPoly1D_xmin", _wrap_DensityOrthoPoly1D_xmin, METH_O, NULL},
{ "DensityOrthoPoly1D_xmax", _wrap_DensityOrthoPoly1D_xmax, METH_O, NULL},
{ "DensityOrthoPoly1D_maxDegree", _wrap_DensityOrthoPoly1D_maxDegree, METH_O, NULL},
{ "DensityOrthoPoly1D_swigregister", DensityOrthoPoly1D_swigregister, METH_O, NULL},
{ "DensityOrthoPoly1D_swiginit", DensityOrthoPoly1D_swiginit, METH_VARARGS, NULL},
{ "interpolateHistoND", _wrap_interpolateHistoND, METH_VARARGS, NULL},
{ "new_UCharInMemoryNtuple", _wrap_new_UCharInMemoryNtuple, METH_VARARGS, NULL},
{ "delete_UCharInMemoryNtuple", _wrap_delete_UCharInMemoryNtuple, METH_O, NULL},
{ "UCharInMemoryNtuple_nRows", _wrap_UCharInMemoryNtuple_nRows, METH_O, NULL},
{ "UCharInMemoryNtuple_fill", _wrap_UCharInMemoryNtuple_fill, METH_VARARGS, NULL},
{ "UCharInMemoryNtuple___call__", _wrap_UCharInMemoryNtuple___call__, METH_VARARGS, NULL},
{ "UCharInMemoryNtuple_at", _wrap_UCharInMemoryNtuple_at, METH_VARARGS, NULL},
{ "UCharInMemoryNtuple_clear", _wrap_UCharInMemoryNtuple_clear, METH_O, NULL},
{ "UCharInMemoryNtuple_rowContents", _wrap_UCharInMemoryNtuple_rowContents, METH_VARARGS, NULL},
{ "UCharInMemoryNtuple_columnContents", _wrap_UCharInMemoryNtuple_columnContents, METH_VARARGS, NULL},
{ "UCharInMemoryNtuple_classId", _wrap_UCharInMemoryNtuple_classId, METH_O, NULL},
{ "UCharInMemoryNtuple_write", _wrap_UCharInMemoryNtuple_write, METH_VARARGS, NULL},
{ "UCharInMemoryNtuple_classname", _wrap_UCharInMemoryNtuple_classname, METH_NOARGS, NULL},
{ "UCharInMemoryNtuple_version", _wrap_UCharInMemoryNtuple_version, METH_NOARGS, NULL},
{ "UCharInMemoryNtuple_read", _wrap_UCharInMemoryNtuple_read, METH_VARARGS, NULL},
{ "UCharInMemoryNtuple_swigregister", UCharInMemoryNtuple_swigregister, METH_O, NULL},
{ "UCharInMemoryNtuple_swiginit", UCharInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_UCharInMemoryNtuple", _wrap_new_ArchiveRecord_UCharInMemoryNtuple, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_UCharInMemoryNtuple", _wrap_delete_ArchiveRecord_UCharInMemoryNtuple, METH_O, NULL},
{ "ArchiveRecord_UCharInMemoryNtuple_swigregister", ArchiveRecord_UCharInMemoryNtuple_swigregister, METH_O, NULL},
{ "ArchiveRecord_UCharInMemoryNtuple_swiginit", ArchiveRecord_UCharInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_Ref_UCharInMemoryNtuple", _wrap_new_Ref_UCharInMemoryNtuple, METH_VARARGS, NULL},
{ "Ref_UCharInMemoryNtuple_restore", _wrap_Ref_UCharInMemoryNtuple_restore, METH_VARARGS, NULL},
{ "Ref_UCharInMemoryNtuple_retrieve", _wrap_Ref_UCharInMemoryNtuple_retrieve, METH_VARARGS, NULL},
{ "Ref_UCharInMemoryNtuple_getValue", _wrap_Ref_UCharInMemoryNtuple_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UCharInMemoryNtuple", _wrap_delete_Ref_UCharInMemoryNtuple, METH_O, NULL},
{ "Ref_UCharInMemoryNtuple_swigregister", Ref_UCharInMemoryNtuple_swigregister, METH_O, NULL},
{ "Ref_UCharInMemoryNtuple_swiginit", Ref_UCharInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_IntInMemoryNtuple", _wrap_new_IntInMemoryNtuple, METH_VARARGS, NULL},
{ "delete_IntInMemoryNtuple", _wrap_delete_IntInMemoryNtuple, METH_O, NULL},
{ "IntInMemoryNtuple_nRows", _wrap_IntInMemoryNtuple_nRows, METH_O, NULL},
{ "IntInMemoryNtuple_fill", _wrap_IntInMemoryNtuple_fill, METH_VARARGS, NULL},
{ "IntInMemoryNtuple___call__", _wrap_IntInMemoryNtuple___call__, METH_VARARGS, NULL},
{ "IntInMemoryNtuple_at", _wrap_IntInMemoryNtuple_at, METH_VARARGS, NULL},
{ "IntInMemoryNtuple_clear", _wrap_IntInMemoryNtuple_clear, METH_O, NULL},
{ "IntInMemoryNtuple_rowContents", _wrap_IntInMemoryNtuple_rowContents, METH_VARARGS, NULL},
{ "IntInMemoryNtuple_columnContents", _wrap_IntInMemoryNtuple_columnContents, METH_VARARGS, NULL},
{ "IntInMemoryNtuple_classId", _wrap_IntInMemoryNtuple_classId, METH_O, NULL},
{ "IntInMemoryNtuple_write", _wrap_IntInMemoryNtuple_write, METH_VARARGS, NULL},
{ "IntInMemoryNtuple_classname", _wrap_IntInMemoryNtuple_classname, METH_NOARGS, NULL},
{ "IntInMemoryNtuple_version", _wrap_IntInMemoryNtuple_version, METH_NOARGS, NULL},
{ "IntInMemoryNtuple_read", _wrap_IntInMemoryNtuple_read, METH_VARARGS, NULL},
{ "IntInMemoryNtuple_swigregister", IntInMemoryNtuple_swigregister, METH_O, NULL},
{ "IntInMemoryNtuple_swiginit", IntInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_IntInMemoryNtuple", _wrap_new_ArchiveRecord_IntInMemoryNtuple, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_IntInMemoryNtuple", _wrap_delete_ArchiveRecord_IntInMemoryNtuple, METH_O, NULL},
{ "ArchiveRecord_IntInMemoryNtuple_swigregister", ArchiveRecord_IntInMemoryNtuple_swigregister, METH_O, NULL},
{ "ArchiveRecord_IntInMemoryNtuple_swiginit", ArchiveRecord_IntInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_Ref_IntInMemoryNtuple", _wrap_new_Ref_IntInMemoryNtuple, METH_VARARGS, NULL},
{ "Ref_IntInMemoryNtuple_restore", _wrap_Ref_IntInMemoryNtuple_restore, METH_VARARGS, NULL},
{ "Ref_IntInMemoryNtuple_retrieve", _wrap_Ref_IntInMemoryNtuple_retrieve, METH_VARARGS, NULL},
{ "Ref_IntInMemoryNtuple_getValue", _wrap_Ref_IntInMemoryNtuple_getValue, METH_VARARGS, NULL},
{ "delete_Ref_IntInMemoryNtuple", _wrap_delete_Ref_IntInMemoryNtuple, METH_O, NULL},
{ "Ref_IntInMemoryNtuple_swigregister", Ref_IntInMemoryNtuple_swigregister, METH_O, NULL},
{ "Ref_IntInMemoryNtuple_swiginit", Ref_IntInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_LongInMemoryNtuple", _wrap_new_LongInMemoryNtuple, METH_VARARGS, NULL},
{ "delete_LongInMemoryNtuple", _wrap_delete_LongInMemoryNtuple, METH_O, NULL},
{ "LongInMemoryNtuple_nRows", _wrap_LongInMemoryNtuple_nRows, METH_O, NULL},
{ "LongInMemoryNtuple_fill", _wrap_LongInMemoryNtuple_fill, METH_VARARGS, NULL},
{ "LongInMemoryNtuple___call__", _wrap_LongInMemoryNtuple___call__, METH_VARARGS, NULL},
{ "LongInMemoryNtuple_at", _wrap_LongInMemoryNtuple_at, METH_VARARGS, NULL},
{ "LongInMemoryNtuple_clear", _wrap_LongInMemoryNtuple_clear, METH_O, NULL},
{ "LongInMemoryNtuple_rowContents", _wrap_LongInMemoryNtuple_rowContents, METH_VARARGS, NULL},
{ "LongInMemoryNtuple_columnContents", _wrap_LongInMemoryNtuple_columnContents, METH_VARARGS, NULL},
{ "LongInMemoryNtuple_classId", _wrap_LongInMemoryNtuple_classId, METH_O, NULL},
{ "LongInMemoryNtuple_write", _wrap_LongInMemoryNtuple_write, METH_VARARGS, NULL},
{ "LongInMemoryNtuple_classname", _wrap_LongInMemoryNtuple_classname, METH_NOARGS, NULL},
{ "LongInMemoryNtuple_version", _wrap_LongInMemoryNtuple_version, METH_NOARGS, NULL},
{ "LongInMemoryNtuple_read", _wrap_LongInMemoryNtuple_read, METH_VARARGS, NULL},
{ "LongInMemoryNtuple_swigregister", LongInMemoryNtuple_swigregister, METH_O, NULL},
{ "LongInMemoryNtuple_swiginit", LongInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LongInMemoryNtuple", _wrap_new_ArchiveRecord_LongInMemoryNtuple, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LongInMemoryNtuple", _wrap_delete_ArchiveRecord_LongInMemoryNtuple, METH_O, NULL},
{ "ArchiveRecord_LongInMemoryNtuple_swigregister", ArchiveRecord_LongInMemoryNtuple_swigregister, METH_O, NULL},
{ "ArchiveRecord_LongInMemoryNtuple_swiginit", ArchiveRecord_LongInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LongInMemoryNtuple", _wrap_new_Ref_LongInMemoryNtuple, METH_VARARGS, NULL},
{ "Ref_LongInMemoryNtuple_restore", _wrap_Ref_LongInMemoryNtuple_restore, METH_VARARGS, NULL},
{ "Ref_LongInMemoryNtuple_retrieve", _wrap_Ref_LongInMemoryNtuple_retrieve, METH_VARARGS, NULL},
{ "Ref_LongInMemoryNtuple_getValue", _wrap_Ref_LongInMemoryNtuple_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LongInMemoryNtuple", _wrap_delete_Ref_LongInMemoryNtuple, METH_O, NULL},
{ "Ref_LongInMemoryNtuple_swigregister", Ref_LongInMemoryNtuple_swigregister, METH_O, NULL},
{ "Ref_LongInMemoryNtuple_swiginit", Ref_LongInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_FloatInMemoryNtuple", _wrap_new_FloatInMemoryNtuple, METH_VARARGS, NULL},
{ "delete_FloatInMemoryNtuple", _wrap_delete_FloatInMemoryNtuple, METH_O, NULL},
{ "FloatInMemoryNtuple_nRows", _wrap_FloatInMemoryNtuple_nRows, METH_O, NULL},
{ "FloatInMemoryNtuple_fill", _wrap_FloatInMemoryNtuple_fill, METH_VARARGS, NULL},
{ "FloatInMemoryNtuple___call__", _wrap_FloatInMemoryNtuple___call__, METH_VARARGS, NULL},
{ "FloatInMemoryNtuple_at", _wrap_FloatInMemoryNtuple_at, METH_VARARGS, NULL},
{ "FloatInMemoryNtuple_clear", _wrap_FloatInMemoryNtuple_clear, METH_O, NULL},
{ "FloatInMemoryNtuple_rowContents", _wrap_FloatInMemoryNtuple_rowContents, METH_VARARGS, NULL},
{ "FloatInMemoryNtuple_columnContents", _wrap_FloatInMemoryNtuple_columnContents, METH_VARARGS, NULL},
{ "FloatInMemoryNtuple_classId", _wrap_FloatInMemoryNtuple_classId, METH_O, NULL},
{ "FloatInMemoryNtuple_write", _wrap_FloatInMemoryNtuple_write, METH_VARARGS, NULL},
{ "FloatInMemoryNtuple_classname", _wrap_FloatInMemoryNtuple_classname, METH_NOARGS, NULL},
{ "FloatInMemoryNtuple_version", _wrap_FloatInMemoryNtuple_version, METH_NOARGS, NULL},
{ "FloatInMemoryNtuple_read", _wrap_FloatInMemoryNtuple_read, METH_VARARGS, NULL},
{ "FloatInMemoryNtuple_swigregister", FloatInMemoryNtuple_swigregister, METH_O, NULL},
{ "FloatInMemoryNtuple_swiginit", FloatInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FloatInMemoryNtuple", _wrap_new_ArchiveRecord_FloatInMemoryNtuple, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FloatInMemoryNtuple", _wrap_delete_ArchiveRecord_FloatInMemoryNtuple, METH_O, NULL},
{ "ArchiveRecord_FloatInMemoryNtuple_swigregister", ArchiveRecord_FloatInMemoryNtuple_swigregister, METH_O, NULL},
{ "ArchiveRecord_FloatInMemoryNtuple_swiginit", ArchiveRecord_FloatInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatInMemoryNtuple", _wrap_new_Ref_FloatInMemoryNtuple, METH_VARARGS, NULL},
{ "Ref_FloatInMemoryNtuple_restore", _wrap_Ref_FloatInMemoryNtuple_restore, METH_VARARGS, NULL},
{ "Ref_FloatInMemoryNtuple_retrieve", _wrap_Ref_FloatInMemoryNtuple_retrieve, METH_VARARGS, NULL},
{ "Ref_FloatInMemoryNtuple_getValue", _wrap_Ref_FloatInMemoryNtuple_getValue, METH_VARARGS, NULL},
{ "delete_Ref_FloatInMemoryNtuple", _wrap_delete_Ref_FloatInMemoryNtuple, METH_O, NULL},
{ "Ref_FloatInMemoryNtuple_swigregister", Ref_FloatInMemoryNtuple_swigregister, METH_O, NULL},
{ "Ref_FloatInMemoryNtuple_swiginit", Ref_FloatInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_DoubleInMemoryNtuple", _wrap_new_DoubleInMemoryNtuple, METH_VARARGS, NULL},
{ "delete_DoubleInMemoryNtuple", _wrap_delete_DoubleInMemoryNtuple, METH_O, NULL},
{ "DoubleInMemoryNtuple_nRows", _wrap_DoubleInMemoryNtuple_nRows, METH_O, NULL},
{ "DoubleInMemoryNtuple_fill", _wrap_DoubleInMemoryNtuple_fill, METH_VARARGS, NULL},
{ "DoubleInMemoryNtuple___call__", _wrap_DoubleInMemoryNtuple___call__, METH_VARARGS, NULL},
{ "DoubleInMemoryNtuple_at", _wrap_DoubleInMemoryNtuple_at, METH_VARARGS, NULL},
{ "DoubleInMemoryNtuple_clear", _wrap_DoubleInMemoryNtuple_clear, METH_O, NULL},
{ "DoubleInMemoryNtuple_rowContents", _wrap_DoubleInMemoryNtuple_rowContents, METH_VARARGS, NULL},
{ "DoubleInMemoryNtuple_columnContents", _wrap_DoubleInMemoryNtuple_columnContents, METH_VARARGS, NULL},
{ "DoubleInMemoryNtuple_classId", _wrap_DoubleInMemoryNtuple_classId, METH_O, NULL},
{ "DoubleInMemoryNtuple_write", _wrap_DoubleInMemoryNtuple_write, METH_VARARGS, NULL},
{ "DoubleInMemoryNtuple_classname", _wrap_DoubleInMemoryNtuple_classname, METH_NOARGS, NULL},
{ "DoubleInMemoryNtuple_version", _wrap_DoubleInMemoryNtuple_version, METH_NOARGS, NULL},
{ "DoubleInMemoryNtuple_read", _wrap_DoubleInMemoryNtuple_read, METH_VARARGS, NULL},
{ "DoubleInMemoryNtuple_swigregister", DoubleInMemoryNtuple_swigregister, METH_O, NULL},
{ "DoubleInMemoryNtuple_swiginit", DoubleInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DoubleInMemoryNtuple", _wrap_new_ArchiveRecord_DoubleInMemoryNtuple, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DoubleInMemoryNtuple", _wrap_delete_ArchiveRecord_DoubleInMemoryNtuple, METH_O, NULL},
{ "ArchiveRecord_DoubleInMemoryNtuple_swigregister", ArchiveRecord_DoubleInMemoryNtuple_swigregister, METH_O, NULL},
{ "ArchiveRecord_DoubleInMemoryNtuple_swiginit", ArchiveRecord_DoubleInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleInMemoryNtuple", _wrap_new_Ref_DoubleInMemoryNtuple, METH_VARARGS, NULL},
{ "Ref_DoubleInMemoryNtuple_restore", _wrap_Ref_DoubleInMemoryNtuple_restore, METH_VARARGS, NULL},
{ "Ref_DoubleInMemoryNtuple_retrieve", _wrap_Ref_DoubleInMemoryNtuple_retrieve, METH_VARARGS, NULL},
{ "Ref_DoubleInMemoryNtuple_getValue", _wrap_Ref_DoubleInMemoryNtuple_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DoubleInMemoryNtuple", _wrap_delete_Ref_DoubleInMemoryNtuple, METH_O, NULL},
{ "Ref_DoubleInMemoryNtuple_swigregister", Ref_DoubleInMemoryNtuple_swigregister, METH_O, NULL},
{ "Ref_DoubleInMemoryNtuple_swiginit", Ref_DoubleInMemoryNtuple_swiginit, METH_VARARGS, NULL},
{ "QuantileTable1D_clone", _wrap_QuantileTable1D_clone, METH_O, NULL},
{ "delete_QuantileTable1D", _wrap_delete_QuantileTable1D, METH_O, NULL},
{ "QuantileTable1D_classId", _wrap_QuantileTable1D_classId, METH_O, NULL},
{ "QuantileTable1D_write", _wrap_QuantileTable1D_write, METH_VARARGS, NULL},
{ "QuantileTable1D_classname", _wrap_QuantileTable1D_classname, METH_NOARGS, NULL},
{ "QuantileTable1D_version", _wrap_QuantileTable1D_version, METH_NOARGS, NULL},
{ "QuantileTable1D_read", _wrap_QuantileTable1D_read, METH_VARARGS, NULL},
{ "QuantileTable1D_swigregister", QuantileTable1D_swigregister, METH_O, NULL},
{ "lorpeMise1D", _wrap_lorpeMise1D, METH_VARARGS, NULL},
{ "empiricalCopulaHisto2D", _wrap_empiricalCopulaHisto2D, METH_VARARGS, NULL},
{ "empiricalCopulaHisto3D", _wrap_empiricalCopulaHisto3D, METH_VARARGS, NULL},
{ "empiricalCopulaHisto4D", _wrap_empiricalCopulaHisto4D, METH_VARARGS, NULL},
{ "empiricalCopulaHisto5D", _wrap_empiricalCopulaHisto5D, METH_VARARGS, NULL},
{ "empiricalCopulaHisto6D", _wrap_empiricalCopulaHisto6D, METH_VARARGS, NULL},
{ "empiricalCopulaHisto7D", _wrap_empiricalCopulaHisto7D, METH_VARARGS, NULL},
{ "empiricalCopulaHisto8D", _wrap_empiricalCopulaHisto8D, METH_VARARGS, NULL},
{ "empiricalCopulaHisto9D", _wrap_empiricalCopulaHisto9D, METH_VARARGS, NULL},
{ "empiricalCopulaHisto10D", _wrap_empiricalCopulaHisto10D, METH_VARARGS, NULL},
{ "new_KDTree1D", _wrap_new_KDTree1D, METH_VARARGS, NULL},
{ "delete_KDTree1D", _wrap_delete_KDTree1D, METH_O, NULL},
{ "KDTree1D_nPoints", _wrap_KDTree1D_nPoints, METH_O, NULL},
{ "KDTree1D_nNodes", _wrap_KDTree1D_nNodes, METH_O, NULL},
{ "KDTree1D_dim", _wrap_KDTree1D_dim, METH_O, NULL},
{ "KDTree1D_pointIndex", _wrap_KDTree1D_pointIndex, METH_VARARGS, NULL},
{ "KDTree1D_nCdf", _wrap_KDTree1D_nCdf, METH_VARARGS, NULL},
{ "KDTree1D_nInBox", _wrap_KDTree1D_nInBox, METH_VARARGS, NULL},
{ "KDTree1D_swigregister", KDTree1D_swigregister, METH_O, NULL},
{ "KDTree1D_swiginit", KDTree1D_swiginit, METH_VARARGS, NULL},
{ "new_KDTree2D", _wrap_new_KDTree2D, METH_VARARGS, NULL},
{ "delete_KDTree2D", _wrap_delete_KDTree2D, METH_O, NULL},
{ "KDTree2D_nPoints", _wrap_KDTree2D_nPoints, METH_O, NULL},
{ "KDTree2D_nNodes", _wrap_KDTree2D_nNodes, METH_O, NULL},
{ "KDTree2D_dim", _wrap_KDTree2D_dim, METH_O, NULL},
{ "KDTree2D_pointIndex", _wrap_KDTree2D_pointIndex, METH_VARARGS, NULL},
{ "KDTree2D_nCdf", _wrap_KDTree2D_nCdf, METH_VARARGS, NULL},
{ "KDTree2D_nInBox", _wrap_KDTree2D_nInBox, METH_VARARGS, NULL},
{ "KDTree2D_swigregister", KDTree2D_swigregister, METH_O, NULL},
{ "KDTree2D_swiginit", KDTree2D_swiginit, METH_VARARGS, NULL},
{ "new_KDTree3D", _wrap_new_KDTree3D, METH_VARARGS, NULL},
{ "delete_KDTree3D", _wrap_delete_KDTree3D, METH_O, NULL},
{ "KDTree3D_nPoints", _wrap_KDTree3D_nPoints, METH_O, NULL},
{ "KDTree3D_nNodes", _wrap_KDTree3D_nNodes, METH_O, NULL},
{ "KDTree3D_dim", _wrap_KDTree3D_dim, METH_O, NULL},
{ "KDTree3D_pointIndex", _wrap_KDTree3D_pointIndex, METH_VARARGS, NULL},
{ "KDTree3D_nCdf", _wrap_KDTree3D_nCdf, METH_VARARGS, NULL},
{ "KDTree3D_nInBox", _wrap_KDTree3D_nInBox, METH_VARARGS, NULL},
{ "KDTree3D_swigregister", KDTree3D_swigregister, METH_O, NULL},
{ "KDTree3D_swiginit", KDTree3D_swiginit, METH_VARARGS, NULL},
{ "new_KDTree4D", _wrap_new_KDTree4D, METH_VARARGS, NULL},
{ "delete_KDTree4D", _wrap_delete_KDTree4D, METH_O, NULL},
{ "KDTree4D_nPoints", _wrap_KDTree4D_nPoints, METH_O, NULL},
{ "KDTree4D_nNodes", _wrap_KDTree4D_nNodes, METH_O, NULL},
{ "KDTree4D_dim", _wrap_KDTree4D_dim, METH_O, NULL},
{ "KDTree4D_pointIndex", _wrap_KDTree4D_pointIndex, METH_VARARGS, NULL},
{ "KDTree4D_nCdf", _wrap_KDTree4D_nCdf, METH_VARARGS, NULL},
{ "KDTree4D_nInBox", _wrap_KDTree4D_nInBox, METH_VARARGS, NULL},
{ "KDTree4D_swigregister", KDTree4D_swigregister, METH_O, NULL},
{ "KDTree4D_swiginit", KDTree4D_swiginit, METH_VARARGS, NULL},
{ "new_KDTree5D", _wrap_new_KDTree5D, METH_VARARGS, NULL},
{ "delete_KDTree5D", _wrap_delete_KDTree5D, METH_O, NULL},
{ "KDTree5D_nPoints", _wrap_KDTree5D_nPoints, METH_O, NULL},
{ "KDTree5D_nNodes", _wrap_KDTree5D_nNodes, METH_O, NULL},
{ "KDTree5D_dim", _wrap_KDTree5D_dim, METH_O, NULL},
{ "KDTree5D_pointIndex", _wrap_KDTree5D_pointIndex, METH_VARARGS, NULL},
{ "KDTree5D_nCdf", _wrap_KDTree5D_nCdf, METH_VARARGS, NULL},
{ "KDTree5D_nInBox", _wrap_KDTree5D_nInBox, METH_VARARGS, NULL},
{ "KDTree5D_swigregister", KDTree5D_swigregister, METH_O, NULL},
{ "KDTree5D_swiginit", KDTree5D_swiginit, METH_VARARGS, NULL},
{ "new_KDTree6D", _wrap_new_KDTree6D, METH_VARARGS, NULL},
{ "delete_KDTree6D", _wrap_delete_KDTree6D, METH_O, NULL},
{ "KDTree6D_nPoints", _wrap_KDTree6D_nPoints, METH_O, NULL},
{ "KDTree6D_nNodes", _wrap_KDTree6D_nNodes, METH_O, NULL},
{ "KDTree6D_dim", _wrap_KDTree6D_dim, METH_O, NULL},
{ "KDTree6D_pointIndex", _wrap_KDTree6D_pointIndex, METH_VARARGS, NULL},
{ "KDTree6D_nCdf", _wrap_KDTree6D_nCdf, METH_VARARGS, NULL},
{ "KDTree6D_nInBox", _wrap_KDTree6D_nInBox, METH_VARARGS, NULL},
{ "KDTree6D_swigregister", KDTree6D_swigregister, METH_O, NULL},
{ "KDTree6D_swiginit", KDTree6D_swiginit, METH_VARARGS, NULL},
{ "new_KDTree7D", _wrap_new_KDTree7D, METH_VARARGS, NULL},
{ "delete_KDTree7D", _wrap_delete_KDTree7D, METH_O, NULL},
{ "KDTree7D_nPoints", _wrap_KDTree7D_nPoints, METH_O, NULL},
{ "KDTree7D_nNodes", _wrap_KDTree7D_nNodes, METH_O, NULL},
{ "KDTree7D_dim", _wrap_KDTree7D_dim, METH_O, NULL},
{ "KDTree7D_pointIndex", _wrap_KDTree7D_pointIndex, METH_VARARGS, NULL},
{ "KDTree7D_nCdf", _wrap_KDTree7D_nCdf, METH_VARARGS, NULL},
{ "KDTree7D_nInBox", _wrap_KDTree7D_nInBox, METH_VARARGS, NULL},
{ "KDTree7D_swigregister", KDTree7D_swigregister, METH_O, NULL},
{ "KDTree7D_swiginit", KDTree7D_swiginit, METH_VARARGS, NULL},
{ "new_KDTree8D", _wrap_new_KDTree8D, METH_VARARGS, NULL},
{ "delete_KDTree8D", _wrap_delete_KDTree8D, METH_O, NULL},
{ "KDTree8D_nPoints", _wrap_KDTree8D_nPoints, METH_O, NULL},
{ "KDTree8D_nNodes", _wrap_KDTree8D_nNodes, METH_O, NULL},
{ "KDTree8D_dim", _wrap_KDTree8D_dim, METH_O, NULL},
{ "KDTree8D_pointIndex", _wrap_KDTree8D_pointIndex, METH_VARARGS, NULL},
{ "KDTree8D_nCdf", _wrap_KDTree8D_nCdf, METH_VARARGS, NULL},
{ "KDTree8D_nInBox", _wrap_KDTree8D_nInBox, METH_VARARGS, NULL},
{ "KDTree8D_swigregister", KDTree8D_swigregister, METH_O, NULL},
{ "KDTree8D_swiginit", KDTree8D_swiginit, METH_VARARGS, NULL},
{ "new_KDTree9D", _wrap_new_KDTree9D, METH_VARARGS, NULL},
{ "delete_KDTree9D", _wrap_delete_KDTree9D, METH_O, NULL},
{ "KDTree9D_nPoints", _wrap_KDTree9D_nPoints, METH_O, NULL},
{ "KDTree9D_nNodes", _wrap_KDTree9D_nNodes, METH_O, NULL},
{ "KDTree9D_dim", _wrap_KDTree9D_dim, METH_O, NULL},
{ "KDTree9D_pointIndex", _wrap_KDTree9D_pointIndex, METH_VARARGS, NULL},
{ "KDTree9D_nCdf", _wrap_KDTree9D_nCdf, METH_VARARGS, NULL},
{ "KDTree9D_nInBox", _wrap_KDTree9D_nInBox, METH_VARARGS, NULL},
{ "KDTree9D_swigregister", KDTree9D_swigregister, METH_O, NULL},
{ "KDTree9D_swiginit", KDTree9D_swiginit, METH_VARARGS, NULL},
{ "new_KDTree10D", _wrap_new_KDTree10D, METH_VARARGS, NULL},
{ "delete_KDTree10D", _wrap_delete_KDTree10D, METH_O, NULL},
{ "KDTree10D_nPoints", _wrap_KDTree10D_nPoints, METH_O, NULL},
{ "KDTree10D_nNodes", _wrap_KDTree10D_nNodes, METH_O, NULL},
{ "KDTree10D_dim", _wrap_KDTree10D_dim, METH_O, NULL},
{ "KDTree10D_pointIndex", _wrap_KDTree10D_pointIndex, METH_VARARGS, NULL},
{ "KDTree10D_nCdf", _wrap_KDTree10D_nCdf, METH_VARARGS, NULL},
{ "KDTree10D_nInBox", _wrap_KDTree10D_nInBox, METH_VARARGS, NULL},
{ "KDTree10D_swigregister", KDTree10D_swigregister, METH_O, NULL},
{ "KDTree10D_swiginit", KDTree10D_swiginit, METH_VARARGS, NULL},
{ "new_KDTreeND", _wrap_new_KDTreeND, METH_VARARGS, NULL},
{ "delete_KDTreeND", _wrap_delete_KDTreeND, METH_O, NULL},
{ "KDTreeND_nPoints", _wrap_KDTreeND_nPoints, METH_O, NULL},
{ "KDTreeND_nNodes", _wrap_KDTreeND_nNodes, METH_O, NULL},
{ "KDTreeND_dim", _wrap_KDTreeND_dim, METH_O, NULL},
{ "KDTreeND_pointIndex", _wrap_KDTreeND_pointIndex, METH_VARARGS, NULL},
{ "KDTreeND_nCdf", _wrap_KDTreeND_nCdf, METH_VARARGS, NULL},
{ "KDTreeND_nInBox", _wrap_KDTreeND_nInBox, METH_VARARGS, NULL},
{ "KDTreeND_swigregister", KDTreeND_swigregister, METH_O, NULL},
{ "KDTreeND_swiginit", KDTreeND_swiginit, METH_VARARGS, NULL},
{ "new_StatAccumulatorPair", _wrap_new_StatAccumulatorPair, METH_NOARGS, NULL},
{ "StatAccumulatorPair_first", _wrap_StatAccumulatorPair_first, METH_O, NULL},
{ "StatAccumulatorPair_second", _wrap_StatAccumulatorPair_second, METH_O, NULL},
{ "StatAccumulatorPair_crossSumsq", _wrap_StatAccumulatorPair_crossSumsq, METH_O, NULL},
{ "StatAccumulatorPair_count", _wrap_StatAccumulatorPair_count, METH_O, NULL},
{ "StatAccumulatorPair_cov", _wrap_StatAccumulatorPair_cov, METH_O, NULL},
{ "StatAccumulatorPair_corr", _wrap_StatAccumulatorPair_corr, METH_O, NULL},
{ "StatAccumulatorPair_accumulate", _wrap_StatAccumulatorPair_accumulate, METH_VARARGS, NULL},
{ "StatAccumulatorPair_reset", _wrap_StatAccumulatorPair_reset, METH_O, NULL},
{ "StatAccumulatorPair___iadd__", _wrap_StatAccumulatorPair___iadd__, METH_VARARGS, NULL},
{ "StatAccumulatorPair___eq__", _wrap_StatAccumulatorPair___eq__, METH_VARARGS, NULL},
{ "StatAccumulatorPair___ne__", _wrap_StatAccumulatorPair___ne__, METH_VARARGS, NULL},
{ "StatAccumulatorPair_classId", _wrap_StatAccumulatorPair_classId, METH_O, NULL},
{ "StatAccumulatorPair_write", _wrap_StatAccumulatorPair_write, METH_VARARGS, NULL},
{ "StatAccumulatorPair_classname", _wrap_StatAccumulatorPair_classname, METH_NOARGS, NULL},
{ "StatAccumulatorPair_version", _wrap_StatAccumulatorPair_version, METH_NOARGS, NULL},
{ "StatAccumulatorPair_restore", _wrap_StatAccumulatorPair_restore, METH_VARARGS, NULL},
{ "delete_StatAccumulatorPair", _wrap_delete_StatAccumulatorPair, METH_O, NULL},
{ "StatAccumulatorPair_swigregister", StatAccumulatorPair_swigregister, METH_O, NULL},
{ "StatAccumulatorPair_swiginit", StatAccumulatorPair_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_StatAccumulatorPair", _wrap_new_ArchiveRecord_StatAccumulatorPair, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StatAccumulatorPair", _wrap_delete_ArchiveRecord_StatAccumulatorPair, METH_O, NULL},
{ "ArchiveRecord_StatAccumulatorPair_swigregister", ArchiveRecord_StatAccumulatorPair_swigregister, METH_O, NULL},
{ "ArchiveRecord_StatAccumulatorPair_swiginit", ArchiveRecord_StatAccumulatorPair_swiginit, METH_VARARGS, NULL},
{ "new_Ref_StatAccumulatorPair", _wrap_new_Ref_StatAccumulatorPair, METH_VARARGS, NULL},
{ "Ref_StatAccumulatorPair_restore", _wrap_Ref_StatAccumulatorPair_restore, METH_VARARGS, NULL},
{ "Ref_StatAccumulatorPair_retrieve", _wrap_Ref_StatAccumulatorPair_retrieve, METH_VARARGS, NULL},
{ "Ref_StatAccumulatorPair_getValue", _wrap_Ref_StatAccumulatorPair_getValue, METH_VARARGS, NULL},
{ "delete_Ref_StatAccumulatorPair", _wrap_delete_Ref_StatAccumulatorPair, METH_O, NULL},
{ "Ref_StatAccumulatorPair_swigregister", Ref_StatAccumulatorPair_swigregister, METH_O, NULL},
{ "Ref_StatAccumulatorPair_swiginit", Ref_StatAccumulatorPair_swiginit, METH_VARARGS, NULL},
{ "delete_StorableMultivariateFunctor", _wrap_delete_StorableMultivariateFunctor, METH_O, NULL},
{ "StorableMultivariateFunctor_description", _wrap_StorableMultivariateFunctor_description, METH_O, NULL},
{ "StorableMultivariateFunctor_setDescription", _wrap_StorableMultivariateFunctor_setDescription, METH_VARARGS, NULL},
{ "StorableMultivariateFunctor_validateDescription", _wrap_StorableMultivariateFunctor_validateDescription, METH_VARARGS, NULL},
{ "StorableMultivariateFunctor___eq__", _wrap_StorableMultivariateFunctor___eq__, METH_VARARGS, NULL},
{ "StorableMultivariateFunctor___ne__", _wrap_StorableMultivariateFunctor___ne__, METH_VARARGS, NULL},
{ "StorableMultivariateFunctor_classId", _wrap_StorableMultivariateFunctor_classId, METH_O, NULL},
{ "StorableMultivariateFunctor_write", _wrap_StorableMultivariateFunctor_write, METH_VARARGS, NULL},
{ "StorableMultivariateFunctor_classname", _wrap_StorableMultivariateFunctor_classname, METH_NOARGS, NULL},
{ "StorableMultivariateFunctor_version", _wrap_StorableMultivariateFunctor_version, METH_NOARGS, NULL},
{ "StorableMultivariateFunctor_read", _wrap_StorableMultivariateFunctor_read, METH_VARARGS, NULL},
{ "StorableMultivariateFunctor_swigregister", StorableMultivariateFunctor_swigregister, METH_O, NULL},
{ "new_FloatUAInterpolationFunctor", _wrap_new_FloatUAInterpolationFunctor, METH_VARARGS, NULL},
{ "delete_FloatUAInterpolationFunctor", _wrap_delete_FloatUAInterpolationFunctor, METH_O, NULL},
{ "FloatUAInterpolationFunctor_minDim", _wrap_FloatUAInterpolationFunctor_minDim, METH_O, NULL},
{ "FloatUAInterpolationFunctor___call__", _wrap_FloatUAInterpolationFunctor___call__, METH_VARARGS, NULL},
{ "FloatUAInterpolationFunctor_interpolator", _wrap_FloatUAInterpolationFunctor_interpolator, METH_VARARGS, NULL},
{ "FloatUAInterpolationFunctor_table", _wrap_FloatUAInterpolationFunctor_table, METH_VARARGS, NULL},
{ "FloatUAInterpolationFunctor_setConverter", _wrap_FloatUAInterpolationFunctor_setConverter, METH_VARARGS, NULL},
{ "FloatUAInterpolationFunctor_classId", _wrap_FloatUAInterpolationFunctor_classId, METH_O, NULL},
{ "FloatUAInterpolationFunctor_write", _wrap_FloatUAInterpolationFunctor_write, METH_VARARGS, NULL},
{ "FloatUAInterpolationFunctor_classname", _wrap_FloatUAInterpolationFunctor_classname, METH_NOARGS, NULL},
{ "FloatUAInterpolationFunctor_version", _wrap_FloatUAInterpolationFunctor_version, METH_NOARGS, NULL},
{ "FloatUAInterpolationFunctor_read", _wrap_FloatUAInterpolationFunctor_read, METH_VARARGS, NULL},
{ "FloatUAInterpolationFunctor_swigregister", FloatUAInterpolationFunctor_swigregister, METH_O, NULL},
{ "FloatUAInterpolationFunctor_swiginit", FloatUAInterpolationFunctor_swiginit, METH_VARARGS, NULL},
{ "new_FloatNUInterpolationFunctor", _wrap_new_FloatNUInterpolationFunctor, METH_VARARGS, NULL},
{ "delete_FloatNUInterpolationFunctor", _wrap_delete_FloatNUInterpolationFunctor, METH_O, NULL},
{ "FloatNUInterpolationFunctor_minDim", _wrap_FloatNUInterpolationFunctor_minDim, METH_O, NULL},
{ "FloatNUInterpolationFunctor___call__", _wrap_FloatNUInterpolationFunctor___call__, METH_VARARGS, NULL},
{ "FloatNUInterpolationFunctor_interpolator", _wrap_FloatNUInterpolationFunctor_interpolator, METH_VARARGS, NULL},
{ "FloatNUInterpolationFunctor_table", _wrap_FloatNUInterpolationFunctor_table, METH_VARARGS, NULL},
{ "FloatNUInterpolationFunctor_setConverter", _wrap_FloatNUInterpolationFunctor_setConverter, METH_VARARGS, NULL},
{ "FloatNUInterpolationFunctor_classId", _wrap_FloatNUInterpolationFunctor_classId, METH_O, NULL},
{ "FloatNUInterpolationFunctor_write", _wrap_FloatNUInterpolationFunctor_write, METH_VARARGS, NULL},
{ "FloatNUInterpolationFunctor_classname", _wrap_FloatNUInterpolationFunctor_classname, METH_NOARGS, NULL},
{ "FloatNUInterpolationFunctor_version", _wrap_FloatNUInterpolationFunctor_version, METH_NOARGS, NULL},
{ "FloatNUInterpolationFunctor_read", _wrap_FloatNUInterpolationFunctor_read, METH_VARARGS, NULL},
{ "FloatNUInterpolationFunctor_swigregister", FloatNUInterpolationFunctor_swigregister, METH_O, NULL},
{ "FloatNUInterpolationFunctor_swiginit", FloatNUInterpolationFunctor_swiginit, METH_VARARGS, NULL},
{ "new_FloatInterpolationFunctor", _wrap_new_FloatInterpolationFunctor, METH_VARARGS, NULL},
{ "delete_FloatInterpolationFunctor", _wrap_delete_FloatInterpolationFunctor, METH_O, NULL},
{ "FloatInterpolationFunctor_minDim", _wrap_FloatInterpolationFunctor_minDim, METH_O, NULL},
{ "FloatInterpolationFunctor___call__", _wrap_FloatInterpolationFunctor___call__, METH_VARARGS, NULL},
{ "FloatInterpolationFunctor_interpolator", _wrap_FloatInterpolationFunctor_interpolator, METH_VARARGS, NULL},
{ "FloatInterpolationFunctor_table", _wrap_FloatInterpolationFunctor_table, METH_VARARGS, NULL},
{ "FloatInterpolationFunctor_setConverter", _wrap_FloatInterpolationFunctor_setConverter, METH_VARARGS, NULL},
{ "FloatInterpolationFunctor_classId", _wrap_FloatInterpolationFunctor_classId, METH_O, NULL},
{ "FloatInterpolationFunctor_write", _wrap_FloatInterpolationFunctor_write, METH_VARARGS, NULL},
{ "FloatInterpolationFunctor_classname", _wrap_FloatInterpolationFunctor_classname, METH_NOARGS, NULL},
{ "FloatInterpolationFunctor_version", _wrap_FloatInterpolationFunctor_version, METH_NOARGS, NULL},
{ "FloatInterpolationFunctor_read", _wrap_FloatInterpolationFunctor_read, METH_VARARGS, NULL},
{ "FloatInterpolationFunctor_swigregister", FloatInterpolationFunctor_swigregister, METH_O, NULL},
{ "FloatInterpolationFunctor_swiginit", FloatInterpolationFunctor_swiginit, METH_VARARGS, NULL},
{ "new_DoubleUAInterpolationFunctor", _wrap_new_DoubleUAInterpolationFunctor, METH_VARARGS, NULL},
{ "delete_DoubleUAInterpolationFunctor", _wrap_delete_DoubleUAInterpolationFunctor, METH_O, NULL},
{ "DoubleUAInterpolationFunctor_minDim", _wrap_DoubleUAInterpolationFunctor_minDim, METH_O, NULL},
{ "DoubleUAInterpolationFunctor___call__", _wrap_DoubleUAInterpolationFunctor___call__, METH_VARARGS, NULL},
{ "DoubleUAInterpolationFunctor_interpolator", _wrap_DoubleUAInterpolationFunctor_interpolator, METH_VARARGS, NULL},
{ "DoubleUAInterpolationFunctor_table", _wrap_DoubleUAInterpolationFunctor_table, METH_VARARGS, NULL},
{ "DoubleUAInterpolationFunctor_setConverter", _wrap_DoubleUAInterpolationFunctor_setConverter, METH_VARARGS, NULL},
{ "DoubleUAInterpolationFunctor_classId", _wrap_DoubleUAInterpolationFunctor_classId, METH_O, NULL},
{ "DoubleUAInterpolationFunctor_write", _wrap_DoubleUAInterpolationFunctor_write, METH_VARARGS, NULL},
{ "DoubleUAInterpolationFunctor_classname", _wrap_DoubleUAInterpolationFunctor_classname, METH_NOARGS, NULL},
{ "DoubleUAInterpolationFunctor_version", _wrap_DoubleUAInterpolationFunctor_version, METH_NOARGS, NULL},
{ "DoubleUAInterpolationFunctor_read", _wrap_DoubleUAInterpolationFunctor_read, METH_VARARGS, NULL},
{ "DoubleUAInterpolationFunctor_swigregister", DoubleUAInterpolationFunctor_swigregister, METH_O, NULL},
{ "DoubleUAInterpolationFunctor_swiginit", DoubleUAInterpolationFunctor_swiginit, METH_VARARGS, NULL},
{ "new_DoubleNUInterpolationFunctor", _wrap_new_DoubleNUInterpolationFunctor, METH_VARARGS, NULL},
{ "delete_DoubleNUInterpolationFunctor", _wrap_delete_DoubleNUInterpolationFunctor, METH_O, NULL},
{ "DoubleNUInterpolationFunctor_minDim", _wrap_DoubleNUInterpolationFunctor_minDim, METH_O, NULL},
{ "DoubleNUInterpolationFunctor___call__", _wrap_DoubleNUInterpolationFunctor___call__, METH_VARARGS, NULL},
{ "DoubleNUInterpolationFunctor_interpolator", _wrap_DoubleNUInterpolationFunctor_interpolator, METH_VARARGS, NULL},
{ "DoubleNUInterpolationFunctor_table", _wrap_DoubleNUInterpolationFunctor_table, METH_VARARGS, NULL},
{ "DoubleNUInterpolationFunctor_setConverter", _wrap_DoubleNUInterpolationFunctor_setConverter, METH_VARARGS, NULL},
{ "DoubleNUInterpolationFunctor_classId", _wrap_DoubleNUInterpolationFunctor_classId, METH_O, NULL},
{ "DoubleNUInterpolationFunctor_write", _wrap_DoubleNUInterpolationFunctor_write, METH_VARARGS, NULL},
{ "DoubleNUInterpolationFunctor_classname", _wrap_DoubleNUInterpolationFunctor_classname, METH_NOARGS, NULL},
{ "DoubleNUInterpolationFunctor_version", _wrap_DoubleNUInterpolationFunctor_version, METH_NOARGS, NULL},
{ "DoubleNUInterpolationFunctor_read", _wrap_DoubleNUInterpolationFunctor_read, METH_VARARGS, NULL},
{ "DoubleNUInterpolationFunctor_swigregister", DoubleNUInterpolationFunctor_swigregister, METH_O, NULL},
{ "DoubleNUInterpolationFunctor_swiginit", DoubleNUInterpolationFunctor_swiginit, METH_VARARGS, NULL},
{ "new_DoubleInterpolationFunctor", _wrap_new_DoubleInterpolationFunctor, METH_VARARGS, NULL},
{ "delete_DoubleInterpolationFunctor", _wrap_delete_DoubleInterpolationFunctor, METH_O, NULL},
{ "DoubleInterpolationFunctor_minDim", _wrap_DoubleInterpolationFunctor_minDim, METH_O, NULL},
{ "DoubleInterpolationFunctor___call__", _wrap_DoubleInterpolationFunctor___call__, METH_VARARGS, NULL},
{ "DoubleInterpolationFunctor_interpolator", _wrap_DoubleInterpolationFunctor_interpolator, METH_VARARGS, NULL},
{ "DoubleInterpolationFunctor_table", _wrap_DoubleInterpolationFunctor_table, METH_VARARGS, NULL},
{ "DoubleInterpolationFunctor_setConverter", _wrap_DoubleInterpolationFunctor_setConverter, METH_VARARGS, NULL},
{ "DoubleInterpolationFunctor_classId", _wrap_DoubleInterpolationFunctor_classId, METH_O, NULL},
{ "DoubleInterpolationFunctor_write", _wrap_DoubleInterpolationFunctor_write, METH_VARARGS, NULL},
{ "DoubleInterpolationFunctor_classname", _wrap_DoubleInterpolationFunctor_classname, METH_NOARGS, NULL},
{ "DoubleInterpolationFunctor_version", _wrap_DoubleInterpolationFunctor_version, METH_NOARGS, NULL},
{ "DoubleInterpolationFunctor_read", _wrap_DoubleInterpolationFunctor_read, METH_VARARGS, NULL},
{ "DoubleInterpolationFunctor_swigregister", DoubleInterpolationFunctor_swigregister, METH_O, NULL},
{ "DoubleInterpolationFunctor_swiginit", DoubleInterpolationFunctor_swiginit, METH_VARARGS, NULL},
{ "new_GaussianMixtureEntry", _wrap_new_GaussianMixtureEntry, METH_VARARGS, NULL},
{ "GaussianMixtureEntry_weight", _wrap_GaussianMixtureEntry_weight, METH_O, NULL},
{ "GaussianMixtureEntry_mean", _wrap_GaussianMixtureEntry_mean, METH_O, NULL},
{ "GaussianMixtureEntry_stdev", _wrap_GaussianMixtureEntry_stdev, METH_O, NULL},
{ "GaussianMixtureEntry___eq__", _wrap_GaussianMixtureEntry___eq__, METH_VARARGS, NULL},
{ "GaussianMixtureEntry___ne__", _wrap_GaussianMixtureEntry___ne__, METH_VARARGS, NULL},
{ "GaussianMixtureEntry_classId", _wrap_GaussianMixtureEntry_classId, METH_O, NULL},
{ "GaussianMixtureEntry_write", _wrap_GaussianMixtureEntry_write, METH_VARARGS, NULL},
{ "GaussianMixtureEntry_classname", _wrap_GaussianMixtureEntry_classname, METH_NOARGS, NULL},
{ "GaussianMixtureEntry_version", _wrap_GaussianMixtureEntry_version, METH_NOARGS, NULL},
{ "GaussianMixtureEntry_restore", _wrap_GaussianMixtureEntry_restore, METH_VARARGS, NULL},
{ "delete_GaussianMixtureEntry", _wrap_delete_GaussianMixtureEntry, METH_O, NULL},
{ "GaussianMixtureEntry_swigregister", GaussianMixtureEntry_swigregister, METH_O, NULL},
{ "GaussianMixtureEntry_swiginit", GaussianMixtureEntry_swiginit, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector_iterator", _wrap_GaussianMixtureEntryVector_iterator, METH_O, NULL},
{ "GaussianMixtureEntryVector___nonzero__", _wrap_GaussianMixtureEntryVector___nonzero__, METH_O, NULL},
{ "GaussianMixtureEntryVector___bool__", _wrap_GaussianMixtureEntryVector___bool__, METH_O, NULL},
{ "GaussianMixtureEntryVector___len__", _wrap_GaussianMixtureEntryVector___len__, METH_O, NULL},
{ "GaussianMixtureEntryVector___getslice__", _wrap_GaussianMixtureEntryVector___getslice__, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector___setslice__", _wrap_GaussianMixtureEntryVector___setslice__, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector___delslice__", _wrap_GaussianMixtureEntryVector___delslice__, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector___delitem__", _wrap_GaussianMixtureEntryVector___delitem__, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector___getitem__", _wrap_GaussianMixtureEntryVector___getitem__, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector___setitem__", _wrap_GaussianMixtureEntryVector___setitem__, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector_pop", _wrap_GaussianMixtureEntryVector_pop, METH_O, NULL},
{ "GaussianMixtureEntryVector_append", _wrap_GaussianMixtureEntryVector_append, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector_empty", _wrap_GaussianMixtureEntryVector_empty, METH_O, NULL},
{ "GaussianMixtureEntryVector_size", _wrap_GaussianMixtureEntryVector_size, METH_O, NULL},
{ "GaussianMixtureEntryVector_swap", _wrap_GaussianMixtureEntryVector_swap, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector_begin", _wrap_GaussianMixtureEntryVector_begin, METH_O, NULL},
{ "GaussianMixtureEntryVector_end", _wrap_GaussianMixtureEntryVector_end, METH_O, NULL},
{ "GaussianMixtureEntryVector_rbegin", _wrap_GaussianMixtureEntryVector_rbegin, METH_O, NULL},
{ "GaussianMixtureEntryVector_rend", _wrap_GaussianMixtureEntryVector_rend, METH_O, NULL},
{ "GaussianMixtureEntryVector_clear", _wrap_GaussianMixtureEntryVector_clear, METH_O, NULL},
{ "GaussianMixtureEntryVector_get_allocator", _wrap_GaussianMixtureEntryVector_get_allocator, METH_O, NULL},
{ "GaussianMixtureEntryVector_pop_back", _wrap_GaussianMixtureEntryVector_pop_back, METH_O, NULL},
{ "GaussianMixtureEntryVector_erase", _wrap_GaussianMixtureEntryVector_erase, METH_VARARGS, NULL},
{ "new_GaussianMixtureEntryVector", _wrap_new_GaussianMixtureEntryVector, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector_push_back", _wrap_GaussianMixtureEntryVector_push_back, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector_front", _wrap_GaussianMixtureEntryVector_front, METH_O, NULL},
{ "GaussianMixtureEntryVector_back", _wrap_GaussianMixtureEntryVector_back, METH_O, NULL},
{ "GaussianMixtureEntryVector_assign", _wrap_GaussianMixtureEntryVector_assign, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector_resize", _wrap_GaussianMixtureEntryVector_resize, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector_insert", _wrap_GaussianMixtureEntryVector_insert, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector_reserve", _wrap_GaussianMixtureEntryVector_reserve, METH_VARARGS, NULL},
{ "GaussianMixtureEntryVector_capacity", _wrap_GaussianMixtureEntryVector_capacity, METH_O, NULL},
{ "delete_GaussianMixtureEntryVector", _wrap_delete_GaussianMixtureEntryVector, METH_O, NULL},
{ "GaussianMixtureEntryVector_swigregister", GaussianMixtureEntryVector_swigregister, METH_O, NULL},
{ "GaussianMixtureEntryVector_swiginit", GaussianMixtureEntryVector_swiginit, METH_VARARGS, NULL},
{ "new_DiscreteTabulated1D", _wrap_new_DiscreteTabulated1D, METH_VARARGS, NULL},
{ "delete_DiscreteTabulated1D", _wrap_delete_DiscreteTabulated1D, METH_O, NULL},
{ "DiscreteTabulated1D_clone", _wrap_DiscreteTabulated1D_clone, METH_O, NULL},
{ "DiscreteTabulated1D_probabilities", _wrap_DiscreteTabulated1D_probabilities, METH_O, NULL},
{ "DiscreteTabulated1D_classId", _wrap_DiscreteTabulated1D_classId, METH_O, NULL},
{ "DiscreteTabulated1D_write", _wrap_DiscreteTabulated1D_write, METH_VARARGS, NULL},
{ "DiscreteTabulated1D_classname", _wrap_DiscreteTabulated1D_classname, METH_NOARGS, NULL},
{ "DiscreteTabulated1D_version", _wrap_DiscreteTabulated1D_version, METH_NOARGS, NULL},
{ "DiscreteTabulated1D_read", _wrap_DiscreteTabulated1D_read, METH_VARARGS, NULL},
{ "DiscreteTabulated1D_swigregister", DiscreteTabulated1D_swigregister, METH_O, NULL},
{ "DiscreteTabulated1D_swiginit", DiscreteTabulated1D_swiginit, METH_VARARGS, NULL},
{ "pooledDiscreteTabulated1D", _wrap_pooledDiscreteTabulated1D, METH_VARARGS, NULL},
{ "new_Poisson1D", _wrap_new_Poisson1D, METH_VARARGS, NULL},
{ "Poisson1D_clone", _wrap_Poisson1D_clone, METH_O, NULL},
{ "delete_Poisson1D", _wrap_delete_Poisson1D, METH_O, NULL},
{ "Poisson1D_mean", _wrap_Poisson1D_mean, METH_O, NULL},
{ "Poisson1D_probability", _wrap_Poisson1D_probability, METH_VARARGS, NULL},
{ "Poisson1D_cdf", _wrap_Poisson1D_cdf, METH_VARARGS, NULL},
{ "Poisson1D_exceedance", _wrap_Poisson1D_exceedance, METH_VARARGS, NULL},
{ "Poisson1D_quantile", _wrap_Poisson1D_quantile, METH_VARARGS, NULL},
{ "Poisson1D_classId", _wrap_Poisson1D_classId, METH_O, NULL},
{ "Poisson1D_write", _wrap_Poisson1D_write, METH_VARARGS, NULL},
{ "Poisson1D_classname", _wrap_Poisson1D_classname, METH_NOARGS, NULL},
{ "Poisson1D_version", _wrap_Poisson1D_version, METH_NOARGS, NULL},
{ "Poisson1D_read", _wrap_Poisson1D_read, METH_VARARGS, NULL},
{ "Poisson1D_swigregister", Poisson1D_swigregister, METH_O, NULL},
{ "Poisson1D_swiginit", Poisson1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DiscreteTabulated1D", _wrap_new_ArchiveRecord_DiscreteTabulated1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DiscreteTabulated1D", _wrap_delete_ArchiveRecord_DiscreteTabulated1D, METH_O, NULL},
{ "ArchiveRecord_DiscreteTabulated1D_swigregister", ArchiveRecord_DiscreteTabulated1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_DiscreteTabulated1D_swiginit", ArchiveRecord_DiscreteTabulated1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DiscreteTabulated1D", _wrap_new_Ref_DiscreteTabulated1D, METH_VARARGS, NULL},
{ "Ref_DiscreteTabulated1D_restore", _wrap_Ref_DiscreteTabulated1D_restore, METH_VARARGS, NULL},
{ "Ref_DiscreteTabulated1D_retrieve", _wrap_Ref_DiscreteTabulated1D_retrieve, METH_VARARGS, NULL},
{ "Ref_DiscreteTabulated1D_getValue", _wrap_Ref_DiscreteTabulated1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DiscreteTabulated1D", _wrap_delete_Ref_DiscreteTabulated1D, METH_O, NULL},
{ "Ref_DiscreteTabulated1D_swigregister", Ref_DiscreteTabulated1D_swigregister, METH_O, NULL},
{ "Ref_DiscreteTabulated1D_swiginit", Ref_DiscreteTabulated1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_Poisson1D", _wrap_new_ArchiveRecord_Poisson1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_Poisson1D", _wrap_delete_ArchiveRecord_Poisson1D, METH_O, NULL},
{ "ArchiveRecord_Poisson1D_swigregister", ArchiveRecord_Poisson1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_Poisson1D_swiginit", ArchiveRecord_Poisson1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_Poisson1D", _wrap_new_Ref_Poisson1D, METH_VARARGS, NULL},
{ "Ref_Poisson1D_restore", _wrap_Ref_Poisson1D_restore, METH_VARARGS, NULL},
{ "Ref_Poisson1D_retrieve", _wrap_Ref_Poisson1D_retrieve, METH_VARARGS, NULL},
{ "Ref_Poisson1D_getValue", _wrap_Ref_Poisson1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Poisson1D", _wrap_delete_Ref_Poisson1D, METH_O, NULL},
{ "Ref_Poisson1D_swigregister", Ref_Poisson1D_swigregister, METH_O, NULL},
{ "Ref_Poisson1D_swiginit", Ref_Poisson1D_swiginit, METH_VARARGS, NULL},
{ "new_UCharBandwidthCVPseudoLogliND", _wrap_new_UCharBandwidthCVPseudoLogliND, METH_VARARGS, NULL},
{ "delete_UCharBandwidthCVPseudoLogliND", _wrap_delete_UCharBandwidthCVPseudoLogliND, METH_O, NULL},
{ "UCharBandwidthCVPseudoLogliND_getNonZeroCount", _wrap_UCharBandwidthCVPseudoLogliND_getNonZeroCount, METH_O, NULL},
{ "UCharBandwidthCVPseudoLogliND_getRenormCount", _wrap_UCharBandwidthCVPseudoLogliND_getRenormCount, METH_O, NULL},
{ "UCharBandwidthCVPseudoLogliND___call__", _wrap_UCharBandwidthCVPseudoLogliND___call__, METH_VARARGS, NULL},
{ "UCharBandwidthCVPseudoLogliND_swigregister", UCharBandwidthCVPseudoLogliND_swigregister, METH_O, NULL},
{ "UCharBandwidthCVPseudoLogliND_swiginit", UCharBandwidthCVPseudoLogliND_swiginit, METH_VARARGS, NULL},
{ "new_IntBandwidthCVPseudoLogliND", _wrap_new_IntBandwidthCVPseudoLogliND, METH_VARARGS, NULL},
{ "delete_IntBandwidthCVPseudoLogliND", _wrap_delete_IntBandwidthCVPseudoLogliND, METH_O, NULL},
{ "IntBandwidthCVPseudoLogliND_getNonZeroCount", _wrap_IntBandwidthCVPseudoLogliND_getNonZeroCount, METH_O, NULL},
{ "IntBandwidthCVPseudoLogliND_getRenormCount", _wrap_IntBandwidthCVPseudoLogliND_getRenormCount, METH_O, NULL},
{ "IntBandwidthCVPseudoLogliND___call__", _wrap_IntBandwidthCVPseudoLogliND___call__, METH_VARARGS, NULL},
{ "IntBandwidthCVPseudoLogliND_swigregister", IntBandwidthCVPseudoLogliND_swigregister, METH_O, NULL},
{ "IntBandwidthCVPseudoLogliND_swiginit", IntBandwidthCVPseudoLogliND_swiginit, METH_VARARGS, NULL},
{ "new_LongBandwidthCVPseudoLogliND", _wrap_new_LongBandwidthCVPseudoLogliND, METH_VARARGS, NULL},
{ "delete_LongBandwidthCVPseudoLogliND", _wrap_delete_LongBandwidthCVPseudoLogliND, METH_O, NULL},
{ "LongBandwidthCVPseudoLogliND_getNonZeroCount", _wrap_LongBandwidthCVPseudoLogliND_getNonZeroCount, METH_O, NULL},
{ "LongBandwidthCVPseudoLogliND_getRenormCount", _wrap_LongBandwidthCVPseudoLogliND_getRenormCount, METH_O, NULL},
{ "LongBandwidthCVPseudoLogliND___call__", _wrap_LongBandwidthCVPseudoLogliND___call__, METH_VARARGS, NULL},
{ "LongBandwidthCVPseudoLogliND_swigregister", LongBandwidthCVPseudoLogliND_swigregister, METH_O, NULL},
{ "LongBandwidthCVPseudoLogliND_swiginit", LongBandwidthCVPseudoLogliND_swiginit, METH_VARARGS, NULL},
{ "new_FloatBandwidthCVPseudoLogliND", _wrap_new_FloatBandwidthCVPseudoLogliND, METH_VARARGS, NULL},
{ "delete_FloatBandwidthCVPseudoLogliND", _wrap_delete_FloatBandwidthCVPseudoLogliND, METH_O, NULL},
{ "FloatBandwidthCVPseudoLogliND_getNonZeroCount", _wrap_FloatBandwidthCVPseudoLogliND_getNonZeroCount, METH_O, NULL},
{ "FloatBandwidthCVPseudoLogliND_getRenormCount", _wrap_FloatBandwidthCVPseudoLogliND_getRenormCount, METH_O, NULL},
{ "FloatBandwidthCVPseudoLogliND___call__", _wrap_FloatBandwidthCVPseudoLogliND___call__, METH_VARARGS, NULL},
{ "FloatBandwidthCVPseudoLogliND_swigregister", FloatBandwidthCVPseudoLogliND_swigregister, METH_O, NULL},
{ "FloatBandwidthCVPseudoLogliND_swiginit", FloatBandwidthCVPseudoLogliND_swiginit, METH_VARARGS, NULL},
{ "new_DoubleBandwidthCVPseudoLogliND", _wrap_new_DoubleBandwidthCVPseudoLogliND, METH_VARARGS, NULL},
{ "delete_DoubleBandwidthCVPseudoLogliND", _wrap_delete_DoubleBandwidthCVPseudoLogliND, METH_O, NULL},
{ "DoubleBandwidthCVPseudoLogliND_getNonZeroCount", _wrap_DoubleBandwidthCVPseudoLogliND_getNonZeroCount, METH_O, NULL},
{ "DoubleBandwidthCVPseudoLogliND_getRenormCount", _wrap_DoubleBandwidthCVPseudoLogliND_getRenormCount, METH_O, NULL},
{ "DoubleBandwidthCVPseudoLogliND___call__", _wrap_DoubleBandwidthCVPseudoLogliND___call__, METH_VARARGS, NULL},
{ "DoubleBandwidthCVPseudoLogliND_swigregister", DoubleBandwidthCVPseudoLogliND_swigregister, METH_O, NULL},
{ "DoubleBandwidthCVPseudoLogliND_swiginit", DoubleBandwidthCVPseudoLogliND_swiginit, METH_VARARGS, NULL},
{ "new_UCharBandwidthGCVPseudoLogliND", _wrap_new_UCharBandwidthGCVPseudoLogliND, METH_VARARGS, NULL},
{ "delete_UCharBandwidthGCVPseudoLogliND", _wrap_delete_UCharBandwidthGCVPseudoLogliND, METH_O, NULL},
{ "UCharBandwidthGCVPseudoLogliND_getNonZeroCount", _wrap_UCharBandwidthGCVPseudoLogliND_getNonZeroCount, METH_O, NULL},
{ "UCharBandwidthGCVPseudoLogliND_getRenormCount", _wrap_UCharBandwidthGCVPseudoLogliND_getRenormCount, METH_O, NULL},
{ "UCharBandwidthGCVPseudoLogliND___call__", _wrap_UCharBandwidthGCVPseudoLogliND___call__, METH_VARARGS, NULL},
{ "UCharBandwidthGCVPseudoLogliND_swigregister", UCharBandwidthGCVPseudoLogliND_swigregister, METH_O, NULL},
{ "UCharBandwidthGCVPseudoLogliND_swiginit", UCharBandwidthGCVPseudoLogliND_swiginit, METH_VARARGS, NULL},
{ "new_IntBandwidthGCVPseudoLogliND", _wrap_new_IntBandwidthGCVPseudoLogliND, METH_VARARGS, NULL},
{ "delete_IntBandwidthGCVPseudoLogliND", _wrap_delete_IntBandwidthGCVPseudoLogliND, METH_O, NULL},
{ "IntBandwidthGCVPseudoLogliND_getNonZeroCount", _wrap_IntBandwidthGCVPseudoLogliND_getNonZeroCount, METH_O, NULL},
{ "IntBandwidthGCVPseudoLogliND_getRenormCount", _wrap_IntBandwidthGCVPseudoLogliND_getRenormCount, METH_O, NULL},
{ "IntBandwidthGCVPseudoLogliND___call__", _wrap_IntBandwidthGCVPseudoLogliND___call__, METH_VARARGS, NULL},
{ "IntBandwidthGCVPseudoLogliND_swigregister", IntBandwidthGCVPseudoLogliND_swigregister, METH_O, NULL},
{ "IntBandwidthGCVPseudoLogliND_swiginit", IntBandwidthGCVPseudoLogliND_swiginit, METH_VARARGS, NULL},
{ "new_LongBandwidthGCVPseudoLogliND", _wrap_new_LongBandwidthGCVPseudoLogliND, METH_VARARGS, NULL},
{ "delete_LongBandwidthGCVPseudoLogliND", _wrap_delete_LongBandwidthGCVPseudoLogliND, METH_O, NULL},
{ "LongBandwidthGCVPseudoLogliND_getNonZeroCount", _wrap_LongBandwidthGCVPseudoLogliND_getNonZeroCount, METH_O, NULL},
{ "LongBandwidthGCVPseudoLogliND_getRenormCount", _wrap_LongBandwidthGCVPseudoLogliND_getRenormCount, METH_O, NULL},
{ "LongBandwidthGCVPseudoLogliND___call__", _wrap_LongBandwidthGCVPseudoLogliND___call__, METH_VARARGS, NULL},
{ "LongBandwidthGCVPseudoLogliND_swigregister", LongBandwidthGCVPseudoLogliND_swigregister, METH_O, NULL},
{ "LongBandwidthGCVPseudoLogliND_swiginit", LongBandwidthGCVPseudoLogliND_swiginit, METH_VARARGS, NULL},
{ "new_FloatBandwidthGCVPseudoLogliND", _wrap_new_FloatBandwidthGCVPseudoLogliND, METH_VARARGS, NULL},
{ "delete_FloatBandwidthGCVPseudoLogliND", _wrap_delete_FloatBandwidthGCVPseudoLogliND, METH_O, NULL},
{ "FloatBandwidthGCVPseudoLogliND_getNonZeroCount", _wrap_FloatBandwidthGCVPseudoLogliND_getNonZeroCount, METH_O, NULL},
{ "FloatBandwidthGCVPseudoLogliND_getRenormCount", _wrap_FloatBandwidthGCVPseudoLogliND_getRenormCount, METH_O, NULL},
{ "FloatBandwidthGCVPseudoLogliND___call__", _wrap_FloatBandwidthGCVPseudoLogliND___call__, METH_VARARGS, NULL},
{ "FloatBandwidthGCVPseudoLogliND_swigregister", FloatBandwidthGCVPseudoLogliND_swigregister, METH_O, NULL},
{ "FloatBandwidthGCVPseudoLogliND_swiginit", FloatBandwidthGCVPseudoLogliND_swiginit, METH_VARARGS, NULL},
{ "new_DoubleBandwidthGCVPseudoLogliND", _wrap_new_DoubleBandwidthGCVPseudoLogliND, METH_VARARGS, NULL},
{ "delete_DoubleBandwidthGCVPseudoLogliND", _wrap_delete_DoubleBandwidthGCVPseudoLogliND, METH_O, NULL},
{ "DoubleBandwidthGCVPseudoLogliND_getNonZeroCount", _wrap_DoubleBandwidthGCVPseudoLogliND_getNonZeroCount, METH_O, NULL},
{ "DoubleBandwidthGCVPseudoLogliND_getRenormCount", _wrap_DoubleBandwidthGCVPseudoLogliND_getRenormCount, METH_O, NULL},
{ "DoubleBandwidthGCVPseudoLogliND___call__", _wrap_DoubleBandwidthGCVPseudoLogliND___call__, METH_VARARGS, NULL},
{ "DoubleBandwidthGCVPseudoLogliND_swigregister", DoubleBandwidthGCVPseudoLogliND_swigregister, METH_O, NULL},
{ "DoubleBandwidthGCVPseudoLogliND_swiginit", DoubleBandwidthGCVPseudoLogliND_swiginit, METH_VARARGS, NULL},
{ "new_DensityScan1D", _wrap_new_DensityScan1D, METH_VARARGS, NULL},
{ "DensityScan1D___call__", _wrap_DensityScan1D___call__, METH_VARARGS, NULL},
{ "DensityScan1D_averageDensity", _wrap_DensityScan1D_averageDensity, METH_VARARGS, NULL},
{ "delete_DensityScan1D", _wrap_delete_DensityScan1D, METH_O, NULL},
{ "DensityScan1D_swigregister", DensityScan1D_swigregister, METH_O, NULL},
{ "DensityScan1D_swiginit", DensityScan1D_swiginit, METH_VARARGS, NULL},
{ "new_DensityDiscretizationError1D", _wrap_new_DensityDiscretizationError1D, METH_VARARGS, NULL},
{ "delete_DensityDiscretizationError1D", _wrap_delete_DensityDiscretizationError1D, METH_O, NULL},
{ "DensityDiscretizationError1D___call__", _wrap_DensityDiscretizationError1D___call__, METH_VARARGS, NULL},
{ "DensityDiscretizationError1D_swigregister", DensityDiscretizationError1D_swigregister, METH_O, NULL},
{ "DensityDiscretizationError1D_swiginit", DensityDiscretizationError1D_swiginit, METH_VARARGS, NULL},
{ "new_DensityScan1D_Linear", _wrap_new_DensityScan1D_Linear, METH_VARARGS, NULL},
{ "DensityScan1D_Linear___call__", _wrap_DensityScan1D_Linear___call__, METH_VARARGS, NULL},
{ "delete_DensityScan1D_Linear", _wrap_delete_DensityScan1D_Linear, METH_O, NULL},
{ "DensityScan1D_Linear_swigregister", DensityScan1D_Linear_swigregister, METH_O, NULL},
{ "DensityScan1D_Linear_swiginit", DensityScan1D_Linear_swiginit, METH_VARARGS, NULL},
{ "new_DensityScan1D_Log", _wrap_new_DensityScan1D_Log, METH_VARARGS, NULL},
{ "DensityScan1D_Log___call__", _wrap_DensityScan1D_Log___call__, METH_VARARGS, NULL},
{ "delete_DensityScan1D_Log", _wrap_delete_DensityScan1D_Log, METH_O, NULL},
{ "DensityScan1D_Log_swigregister", DensityScan1D_Log_swigregister, METH_O, NULL},
{ "DensityScan1D_Log_swiginit", DensityScan1D_Log_swiginit, METH_VARARGS, NULL},
{ "new_DensityScan1D_Circular", _wrap_new_DensityScan1D_Circular, METH_VARARGS, NULL},
{ "DensityScan1D_Circular___call__", _wrap_DensityScan1D_Circular___call__, METH_VARARGS, NULL},
{ "delete_DensityScan1D_Circular", _wrap_delete_DensityScan1D_Circular, METH_O, NULL},
{ "DensityScan1D_Circular_swigregister", DensityScan1D_Circular_swigregister, METH_O, NULL},
{ "DensityScan1D_Circular_swiginit", DensityScan1D_Circular_swiginit, METH_VARARGS, NULL},
{ "new_DensityScan1D_Interpolated", _wrap_new_DensityScan1D_Interpolated, METH_VARARGS, NULL},
{ "DensityScan1D_Interpolated___call__", _wrap_DensityScan1D_Interpolated___call__, METH_VARARGS, NULL},
{ "delete_DensityScan1D_Interpolated", _wrap_delete_DensityScan1D_Interpolated, METH_O, NULL},
{ "DensityScan1D_Interpolated_swigregister", DensityScan1D_Interpolated_swigregister, METH_O, NULL},
{ "DensityScan1D_Interpolated_swiginit", DensityScan1D_Interpolated_swiginit, METH_VARARGS, NULL},
{ "new_DensityScan1D_Funct", _wrap_new_DensityScan1D_Funct, METH_VARARGS, NULL},
{ "DensityScan1D_Funct___call__", _wrap_DensityScan1D_Funct___call__, METH_VARARGS, NULL},
{ "delete_DensityScan1D_Funct", _wrap_delete_DensityScan1D_Funct, METH_O, NULL},
{ "DensityScan1D_Funct_swigregister", DensityScan1D_Funct_swigregister, METH_O, NULL},
{ "DensityScan1D_Funct_swiginit", DensityScan1D_Funct_swiginit, METH_VARARGS, NULL},
{ "new_DensityScan1D_Fcn", _wrap_new_DensityScan1D_Fcn, METH_VARARGS, NULL},
{ "DensityScan1D_Fcn___call__", _wrap_DensityScan1D_Fcn___call__, METH_VARARGS, NULL},
{ "delete_DensityScan1D_Fcn", _wrap_delete_DensityScan1D_Fcn, METH_O, NULL},
{ "DensityScan1D_Fcn_swigregister", DensityScan1D_Fcn_swigregister, METH_O, NULL},
{ "DensityScan1D_Fcn_swiginit", DensityScan1D_Fcn_swiginit, METH_VARARGS, NULL},
{ "delete_AbsInterpolatedDistribution1D", _wrap_delete_AbsInterpolatedDistribution1D, METH_O, NULL},
{ "AbsInterpolatedDistribution1D_clone", _wrap_AbsInterpolatedDistribution1D_clone, METH_O, NULL},
{ "AbsInterpolatedDistribution1D_add", _wrap_AbsInterpolatedDistribution1D_add, METH_VARARGS, NULL},
{ "AbsInterpolatedDistribution1D_replace", _wrap_AbsInterpolatedDistribution1D_replace, METH_VARARGS, NULL},
{ "AbsInterpolatedDistribution1D_setWeight", _wrap_AbsInterpolatedDistribution1D_setWeight, METH_VARARGS, NULL},
{ "AbsInterpolatedDistribution1D_clear", _wrap_AbsInterpolatedDistribution1D_clear, METH_O, NULL},
{ "AbsInterpolatedDistribution1D_size", _wrap_AbsInterpolatedDistribution1D_size, METH_O, NULL},
{ "AbsInterpolatedDistribution1D_expectedSize", _wrap_AbsInterpolatedDistribution1D_expectedSize, METH_O, NULL},
{ "AbsInterpolatedDistribution1D_normalizeAutomatically", _wrap_AbsInterpolatedDistribution1D_normalizeAutomatically, METH_VARARGS, NULL},
{ "AbsInterpolatedDistribution1D_swigregister", AbsInterpolatedDistribution1D_swigregister, METH_O, NULL},
{ "delete_InterpolatedDistro1DNP", _wrap_delete_InterpolatedDistro1DNP, METH_O, NULL},
{ "new_InterpolatedDistro1DNP", _wrap_new_InterpolatedDistro1DNP, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_clone", _wrap_InterpolatedDistro1DNP_clone, METH_O, NULL},
{ "InterpolatedDistro1DNP_interpolateVertically", _wrap_InterpolatedDistro1DNP_interpolateVertically, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_interpolatingVertically", _wrap_InterpolatedDistro1DNP_interpolatingVertically, METH_O, NULL},
{ "InterpolatedDistro1DNP_getGridDistro", _wrap_InterpolatedDistro1DNP_getGridDistro, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_getLinearDistro", _wrap_InterpolatedDistro1DNP_getLinearDistro, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_setGridCoords", _wrap_InterpolatedDistro1DNP_setGridCoords, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_nAxes", _wrap_InterpolatedDistro1DNP_nAxes, METH_O, NULL},
{ "InterpolatedDistro1DNP_nDistros", _wrap_InterpolatedDistro1DNP_nDistros, METH_O, NULL},
{ "InterpolatedDistro1DNP_gridShape", _wrap_InterpolatedDistro1DNP_gridShape, METH_O, NULL},
{ "InterpolatedDistro1DNP_getAxis", _wrap_InterpolatedDistro1DNP_getAxis, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_density", _wrap_InterpolatedDistro1DNP_density, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_cdf", _wrap_InterpolatedDistro1DNP_cdf, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_exceedance", _wrap_InterpolatedDistro1DNP_exceedance, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_quantile", _wrap_InterpolatedDistro1DNP_quantile, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_classId", _wrap_InterpolatedDistro1DNP_classId, METH_O, NULL},
{ "InterpolatedDistro1DNP_write", _wrap_InterpolatedDistro1DNP_write, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_classname", _wrap_InterpolatedDistro1DNP_classname, METH_NOARGS, NULL},
{ "InterpolatedDistro1DNP_version", _wrap_InterpolatedDistro1DNP_version, METH_NOARGS, NULL},
{ "InterpolatedDistro1DNP_read", _wrap_InterpolatedDistro1DNP_read, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_setGridDistro", _wrap_InterpolatedDistro1DNP_setGridDistro, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_setLinearDistro", _wrap_InterpolatedDistro1DNP_setLinearDistro, METH_VARARGS, NULL},
{ "InterpolatedDistro1DNP_swigregister", InterpolatedDistro1DNP_swigregister, METH_O, NULL},
{ "InterpolatedDistro1DNP_swiginit", InterpolatedDistro1DNP_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_InterpolatedDistro1DNP", _wrap_new_ArchiveRecord_InterpolatedDistro1DNP, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_InterpolatedDistro1DNP", _wrap_delete_ArchiveRecord_InterpolatedDistro1DNP, METH_O, NULL},
{ "ArchiveRecord_InterpolatedDistro1DNP_swigregister", ArchiveRecord_InterpolatedDistro1DNP_swigregister, METH_O, NULL},
{ "ArchiveRecord_InterpolatedDistro1DNP_swiginit", ArchiveRecord_InterpolatedDistro1DNP_swiginit, METH_VARARGS, NULL},
{ "new_Ref_InterpolatedDistro1DNP", _wrap_new_Ref_InterpolatedDistro1DNP, METH_VARARGS, NULL},
{ "Ref_InterpolatedDistro1DNP_restore", _wrap_Ref_InterpolatedDistro1DNP_restore, METH_VARARGS, NULL},
{ "Ref_InterpolatedDistro1DNP_retrieve", _wrap_Ref_InterpolatedDistro1DNP_retrieve, METH_VARARGS, NULL},
{ "Ref_InterpolatedDistro1DNP_getValue", _wrap_Ref_InterpolatedDistro1DNP_getValue, METH_VARARGS, NULL},
{ "delete_Ref_InterpolatedDistro1DNP", _wrap_delete_Ref_InterpolatedDistro1DNP, METH_O, NULL},
{ "Ref_InterpolatedDistro1DNP_swigregister", Ref_InterpolatedDistro1DNP_swigregister, METH_O, NULL},
{ "Ref_InterpolatedDistro1DNP_swiginit", Ref_InterpolatedDistro1DNP_swiginit, METH_VARARGS, NULL},
{ "delete_AbsUnfold1D", _wrap_delete_AbsUnfold1D, METH_O, NULL},
{ "AbsUnfold1D_responseMatrix", _wrap_AbsUnfold1D_responseMatrix, METH_O, NULL},
{ "AbsUnfold1D_transposedResponseMatrix", _wrap_AbsUnfold1D_transposedResponseMatrix, METH_O, NULL},
{ "AbsUnfold1D_efficiency", _wrap_AbsUnfold1D_efficiency, METH_O, NULL},
{ "AbsUnfold1D_smoothingNDoF", _wrap_AbsUnfold1D_smoothingNDoF, METH_O, NULL},
{ "AbsUnfold1D_responseNDoF", _wrap_AbsUnfold1D_responseNDoF, METH_O, NULL},
{ "AbsUnfold1D_smoothedResponseNDoF", _wrap_AbsUnfold1D_smoothedResponseNDoF, METH_O, NULL},
{ "AbsUnfold1D_modelNDoF", _wrap_AbsUnfold1D_modelNDoF, METH_O, NULL},
{ "AbsUnfold1D_setInitialApproximation", _wrap_AbsUnfold1D_setInitialApproximation, METH_VARARGS, NULL},
{ "AbsUnfold1D_clearInitialApproximation", _wrap_AbsUnfold1D_clearInitialApproximation, METH_O, NULL},
{ "AbsUnfold1D_getInitialApproximation", _wrap_AbsUnfold1D_getInitialApproximation, METH_O, NULL},
{ "AbsUnfold1D_setFilter", _wrap_AbsUnfold1D_setFilter, METH_VARARGS, NULL},
{ "AbsUnfold1D_useConvolutions", _wrap_AbsUnfold1D_useConvolutions, METH_VARARGS, NULL},
{ "AbsUnfold1D_usingConvolutions", _wrap_AbsUnfold1D_usingConvolutions, METH_O, NULL},
{ "AbsUnfold1D_observationCovariance", _wrap_AbsUnfold1D_observationCovariance, METH_VARARGS, NULL},
{ "AbsUnfold1D_getFilter", _wrap_AbsUnfold1D_getFilter, METH_O, NULL},
{ "AbsUnfold1D_probDelta", _wrap_AbsUnfold1D_probDelta, METH_VARARGS, NULL},
{ "AbsUnfold1D_unfold", _wrap_AbsUnfold1D_unfold, METH_VARARGS, NULL},
{ "AbsUnfold1D_unfoldNoCov", _wrap_AbsUnfold1D_unfoldNoCov, METH_VARARGS, NULL},
{ "AbsUnfold1D_fold", _wrap_AbsUnfold1D_fold, METH_VARARGS, NULL},
{ "AbsUnfold1D_swigregister", AbsUnfold1D_swigregister, METH_O, NULL},
{ "new_SmoothedEMUnfold1D", _wrap_new_SmoothedEMUnfold1D, METH_VARARGS, NULL},
{ "delete_SmoothedEMUnfold1D", _wrap_delete_SmoothedEMUnfold1D, METH_O, NULL},
{ "SmoothedEMUnfold1D_setMaxIterations", _wrap_SmoothedEMUnfold1D_setMaxIterations, METH_VARARGS, NULL},
{ "SmoothedEMUnfold1D_useMultinomialCovariance", _wrap_SmoothedEMUnfold1D_useMultinomialCovariance, METH_VARARGS, NULL},
{ "SmoothedEMUnfold1D_smoothLastIteration", _wrap_SmoothedEMUnfold1D_smoothLastIteration, METH_VARARGS, NULL},
{ "SmoothedEMUnfold1D_setConvergenceEpsilon", _wrap_SmoothedEMUnfold1D_setConvergenceEpsilon, METH_VARARGS, NULL},
{ "SmoothedEMUnfold1D_convergenceEpsilon", _wrap_SmoothedEMUnfold1D_convergenceEpsilon, METH_O, NULL},
{ "SmoothedEMUnfold1D_maxIterations", _wrap_SmoothedEMUnfold1D_maxIterations, METH_O, NULL},
{ "SmoothedEMUnfold1D_usingMultinomialCovariance", _wrap_SmoothedEMUnfold1D_usingMultinomialCovariance, METH_O, NULL},
{ "SmoothedEMUnfold1D_smoothingLastIteration", _wrap_SmoothedEMUnfold1D_smoothingLastIteration, METH_O, NULL},
{ "SmoothedEMUnfold1D_lastNIterations", _wrap_SmoothedEMUnfold1D_lastNIterations, METH_O, NULL},
{ "SmoothedEMUnfold1D_lastEPIterations", _wrap_SmoothedEMUnfold1D_lastEPIterations, METH_O, NULL},
{ "SmoothedEMUnfold1D_lastSmoothingNormfactor", _wrap_SmoothedEMUnfold1D_lastSmoothingNormfactor, METH_O, NULL},
{ "SmoothedEMUnfold1D_swigregister", SmoothedEMUnfold1D_swigregister, METH_O, NULL},
{ "SmoothedEMUnfold1D_swiginit", SmoothedEMUnfold1D_swiginit, METH_VARARGS, NULL},
{ "delete_LocalQuadraticLeastSquares1D", _wrap_delete_LocalQuadraticLeastSquares1D, METH_O, NULL},
{ "LocalQuadraticLeastSquares1D_dim", _wrap_LocalQuadraticLeastSquares1D_dim, METH_O, NULL},
{ "LocalQuadraticLeastSquares1D_polyDegree", _wrap_LocalQuadraticLeastSquares1D_polyDegree, METH_O, NULL},
{ "LocalQuadraticLeastSquares1D_nPoints", _wrap_LocalQuadraticLeastSquares1D_nPoints, METH_O, NULL},
{ "LocalQuadraticLeastSquares1D_nTermsFitted", _wrap_LocalQuadraticLeastSquares1D_nTermsFitted, METH_O, NULL},
{ "LocalQuadraticLeastSquares1D_hasErrors", _wrap_LocalQuadraticLeastSquares1D_hasErrors, METH_O, NULL},
{ "LocalQuadraticLeastSquares1D_getBandwidth", _wrap_LocalQuadraticLeastSquares1D_getBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares1D_chiSquare", _wrap_LocalQuadraticLeastSquares1D_chiSquare, METH_O, NULL},
{ "LocalQuadraticLeastSquares1D_lscvCriterion", _wrap_LocalQuadraticLeastSquares1D_lscvCriterion, METH_O, NULL},
{ "LocalQuadraticLeastSquares1D_setBandwidth", _wrap_LocalQuadraticLeastSquares1D_setBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares1D_smootherMatrix", _wrap_LocalQuadraticLeastSquares1D_smootherMatrix, METH_VARARGS, NULL},
{ "new_LocalQuadraticLeastSquares1D", _wrap_new_LocalQuadraticLeastSquares1D, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares1D_setPointCoords", _wrap_LocalQuadraticLeastSquares1D_setPointCoords, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares1D_setValues", _wrap_LocalQuadraticLeastSquares1D_setValues, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares1D_setErrors", _wrap_LocalQuadraticLeastSquares1D_setErrors, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares1D_fit", _wrap_LocalQuadraticLeastSquares1D_fit, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares1D_fitWithGradient", _wrap_LocalQuadraticLeastSquares1D_fitWithGradient, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares1D_fitWithHessian", _wrap_LocalQuadraticLeastSquares1D_fitWithHessian, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares1D_swigregister", LocalQuadraticLeastSquares1D_swigregister, METH_O, NULL},
{ "LocalQuadraticLeastSquares1D_swiginit", LocalQuadraticLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "delete_LocalQuadraticLeastSquares2D", _wrap_delete_LocalQuadraticLeastSquares2D, METH_O, NULL},
{ "LocalQuadraticLeastSquares2D_dim", _wrap_LocalQuadraticLeastSquares2D_dim, METH_O, NULL},
{ "LocalQuadraticLeastSquares2D_polyDegree", _wrap_LocalQuadraticLeastSquares2D_polyDegree, METH_O, NULL},
{ "LocalQuadraticLeastSquares2D_nPoints", _wrap_LocalQuadraticLeastSquares2D_nPoints, METH_O, NULL},
{ "LocalQuadraticLeastSquares2D_nTermsFitted", _wrap_LocalQuadraticLeastSquares2D_nTermsFitted, METH_O, NULL},
{ "LocalQuadraticLeastSquares2D_hasErrors", _wrap_LocalQuadraticLeastSquares2D_hasErrors, METH_O, NULL},
{ "LocalQuadraticLeastSquares2D_getBandwidth", _wrap_LocalQuadraticLeastSquares2D_getBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares2D_chiSquare", _wrap_LocalQuadraticLeastSquares2D_chiSquare, METH_O, NULL},
{ "LocalQuadraticLeastSquares2D_lscvCriterion", _wrap_LocalQuadraticLeastSquares2D_lscvCriterion, METH_O, NULL},
{ "LocalQuadraticLeastSquares2D_setBandwidth", _wrap_LocalQuadraticLeastSquares2D_setBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares2D_smootherMatrix", _wrap_LocalQuadraticLeastSquares2D_smootherMatrix, METH_VARARGS, NULL},
{ "new_LocalQuadraticLeastSquares2D", _wrap_new_LocalQuadraticLeastSquares2D, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares2D_setPointCoords", _wrap_LocalQuadraticLeastSquares2D_setPointCoords, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares2D_setValues", _wrap_LocalQuadraticLeastSquares2D_setValues, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares2D_setErrors", _wrap_LocalQuadraticLeastSquares2D_setErrors, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares2D_fit", _wrap_LocalQuadraticLeastSquares2D_fit, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares2D_fitWithGradient", _wrap_LocalQuadraticLeastSquares2D_fitWithGradient, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares2D_fitWithHessian", _wrap_LocalQuadraticLeastSquares2D_fitWithHessian, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares2D_swigregister", LocalQuadraticLeastSquares2D_swigregister, METH_O, NULL},
{ "LocalQuadraticLeastSquares2D_swiginit", LocalQuadraticLeastSquares2D_swiginit, METH_VARARGS, NULL},
{ "delete_LocalQuadraticLeastSquares3D", _wrap_delete_LocalQuadraticLeastSquares3D, METH_O, NULL},
{ "LocalQuadraticLeastSquares3D_dim", _wrap_LocalQuadraticLeastSquares3D_dim, METH_O, NULL},
{ "LocalQuadraticLeastSquares3D_polyDegree", _wrap_LocalQuadraticLeastSquares3D_polyDegree, METH_O, NULL},
{ "LocalQuadraticLeastSquares3D_nPoints", _wrap_LocalQuadraticLeastSquares3D_nPoints, METH_O, NULL},
{ "LocalQuadraticLeastSquares3D_nTermsFitted", _wrap_LocalQuadraticLeastSquares3D_nTermsFitted, METH_O, NULL},
{ "LocalQuadraticLeastSquares3D_hasErrors", _wrap_LocalQuadraticLeastSquares3D_hasErrors, METH_O, NULL},
{ "LocalQuadraticLeastSquares3D_getBandwidth", _wrap_LocalQuadraticLeastSquares3D_getBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares3D_chiSquare", _wrap_LocalQuadraticLeastSquares3D_chiSquare, METH_O, NULL},
{ "LocalQuadraticLeastSquares3D_lscvCriterion", _wrap_LocalQuadraticLeastSquares3D_lscvCriterion, METH_O, NULL},
{ "LocalQuadraticLeastSquares3D_setBandwidth", _wrap_LocalQuadraticLeastSquares3D_setBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares3D_smootherMatrix", _wrap_LocalQuadraticLeastSquares3D_smootherMatrix, METH_VARARGS, NULL},
{ "new_LocalQuadraticLeastSquares3D", _wrap_new_LocalQuadraticLeastSquares3D, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares3D_setPointCoords", _wrap_LocalQuadraticLeastSquares3D_setPointCoords, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares3D_setValues", _wrap_LocalQuadraticLeastSquares3D_setValues, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares3D_setErrors", _wrap_LocalQuadraticLeastSquares3D_setErrors, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares3D_fit", _wrap_LocalQuadraticLeastSquares3D_fit, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares3D_fitWithGradient", _wrap_LocalQuadraticLeastSquares3D_fitWithGradient, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares3D_fitWithHessian", _wrap_LocalQuadraticLeastSquares3D_fitWithHessian, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares3D_swigregister", LocalQuadraticLeastSquares3D_swigregister, METH_O, NULL},
{ "LocalQuadraticLeastSquares3D_swiginit", LocalQuadraticLeastSquares3D_swiginit, METH_VARARGS, NULL},
{ "delete_LocalQuadraticLeastSquares4D", _wrap_delete_LocalQuadraticLeastSquares4D, METH_O, NULL},
{ "LocalQuadraticLeastSquares4D_dim", _wrap_LocalQuadraticLeastSquares4D_dim, METH_O, NULL},
{ "LocalQuadraticLeastSquares4D_polyDegree", _wrap_LocalQuadraticLeastSquares4D_polyDegree, METH_O, NULL},
{ "LocalQuadraticLeastSquares4D_nPoints", _wrap_LocalQuadraticLeastSquares4D_nPoints, METH_O, NULL},
{ "LocalQuadraticLeastSquares4D_nTermsFitted", _wrap_LocalQuadraticLeastSquares4D_nTermsFitted, METH_O, NULL},
{ "LocalQuadraticLeastSquares4D_hasErrors", _wrap_LocalQuadraticLeastSquares4D_hasErrors, METH_O, NULL},
{ "LocalQuadraticLeastSquares4D_getBandwidth", _wrap_LocalQuadraticLeastSquares4D_getBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares4D_chiSquare", _wrap_LocalQuadraticLeastSquares4D_chiSquare, METH_O, NULL},
{ "LocalQuadraticLeastSquares4D_lscvCriterion", _wrap_LocalQuadraticLeastSquares4D_lscvCriterion, METH_O, NULL},
{ "LocalQuadraticLeastSquares4D_setBandwidth", _wrap_LocalQuadraticLeastSquares4D_setBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares4D_smootherMatrix", _wrap_LocalQuadraticLeastSquares4D_smootherMatrix, METH_VARARGS, NULL},
{ "new_LocalQuadraticLeastSquares4D", _wrap_new_LocalQuadraticLeastSquares4D, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares4D_setPointCoords", _wrap_LocalQuadraticLeastSquares4D_setPointCoords, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares4D_setValues", _wrap_LocalQuadraticLeastSquares4D_setValues, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares4D_setErrors", _wrap_LocalQuadraticLeastSquares4D_setErrors, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares4D_fit", _wrap_LocalQuadraticLeastSquares4D_fit, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares4D_fitWithGradient", _wrap_LocalQuadraticLeastSquares4D_fitWithGradient, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares4D_fitWithHessian", _wrap_LocalQuadraticLeastSquares4D_fitWithHessian, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares4D_swigregister", LocalQuadraticLeastSquares4D_swigregister, METH_O, NULL},
{ "LocalQuadraticLeastSquares4D_swiginit", LocalQuadraticLeastSquares4D_swiginit, METH_VARARGS, NULL},
{ "delete_LocalQuadraticLeastSquares5D", _wrap_delete_LocalQuadraticLeastSquares5D, METH_O, NULL},
{ "LocalQuadraticLeastSquares5D_dim", _wrap_LocalQuadraticLeastSquares5D_dim, METH_O, NULL},
{ "LocalQuadraticLeastSquares5D_polyDegree", _wrap_LocalQuadraticLeastSquares5D_polyDegree, METH_O, NULL},
{ "LocalQuadraticLeastSquares5D_nPoints", _wrap_LocalQuadraticLeastSquares5D_nPoints, METH_O, NULL},
{ "LocalQuadraticLeastSquares5D_nTermsFitted", _wrap_LocalQuadraticLeastSquares5D_nTermsFitted, METH_O, NULL},
{ "LocalQuadraticLeastSquares5D_hasErrors", _wrap_LocalQuadraticLeastSquares5D_hasErrors, METH_O, NULL},
{ "LocalQuadraticLeastSquares5D_getBandwidth", _wrap_LocalQuadraticLeastSquares5D_getBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares5D_chiSquare", _wrap_LocalQuadraticLeastSquares5D_chiSquare, METH_O, NULL},
{ "LocalQuadraticLeastSquares5D_lscvCriterion", _wrap_LocalQuadraticLeastSquares5D_lscvCriterion, METH_O, NULL},
{ "LocalQuadraticLeastSquares5D_setBandwidth", _wrap_LocalQuadraticLeastSquares5D_setBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares5D_smootherMatrix", _wrap_LocalQuadraticLeastSquares5D_smootherMatrix, METH_VARARGS, NULL},
{ "new_LocalQuadraticLeastSquares5D", _wrap_new_LocalQuadraticLeastSquares5D, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares5D_setPointCoords", _wrap_LocalQuadraticLeastSquares5D_setPointCoords, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares5D_setValues", _wrap_LocalQuadraticLeastSquares5D_setValues, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares5D_setErrors", _wrap_LocalQuadraticLeastSquares5D_setErrors, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares5D_fit", _wrap_LocalQuadraticLeastSquares5D_fit, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares5D_fitWithGradient", _wrap_LocalQuadraticLeastSquares5D_fitWithGradient, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares5D_fitWithHessian", _wrap_LocalQuadraticLeastSquares5D_fitWithHessian, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares5D_swigregister", LocalQuadraticLeastSquares5D_swigregister, METH_O, NULL},
{ "LocalQuadraticLeastSquares5D_swiginit", LocalQuadraticLeastSquares5D_swiginit, METH_VARARGS, NULL},
{ "delete_LocalQuadraticLeastSquares6D", _wrap_delete_LocalQuadraticLeastSquares6D, METH_O, NULL},
{ "LocalQuadraticLeastSquares6D_dim", _wrap_LocalQuadraticLeastSquares6D_dim, METH_O, NULL},
{ "LocalQuadraticLeastSquares6D_polyDegree", _wrap_LocalQuadraticLeastSquares6D_polyDegree, METH_O, NULL},
{ "LocalQuadraticLeastSquares6D_nPoints", _wrap_LocalQuadraticLeastSquares6D_nPoints, METH_O, NULL},
{ "LocalQuadraticLeastSquares6D_nTermsFitted", _wrap_LocalQuadraticLeastSquares6D_nTermsFitted, METH_O, NULL},
{ "LocalQuadraticLeastSquares6D_hasErrors", _wrap_LocalQuadraticLeastSquares6D_hasErrors, METH_O, NULL},
{ "LocalQuadraticLeastSquares6D_getBandwidth", _wrap_LocalQuadraticLeastSquares6D_getBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares6D_chiSquare", _wrap_LocalQuadraticLeastSquares6D_chiSquare, METH_O, NULL},
{ "LocalQuadraticLeastSquares6D_lscvCriterion", _wrap_LocalQuadraticLeastSquares6D_lscvCriterion, METH_O, NULL},
{ "LocalQuadraticLeastSquares6D_setBandwidth", _wrap_LocalQuadraticLeastSquares6D_setBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares6D_smootherMatrix", _wrap_LocalQuadraticLeastSquares6D_smootherMatrix, METH_VARARGS, NULL},
{ "new_LocalQuadraticLeastSquares6D", _wrap_new_LocalQuadraticLeastSquares6D, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares6D_setPointCoords", _wrap_LocalQuadraticLeastSquares6D_setPointCoords, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares6D_setValues", _wrap_LocalQuadraticLeastSquares6D_setValues, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares6D_setErrors", _wrap_LocalQuadraticLeastSquares6D_setErrors, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares6D_fit", _wrap_LocalQuadraticLeastSquares6D_fit, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares6D_fitWithGradient", _wrap_LocalQuadraticLeastSquares6D_fitWithGradient, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares6D_fitWithHessian", _wrap_LocalQuadraticLeastSquares6D_fitWithHessian, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares6D_swigregister", LocalQuadraticLeastSquares6D_swigregister, METH_O, NULL},
{ "LocalQuadraticLeastSquares6D_swiginit", LocalQuadraticLeastSquares6D_swiginit, METH_VARARGS, NULL},
{ "delete_LocalQuadraticLeastSquares7D", _wrap_delete_LocalQuadraticLeastSquares7D, METH_O, NULL},
{ "LocalQuadraticLeastSquares7D_dim", _wrap_LocalQuadraticLeastSquares7D_dim, METH_O, NULL},
{ "LocalQuadraticLeastSquares7D_polyDegree", _wrap_LocalQuadraticLeastSquares7D_polyDegree, METH_O, NULL},
{ "LocalQuadraticLeastSquares7D_nPoints", _wrap_LocalQuadraticLeastSquares7D_nPoints, METH_O, NULL},
{ "LocalQuadraticLeastSquares7D_nTermsFitted", _wrap_LocalQuadraticLeastSquares7D_nTermsFitted, METH_O, NULL},
{ "LocalQuadraticLeastSquares7D_hasErrors", _wrap_LocalQuadraticLeastSquares7D_hasErrors, METH_O, NULL},
{ "LocalQuadraticLeastSquares7D_getBandwidth", _wrap_LocalQuadraticLeastSquares7D_getBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares7D_chiSquare", _wrap_LocalQuadraticLeastSquares7D_chiSquare, METH_O, NULL},
{ "LocalQuadraticLeastSquares7D_lscvCriterion", _wrap_LocalQuadraticLeastSquares7D_lscvCriterion, METH_O, NULL},
{ "LocalQuadraticLeastSquares7D_setBandwidth", _wrap_LocalQuadraticLeastSquares7D_setBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares7D_smootherMatrix", _wrap_LocalQuadraticLeastSquares7D_smootherMatrix, METH_VARARGS, NULL},
{ "new_LocalQuadraticLeastSquares7D", _wrap_new_LocalQuadraticLeastSquares7D, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares7D_setPointCoords", _wrap_LocalQuadraticLeastSquares7D_setPointCoords, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares7D_setValues", _wrap_LocalQuadraticLeastSquares7D_setValues, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares7D_setErrors", _wrap_LocalQuadraticLeastSquares7D_setErrors, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares7D_fit", _wrap_LocalQuadraticLeastSquares7D_fit, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares7D_fitWithGradient", _wrap_LocalQuadraticLeastSquares7D_fitWithGradient, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares7D_fitWithHessian", _wrap_LocalQuadraticLeastSquares7D_fitWithHessian, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares7D_swigregister", LocalQuadraticLeastSquares7D_swigregister, METH_O, NULL},
{ "LocalQuadraticLeastSquares7D_swiginit", LocalQuadraticLeastSquares7D_swiginit, METH_VARARGS, NULL},
{ "delete_LocalQuadraticLeastSquares8D", _wrap_delete_LocalQuadraticLeastSquares8D, METH_O, NULL},
{ "LocalQuadraticLeastSquares8D_dim", _wrap_LocalQuadraticLeastSquares8D_dim, METH_O, NULL},
{ "LocalQuadraticLeastSquares8D_polyDegree", _wrap_LocalQuadraticLeastSquares8D_polyDegree, METH_O, NULL},
{ "LocalQuadraticLeastSquares8D_nPoints", _wrap_LocalQuadraticLeastSquares8D_nPoints, METH_O, NULL},
{ "LocalQuadraticLeastSquares8D_nTermsFitted", _wrap_LocalQuadraticLeastSquares8D_nTermsFitted, METH_O, NULL},
{ "LocalQuadraticLeastSquares8D_hasErrors", _wrap_LocalQuadraticLeastSquares8D_hasErrors, METH_O, NULL},
{ "LocalQuadraticLeastSquares8D_getBandwidth", _wrap_LocalQuadraticLeastSquares8D_getBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares8D_chiSquare", _wrap_LocalQuadraticLeastSquares8D_chiSquare, METH_O, NULL},
{ "LocalQuadraticLeastSquares8D_lscvCriterion", _wrap_LocalQuadraticLeastSquares8D_lscvCriterion, METH_O, NULL},
{ "LocalQuadraticLeastSquares8D_setBandwidth", _wrap_LocalQuadraticLeastSquares8D_setBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares8D_smootherMatrix", _wrap_LocalQuadraticLeastSquares8D_smootherMatrix, METH_VARARGS, NULL},
{ "new_LocalQuadraticLeastSquares8D", _wrap_new_LocalQuadraticLeastSquares8D, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares8D_setPointCoords", _wrap_LocalQuadraticLeastSquares8D_setPointCoords, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares8D_setValues", _wrap_LocalQuadraticLeastSquares8D_setValues, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares8D_setErrors", _wrap_LocalQuadraticLeastSquares8D_setErrors, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares8D_fit", _wrap_LocalQuadraticLeastSquares8D_fit, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares8D_fitWithGradient", _wrap_LocalQuadraticLeastSquares8D_fitWithGradient, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares8D_fitWithHessian", _wrap_LocalQuadraticLeastSquares8D_fitWithHessian, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares8D_swigregister", LocalQuadraticLeastSquares8D_swigregister, METH_O, NULL},
{ "LocalQuadraticLeastSquares8D_swiginit", LocalQuadraticLeastSquares8D_swiginit, METH_VARARGS, NULL},
{ "delete_LocalQuadraticLeastSquares9D", _wrap_delete_LocalQuadraticLeastSquares9D, METH_O, NULL},
{ "LocalQuadraticLeastSquares9D_dim", _wrap_LocalQuadraticLeastSquares9D_dim, METH_O, NULL},
{ "LocalQuadraticLeastSquares9D_polyDegree", _wrap_LocalQuadraticLeastSquares9D_polyDegree, METH_O, NULL},
{ "LocalQuadraticLeastSquares9D_nPoints", _wrap_LocalQuadraticLeastSquares9D_nPoints, METH_O, NULL},
{ "LocalQuadraticLeastSquares9D_nTermsFitted", _wrap_LocalQuadraticLeastSquares9D_nTermsFitted, METH_O, NULL},
{ "LocalQuadraticLeastSquares9D_hasErrors", _wrap_LocalQuadraticLeastSquares9D_hasErrors, METH_O, NULL},
{ "LocalQuadraticLeastSquares9D_getBandwidth", _wrap_LocalQuadraticLeastSquares9D_getBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares9D_chiSquare", _wrap_LocalQuadraticLeastSquares9D_chiSquare, METH_O, NULL},
{ "LocalQuadraticLeastSquares9D_lscvCriterion", _wrap_LocalQuadraticLeastSquares9D_lscvCriterion, METH_O, NULL},
{ "LocalQuadraticLeastSquares9D_setBandwidth", _wrap_LocalQuadraticLeastSquares9D_setBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares9D_smootherMatrix", _wrap_LocalQuadraticLeastSquares9D_smootherMatrix, METH_VARARGS, NULL},
{ "new_LocalQuadraticLeastSquares9D", _wrap_new_LocalQuadraticLeastSquares9D, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares9D_setPointCoords", _wrap_LocalQuadraticLeastSquares9D_setPointCoords, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares9D_setValues", _wrap_LocalQuadraticLeastSquares9D_setValues, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares9D_setErrors", _wrap_LocalQuadraticLeastSquares9D_setErrors, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares9D_fit", _wrap_LocalQuadraticLeastSquares9D_fit, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares9D_fitWithGradient", _wrap_LocalQuadraticLeastSquares9D_fitWithGradient, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares9D_fitWithHessian", _wrap_LocalQuadraticLeastSquares9D_fitWithHessian, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares9D_swigregister", LocalQuadraticLeastSquares9D_swigregister, METH_O, NULL},
{ "LocalQuadraticLeastSquares9D_swiginit", LocalQuadraticLeastSquares9D_swiginit, METH_VARARGS, NULL},
{ "delete_LocalQuadraticLeastSquares10D", _wrap_delete_LocalQuadraticLeastSquares10D, METH_O, NULL},
{ "LocalQuadraticLeastSquares10D_dim", _wrap_LocalQuadraticLeastSquares10D_dim, METH_O, NULL},
{ "LocalQuadraticLeastSquares10D_polyDegree", _wrap_LocalQuadraticLeastSquares10D_polyDegree, METH_O, NULL},
{ "LocalQuadraticLeastSquares10D_nPoints", _wrap_LocalQuadraticLeastSquares10D_nPoints, METH_O, NULL},
{ "LocalQuadraticLeastSquares10D_nTermsFitted", _wrap_LocalQuadraticLeastSquares10D_nTermsFitted, METH_O, NULL},
{ "LocalQuadraticLeastSquares10D_hasErrors", _wrap_LocalQuadraticLeastSquares10D_hasErrors, METH_O, NULL},
{ "LocalQuadraticLeastSquares10D_getBandwidth", _wrap_LocalQuadraticLeastSquares10D_getBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares10D_chiSquare", _wrap_LocalQuadraticLeastSquares10D_chiSquare, METH_O, NULL},
{ "LocalQuadraticLeastSquares10D_lscvCriterion", _wrap_LocalQuadraticLeastSquares10D_lscvCriterion, METH_O, NULL},
{ "LocalQuadraticLeastSquares10D_setBandwidth", _wrap_LocalQuadraticLeastSquares10D_setBandwidth, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares10D_smootherMatrix", _wrap_LocalQuadraticLeastSquares10D_smootherMatrix, METH_VARARGS, NULL},
{ "new_LocalQuadraticLeastSquares10D", _wrap_new_LocalQuadraticLeastSquares10D, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares10D_setPointCoords", _wrap_LocalQuadraticLeastSquares10D_setPointCoords, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares10D_setValues", _wrap_LocalQuadraticLeastSquares10D_setValues, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares10D_setErrors", _wrap_LocalQuadraticLeastSquares10D_setErrors, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares10D_fit", _wrap_LocalQuadraticLeastSquares10D_fit, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares10D_fitWithGradient", _wrap_LocalQuadraticLeastSquares10D_fitWithGradient, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares10D_fitWithHessian", _wrap_LocalQuadraticLeastSquares10D_fitWithHessian, METH_VARARGS, NULL},
{ "LocalQuadraticLeastSquares10D_swigregister", LocalQuadraticLeastSquares10D_swigregister, METH_O, NULL},
{ "LocalQuadraticLeastSquares10D_swiginit", LocalQuadraticLeastSquares10D_swiginit, METH_VARARGS, NULL},
{ "new_LOrPEMarginalSmoother", _wrap_new_LOrPEMarginalSmoother, METH_VARARGS, NULL},
{ "delete_LOrPEMarginalSmoother", _wrap_delete_LOrPEMarginalSmoother, METH_O, NULL},
{ "LOrPEMarginalSmoother_symbetaPower", _wrap_LOrPEMarginalSmoother_symbetaPower, METH_O, NULL},
{ "LOrPEMarginalSmoother_bwFactor", _wrap_LOrPEMarginalSmoother_bwFactor, METH_O, NULL},
{ "LOrPEMarginalSmoother_polyDegree", _wrap_LOrPEMarginalSmoother_polyDegree, METH_O, NULL},
{ "LOrPEMarginalSmoother_boundaryMethod", _wrap_LOrPEMarginalSmoother_boundaryMethod, METH_O, NULL},
{ "LOrPEMarginalSmoother_swigregister", LOrPEMarginalSmoother_swigregister, METH_O, NULL},
{ "LOrPEMarginalSmoother_swiginit", LOrPEMarginalSmoother_swiginit, METH_VARARGS, NULL},
{ "aicc", _wrap_aicc, METH_VARARGS, NULL},
{ "AD", _wrap_AD, METH_VARARGS, NULL},
{ "normalizeArrayAsDensity", _wrap_normalizeArrayAsDensity, METH_VARARGS, NULL},
{ "FloatEmpiricalQuantile", _wrap_FloatEmpiricalQuantile, METH_VARARGS, NULL},
{ "DoubleEmpiricalQuantile", _wrap_DoubleEmpiricalQuantile, METH_VARARGS, NULL},
{ "FloatEmpiricalCdf", _wrap_FloatEmpiricalCdf, METH_VARARGS, NULL},
{ "DoubleEmpiricalCdf", _wrap_DoubleEmpiricalCdf, METH_VARARGS, NULL},
{ "new_VerticallyInterpolatedDistribution1D", _wrap_new_VerticallyInterpolatedDistribution1D, METH_VARARGS, NULL},
{ "delete_VerticallyInterpolatedDistribution1D", _wrap_delete_VerticallyInterpolatedDistribution1D, METH_O, NULL},
{ "VerticallyInterpolatedDistribution1D_clone", _wrap_VerticallyInterpolatedDistribution1D_clone, METH_O, NULL},
{ "VerticallyInterpolatedDistribution1D_add", _wrap_VerticallyInterpolatedDistribution1D_add, METH_VARARGS, NULL},
{ "VerticallyInterpolatedDistribution1D_replace", _wrap_VerticallyInterpolatedDistribution1D_replace, METH_VARARGS, NULL},
{ "VerticallyInterpolatedDistribution1D_setWeight", _wrap_VerticallyInterpolatedDistribution1D_setWeight, METH_VARARGS, NULL},
{ "VerticallyInterpolatedDistribution1D_clear", _wrap_VerticallyInterpolatedDistribution1D_clear, METH_O, NULL},
{ "VerticallyInterpolatedDistribution1D_normalizeAutomatically", _wrap_VerticallyInterpolatedDistribution1D_normalizeAutomatically, METH_VARARGS, NULL},
{ "VerticallyInterpolatedDistribution1D_size", _wrap_VerticallyInterpolatedDistribution1D_size, METH_O, NULL},
{ "VerticallyInterpolatedDistribution1D_expectedSize", _wrap_VerticallyInterpolatedDistribution1D_expectedSize, METH_O, NULL},
{ "VerticallyInterpolatedDistribution1D_density", _wrap_VerticallyInterpolatedDistribution1D_density, METH_VARARGS, NULL},
{ "VerticallyInterpolatedDistribution1D_cdf", _wrap_VerticallyInterpolatedDistribution1D_cdf, METH_VARARGS, NULL},
{ "VerticallyInterpolatedDistribution1D_exceedance", _wrap_VerticallyInterpolatedDistribution1D_exceedance, METH_VARARGS, NULL},
{ "VerticallyInterpolatedDistribution1D_quantile", _wrap_VerticallyInterpolatedDistribution1D_quantile, METH_VARARGS, NULL},
{ "VerticallyInterpolatedDistribution1D_classId", _wrap_VerticallyInterpolatedDistribution1D_classId, METH_O, NULL},
{ "VerticallyInterpolatedDistribution1D_classname", _wrap_VerticallyInterpolatedDistribution1D_classname, METH_NOARGS, NULL},
{ "VerticallyInterpolatedDistribution1D_version", _wrap_VerticallyInterpolatedDistribution1D_version, METH_NOARGS, NULL},
{ "VerticallyInterpolatedDistribution1D_swigregister", VerticallyInterpolatedDistribution1D_swigregister, METH_O, NULL},
{ "VerticallyInterpolatedDistribution1D_swiginit", VerticallyInterpolatedDistribution1D_swiginit, METH_VARARGS, NULL},
{ "delete_AbsDistro1DBuilder", _wrap_delete_AbsDistro1DBuilder, METH_O, NULL},
{ "AbsDistro1DBuilder_build", _wrap_AbsDistro1DBuilder_build, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder_buildWeighted", _wrap_AbsDistro1DBuilder_buildWeighted, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder_swigregister", AbsDistro1DBuilder_swigregister, METH_O, NULL},
{ "delete_AbsDistro1DBuilder2D", _wrap_delete_AbsDistro1DBuilder2D, METH_O, NULL},
{ "AbsDistro1DBuilder2D_build", _wrap_AbsDistro1DBuilder2D_build, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder2D_buildWeighted", _wrap_AbsDistro1DBuilder2D_buildWeighted, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder2D_swigregister", AbsDistro1DBuilder2D_swigregister, METH_O, NULL},
{ "delete_AbsDistro1DBuilder3D", _wrap_delete_AbsDistro1DBuilder3D, METH_O, NULL},
{ "AbsDistro1DBuilder3D_build", _wrap_AbsDistro1DBuilder3D_build, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder3D_buildWeighted", _wrap_AbsDistro1DBuilder3D_buildWeighted, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder3D_swigregister", AbsDistro1DBuilder3D_swigregister, METH_O, NULL},
{ "delete_AbsDistro1DBuilder4D", _wrap_delete_AbsDistro1DBuilder4D, METH_O, NULL},
{ "AbsDistro1DBuilder4D_build", _wrap_AbsDistro1DBuilder4D_build, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder4D_buildWeighted", _wrap_AbsDistro1DBuilder4D_buildWeighted, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder4D_swigregister", AbsDistro1DBuilder4D_swigregister, METH_O, NULL},
{ "delete_AbsDistro1DBuilder5D", _wrap_delete_AbsDistro1DBuilder5D, METH_O, NULL},
{ "AbsDistro1DBuilder5D_build", _wrap_AbsDistro1DBuilder5D_build, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder5D_buildWeighted", _wrap_AbsDistro1DBuilder5D_buildWeighted, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder5D_swigregister", AbsDistro1DBuilder5D_swigregister, METH_O, NULL},
{ "delete_AbsDistro1DBuilder6D", _wrap_delete_AbsDistro1DBuilder6D, METH_O, NULL},
{ "AbsDistro1DBuilder6D_build", _wrap_AbsDistro1DBuilder6D_build, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder6D_buildWeighted", _wrap_AbsDistro1DBuilder6D_buildWeighted, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder6D_swigregister", AbsDistro1DBuilder6D_swigregister, METH_O, NULL},
{ "delete_AbsDistro1DBuilder7D", _wrap_delete_AbsDistro1DBuilder7D, METH_O, NULL},
{ "AbsDistro1DBuilder7D_build", _wrap_AbsDistro1DBuilder7D_build, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder7D_buildWeighted", _wrap_AbsDistro1DBuilder7D_buildWeighted, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder7D_swigregister", AbsDistro1DBuilder7D_swigregister, METH_O, NULL},
{ "delete_AbsDistro1DBuilder8D", _wrap_delete_AbsDistro1DBuilder8D, METH_O, NULL},
{ "AbsDistro1DBuilder8D_build", _wrap_AbsDistro1DBuilder8D_build, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder8D_buildWeighted", _wrap_AbsDistro1DBuilder8D_buildWeighted, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder8D_swigregister", AbsDistro1DBuilder8D_swigregister, METH_O, NULL},
{ "delete_AbsDistro1DBuilder9D", _wrap_delete_AbsDistro1DBuilder9D, METH_O, NULL},
{ "AbsDistro1DBuilder9D_build", _wrap_AbsDistro1DBuilder9D_build, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder9D_buildWeighted", _wrap_AbsDistro1DBuilder9D_buildWeighted, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder9D_swigregister", AbsDistro1DBuilder9D_swigregister, METH_O, NULL},
{ "delete_AbsDistro1DBuilder10D", _wrap_delete_AbsDistro1DBuilder10D, METH_O, NULL},
{ "AbsDistro1DBuilder10D_build", _wrap_AbsDistro1DBuilder10D_build, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder10D_buildWeighted", _wrap_AbsDistro1DBuilder10D_buildWeighted, METH_VARARGS, NULL},
{ "AbsDistro1DBuilder10D_swigregister", AbsDistro1DBuilder10D_swigregister, METH_O, NULL},
{ "saddlepointDistribution1D", _wrap_saddlepointDistribution1D, METH_VARARGS, NULL},
{ "delete_AbsInterpolationAlgoND", _wrap_delete_AbsInterpolationAlgoND, METH_O, NULL},
{ "AbsInterpolationAlgoND_clone", _wrap_AbsInterpolationAlgoND_clone, METH_O, NULL},
{ "AbsInterpolationAlgoND_size", _wrap_AbsInterpolationAlgoND_size, METH_O, NULL},
{ "AbsInterpolationAlgoND_add", _wrap_AbsInterpolationAlgoND_add, METH_VARARGS, NULL},
{ "AbsInterpolationAlgoND_replace", _wrap_AbsInterpolationAlgoND_replace, METH_VARARGS, NULL},
{ "AbsInterpolationAlgoND_setWeight", _wrap_AbsInterpolationAlgoND_setWeight, METH_VARARGS, NULL},
{ "AbsInterpolationAlgoND_clear", _wrap_AbsInterpolationAlgoND_clear, METH_O, NULL},
{ "AbsInterpolationAlgoND_normalizeAutomatically", _wrap_AbsInterpolationAlgoND_normalizeAutomatically, METH_VARARGS, NULL},
{ "AbsInterpolationAlgoND_swigregister", AbsInterpolationAlgoND_swigregister, METH_O, NULL},
{ "new_InterpolatedDistribution1D", _wrap_new_InterpolatedDistribution1D, METH_VARARGS, NULL},
{ "delete_InterpolatedDistribution1D", _wrap_delete_InterpolatedDistribution1D, METH_O, NULL},
{ "InterpolatedDistribution1D_clone", _wrap_InterpolatedDistribution1D_clone, METH_O, NULL},
{ "InterpolatedDistribution1D_add", _wrap_InterpolatedDistribution1D_add, METH_VARARGS, NULL},
{ "InterpolatedDistribution1D_replace", _wrap_InterpolatedDistribution1D_replace, METH_VARARGS, NULL},
{ "InterpolatedDistribution1D_setWeight", _wrap_InterpolatedDistribution1D_setWeight, METH_VARARGS, NULL},
{ "InterpolatedDistribution1D_clear", _wrap_InterpolatedDistribution1D_clear, METH_O, NULL},
{ "InterpolatedDistribution1D_normalizeAutomatically", _wrap_InterpolatedDistribution1D_normalizeAutomatically, METH_VARARGS, NULL},
{ "InterpolatedDistribution1D_size", _wrap_InterpolatedDistribution1D_size, METH_O, NULL},
{ "InterpolatedDistribution1D_expectedSize", _wrap_InterpolatedDistribution1D_expectedSize, METH_O, NULL},
{ "InterpolatedDistribution1D_density", _wrap_InterpolatedDistribution1D_density, METH_VARARGS, NULL},
{ "InterpolatedDistribution1D_cdf", _wrap_InterpolatedDistribution1D_cdf, METH_VARARGS, NULL},
{ "InterpolatedDistribution1D_exceedance", _wrap_InterpolatedDistribution1D_exceedance, METH_VARARGS, NULL},
{ "InterpolatedDistribution1D_quantile", _wrap_InterpolatedDistribution1D_quantile, METH_VARARGS, NULL},
{ "InterpolatedDistribution1D_densityAndCdf", _wrap_InterpolatedDistribution1D_densityAndCdf, METH_VARARGS, NULL},
{ "InterpolatedDistribution1D_classId", _wrap_InterpolatedDistribution1D_classId, METH_O, NULL},
{ "InterpolatedDistribution1D_classname", _wrap_InterpolatedDistribution1D_classname, METH_NOARGS, NULL},
{ "InterpolatedDistribution1D_version", _wrap_InterpolatedDistribution1D_version, METH_NOARGS, NULL},
{ "InterpolatedDistribution1D_swigregister", InterpolatedDistribution1D_swigregister, METH_O, NULL},
{ "InterpolatedDistribution1D_swiginit", InterpolatedDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_CopulaInterpolationND", _wrap_new_CopulaInterpolationND, METH_VARARGS, NULL},
{ "delete_CopulaInterpolationND", _wrap_delete_CopulaInterpolationND, METH_O, NULL},
{ "CopulaInterpolationND_clone", _wrap_CopulaInterpolationND_clone, METH_O, NULL},
{ "CopulaInterpolationND_mappedByQuantiles", _wrap_CopulaInterpolationND_mappedByQuantiles, METH_O, NULL},
{ "CopulaInterpolationND_add", _wrap_CopulaInterpolationND_add, METH_VARARGS, NULL},
{ "CopulaInterpolationND_replace", _wrap_CopulaInterpolationND_replace, METH_VARARGS, NULL},
{ "CopulaInterpolationND_setWeight", _wrap_CopulaInterpolationND_setWeight, METH_VARARGS, NULL},
{ "CopulaInterpolationND_clear", _wrap_CopulaInterpolationND_clear, METH_O, NULL},
{ "CopulaInterpolationND_normalizeAutomatically", _wrap_CopulaInterpolationND_normalizeAutomatically, METH_VARARGS, NULL},
{ "CopulaInterpolationND_size", _wrap_CopulaInterpolationND_size, METH_O, NULL},
{ "CopulaInterpolationND_density", _wrap_CopulaInterpolationND_density, METH_VARARGS, NULL},
{ "CopulaInterpolationND_unitMap", _wrap_CopulaInterpolationND_unitMap, METH_VARARGS, NULL},
{ "CopulaInterpolationND_copulaDensity", _wrap_CopulaInterpolationND_copulaDensity, METH_VARARGS, NULL},
{ "CopulaInterpolationND_productOfTheMarginals", _wrap_CopulaInterpolationND_productOfTheMarginals, METH_VARARGS, NULL},
{ "CopulaInterpolationND_marginalDensity", _wrap_CopulaInterpolationND_marginalDensity, METH_VARARGS, NULL},
{ "CopulaInterpolationND_marginalCdf", _wrap_CopulaInterpolationND_marginalCdf, METH_VARARGS, NULL},
{ "CopulaInterpolationND_marginalExceedance", _wrap_CopulaInterpolationND_marginalExceedance, METH_VARARGS, NULL},
{ "CopulaInterpolationND_marginalQuantile", _wrap_CopulaInterpolationND_marginalQuantile, METH_VARARGS, NULL},
{ "CopulaInterpolationND_classId", _wrap_CopulaInterpolationND_classId, METH_O, NULL},
{ "CopulaInterpolationND_classname", _wrap_CopulaInterpolationND_classname, METH_NOARGS, NULL},
{ "CopulaInterpolationND_version", _wrap_CopulaInterpolationND_version, METH_NOARGS, NULL},
{ "CopulaInterpolationND_swigregister", CopulaInterpolationND_swigregister, METH_O, NULL},
{ "CopulaInterpolationND_swiginit", CopulaInterpolationND_swiginit, METH_VARARGS, NULL},
{ "new_DiscreteGaussCopulaSmoother", _wrap_new_DiscreteGaussCopulaSmoother, METH_VARARGS, NULL},
{ "delete_DiscreteGaussCopulaSmoother", _wrap_delete_DiscreteGaussCopulaSmoother, METH_O, NULL},
{ "DiscreteGaussCopulaSmoother_swigregister", DiscreteGaussCopulaSmoother_swigregister, METH_O, NULL},
{ "DiscreteGaussCopulaSmoother_swiginit", DiscreteGaussCopulaSmoother_swiginit, METH_VARARGS, NULL},
{ "new_ULongVectorDoubleVectorPair", _wrap_new_ULongVectorDoubleVectorPair, METH_VARARGS, NULL},
{ "ULongVectorDoubleVectorPair_first_set", _wrap_ULongVectorDoubleVectorPair_first_set, METH_VARARGS, NULL},
{ "ULongVectorDoubleVectorPair_first_get", _wrap_ULongVectorDoubleVectorPair_first_get, METH_O, NULL},
{ "ULongVectorDoubleVectorPair_second_set", _wrap_ULongVectorDoubleVectorPair_second_set, METH_VARARGS, NULL},
{ "ULongVectorDoubleVectorPair_second_get", _wrap_ULongVectorDoubleVectorPair_second_get, METH_O, NULL},
{ "delete_ULongVectorDoubleVectorPair", _wrap_delete_ULongVectorDoubleVectorPair, METH_O, NULL},
{ "ULongVectorDoubleVectorPair_swigregister", ULongVectorDoubleVectorPair_swigregister, METH_O, NULL},
{ "ULongVectorDoubleVectorPair_swiginit", ULongVectorDoubleVectorPair_swiginit, METH_VARARGS, NULL},
{ "delete_ResponseMatrixArrayND", _wrap_delete_ResponseMatrixArrayND, METH_O, NULL},
{ "ResponseMatrixArrayND_uninitialize", _wrap_ResponseMatrixArrayND_uninitialize, METH_O, NULL},
{ "ResponseMatrixArrayND_reshape", _wrap_ResponseMatrixArrayND_reshape, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_valueAt", _wrap_ResponseMatrixArrayND_valueAt, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_linearPtr", _wrap_ResponseMatrixArrayND_linearPtr, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_convertLinearIndex", _wrap_ResponseMatrixArrayND_convertLinearIndex, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_nonZeroRange", _wrap_ResponseMatrixArrayND_nonZeroRange, METH_O, NULL},
{ "ResponseMatrixArrayND_linearIndex", _wrap_ResponseMatrixArrayND_linearIndex, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_length", _wrap_ResponseMatrixArrayND_length, METH_O, NULL},
{ "ResponseMatrixArrayND_data", _wrap_ResponseMatrixArrayND_data, METH_O, NULL},
{ "ResponseMatrixArrayND_isShapeKnown", _wrap_ResponseMatrixArrayND_isShapeKnown, METH_O, NULL},
{ "ResponseMatrixArrayND_rank", _wrap_ResponseMatrixArrayND_rank, METH_O, NULL},
{ "ResponseMatrixArrayND_shape", _wrap_ResponseMatrixArrayND_shape, METH_O, NULL},
{ "ResponseMatrixArrayND_shapeData", _wrap_ResponseMatrixArrayND_shapeData, METH_O, NULL},
{ "ResponseMatrixArrayND_fullRange", _wrap_ResponseMatrixArrayND_fullRange, METH_O, NULL},
{ "ResponseMatrixArrayND_span", _wrap_ResponseMatrixArrayND_span, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_maximumSpan", _wrap_ResponseMatrixArrayND_maximumSpan, METH_O, NULL},
{ "ResponseMatrixArrayND_minimumSpan", _wrap_ResponseMatrixArrayND_minimumSpan, METH_O, NULL},
{ "ResponseMatrixArrayND_strides", _wrap_ResponseMatrixArrayND_strides, METH_O, NULL},
{ "ResponseMatrixArrayND_isZero", _wrap_ResponseMatrixArrayND_isZero, METH_O, NULL},
{ "ResponseMatrixArrayND_isNonZero", _wrap_ResponseMatrixArrayND_isNonZero, METH_O, NULL},
{ "ResponseMatrixArrayND___pos__", _wrap_ResponseMatrixArrayND___pos__, METH_O, NULL},
{ "ResponseMatrixArrayND_transpose", _wrap_ResponseMatrixArrayND_transpose, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_closestPtr", _wrap_ResponseMatrixArrayND_closestPtr, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_constFill", _wrap_ResponseMatrixArrayND_constFill, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_clear", _wrap_ResponseMatrixArrayND_clear, METH_O, NULL},
{ "ResponseMatrixArrayND_isCompatible", _wrap_ResponseMatrixArrayND_isCompatible, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_sliceShape", _wrap_ResponseMatrixArrayND_sliceShape, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_ptr", _wrap_ResponseMatrixArrayND_ptr, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_clPtr", _wrap_ResponseMatrixArrayND_clPtr, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_classId", _wrap_ResponseMatrixArrayND_classId, METH_O, NULL},
{ "ResponseMatrixArrayND_write", _wrap_ResponseMatrixArrayND_write, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_classname", _wrap_ResponseMatrixArrayND_classname, METH_NOARGS, NULL},
{ "ResponseMatrixArrayND_version", _wrap_ResponseMatrixArrayND_version, METH_NOARGS, NULL},
{ "ResponseMatrixArrayND_restore", _wrap_ResponseMatrixArrayND_restore, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_setValue", _wrap_ResponseMatrixArrayND_setValue, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_value", _wrap_ResponseMatrixArrayND_value, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_setLinearValue", _wrap_ResponseMatrixArrayND_setLinearValue, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_linearValue", _wrap_ResponseMatrixArrayND_linearValue, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_setClosest", _wrap_ResponseMatrixArrayND_setClosest, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_closest", _wrap_ResponseMatrixArrayND_closest, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_set", _wrap_ResponseMatrixArrayND_set, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND___call__", _wrap_ResponseMatrixArrayND___call__, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_setCl", _wrap_ResponseMatrixArrayND_setCl, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_cl", _wrap_ResponseMatrixArrayND_cl, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_setData", _wrap_ResponseMatrixArrayND_setData, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND___eq__", _wrap_ResponseMatrixArrayND___eq__, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND___ne__", _wrap_ResponseMatrixArrayND___ne__, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_isShapeCompatible", _wrap_ResponseMatrixArrayND_isShapeCompatible, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_exportSlice", _wrap_ResponseMatrixArrayND_exportSlice, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_exportMemSlice", _wrap_ResponseMatrixArrayND_exportMemSlice, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_importSlice", _wrap_ResponseMatrixArrayND_importSlice, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_importMemSlice", _wrap_ResponseMatrixArrayND_importMemSlice, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_subrange", _wrap_ResponseMatrixArrayND_subrange, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_slice", _wrap_ResponseMatrixArrayND_slice, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_rotate", _wrap_ResponseMatrixArrayND_rotate, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_mirror", _wrap_ResponseMatrixArrayND_mirror, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_exportSubrange", _wrap_ResponseMatrixArrayND_exportSubrange, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_importSubrange", _wrap_ResponseMatrixArrayND_importSubrange, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_multiMirror", _wrap_ResponseMatrixArrayND_multiMirror, METH_VARARGS, NULL},
{ "new_ResponseMatrixArrayND", _wrap_new_ResponseMatrixArrayND, METH_VARARGS, NULL},
{ "ResponseMatrixArrayND_swigregister", ResponseMatrixArrayND_swigregister, METH_O, NULL},
{ "ResponseMatrixArrayND_swiginit", ResponseMatrixArrayND_swiginit, METH_VARARGS, NULL},
{ "new_ResponseMatrix", _wrap_new_ResponseMatrix, METH_VARARGS, NULL},
{ "ResponseMatrix_shrinkToFit", _wrap_ResponseMatrix_shrinkToFit, METH_O, NULL},
{ "ResponseMatrix_observedShape", _wrap_ResponseMatrix_observedShape, METH_O, NULL},
{ "ResponseMatrix_observedLength", _wrap_ResponseMatrix_observedLength, METH_O, NULL},
{ "ResponseMatrix_isValid", _wrap_ResponseMatrix_isValid, METH_O, NULL},
{ "ResponseMatrix_timesVector", _wrap_ResponseMatrix_timesVector, METH_VARARGS, NULL},
{ "ResponseMatrix_rowMultiply", _wrap_ResponseMatrix_rowMultiply, METH_VARARGS, NULL},
{ "ResponseMatrix_T", _wrap_ResponseMatrix_T, METH_O, NULL},
{ "ResponseMatrix___eq__", _wrap_ResponseMatrix___eq__, METH_VARARGS, NULL},
{ "ResponseMatrix___ne__", _wrap_ResponseMatrix___ne__, METH_VARARGS, NULL},
{ "ResponseMatrix_denseMatrix", _wrap_ResponseMatrix_denseMatrix, METH_O, NULL},
{ "ResponseMatrix_linearEfficiency", _wrap_ResponseMatrix_linearEfficiency, METH_VARARGS, NULL},
{ "ResponseMatrix_classId", _wrap_ResponseMatrix_classId, METH_O, NULL},
{ "ResponseMatrix_write", _wrap_ResponseMatrix_write, METH_VARARGS, NULL},
{ "ResponseMatrix_classname", _wrap_ResponseMatrix_classname, METH_NOARGS, NULL},
{ "ResponseMatrix_version", _wrap_ResponseMatrix_version, METH_NOARGS, NULL},
{ "ResponseMatrix_restore", _wrap_ResponseMatrix_restore, METH_VARARGS, NULL},
{ "delete_ResponseMatrix", _wrap_delete_ResponseMatrix, METH_O, NULL},
{ "ResponseMatrix_swigregister", ResponseMatrix_swigregister, METH_O, NULL},
{ "ResponseMatrix_swiginit", ResponseMatrix_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_ResponseMatrix", _wrap_new_ArchiveRecord_ResponseMatrix, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_ResponseMatrix", _wrap_delete_ArchiveRecord_ResponseMatrix, METH_O, NULL},
{ "ArchiveRecord_ResponseMatrix_swigregister", ArchiveRecord_ResponseMatrix_swigregister, METH_O, NULL},
{ "ArchiveRecord_ResponseMatrix_swiginit", ArchiveRecord_ResponseMatrix_swiginit, METH_VARARGS, NULL},
{ "new_Ref_ResponseMatrix", _wrap_new_Ref_ResponseMatrix, METH_VARARGS, NULL},
{ "Ref_ResponseMatrix_restore", _wrap_Ref_ResponseMatrix_restore, METH_VARARGS, NULL},
{ "Ref_ResponseMatrix_retrieve", _wrap_Ref_ResponseMatrix_retrieve, METH_VARARGS, NULL},
{ "Ref_ResponseMatrix_getValue", _wrap_Ref_ResponseMatrix_getValue, METH_VARARGS, NULL},
{ "delete_Ref_ResponseMatrix", _wrap_delete_Ref_ResponseMatrix, METH_O, NULL},
{ "Ref_ResponseMatrix_swigregister", Ref_ResponseMatrix_swigregister, METH_O, NULL},
{ "Ref_ResponseMatrix_swiginit", Ref_ResponseMatrix_swiginit, METH_VARARGS, NULL},
{ "delete_ConstantBandwidthSmootherND_4", _wrap_delete_ConstantBandwidthSmootherND_4, METH_O, NULL},
{ "ConstantBandwidthSmootherND_4_dim", _wrap_ConstantBandwidthSmootherND_4_dim, METH_O, NULL},
{ "ConstantBandwidthSmootherND_4_shape", _wrap_ConstantBandwidthSmootherND_4_shape, METH_O, NULL},
{ "ConstantBandwidthSmootherND_4_shapeData", _wrap_ConstantBandwidthSmootherND_4_shapeData, METH_O, NULL},
{ "ConstantBandwidthSmootherND_4_maxDegree", _wrap_ConstantBandwidthSmootherND_4_maxDegree, METH_O, NULL},
{ "ConstantBandwidthSmootherND_4_mirrorsData", _wrap_ConstantBandwidthSmootherND_4_mirrorsData, METH_O, NULL},
{ "ConstantBandwidthSmootherND_4_taper", _wrap_ConstantBandwidthSmootherND_4_taper, METH_VARARGS, NULL},
{ "ConstantBandwidthSmootherND_4_classMaxDegree", _wrap_ConstantBandwidthSmootherND_4_classMaxDegree, METH_NOARGS, NULL},
{ "new_ConstantBandwidthSmootherND_4", _wrap_new_ConstantBandwidthSmootherND_4, METH_VARARGS, NULL},
{ "ConstantBandwidthSmootherND_4_smoothHistogram", _wrap_ConstantBandwidthSmootherND_4_smoothHistogram, METH_VARARGS, NULL},
{ "ConstantBandwidthSmootherND_4_swigregister", ConstantBandwidthSmootherND_4_swigregister, METH_O, NULL},
{ "ConstantBandwidthSmootherND_4_swiginit", ConstantBandwidthSmootherND_4_swiginit, METH_VARARGS, NULL},
{ "new_RightCensoredDistribution", _wrap_new_RightCensoredDistribution, METH_VARARGS, NULL},
{ "RightCensoredDistribution_clone", _wrap_RightCensoredDistribution_clone, METH_O, NULL},
{ "delete_RightCensoredDistribution", _wrap_delete_RightCensoredDistribution, METH_O, NULL},
{ "RightCensoredDistribution_visible", _wrap_RightCensoredDistribution_visible, METH_O, NULL},
{ "RightCensoredDistribution_visibleFraction", _wrap_RightCensoredDistribution_visibleFraction, METH_O, NULL},
{ "RightCensoredDistribution_effectiveInfinity", _wrap_RightCensoredDistribution_effectiveInfinity, METH_O, NULL},
{ "RightCensoredDistribution_density", _wrap_RightCensoredDistribution_density, METH_VARARGS, NULL},
{ "RightCensoredDistribution_cdf", _wrap_RightCensoredDistribution_cdf, METH_VARARGS, NULL},
{ "RightCensoredDistribution_exceedance", _wrap_RightCensoredDistribution_exceedance, METH_VARARGS, NULL},
{ "RightCensoredDistribution_quantile", _wrap_RightCensoredDistribution_quantile, METH_VARARGS, NULL},
{ "RightCensoredDistribution_classId", _wrap_RightCensoredDistribution_classId, METH_O, NULL},
{ "RightCensoredDistribution_write", _wrap_RightCensoredDistribution_write, METH_VARARGS, NULL},
{ "RightCensoredDistribution_classname", _wrap_RightCensoredDistribution_classname, METH_NOARGS, NULL},
{ "RightCensoredDistribution_version", _wrap_RightCensoredDistribution_version, METH_NOARGS, NULL},
{ "RightCensoredDistribution_read", _wrap_RightCensoredDistribution_read, METH_VARARGS, NULL},
{ "RightCensoredDistribution_swigregister", RightCensoredDistribution_swigregister, METH_O, NULL},
{ "RightCensoredDistribution_swiginit", RightCensoredDistribution_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_RightCensoredDistribution", _wrap_new_ArchiveRecord_RightCensoredDistribution, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_RightCensoredDistribution", _wrap_delete_ArchiveRecord_RightCensoredDistribution, METH_O, NULL},
{ "ArchiveRecord_RightCensoredDistribution_swigregister", ArchiveRecord_RightCensoredDistribution_swigregister, METH_O, NULL},
{ "ArchiveRecord_RightCensoredDistribution_swiginit", ArchiveRecord_RightCensoredDistribution_swiginit, METH_VARARGS, NULL},
{ "new_Ref_RightCensoredDistribution", _wrap_new_Ref_RightCensoredDistribution, METH_VARARGS, NULL},
{ "Ref_RightCensoredDistribution_restore", _wrap_Ref_RightCensoredDistribution_restore, METH_VARARGS, NULL},
{ "Ref_RightCensoredDistribution_retrieve", _wrap_Ref_RightCensoredDistribution_retrieve, METH_VARARGS, NULL},
{ "Ref_RightCensoredDistribution_getValue", _wrap_Ref_RightCensoredDistribution_getValue, METH_VARARGS, NULL},
{ "delete_Ref_RightCensoredDistribution", _wrap_delete_Ref_RightCensoredDistribution, METH_O, NULL},
{ "Ref_RightCensoredDistribution_swigregister", Ref_RightCensoredDistribution_swigregister, METH_O, NULL},
{ "Ref_RightCensoredDistribution_swiginit", Ref_RightCensoredDistribution_swiginit, METH_VARARGS, NULL},
{ "new_DistributionMixND", _wrap_new_DistributionMixND, METH_VARARGS, NULL},
{ "DistributionMixND_clone", _wrap_DistributionMixND_clone, METH_O, NULL},
{ "delete_DistributionMixND", _wrap_delete_DistributionMixND, METH_O, NULL},
{ "DistributionMixND_add", _wrap_DistributionMixND_add, METH_VARARGS, NULL},
{ "DistributionMixND_setWeights", _wrap_DistributionMixND_setWeights, METH_VARARGS, NULL},
{ "DistributionMixND_nComponents", _wrap_DistributionMixND_nComponents, METH_O, NULL},
{ "DistributionMixND_getComponent", _wrap_DistributionMixND_getComponent, METH_VARARGS, NULL},
{ "DistributionMixND_getWeight", _wrap_DistributionMixND_getWeight, METH_VARARGS, NULL},
{ "DistributionMixND_density", _wrap_DistributionMixND_density, METH_VARARGS, NULL},
{ "DistributionMixND_unitMap", _wrap_DistributionMixND_unitMap, METH_VARARGS, NULL},
{ "DistributionMixND_mappedByQuantiles", _wrap_DistributionMixND_mappedByQuantiles, METH_O, NULL},
{ "DistributionMixND_classId", _wrap_DistributionMixND_classId, METH_O, NULL},
{ "DistributionMixND_write", _wrap_DistributionMixND_write, METH_VARARGS, NULL},
{ "DistributionMixND_classname", _wrap_DistributionMixND_classname, METH_NOARGS, NULL},
{ "DistributionMixND_version", _wrap_DistributionMixND_version, METH_NOARGS, NULL},
{ "DistributionMixND_read", _wrap_DistributionMixND_read, METH_VARARGS, NULL},
{ "DistributionMixND_swigregister", DistributionMixND_swigregister, METH_O, NULL},
{ "DistributionMixND_swiginit", DistributionMixND_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DistributionMixND", _wrap_new_ArchiveRecord_DistributionMixND, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DistributionMixND", _wrap_delete_ArchiveRecord_DistributionMixND, METH_O, NULL},
{ "ArchiveRecord_DistributionMixND_swigregister", ArchiveRecord_DistributionMixND_swigregister, METH_O, NULL},
{ "ArchiveRecord_DistributionMixND_swiginit", ArchiveRecord_DistributionMixND_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DistributionMixND", _wrap_new_Ref_DistributionMixND, METH_VARARGS, NULL},
{ "Ref_DistributionMixND_restore", _wrap_Ref_DistributionMixND_restore, METH_VARARGS, NULL},
{ "Ref_DistributionMixND_retrieve", _wrap_Ref_DistributionMixND_retrieve, METH_VARARGS, NULL},
{ "Ref_DistributionMixND_getValue", _wrap_Ref_DistributionMixND_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DistributionMixND", _wrap_delete_Ref_DistributionMixND, METH_O, NULL},
{ "Ref_DistributionMixND_swigregister", Ref_DistributionMixND_swigregister, METH_O, NULL},
{ "Ref_DistributionMixND_swiginit", Ref_DistributionMixND_swiginit, METH_VARARGS, NULL},
{ "delete_AbsUnfoldND", _wrap_delete_AbsUnfoldND, METH_O, NULL},
{ "AbsUnfoldND_responseMatrix", _wrap_AbsUnfoldND_responseMatrix, METH_O, NULL},
{ "AbsUnfoldND_efficiency", _wrap_AbsUnfoldND_efficiency, METH_O, NULL},
{ "AbsUnfoldND_setInitialApproximation", _wrap_AbsUnfoldND_setInitialApproximation, METH_VARARGS, NULL},
{ "AbsUnfoldND_clearInitialApproximation", _wrap_AbsUnfoldND_clearInitialApproximation, METH_O, NULL},
{ "AbsUnfoldND_getInitialApproximation", _wrap_AbsUnfoldND_getInitialApproximation, METH_O, NULL},
{ "AbsUnfoldND_setFilter", _wrap_AbsUnfoldND_setFilter, METH_VARARGS, NULL},
{ "AbsUnfoldND_getFilter", _wrap_AbsUnfoldND_getFilter, METH_VARARGS, NULL},
{ "AbsUnfoldND_useConvolutions", _wrap_AbsUnfoldND_useConvolutions, METH_VARARGS, NULL},
{ "AbsUnfoldND_usingConvolutions", _wrap_AbsUnfoldND_usingConvolutions, METH_O, NULL},
{ "AbsUnfoldND_getObservedShape", _wrap_AbsUnfoldND_getObservedShape, METH_O, NULL},
{ "AbsUnfoldND_getUnfoldedShape", _wrap_AbsUnfoldND_getUnfoldedShape, METH_O, NULL},
{ "AbsUnfoldND_validateUnfoldedShape", _wrap_AbsUnfoldND_validateUnfoldedShape, METH_VARARGS, NULL},
{ "AbsUnfoldND_validateObservedShape", _wrap_AbsUnfoldND_validateObservedShape, METH_VARARGS, NULL},
{ "AbsUnfoldND_probDelta", _wrap_AbsUnfoldND_probDelta, METH_VARARGS, NULL},
{ "AbsUnfoldND_unfold", _wrap_AbsUnfoldND_unfold, METH_VARARGS, NULL},
{ "AbsUnfoldND_unfoldNoCov", _wrap_AbsUnfoldND_unfoldNoCov, METH_VARARGS, NULL},
{ "AbsUnfoldND_fold", _wrap_AbsUnfoldND_fold, METH_VARARGS, NULL},
{ "AbsUnfoldND_swigregister", AbsUnfoldND_swigregister, METH_O, NULL},
{ "new_FoldedDistribution1D", _wrap_new_FoldedDistribution1D, METH_VARARGS, NULL},
{ "FoldedDistribution1D_clone", _wrap_FoldedDistribution1D_clone, METH_O, NULL},
{ "delete_FoldedDistribution1D", _wrap_delete_FoldedDistribution1D, METH_O, NULL},
{ "FoldedDistribution1D_density", _wrap_FoldedDistribution1D_density, METH_VARARGS, NULL},
{ "FoldedDistribution1D_cdf", _wrap_FoldedDistribution1D_cdf, METH_VARARGS, NULL},
{ "FoldedDistribution1D_exceedance", _wrap_FoldedDistribution1D_exceedance, METH_VARARGS, NULL},
{ "FoldedDistribution1D_quantile", _wrap_FoldedDistribution1D_quantile, METH_VARARGS, NULL},
{ "FoldedDistribution1D_classId", _wrap_FoldedDistribution1D_classId, METH_O, NULL},
{ "FoldedDistribution1D_write", _wrap_FoldedDistribution1D_write, METH_VARARGS, NULL},
{ "FoldedDistribution1D_classname", _wrap_FoldedDistribution1D_classname, METH_NOARGS, NULL},
{ "FoldedDistribution1D_version", _wrap_FoldedDistribution1D_version, METH_NOARGS, NULL},
{ "FoldedDistribution1D_read", _wrap_FoldedDistribution1D_read, METH_VARARGS, NULL},
{ "FoldedDistribution1D_swigregister", FoldedDistribution1D_swigregister, METH_O, NULL},
{ "FoldedDistribution1D_swiginit", FoldedDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_FoldedDistribution1D", _wrap_new_ArchiveRecord_FoldedDistribution1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_FoldedDistribution1D", _wrap_delete_ArchiveRecord_FoldedDistribution1D, METH_O, NULL},
{ "ArchiveRecord_FoldedDistribution1D_swigregister", ArchiveRecord_FoldedDistribution1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_FoldedDistribution1D_swiginit", ArchiveRecord_FoldedDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FoldedDistribution1D", _wrap_new_Ref_FoldedDistribution1D, METH_VARARGS, NULL},
{ "Ref_FoldedDistribution1D_restore", _wrap_Ref_FoldedDistribution1D_restore, METH_VARARGS, NULL},
{ "Ref_FoldedDistribution1D_retrieve", _wrap_Ref_FoldedDistribution1D_retrieve, METH_VARARGS, NULL},
{ "Ref_FoldedDistribution1D_getValue", _wrap_Ref_FoldedDistribution1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_FoldedDistribution1D", _wrap_delete_Ref_FoldedDistribution1D, METH_O, NULL},
{ "Ref_FoldedDistribution1D_swigregister", Ref_FoldedDistribution1D_swigregister, METH_O, NULL},
{ "Ref_FoldedDistribution1D_swiginit", Ref_FoldedDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_LocalMultiFilter1D", _wrap_new_LocalMultiFilter1D, METH_VARARGS, NULL},
{ "delete_LocalMultiFilter1D", _wrap_delete_LocalMultiFilter1D, METH_O, NULL},
{ "LocalMultiFilter1D___eq__", _wrap_LocalMultiFilter1D___eq__, METH_VARARGS, NULL},
{ "LocalMultiFilter1D___ne__", _wrap_LocalMultiFilter1D___ne__, METH_VARARGS, NULL},
{ "LocalMultiFilter1D_maxDegree", _wrap_LocalMultiFilter1D_maxDegree, METH_O, NULL},
{ "LocalMultiFilter1D_dataLen", _wrap_LocalMultiFilter1D_dataLen, METH_O, NULL},
{ "LocalMultiFilter1D_getFilter", _wrap_LocalMultiFilter1D_getFilter, METH_VARARGS, NULL},
{ "LocalMultiFilter1D_getFilterMatrix", _wrap_LocalMultiFilter1D_getFilterMatrix, METH_VARARGS, NULL},
{ "LocalMultiFilter1D_classId", _wrap_LocalMultiFilter1D_classId, METH_O, NULL},
{ "LocalMultiFilter1D_write", _wrap_LocalMultiFilter1D_write, METH_VARARGS, NULL},
{ "LocalMultiFilter1D_classname", _wrap_LocalMultiFilter1D_classname, METH_NOARGS, NULL},
{ "LocalMultiFilter1D_version", _wrap_LocalMultiFilter1D_version, METH_NOARGS, NULL},
{ "LocalMultiFilter1D_read", _wrap_LocalMultiFilter1D_read, METH_VARARGS, NULL},
{ "LocalMultiFilter1D_filter", _wrap_LocalMultiFilter1D_filter, METH_VARARGS, NULL},
{ "LocalMultiFilter1D_convolve", _wrap_LocalMultiFilter1D_convolve, METH_VARARGS, NULL},
{ "LocalMultiFilter1D_filterIntoBuffer", _wrap_LocalMultiFilter1D_filterIntoBuffer, METH_VARARGS, NULL},
{ "LocalMultiFilter1D_convolveIntoBuffer", _wrap_LocalMultiFilter1D_convolveIntoBuffer, METH_VARARGS, NULL},
{ "LocalMultiFilter1D_swigregister", LocalMultiFilter1D_swigregister, METH_O, NULL},
{ "LocalMultiFilter1D_swiginit", LocalMultiFilter1D_swiginit, METH_VARARGS, NULL},
{ "symbetaMultiFilter1D", _wrap_symbetaMultiFilter1D, METH_VARARGS, NULL},
{ "new_ComparisonDistribution1D", _wrap_new_ComparisonDistribution1D, METH_VARARGS, NULL},
{ "delete_ComparisonDistribution1D", _wrap_delete_ComparisonDistribution1D, METH_O, NULL},
{ "ComparisonDistribution1D_density", _wrap_ComparisonDistribution1D_density, METH_VARARGS, NULL},
{ "ComparisonDistribution1D_cdf", _wrap_ComparisonDistribution1D_cdf, METH_VARARGS, NULL},
{ "ComparisonDistribution1D_exceedance", _wrap_ComparisonDistribution1D_exceedance, METH_VARARGS, NULL},
{ "ComparisonDistribution1D_quantile", _wrap_ComparisonDistribution1D_quantile, METH_VARARGS, NULL},
{ "ComparisonDistribution1D_clone", _wrap_ComparisonDistribution1D_clone, METH_O, NULL},
{ "ComparisonDistribution1D_compared", _wrap_ComparisonDistribution1D_compared, METH_O, NULL},
{ "ComparisonDistribution1D_baseline", _wrap_ComparisonDistribution1D_baseline, METH_O, NULL},
{ "ComparisonDistribution1D_classId", _wrap_ComparisonDistribution1D_classId, METH_O, NULL},
{ "ComparisonDistribution1D_write", _wrap_ComparisonDistribution1D_write, METH_VARARGS, NULL},
{ "ComparisonDistribution1D_classname", _wrap_ComparisonDistribution1D_classname, METH_NOARGS, NULL},
{ "ComparisonDistribution1D_version", _wrap_ComparisonDistribution1D_version, METH_NOARGS, NULL},
{ "ComparisonDistribution1D_read", _wrap_ComparisonDistribution1D_read, METH_VARARGS, NULL},
{ "ComparisonDistribution1D_swigregister", ComparisonDistribution1D_swigregister, METH_O, NULL},
{ "ComparisonDistribution1D_swiginit", ComparisonDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_ComparisonDistribution1D", _wrap_new_ArchiveRecord_ComparisonDistribution1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_ComparisonDistribution1D", _wrap_delete_ArchiveRecord_ComparisonDistribution1D, METH_O, NULL},
{ "ArchiveRecord_ComparisonDistribution1D_swigregister", ArchiveRecord_ComparisonDistribution1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_ComparisonDistribution1D_swiginit", ArchiveRecord_ComparisonDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_ComparisonDistribution1D", _wrap_new_Ref_ComparisonDistribution1D, METH_VARARGS, NULL},
{ "Ref_ComparisonDistribution1D_restore", _wrap_Ref_ComparisonDistribution1D_restore, METH_VARARGS, NULL},
{ "Ref_ComparisonDistribution1D_retrieve", _wrap_Ref_ComparisonDistribution1D_retrieve, METH_VARARGS, NULL},
{ "Ref_ComparisonDistribution1D_getValue", _wrap_Ref_ComparisonDistribution1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_ComparisonDistribution1D", _wrap_delete_Ref_ComparisonDistribution1D, METH_O, NULL},
{ "Ref_ComparisonDistribution1D_swigregister", Ref_ComparisonDistribution1D_swigregister, METH_O, NULL},
{ "Ref_ComparisonDistribution1D_swiginit", Ref_ComparisonDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_JohnsonKDESmoother", _wrap_new_JohnsonKDESmoother, METH_VARARGS, NULL},
{ "delete_JohnsonKDESmoother", _wrap_delete_JohnsonKDESmoother, METH_O, NULL},
{ "JohnsonKDESmoother_symbetaPower", _wrap_JohnsonKDESmoother_symbetaPower, METH_O, NULL},
{ "JohnsonKDESmoother_bwFactor", _wrap_JohnsonKDESmoother_bwFactor, METH_O, NULL},
{ "JohnsonKDESmoother_swigregister", JohnsonKDESmoother_swigregister, METH_O, NULL},
{ "JohnsonKDESmoother_swiginit", JohnsonKDESmoother_swiginit, METH_VARARGS, NULL},
{ "randomHistoFillCND", _wrap_randomHistoFillCND, METH_VARARGS, NULL},
{ "randomHistoFillND", _wrap_randomHistoFillND, METH_VARARGS, NULL},
{ "amisePluginBwGauss", _wrap_amisePluginBwGauss, METH_VARARGS, NULL},
{ "approxAmisePluginBwGauss", _wrap_approxAmisePluginBwGauss, METH_VARARGS, NULL},
{ "amisePluginBwSymbeta", _wrap_amisePluginBwSymbeta, METH_VARARGS, NULL},
{ "symbetaBandwidthRatio", _wrap_symbetaBandwidthRatio, METH_VARARGS, NULL},
{ "approxSymbetaBandwidthRatio", _wrap_approxSymbetaBandwidthRatio, METH_VARARGS, NULL},
{ "amisePluginDegreeGauss", _wrap_amisePluginDegreeGauss, METH_O, NULL},
{ "amisePluginDegreeSymbeta", _wrap_amisePluginDegreeSymbeta, METH_VARARGS, NULL},
{ "maxFilterDegreeSupported", _wrap_maxFilterDegreeSupported, METH_NOARGS, NULL},
{ "integralOfSymmetricBetaSquared", _wrap_integralOfSymmetricBetaSquared, METH_VARARGS, NULL},
{ "new_GaussianMixture1D", _wrap_new_GaussianMixture1D, METH_VARARGS, NULL},
{ "delete_GaussianMixture1D", _wrap_delete_GaussianMixture1D, METH_O, NULL},
{ "GaussianMixture1D_clone", _wrap_GaussianMixture1D_clone, METH_O, NULL},
{ "GaussianMixture1D_nentries", _wrap_GaussianMixture1D_nentries, METH_O, NULL},
{ "GaussianMixture1D_entry", _wrap_GaussianMixture1D_entry, METH_VARARGS, NULL},
{ "GaussianMixture1D_entries", _wrap_GaussianMixture1D_entries, METH_O, NULL},
{ "GaussianMixture1D_mean", _wrap_GaussianMixture1D_mean, METH_O, NULL},
{ "GaussianMixture1D_stdev", _wrap_GaussianMixture1D_stdev, METH_O, NULL},
{ "GaussianMixture1D_gaussianMISE", _wrap_GaussianMixture1D_gaussianMISE, METH_VARARGS, NULL},
{ "GaussianMixture1D_miseOptimalBw", _wrap_GaussianMixture1D_miseOptimalBw, METH_VARARGS, NULL},
{ "GaussianMixture1D_classId", _wrap_GaussianMixture1D_classId, METH_O, NULL},
{ "GaussianMixture1D_write", _wrap_GaussianMixture1D_write, METH_VARARGS, NULL},
{ "GaussianMixture1D_classname", _wrap_GaussianMixture1D_classname, METH_NOARGS, NULL},
{ "GaussianMixture1D_version", _wrap_GaussianMixture1D_version, METH_NOARGS, NULL},
{ "GaussianMixture1D_read", _wrap_GaussianMixture1D_read, METH_VARARGS, NULL},
{ "GaussianMixture1D_swigregister", GaussianMixture1D_swigregister, METH_O, NULL},
{ "GaussianMixture1D_swiginit", GaussianMixture1D_swiginit, METH_VARARGS, NULL},
{ "new_GridInterpolatedDistribution", _wrap_new_GridInterpolatedDistribution, METH_VARARGS, NULL},
{ "delete_GridInterpolatedDistribution", _wrap_delete_GridInterpolatedDistribution, METH_O, NULL},
{ "GridInterpolatedDistribution_clone", _wrap_GridInterpolatedDistribution_clone, METH_O, NULL},
{ "GridInterpolatedDistribution_getGridDistro", _wrap_GridInterpolatedDistribution_getGridDistro, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_getLinearDistro", _wrap_GridInterpolatedDistribution_getLinearDistro, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_setGridCoords", _wrap_GridInterpolatedDistribution_setGridCoords, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_interpolateCopulas", _wrap_GridInterpolatedDistribution_interpolateCopulas, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_useSingleCell", _wrap_GridInterpolatedDistribution_useSingleCell, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_nAxes", _wrap_GridInterpolatedDistribution_nAxes, METH_O, NULL},
{ "GridInterpolatedDistribution_getAxis", _wrap_GridInterpolatedDistribution_getAxis, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_nDistros", _wrap_GridInterpolatedDistribution_nDistros, METH_O, NULL},
{ "GridInterpolatedDistribution_gridShape", _wrap_GridInterpolatedDistribution_gridShape, METH_O, NULL},
{ "GridInterpolatedDistribution_interpolatingCopulas", _wrap_GridInterpolatedDistribution_interpolatingCopulas, METH_O, NULL},
{ "GridInterpolatedDistribution_usingSingleCell", _wrap_GridInterpolatedDistribution_usingSingleCell, METH_O, NULL},
{ "GridInterpolatedDistribution_density", _wrap_GridInterpolatedDistribution_density, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_unitMap", _wrap_GridInterpolatedDistribution_unitMap, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_mappedByQuantiles", _wrap_GridInterpolatedDistribution_mappedByQuantiles, METH_O, NULL},
{ "GridInterpolatedDistribution_marginalDensity", _wrap_GridInterpolatedDistribution_marginalDensity, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_marginalCdf", _wrap_GridInterpolatedDistribution_marginalCdf, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_marginalExceedance", _wrap_GridInterpolatedDistribution_marginalExceedance, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_marginalQuantile", _wrap_GridInterpolatedDistribution_marginalQuantile, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_copulaDensity", _wrap_GridInterpolatedDistribution_copulaDensity, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_productOfTheMarginals", _wrap_GridInterpolatedDistribution_productOfTheMarginals, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_classId", _wrap_GridInterpolatedDistribution_classId, METH_O, NULL},
{ "GridInterpolatedDistribution_write", _wrap_GridInterpolatedDistribution_write, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_classname", _wrap_GridInterpolatedDistribution_classname, METH_NOARGS, NULL},
{ "GridInterpolatedDistribution_version", _wrap_GridInterpolatedDistribution_version, METH_NOARGS, NULL},
{ "GridInterpolatedDistribution_read", _wrap_GridInterpolatedDistribution_read, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_setGridDistro", _wrap_GridInterpolatedDistribution_setGridDistro, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_setLinearDistro", _wrap_GridInterpolatedDistribution_setLinearDistro, METH_VARARGS, NULL},
{ "GridInterpolatedDistribution_swigregister", GridInterpolatedDistribution_swigregister, METH_O, NULL},
{ "GridInterpolatedDistribution_swiginit", GridInterpolatedDistribution_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_GridInterpolatedDistribution", _wrap_new_ArchiveRecord_GridInterpolatedDistribution, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_GridInterpolatedDistribution", _wrap_delete_ArchiveRecord_GridInterpolatedDistribution, METH_O, NULL},
{ "ArchiveRecord_GridInterpolatedDistribution_swigregister", ArchiveRecord_GridInterpolatedDistribution_swigregister, METH_O, NULL},
{ "ArchiveRecord_GridInterpolatedDistribution_swiginit", ArchiveRecord_GridInterpolatedDistribution_swiginit, METH_VARARGS, NULL},
{ "new_Ref_GridInterpolatedDistribution", _wrap_new_Ref_GridInterpolatedDistribution, METH_VARARGS, NULL},
{ "Ref_GridInterpolatedDistribution_restore", _wrap_Ref_GridInterpolatedDistribution_restore, METH_VARARGS, NULL},
{ "Ref_GridInterpolatedDistribution_retrieve", _wrap_Ref_GridInterpolatedDistribution_retrieve, METH_VARARGS, NULL},
{ "Ref_GridInterpolatedDistribution_getValue", _wrap_Ref_GridInterpolatedDistribution_getValue, METH_VARARGS, NULL},
{ "delete_Ref_GridInterpolatedDistribution", _wrap_delete_Ref_GridInterpolatedDistribution, METH_O, NULL},
{ "Ref_GridInterpolatedDistribution_swigregister", Ref_GridInterpolatedDistribution_swigregister, METH_O, NULL},
{ "Ref_GridInterpolatedDistribution_swiginit", Ref_GridInterpolatedDistribution_swiginit, METH_VARARGS, NULL},
{ "correctDensityEstimateGHUOrig", _wrap_correctDensityEstimateGHUOrig, METH_VARARGS, NULL},
{ "scanMultivariateDensityAsWeight2", _wrap_scanMultivariateDensityAsWeight2, METH_VARARGS, NULL},
{ "delete_AbsCompositeDistroBuilder2D", _wrap_delete_AbsCompositeDistroBuilder2D, METH_O, NULL},
{ "AbsCompositeDistroBuilder2D_build", _wrap_AbsCompositeDistroBuilder2D_build, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder2D_buildWeighted", _wrap_AbsCompositeDistroBuilder2D_buildWeighted, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder2D_swigregister", AbsCompositeDistroBuilder2D_swigregister, METH_O, NULL},
{ "delete_AbsCompositeDistroBuilder3D", _wrap_delete_AbsCompositeDistroBuilder3D, METH_O, NULL},
{ "AbsCompositeDistroBuilder3D_build", _wrap_AbsCompositeDistroBuilder3D_build, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder3D_buildWeighted", _wrap_AbsCompositeDistroBuilder3D_buildWeighted, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder3D_swigregister", AbsCompositeDistroBuilder3D_swigregister, METH_O, NULL},
{ "delete_AbsCompositeDistroBuilder4D", _wrap_delete_AbsCompositeDistroBuilder4D, METH_O, NULL},
{ "AbsCompositeDistroBuilder4D_build", _wrap_AbsCompositeDistroBuilder4D_build, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder4D_buildWeighted", _wrap_AbsCompositeDistroBuilder4D_buildWeighted, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder4D_swigregister", AbsCompositeDistroBuilder4D_swigregister, METH_O, NULL},
{ "delete_AbsCompositeDistroBuilder5D", _wrap_delete_AbsCompositeDistroBuilder5D, METH_O, NULL},
{ "AbsCompositeDistroBuilder5D_build", _wrap_AbsCompositeDistroBuilder5D_build, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder5D_buildWeighted", _wrap_AbsCompositeDistroBuilder5D_buildWeighted, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder5D_swigregister", AbsCompositeDistroBuilder5D_swigregister, METH_O, NULL},
{ "delete_AbsCompositeDistroBuilder6D", _wrap_delete_AbsCompositeDistroBuilder6D, METH_O, NULL},
{ "AbsCompositeDistroBuilder6D_build", _wrap_AbsCompositeDistroBuilder6D_build, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder6D_buildWeighted", _wrap_AbsCompositeDistroBuilder6D_buildWeighted, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder6D_swigregister", AbsCompositeDistroBuilder6D_swigregister, METH_O, NULL},
{ "delete_AbsCompositeDistroBuilder7D", _wrap_delete_AbsCompositeDistroBuilder7D, METH_O, NULL},
{ "AbsCompositeDistroBuilder7D_build", _wrap_AbsCompositeDistroBuilder7D_build, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder7D_buildWeighted", _wrap_AbsCompositeDistroBuilder7D_buildWeighted, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder7D_swigregister", AbsCompositeDistroBuilder7D_swigregister, METH_O, NULL},
{ "delete_AbsCompositeDistroBuilder8D", _wrap_delete_AbsCompositeDistroBuilder8D, METH_O, NULL},
{ "AbsCompositeDistroBuilder8D_build", _wrap_AbsCompositeDistroBuilder8D_build, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder8D_buildWeighted", _wrap_AbsCompositeDistroBuilder8D_buildWeighted, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder8D_swigregister", AbsCompositeDistroBuilder8D_swigregister, METH_O, NULL},
{ "delete_AbsCompositeDistroBuilder9D", _wrap_delete_AbsCompositeDistroBuilder9D, METH_O, NULL},
{ "AbsCompositeDistroBuilder9D_build", _wrap_AbsCompositeDistroBuilder9D_build, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder9D_buildWeighted", _wrap_AbsCompositeDistroBuilder9D_buildWeighted, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder9D_swigregister", AbsCompositeDistroBuilder9D_swigregister, METH_O, NULL},
{ "delete_AbsCompositeDistroBuilder10D", _wrap_delete_AbsCompositeDistroBuilder10D, METH_O, NULL},
{ "AbsCompositeDistroBuilder10D_build", _wrap_AbsCompositeDistroBuilder10D_build, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder10D_buildWeighted", _wrap_AbsCompositeDistroBuilder10D_buildWeighted, METH_VARARGS, NULL},
{ "AbsCompositeDistroBuilder10D_swigregister", AbsCompositeDistroBuilder10D_swigregister, METH_O, NULL},
{ "new_UCharArrayMinProjector", _wrap_new_UCharArrayMinProjector, METH_NOARGS, NULL},
{ "delete_UCharArrayMinProjector", _wrap_delete_UCharArrayMinProjector, METH_O, NULL},
{ "UCharArrayMinProjector_clear", _wrap_UCharArrayMinProjector_clear, METH_O, NULL},
{ "UCharArrayMinProjector_result", _wrap_UCharArrayMinProjector_result, METH_O, NULL},
{ "UCharArrayMinProjector_process", _wrap_UCharArrayMinProjector_process, METH_VARARGS, NULL},
{ "UCharArrayMinProjector_swigregister", UCharArrayMinProjector_swigregister, METH_O, NULL},
{ "UCharArrayMinProjector_swiginit", UCharArrayMinProjector_swiginit, METH_VARARGS, NULL},
{ "new_IntArrayMinProjector", _wrap_new_IntArrayMinProjector, METH_NOARGS, NULL},
{ "delete_IntArrayMinProjector", _wrap_delete_IntArrayMinProjector, METH_O, NULL},
{ "IntArrayMinProjector_clear", _wrap_IntArrayMinProjector_clear, METH_O, NULL},
{ "IntArrayMinProjector_result", _wrap_IntArrayMinProjector_result, METH_O, NULL},
{ "IntArrayMinProjector_process", _wrap_IntArrayMinProjector_process, METH_VARARGS, NULL},
{ "IntArrayMinProjector_swigregister", IntArrayMinProjector_swigregister, METH_O, NULL},
{ "IntArrayMinProjector_swiginit", IntArrayMinProjector_swiginit, METH_VARARGS, NULL},
{ "new_LongArrayMinProjector", _wrap_new_LongArrayMinProjector, METH_NOARGS, NULL},
{ "delete_LongArrayMinProjector", _wrap_delete_LongArrayMinProjector, METH_O, NULL},
{ "LongArrayMinProjector_clear", _wrap_LongArrayMinProjector_clear, METH_O, NULL},
{ "LongArrayMinProjector_result", _wrap_LongArrayMinProjector_result, METH_O, NULL},
{ "LongArrayMinProjector_process", _wrap_LongArrayMinProjector_process, METH_VARARGS, NULL},
{ "LongArrayMinProjector_swigregister", LongArrayMinProjector_swigregister, METH_O, NULL},
{ "LongArrayMinProjector_swiginit", LongArrayMinProjector_swiginit, METH_VARARGS, NULL},
{ "new_FloatArrayMinProjector", _wrap_new_FloatArrayMinProjector, METH_NOARGS, NULL},
{ "delete_FloatArrayMinProjector", _wrap_delete_FloatArrayMinProjector, METH_O, NULL},
{ "FloatArrayMinProjector_clear", _wrap_FloatArrayMinProjector_clear, METH_O, NULL},
{ "FloatArrayMinProjector_result", _wrap_FloatArrayMinProjector_result, METH_O, NULL},
{ "FloatArrayMinProjector_process", _wrap_FloatArrayMinProjector_process, METH_VARARGS, NULL},
{ "FloatArrayMinProjector_swigregister", FloatArrayMinProjector_swigregister, METH_O, NULL},
{ "FloatArrayMinProjector_swiginit", FloatArrayMinProjector_swiginit, METH_VARARGS, NULL},
{ "new_DoubleArrayMinProjector", _wrap_new_DoubleArrayMinProjector, METH_NOARGS, NULL},
{ "delete_DoubleArrayMinProjector", _wrap_delete_DoubleArrayMinProjector, METH_O, NULL},
{ "DoubleArrayMinProjector_clear", _wrap_DoubleArrayMinProjector_clear, METH_O, NULL},
{ "DoubleArrayMinProjector_result", _wrap_DoubleArrayMinProjector_result, METH_O, NULL},
{ "DoubleArrayMinProjector_process", _wrap_DoubleArrayMinProjector_process, METH_VARARGS, NULL},
{ "DoubleArrayMinProjector_swigregister", DoubleArrayMinProjector_swigregister, METH_O, NULL},
{ "DoubleArrayMinProjector_swiginit", DoubleArrayMinProjector_swiginit, METH_VARARGS, NULL},
{ "new_UCharArrayMaxProjector", _wrap_new_UCharArrayMaxProjector, METH_NOARGS, NULL},
{ "delete_UCharArrayMaxProjector", _wrap_delete_UCharArrayMaxProjector, METH_O, NULL},
{ "UCharArrayMaxProjector_clear", _wrap_UCharArrayMaxProjector_clear, METH_O, NULL},
{ "UCharArrayMaxProjector_result", _wrap_UCharArrayMaxProjector_result, METH_O, NULL},
{ "UCharArrayMaxProjector_process", _wrap_UCharArrayMaxProjector_process, METH_VARARGS, NULL},
{ "UCharArrayMaxProjector_swigregister", UCharArrayMaxProjector_swigregister, METH_O, NULL},
{ "UCharArrayMaxProjector_swiginit", UCharArrayMaxProjector_swiginit, METH_VARARGS, NULL},
{ "new_IntArrayMaxProjector", _wrap_new_IntArrayMaxProjector, METH_NOARGS, NULL},
{ "delete_IntArrayMaxProjector", _wrap_delete_IntArrayMaxProjector, METH_O, NULL},
{ "IntArrayMaxProjector_clear", _wrap_IntArrayMaxProjector_clear, METH_O, NULL},
{ "IntArrayMaxProjector_result", _wrap_IntArrayMaxProjector_result, METH_O, NULL},
{ "IntArrayMaxProjector_process", _wrap_IntArrayMaxProjector_process, METH_VARARGS, NULL},
{ "IntArrayMaxProjector_swigregister", IntArrayMaxProjector_swigregister, METH_O, NULL},
{ "IntArrayMaxProjector_swiginit", IntArrayMaxProjector_swiginit, METH_VARARGS, NULL},
{ "new_LongArrayMaxProjector", _wrap_new_LongArrayMaxProjector, METH_NOARGS, NULL},
{ "delete_LongArrayMaxProjector", _wrap_delete_LongArrayMaxProjector, METH_O, NULL},
{ "LongArrayMaxProjector_clear", _wrap_LongArrayMaxProjector_clear, METH_O, NULL},
{ "LongArrayMaxProjector_result", _wrap_LongArrayMaxProjector_result, METH_O, NULL},
{ "LongArrayMaxProjector_process", _wrap_LongArrayMaxProjector_process, METH_VARARGS, NULL},
{ "LongArrayMaxProjector_swigregister", LongArrayMaxProjector_swigregister, METH_O, NULL},
{ "LongArrayMaxProjector_swiginit", LongArrayMaxProjector_swiginit, METH_VARARGS, NULL},
{ "new_FloatArrayMaxProjector", _wrap_new_FloatArrayMaxProjector, METH_NOARGS, NULL},
{ "delete_FloatArrayMaxProjector", _wrap_delete_FloatArrayMaxProjector, METH_O, NULL},
{ "FloatArrayMaxProjector_clear", _wrap_FloatArrayMaxProjector_clear, METH_O, NULL},
{ "FloatArrayMaxProjector_result", _wrap_FloatArrayMaxProjector_result, METH_O, NULL},
{ "FloatArrayMaxProjector_process", _wrap_FloatArrayMaxProjector_process, METH_VARARGS, NULL},
{ "FloatArrayMaxProjector_swigregister", FloatArrayMaxProjector_swigregister, METH_O, NULL},
{ "FloatArrayMaxProjector_swiginit", FloatArrayMaxProjector_swiginit, METH_VARARGS, NULL},
{ "new_DoubleArrayMaxProjector", _wrap_new_DoubleArrayMaxProjector, METH_NOARGS, NULL},
{ "delete_DoubleArrayMaxProjector", _wrap_delete_DoubleArrayMaxProjector, METH_O, NULL},
{ "DoubleArrayMaxProjector_clear", _wrap_DoubleArrayMaxProjector_clear, METH_O, NULL},
{ "DoubleArrayMaxProjector_result", _wrap_DoubleArrayMaxProjector_result, METH_O, NULL},
{ "DoubleArrayMaxProjector_process", _wrap_DoubleArrayMaxProjector_process, METH_VARARGS, NULL},
{ "DoubleArrayMaxProjector_swigregister", DoubleArrayMaxProjector_swigregister, METH_O, NULL},
{ "DoubleArrayMaxProjector_swiginit", DoubleArrayMaxProjector_swiginit, METH_VARARGS, NULL},
{ "new_UCharArrayMedianProjector", _wrap_new_UCharArrayMedianProjector, METH_NOARGS, NULL},
{ "delete_UCharArrayMedianProjector", _wrap_delete_UCharArrayMedianProjector, METH_O, NULL},
{ "UCharArrayMedianProjector_clear", _wrap_UCharArrayMedianProjector_clear, METH_O, NULL},
{ "UCharArrayMedianProjector_process", _wrap_UCharArrayMedianProjector_process, METH_VARARGS, NULL},
{ "UCharArrayMedianProjector_result", _wrap_UCharArrayMedianProjector_result, METH_O, NULL},
{ "UCharArrayMedianProjector_swigregister", UCharArrayMedianProjector_swigregister, METH_O, NULL},
{ "UCharArrayMedianProjector_swiginit", UCharArrayMedianProjector_swiginit, METH_VARARGS, NULL},
{ "new_IntArrayMedianProjector", _wrap_new_IntArrayMedianProjector, METH_NOARGS, NULL},
{ "delete_IntArrayMedianProjector", _wrap_delete_IntArrayMedianProjector, METH_O, NULL},
{ "IntArrayMedianProjector_clear", _wrap_IntArrayMedianProjector_clear, METH_O, NULL},
{ "IntArrayMedianProjector_process", _wrap_IntArrayMedianProjector_process, METH_VARARGS, NULL},
{ "IntArrayMedianProjector_result", _wrap_IntArrayMedianProjector_result, METH_O, NULL},
{ "IntArrayMedianProjector_swigregister", IntArrayMedianProjector_swigregister, METH_O, NULL},
{ "IntArrayMedianProjector_swiginit", IntArrayMedianProjector_swiginit, METH_VARARGS, NULL},
{ "new_LongArrayMedianProjector", _wrap_new_LongArrayMedianProjector, METH_NOARGS, NULL},
{ "delete_LongArrayMedianProjector", _wrap_delete_LongArrayMedianProjector, METH_O, NULL},
{ "LongArrayMedianProjector_clear", _wrap_LongArrayMedianProjector_clear, METH_O, NULL},
{ "LongArrayMedianProjector_process", _wrap_LongArrayMedianProjector_process, METH_VARARGS, NULL},
{ "LongArrayMedianProjector_result", _wrap_LongArrayMedianProjector_result, METH_O, NULL},
{ "LongArrayMedianProjector_swigregister", LongArrayMedianProjector_swigregister, METH_O, NULL},
{ "LongArrayMedianProjector_swiginit", LongArrayMedianProjector_swiginit, METH_VARARGS, NULL},
{ "new_FloatArrayMedianProjector", _wrap_new_FloatArrayMedianProjector, METH_NOARGS, NULL},
{ "delete_FloatArrayMedianProjector", _wrap_delete_FloatArrayMedianProjector, METH_O, NULL},
{ "FloatArrayMedianProjector_clear", _wrap_FloatArrayMedianProjector_clear, METH_O, NULL},
{ "FloatArrayMedianProjector_process", _wrap_FloatArrayMedianProjector_process, METH_VARARGS, NULL},
{ "FloatArrayMedianProjector_result", _wrap_FloatArrayMedianProjector_result, METH_O, NULL},
{ "FloatArrayMedianProjector_swigregister", FloatArrayMedianProjector_swigregister, METH_O, NULL},
{ "FloatArrayMedianProjector_swiginit", FloatArrayMedianProjector_swiginit, METH_VARARGS, NULL},
{ "new_DoubleArrayMedianProjector", _wrap_new_DoubleArrayMedianProjector, METH_NOARGS, NULL},
{ "delete_DoubleArrayMedianProjector", _wrap_delete_DoubleArrayMedianProjector, METH_O, NULL},
{ "DoubleArrayMedianProjector_clear", _wrap_DoubleArrayMedianProjector_clear, METH_O, NULL},
{ "DoubleArrayMedianProjector_process", _wrap_DoubleArrayMedianProjector_process, METH_VARARGS, NULL},
{ "DoubleArrayMedianProjector_result", _wrap_DoubleArrayMedianProjector_result, METH_O, NULL},
{ "DoubleArrayMedianProjector_swigregister", DoubleArrayMedianProjector_swigregister, METH_O, NULL},
{ "DoubleArrayMedianProjector_swiginit", DoubleArrayMedianProjector_swiginit, METH_VARARGS, NULL},
{ "new_UCharArrayRangeProjector", _wrap_new_UCharArrayRangeProjector, METH_NOARGS, NULL},
{ "delete_UCharArrayRangeProjector", _wrap_delete_UCharArrayRangeProjector, METH_O, NULL},
{ "UCharArrayRangeProjector_result", _wrap_UCharArrayRangeProjector_result, METH_O, NULL},
{ "UCharArrayRangeProjector_swigregister", UCharArrayRangeProjector_swigregister, METH_O, NULL},
{ "UCharArrayRangeProjector_swiginit", UCharArrayRangeProjector_swiginit, METH_VARARGS, NULL},
{ "new_IntArrayRangeProjector", _wrap_new_IntArrayRangeProjector, METH_NOARGS, NULL},
{ "delete_IntArrayRangeProjector", _wrap_delete_IntArrayRangeProjector, METH_O, NULL},
{ "IntArrayRangeProjector_result", _wrap_IntArrayRangeProjector_result, METH_O, NULL},
{ "IntArrayRangeProjector_swigregister", IntArrayRangeProjector_swigregister, METH_O, NULL},
{ "IntArrayRangeProjector_swiginit", IntArrayRangeProjector_swiginit, METH_VARARGS, NULL},
{ "new_LongArrayRangeProjector", _wrap_new_LongArrayRangeProjector, METH_NOARGS, NULL},
{ "delete_LongArrayRangeProjector", _wrap_delete_LongArrayRangeProjector, METH_O, NULL},
{ "LongArrayRangeProjector_result", _wrap_LongArrayRangeProjector_result, METH_O, NULL},
{ "LongArrayRangeProjector_swigregister", LongArrayRangeProjector_swigregister, METH_O, NULL},
{ "LongArrayRangeProjector_swiginit", LongArrayRangeProjector_swiginit, METH_VARARGS, NULL},
{ "new_FloatArrayRangeProjector", _wrap_new_FloatArrayRangeProjector, METH_NOARGS, NULL},
{ "delete_FloatArrayRangeProjector", _wrap_delete_FloatArrayRangeProjector, METH_O, NULL},
{ "FloatArrayRangeProjector_result", _wrap_FloatArrayRangeProjector_result, METH_O, NULL},
{ "FloatArrayRangeProjector_swigregister", FloatArrayRangeProjector_swigregister, METH_O, NULL},
{ "FloatArrayRangeProjector_swiginit", FloatArrayRangeProjector_swiginit, METH_VARARGS, NULL},
{ "new_DoubleArrayRangeProjector", _wrap_new_DoubleArrayRangeProjector, METH_NOARGS, NULL},
{ "delete_DoubleArrayRangeProjector", _wrap_delete_DoubleArrayRangeProjector, METH_O, NULL},
{ "DoubleArrayRangeProjector_result", _wrap_DoubleArrayRangeProjector_result, METH_O, NULL},
{ "DoubleArrayRangeProjector_swigregister", DoubleArrayRangeProjector_swigregister, METH_O, NULL},
{ "DoubleArrayRangeProjector_swiginit", DoubleArrayRangeProjector_swiginit, METH_VARARGS, NULL},
{ "new_DoubleArraySumProjector", _wrap_new_DoubleArraySumProjector, METH_NOARGS, NULL},
{ "delete_DoubleArraySumProjector", _wrap_delete_DoubleArraySumProjector, METH_O, NULL},
{ "DoubleArraySumProjector_clear", _wrap_DoubleArraySumProjector_clear, METH_O, NULL},
{ "DoubleArraySumProjector_result", _wrap_DoubleArraySumProjector_result, METH_O, NULL},
{ "DoubleArraySumProjector_process", _wrap_DoubleArraySumProjector_process, METH_VARARGS, NULL},
{ "DoubleArraySumProjector_swigregister", DoubleArraySumProjector_swigregister, METH_O, NULL},
{ "DoubleArraySumProjector_swiginit", DoubleArraySumProjector_swiginit, METH_VARARGS, NULL},
{ "new_FloatArraySumProjector", _wrap_new_FloatArraySumProjector, METH_NOARGS, NULL},
{ "delete_FloatArraySumProjector", _wrap_delete_FloatArraySumProjector, METH_O, NULL},
{ "FloatArraySumProjector_clear", _wrap_FloatArraySumProjector_clear, METH_O, NULL},
{ "FloatArraySumProjector_result", _wrap_FloatArraySumProjector_result, METH_O, NULL},
{ "FloatArraySumProjector_process", _wrap_FloatArraySumProjector_process, METH_VARARGS, NULL},
{ "FloatArraySumProjector_swigregister", FloatArraySumProjector_swigregister, METH_O, NULL},
{ "FloatArraySumProjector_swiginit", FloatArraySumProjector_swiginit, METH_VARARGS, NULL},
{ "new_IntArraySumProjector", _wrap_new_IntArraySumProjector, METH_NOARGS, NULL},
{ "delete_IntArraySumProjector", _wrap_delete_IntArraySumProjector, METH_O, NULL},
{ "IntArraySumProjector_clear", _wrap_IntArraySumProjector_clear, METH_O, NULL},
{ "IntArraySumProjector_result", _wrap_IntArraySumProjector_result, METH_O, NULL},
{ "IntArraySumProjector_process", _wrap_IntArraySumProjector_process, METH_VARARGS, NULL},
{ "IntArraySumProjector_swigregister", IntArraySumProjector_swigregister, METH_O, NULL},
{ "IntArraySumProjector_swiginit", IntArraySumProjector_swiginit, METH_VARARGS, NULL},
{ "new_LongArraySumProjector", _wrap_new_LongArraySumProjector, METH_NOARGS, NULL},
{ "delete_LongArraySumProjector", _wrap_delete_LongArraySumProjector, METH_O, NULL},
{ "LongArraySumProjector_clear", _wrap_LongArraySumProjector_clear, METH_O, NULL},
{ "LongArraySumProjector_result", _wrap_LongArraySumProjector_result, METH_O, NULL},
{ "LongArraySumProjector_process", _wrap_LongArraySumProjector_process, METH_VARARGS, NULL},
{ "LongArraySumProjector_swigregister", LongArraySumProjector_swigregister, METH_O, NULL},
{ "LongArraySumProjector_swiginit", LongArraySumProjector_swiginit, METH_VARARGS, NULL},
{ "new_UCharArraySumProjector", _wrap_new_UCharArraySumProjector, METH_NOARGS, NULL},
{ "delete_UCharArraySumProjector", _wrap_delete_UCharArraySumProjector, METH_O, NULL},
{ "UCharArraySumProjector_clear", _wrap_UCharArraySumProjector_clear, METH_O, NULL},
{ "UCharArraySumProjector_result", _wrap_UCharArraySumProjector_result, METH_O, NULL},
{ "UCharArraySumProjector_process", _wrap_UCharArraySumProjector_process, METH_VARARGS, NULL},
{ "UCharArraySumProjector_swigregister", UCharArraySumProjector_swigregister, METH_O, NULL},
{ "UCharArraySumProjector_swiginit", UCharArraySumProjector_swiginit, METH_VARARGS, NULL},
{ "new_DoubleArrayMeanProjector", _wrap_new_DoubleArrayMeanProjector, METH_NOARGS, NULL},
{ "delete_DoubleArrayMeanProjector", _wrap_delete_DoubleArrayMeanProjector, METH_O, NULL},
{ "DoubleArrayMeanProjector_result", _wrap_DoubleArrayMeanProjector_result, METH_O, NULL},
{ "DoubleArrayMeanProjector_swigregister", DoubleArrayMeanProjector_swigregister, METH_O, NULL},
{ "DoubleArrayMeanProjector_swiginit", DoubleArrayMeanProjector_swiginit, METH_VARARGS, NULL},
{ "new_FloatArrayMeanProjector", _wrap_new_FloatArrayMeanProjector, METH_NOARGS, NULL},
{ "delete_FloatArrayMeanProjector", _wrap_delete_FloatArrayMeanProjector, METH_O, NULL},
{ "FloatArrayMeanProjector_result", _wrap_FloatArrayMeanProjector_result, METH_O, NULL},
{ "FloatArrayMeanProjector_swigregister", FloatArrayMeanProjector_swigregister, METH_O, NULL},
{ "FloatArrayMeanProjector_swiginit", FloatArrayMeanProjector_swiginit, METH_VARARGS, NULL},
{ "new_IntArrayMeanProjector", _wrap_new_IntArrayMeanProjector, METH_NOARGS, NULL},
{ "delete_IntArrayMeanProjector", _wrap_delete_IntArrayMeanProjector, METH_O, NULL},
{ "IntArrayMeanProjector_result", _wrap_IntArrayMeanProjector_result, METH_O, NULL},
{ "IntArrayMeanProjector_swigregister", IntArrayMeanProjector_swigregister, METH_O, NULL},
{ "IntArrayMeanProjector_swiginit", IntArrayMeanProjector_swiginit, METH_VARARGS, NULL},
{ "new_LongArrayMeanProjector", _wrap_new_LongArrayMeanProjector, METH_NOARGS, NULL},
{ "delete_LongArrayMeanProjector", _wrap_delete_LongArrayMeanProjector, METH_O, NULL},
{ "LongArrayMeanProjector_result", _wrap_LongArrayMeanProjector_result, METH_O, NULL},
{ "LongArrayMeanProjector_swigregister", LongArrayMeanProjector_swigregister, METH_O, NULL},
{ "LongArrayMeanProjector_swiginit", LongArrayMeanProjector_swiginit, METH_VARARGS, NULL},
{ "new_UCharArrayMeanProjector", _wrap_new_UCharArrayMeanProjector, METH_NOARGS, NULL},
{ "delete_UCharArrayMeanProjector", _wrap_delete_UCharArrayMeanProjector, METH_O, NULL},
{ "UCharArrayMeanProjector_result", _wrap_UCharArrayMeanProjector_result, METH_O, NULL},
{ "UCharArrayMeanProjector_swigregister", UCharArrayMeanProjector_swigregister, METH_O, NULL},
{ "UCharArrayMeanProjector_swiginit", UCharArrayMeanProjector_swiginit, METH_VARARGS, NULL},
{ "new_KDE1DHOSymbetaKernel", _wrap_new_KDE1DHOSymbetaKernel, METH_VARARGS, NULL},
{ "KDE1DHOSymbetaKernel_clone", _wrap_KDE1DHOSymbetaKernel_clone, METH_O, NULL},
{ "delete_KDE1DHOSymbetaKernel", _wrap_delete_KDE1DHOSymbetaKernel, METH_O, NULL},
{ "KDE1DHOSymbetaKernel_setNormFactor", _wrap_KDE1DHOSymbetaKernel_setNormFactor, METH_VARARGS, NULL},
{ "KDE1DHOSymbetaKernel_power", _wrap_KDE1DHOSymbetaKernel_power, METH_O, NULL},
{ "KDE1DHOSymbetaKernel_filterDegree", _wrap_KDE1DHOSymbetaKernel_filterDegree, METH_O, NULL},
{ "KDE1DHOSymbetaKernel_weight", _wrap_KDE1DHOSymbetaKernel_weight, METH_VARARGS, NULL},
{ "KDE1DHOSymbetaKernel_xmin", _wrap_KDE1DHOSymbetaKernel_xmin, METH_O, NULL},
{ "KDE1DHOSymbetaKernel_xmax", _wrap_KDE1DHOSymbetaKernel_xmax, METH_O, NULL},
{ "KDE1DHOSymbetaKernel_normFactor", _wrap_KDE1DHOSymbetaKernel_normFactor, METH_O, NULL},
{ "KDE1DHOSymbetaKernel___call__", _wrap_KDE1DHOSymbetaKernel___call__, METH_VARARGS, NULL},
{ "KDE1DHOSymbetaKernel_swigregister", KDE1DHOSymbetaKernel_swigregister, METH_O, NULL},
{ "KDE1DHOSymbetaKernel_swiginit", KDE1DHOSymbetaKernel_swiginit, METH_VARARGS, NULL},
{ "scannedKSDistance", _wrap_scannedKSDistance, METH_VARARGS, NULL},
{ "new_SeriesCGF1D", _wrap_new_SeriesCGF1D, METH_VARARGS, NULL},
{ "SeriesCGF1D_clone", _wrap_SeriesCGF1D_clone, METH_O, NULL},
{ "delete_SeriesCGF1D", _wrap_delete_SeriesCGF1D, METH_O, NULL},
{ "SeriesCGF1D_shiftAndScale", _wrap_SeriesCGF1D_shiftAndScale, METH_VARARGS, NULL},
{ "SeriesCGF1D_smin", _wrap_SeriesCGF1D_smin, METH_O, NULL},
{ "SeriesCGF1D_smax", _wrap_SeriesCGF1D_smax, METH_O, NULL},
{ "SeriesCGF1D_derivative", _wrap_SeriesCGF1D_derivative, METH_VARARGS, NULL},
{ "SeriesCGF1D_setCumulant", _wrap_SeriesCGF1D_setCumulant, METH_VARARGS, NULL},
{ "SeriesCGF1D_maxOrder", _wrap_SeriesCGF1D_maxOrder, METH_O, NULL},
{ "SeriesCGF1D_allCumulants", _wrap_SeriesCGF1D_allCumulants, METH_O, NULL},
{ "SeriesCGF1D_isConvex", _wrap_SeriesCGF1D_isConvex, METH_VARARGS, NULL},
{ "SeriesCGF1D_convexify", _wrap_SeriesCGF1D_convexify, METH_VARARGS, NULL},
{ "SeriesCGF1D_swigregister", SeriesCGF1D_swigregister, METH_O, NULL},
{ "SeriesCGF1D_swiginit", SeriesCGF1D_swiginit, METH_VARARGS, NULL},
{ "new_RatioOfNormals", _wrap_new_RatioOfNormals, METH_VARARGS, NULL},
{ "delete_RatioOfNormals", _wrap_delete_RatioOfNormals, METH_O, NULL},
{ "RatioOfNormals_clone", _wrap_RatioOfNormals_clone, METH_O, NULL},
{ "RatioOfNormals_density", _wrap_RatioOfNormals_density, METH_VARARGS, NULL},
{ "RatioOfNormals_cdf", _wrap_RatioOfNormals_cdf, METH_VARARGS, NULL},
{ "RatioOfNormals_exceedance", _wrap_RatioOfNormals_exceedance, METH_VARARGS, NULL},
{ "RatioOfNormals_quantile", _wrap_RatioOfNormals_quantile, METH_VARARGS, NULL},
{ "RatioOfNormals_classId", _wrap_RatioOfNormals_classId, METH_O, NULL},
{ "RatioOfNormals_write", _wrap_RatioOfNormals_write, METH_VARARGS, NULL},
{ "RatioOfNormals_classname", _wrap_RatioOfNormals_classname, METH_NOARGS, NULL},
{ "RatioOfNormals_version", _wrap_RatioOfNormals_version, METH_NOARGS, NULL},
{ "RatioOfNormals_read", _wrap_RatioOfNormals_read, METH_VARARGS, NULL},
{ "RatioOfNormals_swigregister", RatioOfNormals_swigregister, METH_O, NULL},
{ "RatioOfNormals_swiginit", RatioOfNormals_swiginit, METH_VARARGS, NULL},
{ "delete_UCharBandwidthGCVLeastSquaresND", _wrap_delete_UCharBandwidthGCVLeastSquaresND, METH_O, NULL},
{ "UCharBandwidthGCVLeastSquaresND___call__", _wrap_UCharBandwidthGCVLeastSquaresND___call__, METH_VARARGS, NULL},
{ "new_UCharBandwidthGCVLeastSquaresND", _wrap_new_UCharBandwidthGCVLeastSquaresND, METH_NOARGS, NULL},
{ "UCharBandwidthGCVLeastSquaresND_swigregister", UCharBandwidthGCVLeastSquaresND_swigregister, METH_O, NULL},
{ "UCharBandwidthGCVLeastSquaresND_swiginit", UCharBandwidthGCVLeastSquaresND_swiginit, METH_VARARGS, NULL},
{ "delete_IntBandwidthGCVLeastSquaresND", _wrap_delete_IntBandwidthGCVLeastSquaresND, METH_O, NULL},
{ "IntBandwidthGCVLeastSquaresND___call__", _wrap_IntBandwidthGCVLeastSquaresND___call__, METH_VARARGS, NULL},
{ "new_IntBandwidthGCVLeastSquaresND", _wrap_new_IntBandwidthGCVLeastSquaresND, METH_NOARGS, NULL},
{ "IntBandwidthGCVLeastSquaresND_swigregister", IntBandwidthGCVLeastSquaresND_swigregister, METH_O, NULL},
{ "IntBandwidthGCVLeastSquaresND_swiginit", IntBandwidthGCVLeastSquaresND_swiginit, METH_VARARGS, NULL},
{ "delete_LongBandwidthGCVLeastSquaresND", _wrap_delete_LongBandwidthGCVLeastSquaresND, METH_O, NULL},
{ "LongBandwidthGCVLeastSquaresND___call__", _wrap_LongBandwidthGCVLeastSquaresND___call__, METH_VARARGS, NULL},
{ "new_LongBandwidthGCVLeastSquaresND", _wrap_new_LongBandwidthGCVLeastSquaresND, METH_NOARGS, NULL},
{ "LongBandwidthGCVLeastSquaresND_swigregister", LongBandwidthGCVLeastSquaresND_swigregister, METH_O, NULL},
{ "LongBandwidthGCVLeastSquaresND_swiginit", LongBandwidthGCVLeastSquaresND_swiginit, METH_VARARGS, NULL},
{ "delete_FloatBandwidthGCVLeastSquaresND", _wrap_delete_FloatBandwidthGCVLeastSquaresND, METH_O, NULL},
{ "FloatBandwidthGCVLeastSquaresND___call__", _wrap_FloatBandwidthGCVLeastSquaresND___call__, METH_VARARGS, NULL},
{ "new_FloatBandwidthGCVLeastSquaresND", _wrap_new_FloatBandwidthGCVLeastSquaresND, METH_NOARGS, NULL},
{ "FloatBandwidthGCVLeastSquaresND_swigregister", FloatBandwidthGCVLeastSquaresND_swigregister, METH_O, NULL},
{ "FloatBandwidthGCVLeastSquaresND_swiginit", FloatBandwidthGCVLeastSquaresND_swiginit, METH_VARARGS, NULL},
{ "delete_DoubleBandwidthGCVLeastSquaresND", _wrap_delete_DoubleBandwidthGCVLeastSquaresND, METH_O, NULL},
{ "DoubleBandwidthGCVLeastSquaresND___call__", _wrap_DoubleBandwidthGCVLeastSquaresND___call__, METH_VARARGS, NULL},
{ "new_DoubleBandwidthGCVLeastSquaresND", _wrap_new_DoubleBandwidthGCVLeastSquaresND, METH_NOARGS, NULL},
{ "DoubleBandwidthGCVLeastSquaresND_swigregister", DoubleBandwidthGCVLeastSquaresND_swigregister, METH_O, NULL},
{ "DoubleBandwidthGCVLeastSquaresND_swiginit", DoubleBandwidthGCVLeastSquaresND_swiginit, METH_VARARGS, NULL},
{ "new_ConstantBandwidthSmoother1D", _wrap_new_ConstantBandwidthSmoother1D, METH_VARARGS, NULL},
{ "delete_ConstantBandwidthSmoother1D", _wrap_delete_ConstantBandwidthSmoother1D, METH_O, NULL},
{ "ConstantBandwidthSmoother1D_symbetaPower", _wrap_ConstantBandwidthSmoother1D_symbetaPower, METH_O, NULL},
{ "ConstantBandwidthSmoother1D_kernelOrder", _wrap_ConstantBandwidthSmoother1D_kernelOrder, METH_O, NULL},
{ "ConstantBandwidthSmoother1D_fixedBandwidth", _wrap_ConstantBandwidthSmoother1D_fixedBandwidth, METH_O, NULL},
{ "ConstantBandwidthSmoother1D_bwFactor", _wrap_ConstantBandwidthSmoother1D_bwFactor, METH_O, NULL},
{ "ConstantBandwidthSmoother1D_mirrorsData", _wrap_ConstantBandwidthSmoother1D_mirrorsData, METH_O, NULL},
{ "ConstantBandwidthSmoother1D_dataLen", _wrap_ConstantBandwidthSmoother1D_dataLen, METH_O, NULL},
{ "ConstantBandwidthSmoother1D_selfContribution", _wrap_ConstantBandwidthSmoother1D_selfContribution, METH_VARARGS, NULL},
{ "ConstantBandwidthSmoother1D_swigregister", ConstantBandwidthSmoother1D_swigregister, METH_O, NULL},
{ "ConstantBandwidthSmoother1D_swiginit", ConstantBandwidthSmoother1D_swiginit, METH_VARARGS, NULL},
{ "delete_AbsResponseBoxBuilder1D", _wrap_delete_AbsResponseBoxBuilder1D, METH_O, NULL},
{ "AbsResponseBoxBuilder1D_makeResponseBox", _wrap_AbsResponseBoxBuilder1D_makeResponseBox, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder1D_makeResponseBoxW", _wrap_AbsResponseBoxBuilder1D_makeResponseBoxW, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder1D_swigregister", AbsResponseBoxBuilder1D_swigregister, METH_O, NULL},
{ "delete_AbsResponseBoxBuilder2D", _wrap_delete_AbsResponseBoxBuilder2D, METH_O, NULL},
{ "AbsResponseBoxBuilder2D_makeResponseBox", _wrap_AbsResponseBoxBuilder2D_makeResponseBox, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder2D_makeResponseBoxW", _wrap_AbsResponseBoxBuilder2D_makeResponseBoxW, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder2D_swigregister", AbsResponseBoxBuilder2D_swigregister, METH_O, NULL},
{ "delete_AbsResponseBoxBuilder3D", _wrap_delete_AbsResponseBoxBuilder3D, METH_O, NULL},
{ "AbsResponseBoxBuilder3D_makeResponseBox", _wrap_AbsResponseBoxBuilder3D_makeResponseBox, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder3D_makeResponseBoxW", _wrap_AbsResponseBoxBuilder3D_makeResponseBoxW, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder3D_swigregister", AbsResponseBoxBuilder3D_swigregister, METH_O, NULL},
{ "delete_AbsResponseBoxBuilder4D", _wrap_delete_AbsResponseBoxBuilder4D, METH_O, NULL},
{ "AbsResponseBoxBuilder4D_makeResponseBox", _wrap_AbsResponseBoxBuilder4D_makeResponseBox, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder4D_makeResponseBoxW", _wrap_AbsResponseBoxBuilder4D_makeResponseBoxW, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder4D_swigregister", AbsResponseBoxBuilder4D_swigregister, METH_O, NULL},
{ "delete_AbsResponseBoxBuilder5D", _wrap_delete_AbsResponseBoxBuilder5D, METH_O, NULL},
{ "AbsResponseBoxBuilder5D_makeResponseBox", _wrap_AbsResponseBoxBuilder5D_makeResponseBox, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder5D_makeResponseBoxW", _wrap_AbsResponseBoxBuilder5D_makeResponseBoxW, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder5D_swigregister", AbsResponseBoxBuilder5D_swigregister, METH_O, NULL},
{ "delete_AbsResponseBoxBuilder6D", _wrap_delete_AbsResponseBoxBuilder6D, METH_O, NULL},
{ "AbsResponseBoxBuilder6D_makeResponseBox", _wrap_AbsResponseBoxBuilder6D_makeResponseBox, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder6D_makeResponseBoxW", _wrap_AbsResponseBoxBuilder6D_makeResponseBoxW, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder6D_swigregister", AbsResponseBoxBuilder6D_swigregister, METH_O, NULL},
{ "delete_AbsResponseBoxBuilder7D", _wrap_delete_AbsResponseBoxBuilder7D, METH_O, NULL},
{ "AbsResponseBoxBuilder7D_makeResponseBox", _wrap_AbsResponseBoxBuilder7D_makeResponseBox, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder7D_makeResponseBoxW", _wrap_AbsResponseBoxBuilder7D_makeResponseBoxW, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder7D_swigregister", AbsResponseBoxBuilder7D_swigregister, METH_O, NULL},
{ "delete_AbsResponseBoxBuilder8D", _wrap_delete_AbsResponseBoxBuilder8D, METH_O, NULL},
{ "AbsResponseBoxBuilder8D_makeResponseBox", _wrap_AbsResponseBoxBuilder8D_makeResponseBox, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder8D_makeResponseBoxW", _wrap_AbsResponseBoxBuilder8D_makeResponseBoxW, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder8D_swigregister", AbsResponseBoxBuilder8D_swigregister, METH_O, NULL},
{ "delete_AbsResponseBoxBuilder9D", _wrap_delete_AbsResponseBoxBuilder9D, METH_O, NULL},
{ "AbsResponseBoxBuilder9D_makeResponseBox", _wrap_AbsResponseBoxBuilder9D_makeResponseBox, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder9D_makeResponseBoxW", _wrap_AbsResponseBoxBuilder9D_makeResponseBoxW, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder9D_swigregister", AbsResponseBoxBuilder9D_swigregister, METH_O, NULL},
{ "delete_AbsResponseBoxBuilder10D", _wrap_delete_AbsResponseBoxBuilder10D, METH_O, NULL},
{ "AbsResponseBoxBuilder10D_makeResponseBox", _wrap_AbsResponseBoxBuilder10D_makeResponseBox, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder10D_makeResponseBoxW", _wrap_AbsResponseBoxBuilder10D_makeResponseBoxW, METH_VARARGS, NULL},
{ "AbsResponseBoxBuilder10D_swigregister", AbsResponseBoxBuilder10D_swigregister, METH_O, NULL},
{ "new_UnitMapInterpolationND", _wrap_new_UnitMapInterpolationND, METH_VARARGS, NULL},
{ "delete_UnitMapInterpolationND", _wrap_delete_UnitMapInterpolationND, METH_O, NULL},
{ "UnitMapInterpolationND_clone", _wrap_UnitMapInterpolationND_clone, METH_O, NULL},
{ "UnitMapInterpolationND_mappedByQuantiles", _wrap_UnitMapInterpolationND_mappedByQuantiles, METH_O, NULL},
{ "UnitMapInterpolationND_add", _wrap_UnitMapInterpolationND_add, METH_VARARGS, NULL},
{ "UnitMapInterpolationND_replace", _wrap_UnitMapInterpolationND_replace, METH_VARARGS, NULL},
{ "UnitMapInterpolationND_setWeight", _wrap_UnitMapInterpolationND_setWeight, METH_VARARGS, NULL},
{ "UnitMapInterpolationND_clear", _wrap_UnitMapInterpolationND_clear, METH_O, NULL},
{ "UnitMapInterpolationND_normalizeAutomatically", _wrap_UnitMapInterpolationND_normalizeAutomatically, METH_VARARGS, NULL},
{ "UnitMapInterpolationND_size", _wrap_UnitMapInterpolationND_size, METH_O, NULL},
{ "UnitMapInterpolationND_density", _wrap_UnitMapInterpolationND_density, METH_VARARGS, NULL},
{ "UnitMapInterpolationND_unitMap", _wrap_UnitMapInterpolationND_unitMap, METH_VARARGS, NULL},
{ "UnitMapInterpolationND_classId", _wrap_UnitMapInterpolationND_classId, METH_O, NULL},
{ "UnitMapInterpolationND_classname", _wrap_UnitMapInterpolationND_classname, METH_NOARGS, NULL},
{ "UnitMapInterpolationND_version", _wrap_UnitMapInterpolationND_version, METH_NOARGS, NULL},
{ "UnitMapInterpolationND_swigregister", UnitMapInterpolationND_swigregister, METH_O, NULL},
{ "UnitMapInterpolationND_swiginit", UnitMapInterpolationND_swiginit, METH_VARARGS, NULL},
{ "new_NonparametricCompositeBuilder2D", _wrap_new_NonparametricCompositeBuilder2D, METH_VARARGS, NULL},
{ "delete_NonparametricCompositeBuilder2D", _wrap_delete_NonparametricCompositeBuilder2D, METH_O, NULL},
{ "NonparametricCompositeBuilder2D_lastCopulaBandwidth", _wrap_NonparametricCompositeBuilder2D_lastCopulaBandwidth, METH_O, NULL},
{ "NonparametricCompositeBuilder2D_lastMarginBandwidth", _wrap_NonparametricCompositeBuilder2D_lastMarginBandwidth, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder2D_dim", _wrap_NonparametricCompositeBuilder2D_dim, METH_O, NULL},
{ "NonparametricCompositeBuilder2D_setArchive", _wrap_NonparametricCompositeBuilder2D_setArchive, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder2D_swigregister", NonparametricCompositeBuilder2D_swigregister, METH_O, NULL},
{ "NonparametricCompositeBuilder2D_swiginit", NonparametricCompositeBuilder2D_swiginit, METH_VARARGS, NULL},
{ "new_NonparametricCompositeBuilder3D", _wrap_new_NonparametricCompositeBuilder3D, METH_VARARGS, NULL},
{ "delete_NonparametricCompositeBuilder3D", _wrap_delete_NonparametricCompositeBuilder3D, METH_O, NULL},
{ "NonparametricCompositeBuilder3D_lastCopulaBandwidth", _wrap_NonparametricCompositeBuilder3D_lastCopulaBandwidth, METH_O, NULL},
{ "NonparametricCompositeBuilder3D_lastMarginBandwidth", _wrap_NonparametricCompositeBuilder3D_lastMarginBandwidth, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder3D_dim", _wrap_NonparametricCompositeBuilder3D_dim, METH_O, NULL},
{ "NonparametricCompositeBuilder3D_setArchive", _wrap_NonparametricCompositeBuilder3D_setArchive, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder3D_swigregister", NonparametricCompositeBuilder3D_swigregister, METH_O, NULL},
{ "NonparametricCompositeBuilder3D_swiginit", NonparametricCompositeBuilder3D_swiginit, METH_VARARGS, NULL},
{ "new_NonparametricCompositeBuilder4D", _wrap_new_NonparametricCompositeBuilder4D, METH_VARARGS, NULL},
{ "delete_NonparametricCompositeBuilder4D", _wrap_delete_NonparametricCompositeBuilder4D, METH_O, NULL},
{ "NonparametricCompositeBuilder4D_lastCopulaBandwidth", _wrap_NonparametricCompositeBuilder4D_lastCopulaBandwidth, METH_O, NULL},
{ "NonparametricCompositeBuilder4D_lastMarginBandwidth", _wrap_NonparametricCompositeBuilder4D_lastMarginBandwidth, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder4D_dim", _wrap_NonparametricCompositeBuilder4D_dim, METH_O, NULL},
{ "NonparametricCompositeBuilder4D_setArchive", _wrap_NonparametricCompositeBuilder4D_setArchive, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder4D_swigregister", NonparametricCompositeBuilder4D_swigregister, METH_O, NULL},
{ "NonparametricCompositeBuilder4D_swiginit", NonparametricCompositeBuilder4D_swiginit, METH_VARARGS, NULL},
{ "new_NonparametricCompositeBuilder5D", _wrap_new_NonparametricCompositeBuilder5D, METH_VARARGS, NULL},
{ "delete_NonparametricCompositeBuilder5D", _wrap_delete_NonparametricCompositeBuilder5D, METH_O, NULL},
{ "NonparametricCompositeBuilder5D_lastCopulaBandwidth", _wrap_NonparametricCompositeBuilder5D_lastCopulaBandwidth, METH_O, NULL},
{ "NonparametricCompositeBuilder5D_lastMarginBandwidth", _wrap_NonparametricCompositeBuilder5D_lastMarginBandwidth, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder5D_dim", _wrap_NonparametricCompositeBuilder5D_dim, METH_O, NULL},
{ "NonparametricCompositeBuilder5D_setArchive", _wrap_NonparametricCompositeBuilder5D_setArchive, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder5D_swigregister", NonparametricCompositeBuilder5D_swigregister, METH_O, NULL},
{ "NonparametricCompositeBuilder5D_swiginit", NonparametricCompositeBuilder5D_swiginit, METH_VARARGS, NULL},
{ "new_NonparametricCompositeBuilder6D", _wrap_new_NonparametricCompositeBuilder6D, METH_VARARGS, NULL},
{ "delete_NonparametricCompositeBuilder6D", _wrap_delete_NonparametricCompositeBuilder6D, METH_O, NULL},
{ "NonparametricCompositeBuilder6D_lastCopulaBandwidth", _wrap_NonparametricCompositeBuilder6D_lastCopulaBandwidth, METH_O, NULL},
{ "NonparametricCompositeBuilder6D_lastMarginBandwidth", _wrap_NonparametricCompositeBuilder6D_lastMarginBandwidth, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder6D_dim", _wrap_NonparametricCompositeBuilder6D_dim, METH_O, NULL},
{ "NonparametricCompositeBuilder6D_setArchive", _wrap_NonparametricCompositeBuilder6D_setArchive, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder6D_swigregister", NonparametricCompositeBuilder6D_swigregister, METH_O, NULL},
{ "NonparametricCompositeBuilder6D_swiginit", NonparametricCompositeBuilder6D_swiginit, METH_VARARGS, NULL},
{ "new_NonparametricCompositeBuilder7D", _wrap_new_NonparametricCompositeBuilder7D, METH_VARARGS, NULL},
{ "delete_NonparametricCompositeBuilder7D", _wrap_delete_NonparametricCompositeBuilder7D, METH_O, NULL},
{ "NonparametricCompositeBuilder7D_lastCopulaBandwidth", _wrap_NonparametricCompositeBuilder7D_lastCopulaBandwidth, METH_O, NULL},
{ "NonparametricCompositeBuilder7D_lastMarginBandwidth", _wrap_NonparametricCompositeBuilder7D_lastMarginBandwidth, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder7D_dim", _wrap_NonparametricCompositeBuilder7D_dim, METH_O, NULL},
{ "NonparametricCompositeBuilder7D_setArchive", _wrap_NonparametricCompositeBuilder7D_setArchive, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder7D_swigregister", NonparametricCompositeBuilder7D_swigregister, METH_O, NULL},
{ "NonparametricCompositeBuilder7D_swiginit", NonparametricCompositeBuilder7D_swiginit, METH_VARARGS, NULL},
{ "new_NonparametricCompositeBuilder8D", _wrap_new_NonparametricCompositeBuilder8D, METH_VARARGS, NULL},
{ "delete_NonparametricCompositeBuilder8D", _wrap_delete_NonparametricCompositeBuilder8D, METH_O, NULL},
{ "NonparametricCompositeBuilder8D_lastCopulaBandwidth", _wrap_NonparametricCompositeBuilder8D_lastCopulaBandwidth, METH_O, NULL},
{ "NonparametricCompositeBuilder8D_lastMarginBandwidth", _wrap_NonparametricCompositeBuilder8D_lastMarginBandwidth, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder8D_dim", _wrap_NonparametricCompositeBuilder8D_dim, METH_O, NULL},
{ "NonparametricCompositeBuilder8D_setArchive", _wrap_NonparametricCompositeBuilder8D_setArchive, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder8D_swigregister", NonparametricCompositeBuilder8D_swigregister, METH_O, NULL},
{ "NonparametricCompositeBuilder8D_swiginit", NonparametricCompositeBuilder8D_swiginit, METH_VARARGS, NULL},
{ "new_NonparametricCompositeBuilder9D", _wrap_new_NonparametricCompositeBuilder9D, METH_VARARGS, NULL},
{ "delete_NonparametricCompositeBuilder9D", _wrap_delete_NonparametricCompositeBuilder9D, METH_O, NULL},
{ "NonparametricCompositeBuilder9D_lastCopulaBandwidth", _wrap_NonparametricCompositeBuilder9D_lastCopulaBandwidth, METH_O, NULL},
{ "NonparametricCompositeBuilder9D_lastMarginBandwidth", _wrap_NonparametricCompositeBuilder9D_lastMarginBandwidth, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder9D_dim", _wrap_NonparametricCompositeBuilder9D_dim, METH_O, NULL},
{ "NonparametricCompositeBuilder9D_setArchive", _wrap_NonparametricCompositeBuilder9D_setArchive, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder9D_swigregister", NonparametricCompositeBuilder9D_swigregister, METH_O, NULL},
{ "NonparametricCompositeBuilder9D_swiginit", NonparametricCompositeBuilder9D_swiginit, METH_VARARGS, NULL},
{ "new_NonparametricCompositeBuilder10D", _wrap_new_NonparametricCompositeBuilder10D, METH_VARARGS, NULL},
{ "delete_NonparametricCompositeBuilder10D", _wrap_delete_NonparametricCompositeBuilder10D, METH_O, NULL},
{ "NonparametricCompositeBuilder10D_lastCopulaBandwidth", _wrap_NonparametricCompositeBuilder10D_lastCopulaBandwidth, METH_O, NULL},
{ "NonparametricCompositeBuilder10D_lastMarginBandwidth", _wrap_NonparametricCompositeBuilder10D_lastMarginBandwidth, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder10D_dim", _wrap_NonparametricCompositeBuilder10D_dim, METH_O, NULL},
{ "NonparametricCompositeBuilder10D_setArchive", _wrap_NonparametricCompositeBuilder10D_setArchive, METH_VARARGS, NULL},
{ "NonparametricCompositeBuilder10D_swigregister", NonparametricCompositeBuilder10D_swigregister, METH_O, NULL},
{ "NonparametricCompositeBuilder10D_swiginit", NonparametricCompositeBuilder10D_swiginit, METH_VARARGS, NULL},
{ "new_CompositeDistribution1D", _wrap_new_CompositeDistribution1D, METH_VARARGS, NULL},
{ "delete_CompositeDistribution1D", _wrap_delete_CompositeDistribution1D, METH_O, NULL},
{ "CompositeDistribution1D_density", _wrap_CompositeDistribution1D_density, METH_VARARGS, NULL},
{ "CompositeDistribution1D_cdf", _wrap_CompositeDistribution1D_cdf, METH_VARARGS, NULL},
{ "CompositeDistribution1D_exceedance", _wrap_CompositeDistribution1D_exceedance, METH_VARARGS, NULL},
{ "CompositeDistribution1D_quantile", _wrap_CompositeDistribution1D_quantile, METH_VARARGS, NULL},
{ "CompositeDistribution1D_clone", _wrap_CompositeDistribution1D_clone, METH_O, NULL},
{ "CompositeDistribution1D_G", _wrap_CompositeDistribution1D_G, METH_O, NULL},
{ "CompositeDistribution1D_H", _wrap_CompositeDistribution1D_H, METH_O, NULL},
{ "CompositeDistribution1D_classId", _wrap_CompositeDistribution1D_classId, METH_O, NULL},
{ "CompositeDistribution1D_write", _wrap_CompositeDistribution1D_write, METH_VARARGS, NULL},
{ "CompositeDistribution1D_classname", _wrap_CompositeDistribution1D_classname, METH_NOARGS, NULL},
{ "CompositeDistribution1D_version", _wrap_CompositeDistribution1D_version, METH_NOARGS, NULL},
{ "CompositeDistribution1D_read", _wrap_CompositeDistribution1D_read, METH_VARARGS, NULL},
{ "CompositeDistribution1D_swigregister", CompositeDistribution1D_swigregister, METH_O, NULL},
{ "CompositeDistribution1D_swiginit", CompositeDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_CompositeDistribution1D", _wrap_new_ArchiveRecord_CompositeDistribution1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_CompositeDistribution1D", _wrap_delete_ArchiveRecord_CompositeDistribution1D, METH_O, NULL},
{ "ArchiveRecord_CompositeDistribution1D_swigregister", ArchiveRecord_CompositeDistribution1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_CompositeDistribution1D_swiginit", ArchiveRecord_CompositeDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_CompositeDistribution1D", _wrap_new_Ref_CompositeDistribution1D, METH_VARARGS, NULL},
{ "Ref_CompositeDistribution1D_restore", _wrap_Ref_CompositeDistribution1D_restore, METH_VARARGS, NULL},
{ "Ref_CompositeDistribution1D_retrieve", _wrap_Ref_CompositeDistribution1D_retrieve, METH_VARARGS, NULL},
{ "Ref_CompositeDistribution1D_getValue", _wrap_Ref_CompositeDistribution1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_CompositeDistribution1D", _wrap_delete_Ref_CompositeDistribution1D, METH_O, NULL},
{ "Ref_CompositeDistribution1D_swigregister", Ref_CompositeDistribution1D_swigregister, METH_O, NULL},
{ "Ref_CompositeDistribution1D_swiginit", Ref_CompositeDistribution1D_swiginit, METH_VARARGS, NULL},
{ "new_DoubleKDE1D", _wrap_new_DoubleKDE1D, METH_VARARGS, NULL},
{ "delete_DoubleKDE1D", _wrap_delete_DoubleKDE1D, METH_O, NULL},
{ "DoubleKDE1D_setNormFactor", _wrap_DoubleKDE1D_setNormFactor, METH_VARARGS, NULL},
{ "DoubleKDE1D_kernel", _wrap_DoubleKDE1D_kernel, METH_O, NULL},
{ "DoubleKDE1D_normFactor", _wrap_DoubleKDE1D_normFactor, METH_O, NULL},
{ "DoubleKDE1D_coords", _wrap_DoubleKDE1D_coords, METH_O, NULL},
{ "DoubleKDE1D_nCoords", _wrap_DoubleKDE1D_nCoords, METH_O, NULL},
{ "DoubleKDE1D_minCoordinate", _wrap_DoubleKDE1D_minCoordinate, METH_O, NULL},
{ "DoubleKDE1D_maxCoordinate", _wrap_DoubleKDE1D_maxCoordinate, METH_O, NULL},
{ "DoubleKDE1D_density", _wrap_DoubleKDE1D_density, METH_VARARGS, NULL},
{ "DoubleKDE1D_densityFunctor", _wrap_DoubleKDE1D_densityFunctor, METH_VARARGS, NULL},
{ "DoubleKDE1D_rlcvFunctor", _wrap_DoubleKDE1D_rlcvFunctor, METH_VARARGS, NULL},
{ "DoubleKDE1D_lscvFunctor", _wrap_DoubleKDE1D_lscvFunctor, METH_VARARGS, NULL},
{ "DoubleKDE1D_integratedSquaredError", _wrap_DoubleKDE1D_integratedSquaredError, METH_VARARGS, NULL},
{ "DoubleKDE1D_rlcv", _wrap_DoubleKDE1D_rlcv, METH_VARARGS, NULL},
{ "DoubleKDE1D_lscv", _wrap_DoubleKDE1D_lscv, METH_VARARGS, NULL},
{ "DoubleKDE1D_swigregister", DoubleKDE1D_swigregister, METH_O, NULL},
{ "DoubleKDE1D_swiginit", DoubleKDE1D_swiginit, METH_VARARGS, NULL},
{ "new_WeightedStatAccumulatorPair", _wrap_new_WeightedStatAccumulatorPair, METH_NOARGS, NULL},
{ "WeightedStatAccumulatorPair_first", _wrap_WeightedStatAccumulatorPair_first, METH_O, NULL},
{ "WeightedStatAccumulatorPair_second", _wrap_WeightedStatAccumulatorPair_second, METH_O, NULL},
{ "WeightedStatAccumulatorPair_crossSumsq", _wrap_WeightedStatAccumulatorPair_crossSumsq, METH_O, NULL},
{ "WeightedStatAccumulatorPair_count", _wrap_WeightedStatAccumulatorPair_count, METH_O, NULL},
{ "WeightedStatAccumulatorPair_ncalls", _wrap_WeightedStatAccumulatorPair_ncalls, METH_O, NULL},
{ "WeightedStatAccumulatorPair_nfills", _wrap_WeightedStatAccumulatorPair_nfills, METH_O, NULL},
{ "WeightedStatAccumulatorPair_cov", _wrap_WeightedStatAccumulatorPair_cov, METH_O, NULL},
{ "WeightedStatAccumulatorPair_corr", _wrap_WeightedStatAccumulatorPair_corr, METH_O, NULL},
{ "WeightedStatAccumulatorPair_accumulate", _wrap_WeightedStatAccumulatorPair_accumulate, METH_VARARGS, NULL},
{ "WeightedStatAccumulatorPair_reset", _wrap_WeightedStatAccumulatorPair_reset, METH_O, NULL},
{ "WeightedStatAccumulatorPair___iadd__", _wrap_WeightedStatAccumulatorPair___iadd__, METH_VARARGS, NULL},
{ "WeightedStatAccumulatorPair_scaleWeights", _wrap_WeightedStatAccumulatorPair_scaleWeights, METH_VARARGS, NULL},
{ "WeightedStatAccumulatorPair___eq__", _wrap_WeightedStatAccumulatorPair___eq__, METH_VARARGS, NULL},
{ "WeightedStatAccumulatorPair___ne__", _wrap_WeightedStatAccumulatorPair___ne__, METH_VARARGS, NULL},
{ "WeightedStatAccumulatorPair_classId", _wrap_WeightedStatAccumulatorPair_classId, METH_O, NULL},
{ "WeightedStatAccumulatorPair_write", _wrap_WeightedStatAccumulatorPair_write, METH_VARARGS, NULL},
{ "WeightedStatAccumulatorPair_classname", _wrap_WeightedStatAccumulatorPair_classname, METH_NOARGS, NULL},
{ "WeightedStatAccumulatorPair_version", _wrap_WeightedStatAccumulatorPair_version, METH_NOARGS, NULL},
{ "WeightedStatAccumulatorPair_restore", _wrap_WeightedStatAccumulatorPair_restore, METH_VARARGS, NULL},
{ "delete_WeightedStatAccumulatorPair", _wrap_delete_WeightedStatAccumulatorPair, METH_O, NULL},
{ "WeightedStatAccumulatorPair_swigregister", WeightedStatAccumulatorPair_swigregister, METH_O, NULL},
{ "WeightedStatAccumulatorPair_swiginit", WeightedStatAccumulatorPair_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_WeightedStatAccumulatorPair", _wrap_new_ArchiveRecord_WeightedStatAccumulatorPair, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_WeightedStatAccumulatorPair", _wrap_delete_ArchiveRecord_WeightedStatAccumulatorPair, METH_O, NULL},
{ "ArchiveRecord_WeightedStatAccumulatorPair_swigregister", ArchiveRecord_WeightedStatAccumulatorPair_swigregister, METH_O, NULL},
{ "ArchiveRecord_WeightedStatAccumulatorPair_swiginit", ArchiveRecord_WeightedStatAccumulatorPair_swiginit, METH_VARARGS, NULL},
{ "new_Ref_WeightedStatAccumulatorPair", _wrap_new_Ref_WeightedStatAccumulatorPair, METH_VARARGS, NULL},
{ "Ref_WeightedStatAccumulatorPair_restore", _wrap_Ref_WeightedStatAccumulatorPair_restore, METH_VARARGS, NULL},
{ "Ref_WeightedStatAccumulatorPair_retrieve", _wrap_Ref_WeightedStatAccumulatorPair_retrieve, METH_VARARGS, NULL},
{ "Ref_WeightedStatAccumulatorPair_getValue", _wrap_Ref_WeightedStatAccumulatorPair_getValue, METH_VARARGS, NULL},
{ "delete_Ref_WeightedStatAccumulatorPair", _wrap_delete_Ref_WeightedStatAccumulatorPair, METH_O, NULL},
{ "Ref_WeightedStatAccumulatorPair_swigregister", Ref_WeightedStatAccumulatorPair_swigregister, METH_O, NULL},
{ "Ref_WeightedStatAccumulatorPair_swiginit", Ref_WeightedStatAccumulatorPair_swiginit, METH_VARARGS, NULL},
{ "new_UCharBandwidthGCVPseudoLogli1D", _wrap_new_UCharBandwidthGCVPseudoLogli1D, METH_VARARGS, NULL},
{ "delete_UCharBandwidthGCVPseudoLogli1D", _wrap_delete_UCharBandwidthGCVPseudoLogli1D, METH_O, NULL},
{ "UCharBandwidthGCVPseudoLogli1D_getNonZeroCount", _wrap_UCharBandwidthGCVPseudoLogli1D_getNonZeroCount, METH_O, NULL},
{ "UCharBandwidthGCVPseudoLogli1D_getRenormCount", _wrap_UCharBandwidthGCVPseudoLogli1D_getRenormCount, METH_O, NULL},
{ "UCharBandwidthGCVPseudoLogli1D_swigregister", UCharBandwidthGCVPseudoLogli1D_swigregister, METH_O, NULL},
{ "UCharBandwidthGCVPseudoLogli1D_swiginit", UCharBandwidthGCVPseudoLogli1D_swiginit, METH_VARARGS, NULL},
{ "new_IntBandwidthGCVPseudoLogli1D", _wrap_new_IntBandwidthGCVPseudoLogli1D, METH_VARARGS, NULL},
{ "delete_IntBandwidthGCVPseudoLogli1D", _wrap_delete_IntBandwidthGCVPseudoLogli1D, METH_O, NULL},
{ "IntBandwidthGCVPseudoLogli1D_getNonZeroCount", _wrap_IntBandwidthGCVPseudoLogli1D_getNonZeroCount, METH_O, NULL},
{ "IntBandwidthGCVPseudoLogli1D_getRenormCount", _wrap_IntBandwidthGCVPseudoLogli1D_getRenormCount, METH_O, NULL},
{ "IntBandwidthGCVPseudoLogli1D_swigregister", IntBandwidthGCVPseudoLogli1D_swigregister, METH_O, NULL},
{ "IntBandwidthGCVPseudoLogli1D_swiginit", IntBandwidthGCVPseudoLogli1D_swiginit, METH_VARARGS, NULL},
{ "new_LongBandwidthGCVPseudoLogli1D", _wrap_new_LongBandwidthGCVPseudoLogli1D, METH_VARARGS, NULL},
{ "delete_LongBandwidthGCVPseudoLogli1D", _wrap_delete_LongBandwidthGCVPseudoLogli1D, METH_O, NULL},
{ "LongBandwidthGCVPseudoLogli1D_getNonZeroCount", _wrap_LongBandwidthGCVPseudoLogli1D_getNonZeroCount, METH_O, NULL},
{ "LongBandwidthGCVPseudoLogli1D_getRenormCount", _wrap_LongBandwidthGCVPseudoLogli1D_getRenormCount, METH_O, NULL},
{ "LongBandwidthGCVPseudoLogli1D_swigregister", LongBandwidthGCVPseudoLogli1D_swigregister, METH_O, NULL},
{ "LongBandwidthGCVPseudoLogli1D_swiginit", LongBandwidthGCVPseudoLogli1D_swiginit, METH_VARARGS, NULL},
{ "new_FloatBandwidthGCVPseudoLogli1D", _wrap_new_FloatBandwidthGCVPseudoLogli1D, METH_VARARGS, NULL},
{ "delete_FloatBandwidthGCVPseudoLogli1D", _wrap_delete_FloatBandwidthGCVPseudoLogli1D, METH_O, NULL},
{ "FloatBandwidthGCVPseudoLogli1D_getNonZeroCount", _wrap_FloatBandwidthGCVPseudoLogli1D_getNonZeroCount, METH_O, NULL},
{ "FloatBandwidthGCVPseudoLogli1D_getRenormCount", _wrap_FloatBandwidthGCVPseudoLogli1D_getRenormCount, METH_O, NULL},
{ "FloatBandwidthGCVPseudoLogli1D_swigregister", FloatBandwidthGCVPseudoLogli1D_swigregister, METH_O, NULL},
{ "FloatBandwidthGCVPseudoLogli1D_swiginit", FloatBandwidthGCVPseudoLogli1D_swiginit, METH_VARARGS, NULL},
{ "new_DoubleBandwidthGCVPseudoLogli1D", _wrap_new_DoubleBandwidthGCVPseudoLogli1D, METH_VARARGS, NULL},
{ "delete_DoubleBandwidthGCVPseudoLogli1D", _wrap_delete_DoubleBandwidthGCVPseudoLogli1D, METH_O, NULL},
{ "DoubleBandwidthGCVPseudoLogli1D_getNonZeroCount", _wrap_DoubleBandwidthGCVPseudoLogli1D_getNonZeroCount, METH_O, NULL},
{ "DoubleBandwidthGCVPseudoLogli1D_getRenormCount", _wrap_DoubleBandwidthGCVPseudoLogli1D_getRenormCount, METH_O, NULL},
{ "DoubleBandwidthGCVPseudoLogli1D_swigregister", DoubleBandwidthGCVPseudoLogli1D_swigregister, METH_O, NULL},
{ "DoubleBandwidthGCVPseudoLogli1D_swiginit", DoubleBandwidthGCVPseudoLogli1D_swiginit, METH_VARARGS, NULL},
{ "new_LeftCensoredDistribution", _wrap_new_LeftCensoredDistribution, METH_VARARGS, NULL},
{ "LeftCensoredDistribution_clone", _wrap_LeftCensoredDistribution_clone, METH_O, NULL},
{ "delete_LeftCensoredDistribution", _wrap_delete_LeftCensoredDistribution, METH_O, NULL},
{ "LeftCensoredDistribution_visible", _wrap_LeftCensoredDistribution_visible, METH_O, NULL},
{ "LeftCensoredDistribution_visibleFraction", _wrap_LeftCensoredDistribution_visibleFraction, METH_O, NULL},
{ "LeftCensoredDistribution_effectiveInfinity", _wrap_LeftCensoredDistribution_effectiveInfinity, METH_O, NULL},
{ "LeftCensoredDistribution_density", _wrap_LeftCensoredDistribution_density, METH_VARARGS, NULL},
{ "LeftCensoredDistribution_cdf", _wrap_LeftCensoredDistribution_cdf, METH_VARARGS, NULL},
{ "LeftCensoredDistribution_exceedance", _wrap_LeftCensoredDistribution_exceedance, METH_VARARGS, NULL},
{ "LeftCensoredDistribution_quantile", _wrap_LeftCensoredDistribution_quantile, METH_VARARGS, NULL},
{ "LeftCensoredDistribution_classId", _wrap_LeftCensoredDistribution_classId, METH_O, NULL},
{ "LeftCensoredDistribution_write", _wrap_LeftCensoredDistribution_write, METH_VARARGS, NULL},
{ "LeftCensoredDistribution_classname", _wrap_LeftCensoredDistribution_classname, METH_NOARGS, NULL},
{ "LeftCensoredDistribution_version", _wrap_LeftCensoredDistribution_version, METH_NOARGS, NULL},
{ "LeftCensoredDistribution_read", _wrap_LeftCensoredDistribution_read, METH_VARARGS, NULL},
{ "LeftCensoredDistribution_swigregister", LeftCensoredDistribution_swigregister, METH_O, NULL},
{ "LeftCensoredDistribution_swiginit", LeftCensoredDistribution_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_LeftCensoredDistribution", _wrap_new_ArchiveRecord_LeftCensoredDistribution, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_LeftCensoredDistribution", _wrap_delete_ArchiveRecord_LeftCensoredDistribution, METH_O, NULL},
{ "ArchiveRecord_LeftCensoredDistribution_swigregister", ArchiveRecord_LeftCensoredDistribution_swigregister, METH_O, NULL},
{ "ArchiveRecord_LeftCensoredDistribution_swiginit", ArchiveRecord_LeftCensoredDistribution_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LeftCensoredDistribution", _wrap_new_Ref_LeftCensoredDistribution, METH_VARARGS, NULL},
{ "Ref_LeftCensoredDistribution_restore", _wrap_Ref_LeftCensoredDistribution_restore, METH_VARARGS, NULL},
{ "Ref_LeftCensoredDistribution_retrieve", _wrap_Ref_LeftCensoredDistribution_retrieve, METH_VARARGS, NULL},
{ "Ref_LeftCensoredDistribution_getValue", _wrap_Ref_LeftCensoredDistribution_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LeftCensoredDistribution", _wrap_delete_Ref_LeftCensoredDistribution, METH_O, NULL},
{ "Ref_LeftCensoredDistribution_swigregister", Ref_LeftCensoredDistribution_swigregister, METH_O, NULL},
{ "Ref_LeftCensoredDistribution_swiginit", Ref_LeftCensoredDistribution_swiginit, METH_VARARGS, NULL},
{ "delete_SequentialGroupedCopulaSmoother", _wrap_delete_SequentialGroupedCopulaSmoother, METH_O, NULL},
{ "new_SequentialGroupedCopulaSmoother", _wrap_new_SequentialGroupedCopulaSmoother, METH_VARARGS, NULL},
{ "SequentialGroupedCopulaSmoother_swigregister", SequentialGroupedCopulaSmoother_swigregister, METH_O, NULL},
{ "SequentialGroupedCopulaSmoother_swiginit", SequentialGroupedCopulaSmoother_swiginit, METH_VARARGS, NULL},
{ "delete_UCharBandwidthCVLeastSquares1D", _wrap_delete_UCharBandwidthCVLeastSquares1D, METH_O, NULL},
{ "new_UCharBandwidthCVLeastSquares1D", _wrap_new_UCharBandwidthCVLeastSquares1D, METH_NOARGS, NULL},
{ "UCharBandwidthCVLeastSquares1D_swigregister", UCharBandwidthCVLeastSquares1D_swigregister, METH_O, NULL},
{ "UCharBandwidthCVLeastSquares1D_swiginit", UCharBandwidthCVLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "delete_IntBandwidthCVLeastSquares1D", _wrap_delete_IntBandwidthCVLeastSquares1D, METH_O, NULL},
{ "new_IntBandwidthCVLeastSquares1D", _wrap_new_IntBandwidthCVLeastSquares1D, METH_NOARGS, NULL},
{ "IntBandwidthCVLeastSquares1D_swigregister", IntBandwidthCVLeastSquares1D_swigregister, METH_O, NULL},
{ "IntBandwidthCVLeastSquares1D_swiginit", IntBandwidthCVLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "delete_LongBandwidthCVLeastSquares1D", _wrap_delete_LongBandwidthCVLeastSquares1D, METH_O, NULL},
{ "new_LongBandwidthCVLeastSquares1D", _wrap_new_LongBandwidthCVLeastSquares1D, METH_NOARGS, NULL},
{ "LongBandwidthCVLeastSquares1D_swigregister", LongBandwidthCVLeastSquares1D_swigregister, METH_O, NULL},
{ "LongBandwidthCVLeastSquares1D_swiginit", LongBandwidthCVLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "delete_FloatBandwidthCVLeastSquares1D", _wrap_delete_FloatBandwidthCVLeastSquares1D, METH_O, NULL},
{ "new_FloatBandwidthCVLeastSquares1D", _wrap_new_FloatBandwidthCVLeastSquares1D, METH_NOARGS, NULL},
{ "FloatBandwidthCVLeastSquares1D_swigregister", FloatBandwidthCVLeastSquares1D_swigregister, METH_O, NULL},
{ "FloatBandwidthCVLeastSquares1D_swiginit", FloatBandwidthCVLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "delete_DoubleBandwidthCVLeastSquares1D", _wrap_delete_DoubleBandwidthCVLeastSquares1D, METH_O, NULL},
{ "new_DoubleBandwidthCVLeastSquares1D", _wrap_new_DoubleBandwidthCVLeastSquares1D, METH_NOARGS, NULL},
{ "DoubleBandwidthCVLeastSquares1D_swigregister", DoubleBandwidthCVLeastSquares1D_swigregister, METH_O, NULL},
{ "DoubleBandwidthCVLeastSquares1D_swiginit", DoubleBandwidthCVLeastSquares1D_swiginit, METH_VARARGS, NULL},
{ "multinomialCovariance1D", _wrap_multinomialCovariance1D, METH_VARARGS, NULL},
{ "new_DistributionMix1D", _wrap_new_DistributionMix1D, METH_VARARGS, NULL},
{ "DistributionMix1D_clone", _wrap_DistributionMix1D_clone, METH_O, NULL},
{ "delete_DistributionMix1D", _wrap_delete_DistributionMix1D, METH_O, NULL},
{ "DistributionMix1D_add", _wrap_DistributionMix1D_add, METH_VARARGS, NULL},
{ "DistributionMix1D_setWeights", _wrap_DistributionMix1D_setWeights, METH_VARARGS, NULL},
{ "DistributionMix1D_nComponents", _wrap_DistributionMix1D_nComponents, METH_O, NULL},
{ "DistributionMix1D_getComponent", _wrap_DistributionMix1D_getComponent, METH_VARARGS, NULL},
{ "DistributionMix1D_getWeight", _wrap_DistributionMix1D_getWeight, METH_VARARGS, NULL},
{ "DistributionMix1D_density", _wrap_DistributionMix1D_density, METH_VARARGS, NULL},
{ "DistributionMix1D_cdf", _wrap_DistributionMix1D_cdf, METH_VARARGS, NULL},
{ "DistributionMix1D_exceedance", _wrap_DistributionMix1D_exceedance, METH_VARARGS, NULL},
{ "DistributionMix1D_quantile", _wrap_DistributionMix1D_quantile, METH_VARARGS, NULL},
{ "DistributionMix1D_classId", _wrap_DistributionMix1D_classId, METH_O, NULL},
{ "DistributionMix1D_write", _wrap_DistributionMix1D_write, METH_VARARGS, NULL},
{ "DistributionMix1D_classname", _wrap_DistributionMix1D_classname, METH_NOARGS, NULL},
{ "DistributionMix1D_version", _wrap_DistributionMix1D_version, METH_NOARGS, NULL},
{ "DistributionMix1D_read", _wrap_DistributionMix1D_read, METH_VARARGS, NULL},
{ "DistributionMix1D_swigregister", DistributionMix1D_swigregister, METH_O, NULL},
{ "DistributionMix1D_swiginit", DistributionMix1D_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_DistributionMix1D", _wrap_new_ArchiveRecord_DistributionMix1D, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_DistributionMix1D", _wrap_delete_ArchiveRecord_DistributionMix1D, METH_O, NULL},
{ "ArchiveRecord_DistributionMix1D_swigregister", ArchiveRecord_DistributionMix1D_swigregister, METH_O, NULL},
{ "ArchiveRecord_DistributionMix1D_swiginit", ArchiveRecord_DistributionMix1D_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DistributionMix1D", _wrap_new_Ref_DistributionMix1D, METH_VARARGS, NULL},
{ "Ref_DistributionMix1D_restore", _wrap_Ref_DistributionMix1D_restore, METH_VARARGS, NULL},
{ "Ref_DistributionMix1D_retrieve", _wrap_Ref_DistributionMix1D_retrieve, METH_VARARGS, NULL},
{ "Ref_DistributionMix1D_getValue", _wrap_Ref_DistributionMix1D_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DistributionMix1D", _wrap_delete_Ref_DistributionMix1D, METH_O, NULL},
{ "Ref_DistributionMix1D_swigregister", Ref_DistributionMix1D_swigregister, METH_O, NULL},
{ "Ref_DistributionMix1D_swiginit", Ref_DistributionMix1D_swiginit, METH_VARARGS, NULL},
{ "delete_DoubleHistoNDFunctor", _wrap_delete_DoubleHistoNDFunctor, METH_O, NULL},
{ "DoubleHistoNDFunctor_minDim", _wrap_DoubleHistoNDFunctor_minDim, METH_O, NULL},
{ "DoubleHistoNDFunctor___call__", _wrap_DoubleHistoNDFunctor___call__, METH_VARARGS, NULL},
{ "DoubleHistoNDFunctor_interpolationDegree", _wrap_DoubleHistoNDFunctor_interpolationDegree, METH_O, NULL},
{ "DoubleHistoNDFunctor_setInterpolationDegree", _wrap_DoubleHistoNDFunctor_setInterpolationDegree, METH_VARARGS, NULL},
{ "DoubleHistoNDFunctor_interpolator", _wrap_DoubleHistoNDFunctor_interpolator, METH_VARARGS, NULL},
{ "DoubleHistoNDFunctor_table", _wrap_DoubleHistoNDFunctor_table, METH_VARARGS, NULL},
{ "DoubleHistoNDFunctor_setConverter", _wrap_DoubleHistoNDFunctor_setConverter, METH_VARARGS, NULL},
{ "DoubleHistoNDFunctor_classId", _wrap_DoubleHistoNDFunctor_classId, METH_O, NULL},
{ "DoubleHistoNDFunctor_write", _wrap_DoubleHistoNDFunctor_write, METH_VARARGS, NULL},
{ "DoubleHistoNDFunctor_classname", _wrap_DoubleHistoNDFunctor_classname, METH_NOARGS, NULL},
{ "DoubleHistoNDFunctor_version", _wrap_DoubleHistoNDFunctor_version, METH_NOARGS, NULL},
{ "DoubleHistoNDFunctor_read", _wrap_DoubleHistoNDFunctor_read, METH_VARARGS, NULL},
{ "DoubleHistoNDFunctor_swigregister", DoubleHistoNDFunctor_swigregister, METH_O, NULL},
{ "delete_DoubleUAHistoNDFunctor", _wrap_delete_DoubleUAHistoNDFunctor, METH_O, NULL},
{ "DoubleUAHistoNDFunctor_minDim", _wrap_DoubleUAHistoNDFunctor_minDim, METH_O, NULL},
{ "DoubleUAHistoNDFunctor___call__", _wrap_DoubleUAHistoNDFunctor___call__, METH_VARARGS, NULL},
{ "DoubleUAHistoNDFunctor_interpolationDegree", _wrap_DoubleUAHistoNDFunctor_interpolationDegree, METH_O, NULL},
{ "DoubleUAHistoNDFunctor_setInterpolationDegree", _wrap_DoubleUAHistoNDFunctor_setInterpolationDegree, METH_VARARGS, NULL},
{ "DoubleUAHistoNDFunctor_interpolator", _wrap_DoubleUAHistoNDFunctor_interpolator, METH_VARARGS, NULL},
{ "DoubleUAHistoNDFunctor_table", _wrap_DoubleUAHistoNDFunctor_table, METH_VARARGS, NULL},
{ "DoubleUAHistoNDFunctor_setConverter", _wrap_DoubleUAHistoNDFunctor_setConverter, METH_VARARGS, NULL},
{ "DoubleUAHistoNDFunctor_classId", _wrap_DoubleUAHistoNDFunctor_classId, METH_O, NULL},
{ "DoubleUAHistoNDFunctor_write", _wrap_DoubleUAHistoNDFunctor_write, METH_VARARGS, NULL},
{ "DoubleUAHistoNDFunctor_classname", _wrap_DoubleUAHistoNDFunctor_classname, METH_NOARGS, NULL},
{ "DoubleUAHistoNDFunctor_version", _wrap_DoubleUAHistoNDFunctor_version, METH_NOARGS, NULL},
{ "DoubleUAHistoNDFunctor_read", _wrap_DoubleUAHistoNDFunctor_read, METH_VARARGS, NULL},
{ "DoubleUAHistoNDFunctor_swigregister", DoubleUAHistoNDFunctor_swigregister, METH_O, NULL},
{ "delete_DoubleNUHistoNDFunctor", _wrap_delete_DoubleNUHistoNDFunctor, METH_O, NULL},
{ "DoubleNUHistoNDFunctor_minDim", _wrap_DoubleNUHistoNDFunctor_minDim, METH_O, NULL},
{ "DoubleNUHistoNDFunctor___call__", _wrap_DoubleNUHistoNDFunctor___call__, METH_VARARGS, NULL},
{ "DoubleNUHistoNDFunctor_interpolationDegree", _wrap_DoubleNUHistoNDFunctor_interpolationDegree, METH_O, NULL},
{ "DoubleNUHistoNDFunctor_setInterpolationDegree", _wrap_DoubleNUHistoNDFunctor_setInterpolationDegree, METH_VARARGS, NULL},
{ "DoubleNUHistoNDFunctor_interpolator", _wrap_DoubleNUHistoNDFunctor_interpolator, METH_VARARGS, NULL},
{ "DoubleNUHistoNDFunctor_table", _wrap_DoubleNUHistoNDFunctor_table, METH_VARARGS, NULL},
{ "DoubleNUHistoNDFunctor_setConverter", _wrap_DoubleNUHistoNDFunctor_setConverter, METH_VARARGS, NULL},
{ "DoubleNUHistoNDFunctor_classId", _wrap_DoubleNUHistoNDFunctor_classId, METH_O, NULL},
{ "DoubleNUHistoNDFunctor_write", _wrap_DoubleNUHistoNDFunctor_write, METH_VARARGS, NULL},
{ "DoubleNUHistoNDFunctor_classname", _wrap_DoubleNUHistoNDFunctor_classname, METH_NOARGS, NULL},
{ "DoubleNUHistoNDFunctor_version", _wrap_DoubleNUHistoNDFunctor_version, METH_NOARGS, NULL},
{ "DoubleNUHistoNDFunctor_read", _wrap_DoubleNUHistoNDFunctor_read, METH_VARARGS, NULL},
{ "DoubleNUHistoNDFunctor_swigregister", DoubleNUHistoNDFunctor_swigregister, METH_O, NULL},
{ "delete_FloatHistoNDFunctor", _wrap_delete_FloatHistoNDFunctor, METH_O, NULL},
{ "FloatHistoNDFunctor_minDim", _wrap_FloatHistoNDFunctor_minDim, METH_O, NULL},
{ "FloatHistoNDFunctor___call__", _wrap_FloatHistoNDFunctor___call__, METH_VARARGS, NULL},
{ "FloatHistoNDFunctor_interpolationDegree", _wrap_FloatHistoNDFunctor_interpolationDegree, METH_O, NULL},
{ "FloatHistoNDFunctor_setInterpolationDegree", _wrap_FloatHistoNDFunctor_setInterpolationDegree, METH_VARARGS, NULL},
{ "FloatHistoNDFunctor_interpolator", _wrap_FloatHistoNDFunctor_interpolator, METH_VARARGS, NULL},
{ "FloatHistoNDFunctor_table", _wrap_FloatHistoNDFunctor_table, METH_VARARGS, NULL},
{ "FloatHistoNDFunctor_setConverter", _wrap_FloatHistoNDFunctor_setConverter, METH_VARARGS, NULL},
{ "FloatHistoNDFunctor_classId", _wrap_FloatHistoNDFunctor_classId, METH_O, NULL},
{ "FloatHistoNDFunctor_write", _wrap_FloatHistoNDFunctor_write, METH_VARARGS, NULL},
{ "FloatHistoNDFunctor_classname", _wrap_FloatHistoNDFunctor_classname, METH_NOARGS, NULL},
{ "FloatHistoNDFunctor_version", _wrap_FloatHistoNDFunctor_version, METH_NOARGS, NULL},
{ "FloatHistoNDFunctor_read", _wrap_FloatHistoNDFunctor_read, METH_VARARGS, NULL},
{ "FloatHistoNDFunctor_swigregister", FloatHistoNDFunctor_swigregister, METH_O, NULL},
{ "delete_FloatUAHistoNDFunctor", _wrap_delete_FloatUAHistoNDFunctor, METH_O, NULL},
{ "FloatUAHistoNDFunctor_minDim", _wrap_FloatUAHistoNDFunctor_minDim, METH_O, NULL},
{ "FloatUAHistoNDFunctor___call__", _wrap_FloatUAHistoNDFunctor___call__, METH_VARARGS, NULL},
{ "FloatUAHistoNDFunctor_interpolationDegree", _wrap_FloatUAHistoNDFunctor_interpolationDegree, METH_O, NULL},
{ "FloatUAHistoNDFunctor_setInterpolationDegree", _wrap_FloatUAHistoNDFunctor_setInterpolationDegree, METH_VARARGS, NULL},
{ "FloatUAHistoNDFunctor_interpolator", _wrap_FloatUAHistoNDFunctor_interpolator, METH_VARARGS, NULL},
{ "FloatUAHistoNDFunctor_table", _wrap_FloatUAHistoNDFunctor_table, METH_VARARGS, NULL},
{ "FloatUAHistoNDFunctor_setConverter", _wrap_FloatUAHistoNDFunctor_setConverter, METH_VARARGS, NULL},
{ "FloatUAHistoNDFunctor_classId", _wrap_FloatUAHistoNDFunctor_classId, METH_O, NULL},
{ "FloatUAHistoNDFunctor_write", _wrap_FloatUAHistoNDFunctor_write, METH_VARARGS, NULL},
{ "FloatUAHistoNDFunctor_classname", _wrap_FloatUAHistoNDFunctor_classname, METH_NOARGS, NULL},
{ "FloatUAHistoNDFunctor_version", _wrap_FloatUAHistoNDFunctor_version, METH_NOARGS, NULL},
{ "FloatUAHistoNDFunctor_read", _wrap_FloatUAHistoNDFunctor_read, METH_VARARGS, NULL},
{ "FloatUAHistoNDFunctor_swigregister", FloatUAHistoNDFunctor_swigregister, METH_O, NULL},
{ "delete_FloatNUHistoNDFunctor", _wrap_delete_FloatNUHistoNDFunctor, METH_O, NULL},
{ "FloatNUHistoNDFunctor_minDim", _wrap_FloatNUHistoNDFunctor_minDim, METH_O, NULL},
{ "FloatNUHistoNDFunctor___call__", _wrap_FloatNUHistoNDFunctor___call__, METH_VARARGS, NULL},
{ "FloatNUHistoNDFunctor_interpolationDegree", _wrap_FloatNUHistoNDFunctor_interpolationDegree, METH_O, NULL},
{ "FloatNUHistoNDFunctor_setInterpolationDegree", _wrap_FloatNUHistoNDFunctor_setInterpolationDegree, METH_VARARGS, NULL},
{ "FloatNUHistoNDFunctor_interpolator", _wrap_FloatNUHistoNDFunctor_interpolator, METH_VARARGS, NULL},
{ "FloatNUHistoNDFunctor_table", _wrap_FloatNUHistoNDFunctor_table, METH_VARARGS, NULL},
{ "FloatNUHistoNDFunctor_setConverter", _wrap_FloatNUHistoNDFunctor_setConverter, METH_VARARGS, NULL},
{ "FloatNUHistoNDFunctor_classId", _wrap_FloatNUHistoNDFunctor_classId, METH_O, NULL},
{ "FloatNUHistoNDFunctor_write", _wrap_FloatNUHistoNDFunctor_write, METH_VARARGS, NULL},
{ "FloatNUHistoNDFunctor_classname", _wrap_FloatNUHistoNDFunctor_classname, METH_NOARGS, NULL},
{ "FloatNUHistoNDFunctor_version", _wrap_FloatNUHistoNDFunctor_version, METH_NOARGS, NULL},
{ "FloatNUHistoNDFunctor_read", _wrap_FloatNUHistoNDFunctor_read, METH_VARARGS, NULL},
{ "FloatNUHistoNDFunctor_swigregister", FloatNUHistoNDFunctor_swigregister, METH_O, NULL},
{ "delete_SequentialCopulaSmoother", _wrap_delete_SequentialCopulaSmoother, METH_O, NULL},
{ "new_SequentialCopulaSmoother", _wrap_new_SequentialCopulaSmoother, METH_VARARGS, NULL},
{ "SequentialCopulaSmoother_swigregister", SequentialCopulaSmoother_swigregister, METH_O, NULL},
{ "SequentialCopulaSmoother_swiginit", SequentialCopulaSmoother_swiginit, METH_VARARGS, NULL},
{ "new_StatAccumulatorArr", _wrap_new_StatAccumulatorArr, METH_VARARGS, NULL},
{ "StatAccumulatorArr_dim", _wrap_StatAccumulatorArr_dim, METH_O, NULL},
{ "StatAccumulatorArr_count", _wrap_StatAccumulatorArr_count, METH_O, NULL},
{ "StatAccumulatorArr_min", _wrap_StatAccumulatorArr_min, METH_VARARGS, NULL},
{ "StatAccumulatorArr_max", _wrap_StatAccumulatorArr_max, METH_VARARGS, NULL},
{ "StatAccumulatorArr_mean", _wrap_StatAccumulatorArr_mean, METH_VARARGS, NULL},
{ "StatAccumulatorArr_stdev", _wrap_StatAccumulatorArr_stdev, METH_VARARGS, NULL},
{ "StatAccumulatorArr_meanUncertainty", _wrap_StatAccumulatorArr_meanUncertainty, METH_VARARGS, NULL},
{ "StatAccumulatorArr_accumulate", _wrap_StatAccumulatorArr_accumulate, METH_VARARGS, NULL},
{ "StatAccumulatorArr_reset", _wrap_StatAccumulatorArr_reset, METH_O, NULL},
{ "StatAccumulatorArr___add__", _wrap_StatAccumulatorArr___add__, METH_VARARGS, NULL},
{ "StatAccumulatorArr___eq__", _wrap_StatAccumulatorArr___eq__, METH_VARARGS, NULL},
{ "StatAccumulatorArr___ne__", _wrap_StatAccumulatorArr___ne__, METH_VARARGS, NULL},
{ "StatAccumulatorArr_classId", _wrap_StatAccumulatorArr_classId, METH_O, NULL},
{ "StatAccumulatorArr_write", _wrap_StatAccumulatorArr_write, METH_VARARGS, NULL},
{ "StatAccumulatorArr_classname", _wrap_StatAccumulatorArr_classname, METH_NOARGS, NULL},
{ "StatAccumulatorArr_version", _wrap_StatAccumulatorArr_version, METH_NOARGS, NULL},
{ "StatAccumulatorArr_restore", _wrap_StatAccumulatorArr_restore, METH_VARARGS, NULL},
{ "StatAccumulatorArr___mul__", _wrap_StatAccumulatorArr___mul__, METH_VARARGS, NULL},
{ "StatAccumulatorArr___div__", _wrap_StatAccumulatorArr___div__, METH_VARARGS, NULL},
{ "StatAccumulatorArr___imul__", _wrap_StatAccumulatorArr___imul__, METH_VARARGS, NULL},
{ "StatAccumulatorArr___idiv__", _wrap_StatAccumulatorArr___idiv__, METH_VARARGS, NULL},
{ "StatAccumulatorArr_minArray", _wrap_StatAccumulatorArr_minArray, METH_VARARGS, NULL},
{ "StatAccumulatorArr_maxArray", _wrap_StatAccumulatorArr_maxArray, METH_VARARGS, NULL},
{ "StatAccumulatorArr_meanArray", _wrap_StatAccumulatorArr_meanArray, METH_VARARGS, NULL},
{ "StatAccumulatorArr_stdevArray", _wrap_StatAccumulatorArr_stdevArray, METH_VARARGS, NULL},
{ "StatAccumulatorArr_meanUncertaintyArray", _wrap_StatAccumulatorArr_meanUncertaintyArray, METH_VARARGS, NULL},
{ "StatAccumulatorArr___iadd__", _wrap_StatAccumulatorArr___iadd__, METH_VARARGS, NULL},
{ "delete_StatAccumulatorArr", _wrap_delete_StatAccumulatorArr, METH_O, NULL},
{ "StatAccumulatorArr_swigregister", StatAccumulatorArr_swigregister, METH_O, NULL},
{ "StatAccumulatorArr_swiginit", StatAccumulatorArr_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_StatAccumulatorArr", _wrap_new_ArchiveRecord_StatAccumulatorArr, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StatAccumulatorArr", _wrap_delete_ArchiveRecord_StatAccumulatorArr, METH_O, NULL},
{ "ArchiveRecord_StatAccumulatorArr_swigregister", ArchiveRecord_StatAccumulatorArr_swigregister, METH_O, NULL},
{ "ArchiveRecord_StatAccumulatorArr_swiginit", ArchiveRecord_StatAccumulatorArr_swiginit, METH_VARARGS, NULL},
{ "new_Ref_StatAccumulatorArr", _wrap_new_Ref_StatAccumulatorArr, METH_VARARGS, NULL},
{ "Ref_StatAccumulatorArr_restore", _wrap_Ref_StatAccumulatorArr_restore, METH_VARARGS, NULL},
{ "Ref_StatAccumulatorArr_retrieve", _wrap_Ref_StatAccumulatorArr_retrieve, METH_VARARGS, NULL},
{ "Ref_StatAccumulatorArr_getValue", _wrap_Ref_StatAccumulatorArr_getValue, METH_VARARGS, NULL},
{ "delete_Ref_StatAccumulatorArr", _wrap_delete_Ref_StatAccumulatorArr, METH_O, NULL},
{ "Ref_StatAccumulatorArr_swigregister", Ref_StatAccumulatorArr_swigregister, METH_O, NULL},
{ "Ref_StatAccumulatorArr_swiginit", Ref_StatAccumulatorArr_swiginit, METH_VARARGS, NULL},
{ "new_UCharBandwidthCVPseudoLogli1D", _wrap_new_UCharBandwidthCVPseudoLogli1D, METH_VARARGS, NULL},
{ "delete_UCharBandwidthCVPseudoLogli1D", _wrap_delete_UCharBandwidthCVPseudoLogli1D, METH_O, NULL},
{ "UCharBandwidthCVPseudoLogli1D_getNonZeroCount", _wrap_UCharBandwidthCVPseudoLogli1D_getNonZeroCount, METH_O, NULL},
{ "UCharBandwidthCVPseudoLogli1D_getRenormCount", _wrap_UCharBandwidthCVPseudoLogli1D_getRenormCount, METH_O, NULL},
{ "UCharBandwidthCVPseudoLogli1D_swigregister", UCharBandwidthCVPseudoLogli1D_swigregister, METH_O, NULL},
{ "UCharBandwidthCVPseudoLogli1D_swiginit", UCharBandwidthCVPseudoLogli1D_swiginit, METH_VARARGS, NULL},
{ "new_IntBandwidthCVPseudoLogli1D", _wrap_new_IntBandwidthCVPseudoLogli1D, METH_VARARGS, NULL},
{ "delete_IntBandwidthCVPseudoLogli1D", _wrap_delete_IntBandwidthCVPseudoLogli1D, METH_O, NULL},
{ "IntBandwidthCVPseudoLogli1D_getNonZeroCount", _wrap_IntBandwidthCVPseudoLogli1D_getNonZeroCount, METH_O, NULL},
{ "IntBandwidthCVPseudoLogli1D_getRenormCount", _wrap_IntBandwidthCVPseudoLogli1D_getRenormCount, METH_O, NULL},
{ "IntBandwidthCVPseudoLogli1D_swigregister", IntBandwidthCVPseudoLogli1D_swigregister, METH_O, NULL},
{ "IntBandwidthCVPseudoLogli1D_swiginit", IntBandwidthCVPseudoLogli1D_swiginit, METH_VARARGS, NULL},
{ "new_LongBandwidthCVPseudoLogli1D", _wrap_new_LongBandwidthCVPseudoLogli1D, METH_VARARGS, NULL},
{ "delete_LongBandwidthCVPseudoLogli1D", _wrap_delete_LongBandwidthCVPseudoLogli1D, METH_O, NULL},
{ "LongBandwidthCVPseudoLogli1D_getNonZeroCount", _wrap_LongBandwidthCVPseudoLogli1D_getNonZeroCount, METH_O, NULL},
{ "LongBandwidthCVPseudoLogli1D_getRenormCount", _wrap_LongBandwidthCVPseudoLogli1D_getRenormCount, METH_O, NULL},
{ "LongBandwidthCVPseudoLogli1D_swigregister", LongBandwidthCVPseudoLogli1D_swigregister, METH_O, NULL},
{ "LongBandwidthCVPseudoLogli1D_swiginit", LongBandwidthCVPseudoLogli1D_swiginit, METH_VARARGS, NULL},
{ "new_FloatBandwidthCVPseudoLogli1D", _wrap_new_FloatBandwidthCVPseudoLogli1D, METH_VARARGS, NULL},
{ "delete_FloatBandwidthCVPseudoLogli1D", _wrap_delete_FloatBandwidthCVPseudoLogli1D, METH_O, NULL},
{ "FloatBandwidthCVPseudoLogli1D_getNonZeroCount", _wrap_FloatBandwidthCVPseudoLogli1D_getNonZeroCount, METH_O, NULL},
{ "FloatBandwidthCVPseudoLogli1D_getRenormCount", _wrap_FloatBandwidthCVPseudoLogli1D_getRenormCount, METH_O, NULL},
{ "FloatBandwidthCVPseudoLogli1D_swigregister", FloatBandwidthCVPseudoLogli1D_swigregister, METH_O, NULL},
{ "FloatBandwidthCVPseudoLogli1D_swiginit", FloatBandwidthCVPseudoLogli1D_swiginit, METH_VARARGS, NULL},
{ "new_DoubleBandwidthCVPseudoLogli1D", _wrap_new_DoubleBandwidthCVPseudoLogli1D, METH_VARARGS, NULL},
{ "delete_DoubleBandwidthCVPseudoLogli1D", _wrap_delete_DoubleBandwidthCVPseudoLogli1D, METH_O, NULL},
{ "DoubleBandwidthCVPseudoLogli1D_getNonZeroCount", _wrap_DoubleBandwidthCVPseudoLogli1D_getNonZeroCount, METH_O, NULL},
{ "DoubleBandwidthCVPseudoLogli1D_getRenormCount", _wrap_DoubleBandwidthCVPseudoLogli1D_getRenormCount, METH_O, NULL},
{ "DoubleBandwidthCVPseudoLogli1D_swigregister", DoubleBandwidthCVPseudoLogli1D_swigregister, METH_O, NULL},
{ "DoubleBandwidthCVPseudoLogli1D_swiginit", DoubleBandwidthCVPseudoLogli1D_swiginit, METH_VARARGS, NULL},
{ "delete_UCharBandwidthCVLeastSquaresND", _wrap_delete_UCharBandwidthCVLeastSquaresND, METH_O, NULL},
{ "UCharBandwidthCVLeastSquaresND___call__", _wrap_UCharBandwidthCVLeastSquaresND___call__, METH_VARARGS, NULL},
{ "new_UCharBandwidthCVLeastSquaresND", _wrap_new_UCharBandwidthCVLeastSquaresND, METH_NOARGS, NULL},
{ "UCharBandwidthCVLeastSquaresND_swigregister", UCharBandwidthCVLeastSquaresND_swigregister, METH_O, NULL},
{ "UCharBandwidthCVLeastSquaresND_swiginit", UCharBandwidthCVLeastSquaresND_swiginit, METH_VARARGS, NULL},
{ "delete_IntBandwidthCVLeastSquaresND", _wrap_delete_IntBandwidthCVLeastSquaresND, METH_O, NULL},
{ "IntBandwidthCVLeastSquaresND___call__", _wrap_IntBandwidthCVLeastSquaresND___call__, METH_VARARGS, NULL},
{ "new_IntBandwidthCVLeastSquaresND", _wrap_new_IntBandwidthCVLeastSquaresND, METH_NOARGS, NULL},
{ "IntBandwidthCVLeastSquaresND_swigregister", IntBandwidthCVLeastSquaresND_swigregister, METH_O, NULL},
{ "IntBandwidthCVLeastSquaresND_swiginit", IntBandwidthCVLeastSquaresND_swiginit, METH_VARARGS, NULL},
{ "delete_LongBandwidthCVLeastSquaresND", _wrap_delete_LongBandwidthCVLeastSquaresND, METH_O, NULL},
{ "LongBandwidthCVLeastSquaresND___call__", _wrap_LongBandwidthCVLeastSquaresND___call__, METH_VARARGS, NULL},
{ "new_LongBandwidthCVLeastSquaresND", _wrap_new_LongBandwidthCVLeastSquaresND, METH_NOARGS, NULL},
{ "LongBandwidthCVLeastSquaresND_swigregister", LongBandwidthCVLeastSquaresND_swigregister, METH_O, NULL},
{ "LongBandwidthCVLeastSquaresND_swiginit", LongBandwidthCVLeastSquaresND_swiginit, METH_VARARGS, NULL},
{ "delete_FloatBandwidthCVLeastSquaresND", _wrap_delete_FloatBandwidthCVLeastSquaresND, METH_O, NULL},
{ "FloatBandwidthCVLeastSquaresND___call__", _wrap_FloatBandwidthCVLeastSquaresND___call__, METH_VARARGS, NULL},
{ "new_FloatBandwidthCVLeastSquaresND", _wrap_new_FloatBandwidthCVLeastSquaresND, METH_NOARGS, NULL},
{ "FloatBandwidthCVLeastSquaresND_swigregister", FloatBandwidthCVLeastSquaresND_swigregister, METH_O, NULL},
{ "FloatBandwidthCVLeastSquaresND_swiginit", FloatBandwidthCVLeastSquaresND_swiginit, METH_VARARGS, NULL},
{ "delete_DoubleBandwidthCVLeastSquaresND", _wrap_delete_DoubleBandwidthCVLeastSquaresND, METH_O, NULL},
{ "DoubleBandwidthCVLeastSquaresND___call__", _wrap_DoubleBandwidthCVLeastSquaresND___call__, METH_VARARGS, NULL},
{ "new_DoubleBandwidthCVLeastSquaresND", _wrap_new_DoubleBandwidthCVLeastSquaresND, METH_NOARGS, NULL},
{ "DoubleBandwidthCVLeastSquaresND_swigregister", DoubleBandwidthCVLeastSquaresND_swigregister, METH_O, NULL},
{ "DoubleBandwidthCVLeastSquaresND_swiginit", DoubleBandwidthCVLeastSquaresND_swiginit, METH_VARARGS, NULL},
{ "delete_InterpolatedDistro1D1P", _wrap_delete_InterpolatedDistro1D1P, METH_O, NULL},
{ "new_InterpolatedDistro1D1P", _wrap_new_InterpolatedDistro1D1P, METH_VARARGS, NULL},
{ "InterpolatedDistro1D1P_setGridDistro", _wrap_InterpolatedDistro1D1P_setGridDistro, METH_VARARGS, NULL},
{ "InterpolatedDistro1D1P_setParameter", _wrap_InterpolatedDistro1D1P_setParameter, METH_VARARGS, NULL},
{ "InterpolatedDistro1D1P_getParameter", _wrap_InterpolatedDistro1D1P_getParameter, METH_O, NULL},
{ "InterpolatedDistro1D1P_getAxis", _wrap_InterpolatedDistro1D1P_getAxis, METH_O, NULL},
{ "InterpolatedDistro1D1P_nDistros", _wrap_InterpolatedDistro1D1P_nDistros, METH_O, NULL},
{ "InterpolatedDistro1D1P_interpolateVertically", _wrap_InterpolatedDistro1D1P_interpolateVertically, METH_VARARGS, NULL},
{ "InterpolatedDistro1D1P_interpolatingVertically", _wrap_InterpolatedDistro1D1P_interpolatingVertically, METH_O, NULL},
{ "InterpolatedDistro1D1P_clone", _wrap_InterpolatedDistro1D1P_clone, METH_O, NULL},
{ "InterpolatedDistro1D1P_density", _wrap_InterpolatedDistro1D1P_density, METH_VARARGS, NULL},
{ "InterpolatedDistro1D1P_cdf", _wrap_InterpolatedDistro1D1P_cdf, METH_VARARGS, NULL},
{ "InterpolatedDistro1D1P_exceedance", _wrap_InterpolatedDistro1D1P_exceedance, METH_VARARGS, NULL},
{ "InterpolatedDistro1D1P_quantile", _wrap_InterpolatedDistro1D1P_quantile, METH_VARARGS, NULL},
{ "InterpolatedDistro1D1P_classId", _wrap_InterpolatedDistro1D1P_classId, METH_O, NULL},
{ "InterpolatedDistro1D1P_write", _wrap_InterpolatedDistro1D1P_write, METH_VARARGS, NULL},
{ "InterpolatedDistro1D1P_classname", _wrap_InterpolatedDistro1D1P_classname, METH_NOARGS, NULL},
{ "InterpolatedDistro1D1P_version", _wrap_InterpolatedDistro1D1P_version, METH_NOARGS, NULL},
{ "InterpolatedDistro1D1P_read", _wrap_InterpolatedDistro1D1P_read, METH_VARARGS, NULL},
{ "InterpolatedDistro1D1P_swigregister", InterpolatedDistro1D1P_swigregister, METH_O, NULL},
{ "InterpolatedDistro1D1P_swiginit", InterpolatedDistro1D1P_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_InterpolatedDistro1D1P", _wrap_new_ArchiveRecord_InterpolatedDistro1D1P, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_InterpolatedDistro1D1P", _wrap_delete_ArchiveRecord_InterpolatedDistro1D1P, METH_O, NULL},
{ "ArchiveRecord_InterpolatedDistro1D1P_swigregister", ArchiveRecord_InterpolatedDistro1D1P_swigregister, METH_O, NULL},
{ "ArchiveRecord_InterpolatedDistro1D1P_swiginit", ArchiveRecord_InterpolatedDistro1D1P_swiginit, METH_VARARGS, NULL},
{ "new_Ref_InterpolatedDistro1D1P", _wrap_new_Ref_InterpolatedDistro1D1P, METH_VARARGS, NULL},
{ "Ref_InterpolatedDistro1D1P_restore", _wrap_Ref_InterpolatedDistro1D1P_restore, METH_VARARGS, NULL},
{ "Ref_InterpolatedDistro1D1P_retrieve", _wrap_Ref_InterpolatedDistro1D1P_retrieve, METH_VARARGS, NULL},
{ "Ref_InterpolatedDistro1D1P_getValue", _wrap_Ref_InterpolatedDistro1D1P_getValue, METH_VARARGS, NULL},
{ "delete_Ref_InterpolatedDistro1D1P", _wrap_delete_Ref_InterpolatedDistro1D1P, METH_O, NULL},
{ "Ref_InterpolatedDistro1D1P_swigregister", Ref_InterpolatedDistro1D1P_swigregister, METH_O, NULL},
{ "Ref_InterpolatedDistro1D1P_swiginit", Ref_InterpolatedDistro1D1P_swiginit, METH_VARARGS, NULL},
{ "unbinnedLogLikelihood1D", _wrap_unbinnedLogLikelihood1D, METH_VARARGS, NULL},
{ "densityFitLogLikelihood1D", _wrap_densityFitLogLikelihood1D, METH_VARARGS, NULL},
{ "convertToHistoAxis", _wrap_convertToHistoAxis, METH_VARARGS, NULL},
{ "convertToGridAxis", _wrap_convertToGridAxis, METH_VARARGS, NULL},
{ "buildInterpolatedCompositeDistro2D", _wrap_buildInterpolatedCompositeDistro2D, METH_VARARGS, NULL},
{ "buildInterpolatedCompositeDistro3D", _wrap_buildInterpolatedCompositeDistro3D, METH_VARARGS, NULL},
{ "buildInterpolatedCompositeDistro4D", _wrap_buildInterpolatedCompositeDistro4D, METH_VARARGS, NULL},
{ "buildInterpolatedCompositeDistro5D", _wrap_buildInterpolatedCompositeDistro5D, METH_VARARGS, NULL},
{ "buildInterpolatedCompositeDistro6D", _wrap_buildInterpolatedCompositeDistro6D, METH_VARARGS, NULL},
{ "buildInterpolatedCompositeDistro7D", _wrap_buildInterpolatedCompositeDistro7D, METH_VARARGS, NULL},
{ "buildInterpolatedCompositeDistro8D", _wrap_buildInterpolatedCompositeDistro8D, METH_VARARGS, NULL},
{ "buildInterpolatedCompositeDistro9D", _wrap_buildInterpolatedCompositeDistro9D, METH_VARARGS, NULL},
{ "buildInterpolatedCompositeDistro10D", _wrap_buildInterpolatedCompositeDistro10D, METH_VARARGS, NULL},
{ "new_Ref_IntArchivedNtuple", _wrap_new_Ref_IntArchivedNtuple, METH_VARARGS, NULL},
{ "delete_Ref_IntArchivedNtuple", _wrap_delete_Ref_IntArchivedNtuple, METH_O, NULL},
{ "Ref_IntArchivedNtuple_retrieve", _wrap_Ref_IntArchivedNtuple_retrieve, METH_VARARGS, NULL},
{ "Ref_IntArchivedNtuple_swigregister", Ref_IntArchivedNtuple_swigregister, METH_O, NULL},
{ "Ref_IntArchivedNtuple_swiginit", Ref_IntArchivedNtuple_swiginit, METH_VARARGS, NULL},
{ "new_Ref_LongArchivedNtuple", _wrap_new_Ref_LongArchivedNtuple, METH_VARARGS, NULL},
{ "delete_Ref_LongArchivedNtuple", _wrap_delete_Ref_LongArchivedNtuple, METH_O, NULL},
{ "Ref_LongArchivedNtuple_retrieve", _wrap_Ref_LongArchivedNtuple_retrieve, METH_VARARGS, NULL},
{ "Ref_LongArchivedNtuple_swigregister", Ref_LongArchivedNtuple_swigregister, METH_O, NULL},
{ "Ref_LongArchivedNtuple_swiginit", Ref_LongArchivedNtuple_swiginit, METH_VARARGS, NULL},
{ "new_Ref_UCharArchivedNtuple", _wrap_new_Ref_UCharArchivedNtuple, METH_VARARGS, NULL},
{ "delete_Ref_UCharArchivedNtuple", _wrap_delete_Ref_UCharArchivedNtuple, METH_O, NULL},
{ "Ref_UCharArchivedNtuple_retrieve", _wrap_Ref_UCharArchivedNtuple_retrieve, METH_VARARGS, NULL},
{ "Ref_UCharArchivedNtuple_swigregister", Ref_UCharArchivedNtuple_swigregister, METH_O, NULL},
{ "Ref_UCharArchivedNtuple_swiginit", Ref_UCharArchivedNtuple_swiginit, METH_VARARGS, NULL},
{ "new_Ref_FloatArchivedNtuple", _wrap_new_Ref_FloatArchivedNtuple, METH_VARARGS, NULL},
{ "delete_Ref_FloatArchivedNtuple", _wrap_delete_Ref_FloatArchivedNtuple, METH_O, NULL},
{ "Ref_FloatArchivedNtuple_retrieve", _wrap_Ref_FloatArchivedNtuple_retrieve, METH_VARARGS, NULL},
{ "Ref_FloatArchivedNtuple_swigregister", Ref_FloatArchivedNtuple_swigregister, METH_O, NULL},
{ "Ref_FloatArchivedNtuple_swiginit", Ref_FloatArchivedNtuple_swiginit, METH_VARARGS, NULL},
{ "new_Ref_DoubleArchivedNtuple", _wrap_new_Ref_DoubleArchivedNtuple, METH_VARARGS, NULL},
{ "delete_Ref_DoubleArchivedNtuple", _wrap_delete_Ref_DoubleArchivedNtuple, METH_O, NULL},
{ "Ref_DoubleArchivedNtuple_retrieve", _wrap_Ref_DoubleArchivedNtuple_retrieve, METH_VARARGS, NULL},
{ "Ref_DoubleArchivedNtuple_swigregister", Ref_DoubleArchivedNtuple_swigregister, METH_O, NULL},
{ "Ref_DoubleArchivedNtuple_swiginit", Ref_DoubleArchivedNtuple_swiginit, METH_VARARGS, NULL},
{ "new_LOrPE1DSymbetaKernel", _wrap_new_LOrPE1DSymbetaKernel, METH_VARARGS, NULL},
{ "delete_LOrPE1DSymbetaKernel", _wrap_delete_LOrPE1DSymbetaKernel, METH_O, NULL},
{ "LOrPE1DSymbetaKernel_setNormFactor", _wrap_LOrPE1DSymbetaKernel_setNormFactor, METH_VARARGS, NULL},
{ "LOrPE1DSymbetaKernel_normFactor", _wrap_LOrPE1DSymbetaKernel_normFactor, METH_O, NULL},
{ "LOrPE1DSymbetaKernel_getLastKernelAt0", _wrap_LOrPE1DSymbetaKernel_getLastKernelAt0, METH_O, NULL},
{ "LOrPE1DSymbetaKernel_usedBoundaryCorrection", _wrap_LOrPE1DSymbetaKernel_usedBoundaryCorrection, METH_O, NULL},
{ "LOrPE1DSymbetaKernel_lorpe", _wrap_LOrPE1DSymbetaKernel_lorpe, METH_VARARGS, NULL},
{ "LOrPE1DSymbetaKernel_swigregister", LOrPE1DSymbetaKernel_swigregister, METH_O, NULL},
{ "LOrPE1DSymbetaKernel_swiginit", LOrPE1DSymbetaKernel_swiginit, METH_VARARGS, NULL},
{ "weightedCopulaHisto", _wrap_weightedCopulaHisto, METH_VARARGS, NULL},
{ "weightedCopulaHisto2D", _wrap_weightedCopulaHisto2D, METH_VARARGS, NULL},
{ "weightedCopulaHisto3D", _wrap_weightedCopulaHisto3D, METH_VARARGS, NULL},
{ "weightedCopulaHisto4D", _wrap_weightedCopulaHisto4D, METH_VARARGS, NULL},
{ "weightedCopulaHisto5D", _wrap_weightedCopulaHisto5D, METH_VARARGS, NULL},
{ "weightedCopulaHisto6D", _wrap_weightedCopulaHisto6D, METH_VARARGS, NULL},
{ "weightedCopulaHisto7D", _wrap_weightedCopulaHisto7D, METH_VARARGS, NULL},
{ "weightedCopulaHisto8D", _wrap_weightedCopulaHisto8D, METH_VARARGS, NULL},
{ "weightedCopulaHisto9D", _wrap_weightedCopulaHisto9D, METH_VARARGS, NULL},
{ "weightedCopulaHisto10D", _wrap_weightedCopulaHisto10D, METH_VARARGS, NULL},
{ "delete_CompositeGauss1D", _wrap_delete_CompositeGauss1D, METH_O, NULL},
{ "CompositeGauss1D_clone", _wrap_CompositeGauss1D_clone, METH_O, NULL},
{ "CompositeGauss1D_swigregister", CompositeGauss1D_swigregister, METH_O, NULL},
{ "delete_BetaGauss1D", _wrap_delete_BetaGauss1D, METH_O, NULL},
{ "BetaGauss1D_clone", _wrap_BetaGauss1D_clone, METH_O, NULL},
{ "BetaGauss1D_swigregister", BetaGauss1D_swigregister, METH_O, NULL},
{ "delete_LogQuadraticLadder", _wrap_delete_LogQuadraticLadder, METH_O, NULL},
{ "LogQuadraticLadder_clone", _wrap_LogQuadraticLadder_clone, METH_O, NULL},
{ "LogQuadraticLadder_swigregister", LogQuadraticLadder_swigregister, METH_O, NULL},
{ "delete_BinnedCompositeJohnson", _wrap_delete_BinnedCompositeJohnson, METH_O, NULL},
{ "BinnedCompositeJohnson_clone", _wrap_BinnedCompositeJohnson_clone, METH_O, NULL},
{ "BinnedCompositeJohnson_swigregister", BinnedCompositeJohnson_swigregister, METH_O, NULL},
{ "delete_JohnsonLadder", _wrap_delete_JohnsonLadder, METH_O, NULL},
{ "JohnsonLadder_clone", _wrap_JohnsonLadder_clone, METH_O, NULL},
{ "JohnsonLadder_swigregister", JohnsonLadder_swigregister, METH_O, NULL},
{ "empiricalCopulaDensity", _wrap_empiricalCopulaDensity, METH_VARARGS, NULL},
{ "empiricalCopulaDensity2D", _wrap_empiricalCopulaDensity2D, METH_VARARGS, NULL},
{ "empiricalCopulaDensity3D", _wrap_empiricalCopulaDensity3D, METH_VARARGS, NULL},
{ "empiricalCopulaDensity4D", _wrap_empiricalCopulaDensity4D, METH_VARARGS, NULL},
{ "empiricalCopulaDensity5D", _wrap_empiricalCopulaDensity5D, METH_VARARGS, NULL},
{ "empiricalCopulaDensity6D", _wrap_empiricalCopulaDensity6D, METH_VARARGS, NULL},
{ "empiricalCopulaDensity7D", _wrap_empiricalCopulaDensity7D, METH_VARARGS, NULL},
{ "empiricalCopulaDensity8D", _wrap_empiricalCopulaDensity8D, METH_VARARGS, NULL},
{ "empiricalCopulaDensity9D", _wrap_empiricalCopulaDensity9D, METH_VARARGS, NULL},
{ "empiricalCopulaDensity10D", _wrap_empiricalCopulaDensity10D, METH_VARARGS, NULL},
{ "new_SmoothedEMUnfoldND", _wrap_new_SmoothedEMUnfoldND, METH_VARARGS, NULL},
{ "delete_SmoothedEMUnfoldND", _wrap_delete_SmoothedEMUnfoldND, METH_O, NULL},
{ "SmoothedEMUnfoldND_setMaxIterations", _wrap_SmoothedEMUnfoldND_setMaxIterations, METH_VARARGS, NULL},
{ "SmoothedEMUnfoldND_useMultinomialCovariance", _wrap_SmoothedEMUnfoldND_useMultinomialCovariance, METH_VARARGS, NULL},
{ "SmoothedEMUnfoldND_smoothLastIteration", _wrap_SmoothedEMUnfoldND_smoothLastIteration, METH_VARARGS, NULL},
{ "SmoothedEMUnfoldND_setConvergenceEpsilon", _wrap_SmoothedEMUnfoldND_setConvergenceEpsilon, METH_VARARGS, NULL},
{ "SmoothedEMUnfoldND_convergenceEpsilon", _wrap_SmoothedEMUnfoldND_convergenceEpsilon, METH_O, NULL},
{ "SmoothedEMUnfoldND_maxIterations", _wrap_SmoothedEMUnfoldND_maxIterations, METH_O, NULL},
{ "SmoothedEMUnfoldND_usingMultinomialCovariance", _wrap_SmoothedEMUnfoldND_usingMultinomialCovariance, METH_O, NULL},
{ "SmoothedEMUnfoldND_smoothingLastIteration", _wrap_SmoothedEMUnfoldND_smoothingLastIteration, METH_O, NULL},
{ "SmoothedEMUnfoldND_lastNIterations", _wrap_SmoothedEMUnfoldND_lastNIterations, METH_O, NULL},
{ "SmoothedEMUnfoldND_lastEPIterations", _wrap_SmoothedEMUnfoldND_lastEPIterations, METH_O, NULL},
{ "SmoothedEMUnfoldND_lastSmoothingNormfactor", _wrap_SmoothedEMUnfoldND_lastSmoothingNormfactor, METH_O, NULL},
{ "SmoothedEMUnfoldND_swigregister", SmoothedEMUnfoldND_swigregister, METH_O, NULL},
{ "SmoothedEMUnfoldND_swiginit", SmoothedEMUnfoldND_swiginit, METH_VARARGS, NULL},
{ "randomHistoFillC1D", _wrap_randomHistoFillC1D, METH_VARARGS, NULL},
{ "randomHistoFill1D", _wrap_randomHistoFill1D, METH_VARARGS, NULL},
{ "delete_ScalableGaussND", _wrap_delete_ScalableGaussND, METH_O, NULL},
{ "ScalableGaussND_clone", _wrap_ScalableGaussND_clone, METH_O, NULL},
{ "ScalableGaussND_mappedByQuantiles", _wrap_ScalableGaussND_mappedByQuantiles, METH_O, NULL},
{ "ScalableGaussND_classId", _wrap_ScalableGaussND_classId, METH_O, NULL},
{ "ScalableGaussND_write", _wrap_ScalableGaussND_write, METH_VARARGS, NULL},
{ "ScalableGaussND_classname", _wrap_ScalableGaussND_classname, METH_NOARGS, NULL},
{ "ScalableGaussND_version", _wrap_ScalableGaussND_version, METH_NOARGS, NULL},
{ "ScalableGaussND_read", _wrap_ScalableGaussND_read, METH_VARARGS, NULL},
{ "new_ScalableGaussND", _wrap_new_ScalableGaussND, METH_VARARGS, NULL},
{ "ScalableGaussND_swigregister", ScalableGaussND_swigregister, METH_O, NULL},
{ "ScalableGaussND_swiginit", ScalableGaussND_swiginit, METH_VARARGS, NULL},
{ "scanKDE1D", _wrap_scanKDE1D, METH_VARARGS, NULL},
{ "variableBandwidthSmooth1D", _wrap_variableBandwidthSmooth1D, METH_VARARGS, NULL},
{ "weightedVariableBandwidthSmooth1D", _wrap_weightedVariableBandwidthSmooth1D, METH_VARARGS, NULL},
{ "simpleVariableBandwidthSmooth1D", _wrap_simpleVariableBandwidthSmooth1D, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_SCharVector", _wrap_new_ArchiveValueRecord_SCharVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_SCharVector", _wrap_delete_ArchiveValueRecord_SCharVector, METH_O, NULL},
{ "ArchiveValueRecord_SCharVector_swigregister", ArchiveValueRecord_SCharVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_SCharVector_swiginit", ArchiveValueRecord_SCharVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_SCharVector", _wrap_NPValueRecord_SCharVector, METH_VARARGS, NULL},
{ "new_Ref_SCharVector", _wrap_new_Ref_SCharVector, METH_VARARGS, NULL},
{ "Ref_SCharVector_restore", _wrap_Ref_SCharVector_restore, METH_VARARGS, NULL},
{ "Ref_SCharVector_retrieve", _wrap_Ref_SCharVector_retrieve, METH_VARARGS, NULL},
{ "Ref_SCharVector_getValue", _wrap_Ref_SCharVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_SCharVector", _wrap_delete_Ref_SCharVector, METH_O, NULL},
{ "Ref_SCharVector_swigregister", Ref_SCharVector_swigregister, METH_O, NULL},
{ "Ref_SCharVector_swiginit", Ref_SCharVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_UCharVector", _wrap_new_ArchiveValueRecord_UCharVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_UCharVector", _wrap_delete_ArchiveValueRecord_UCharVector, METH_O, NULL},
{ "ArchiveValueRecord_UCharVector_swigregister", ArchiveValueRecord_UCharVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_UCharVector_swiginit", ArchiveValueRecord_UCharVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_UCharVector", _wrap_NPValueRecord_UCharVector, METH_VARARGS, NULL},
{ "new_Ref_UCharVector", _wrap_new_Ref_UCharVector, METH_VARARGS, NULL},
{ "Ref_UCharVector_restore", _wrap_Ref_UCharVector_restore, METH_VARARGS, NULL},
{ "Ref_UCharVector_retrieve", _wrap_Ref_UCharVector_retrieve, METH_VARARGS, NULL},
{ "Ref_UCharVector_getValue", _wrap_Ref_UCharVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UCharVector", _wrap_delete_Ref_UCharVector, METH_O, NULL},
{ "Ref_UCharVector_swigregister", Ref_UCharVector_swigregister, METH_O, NULL},
{ "Ref_UCharVector_swiginit", Ref_UCharVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_ShortVector", _wrap_new_ArchiveValueRecord_ShortVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_ShortVector", _wrap_delete_ArchiveValueRecord_ShortVector, METH_O, NULL},
{ "ArchiveValueRecord_ShortVector_swigregister", ArchiveValueRecord_ShortVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_ShortVector_swiginit", ArchiveValueRecord_ShortVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_ShortVector", _wrap_NPValueRecord_ShortVector, METH_VARARGS, NULL},
{ "new_Ref_ShortVector", _wrap_new_Ref_ShortVector, METH_VARARGS, NULL},
{ "Ref_ShortVector_restore", _wrap_Ref_ShortVector_restore, METH_VARARGS, NULL},
{ "Ref_ShortVector_retrieve", _wrap_Ref_ShortVector_retrieve, METH_VARARGS, NULL},
{ "Ref_ShortVector_getValue", _wrap_Ref_ShortVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_ShortVector", _wrap_delete_Ref_ShortVector, METH_O, NULL},
{ "Ref_ShortVector_swigregister", Ref_ShortVector_swigregister, METH_O, NULL},
{ "Ref_ShortVector_swiginit", Ref_ShortVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_UShortVector", _wrap_new_ArchiveValueRecord_UShortVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_UShortVector", _wrap_delete_ArchiveValueRecord_UShortVector, METH_O, NULL},
{ "ArchiveValueRecord_UShortVector_swigregister", ArchiveValueRecord_UShortVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_UShortVector_swiginit", ArchiveValueRecord_UShortVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_UShortVector", _wrap_NPValueRecord_UShortVector, METH_VARARGS, NULL},
{ "new_Ref_UShortVector", _wrap_new_Ref_UShortVector, METH_VARARGS, NULL},
{ "Ref_UShortVector_restore", _wrap_Ref_UShortVector_restore, METH_VARARGS, NULL},
{ "Ref_UShortVector_retrieve", _wrap_Ref_UShortVector_retrieve, METH_VARARGS, NULL},
{ "Ref_UShortVector_getValue", _wrap_Ref_UShortVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UShortVector", _wrap_delete_Ref_UShortVector, METH_O, NULL},
{ "Ref_UShortVector_swigregister", Ref_UShortVector_swigregister, METH_O, NULL},
{ "Ref_UShortVector_swiginit", Ref_UShortVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_LongVector", _wrap_new_ArchiveValueRecord_LongVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_LongVector", _wrap_delete_ArchiveValueRecord_LongVector, METH_O, NULL},
{ "ArchiveValueRecord_LongVector_swigregister", ArchiveValueRecord_LongVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_LongVector_swiginit", ArchiveValueRecord_LongVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_LongVector", _wrap_NPValueRecord_LongVector, METH_VARARGS, NULL},
{ "new_Ref_LongVector", _wrap_new_Ref_LongVector, METH_VARARGS, NULL},
{ "Ref_LongVector_restore", _wrap_Ref_LongVector_restore, METH_VARARGS, NULL},
{ "Ref_LongVector_retrieve", _wrap_Ref_LongVector_retrieve, METH_VARARGS, NULL},
{ "Ref_LongVector_getValue", _wrap_Ref_LongVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LongVector", _wrap_delete_Ref_LongVector, METH_O, NULL},
{ "Ref_LongVector_swigregister", Ref_LongVector_swigregister, METH_O, NULL},
{ "Ref_LongVector_swiginit", Ref_LongVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_ULongVector", _wrap_new_ArchiveValueRecord_ULongVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_ULongVector", _wrap_delete_ArchiveValueRecord_ULongVector, METH_O, NULL},
{ "ArchiveValueRecord_ULongVector_swigregister", ArchiveValueRecord_ULongVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_ULongVector_swiginit", ArchiveValueRecord_ULongVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_ULongVector", _wrap_NPValueRecord_ULongVector, METH_VARARGS, NULL},
{ "new_Ref_ULongVector", _wrap_new_Ref_ULongVector, METH_VARARGS, NULL},
{ "Ref_ULongVector_restore", _wrap_Ref_ULongVector_restore, METH_VARARGS, NULL},
{ "Ref_ULongVector_retrieve", _wrap_Ref_ULongVector_retrieve, METH_VARARGS, NULL},
{ "Ref_ULongVector_getValue", _wrap_Ref_ULongVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_ULongVector", _wrap_delete_Ref_ULongVector, METH_O, NULL},
{ "Ref_ULongVector_swigregister", Ref_ULongVector_swigregister, METH_O, NULL},
{ "Ref_ULongVector_swiginit", Ref_ULongVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_IntVector", _wrap_new_ArchiveValueRecord_IntVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_IntVector", _wrap_delete_ArchiveValueRecord_IntVector, METH_O, NULL},
{ "ArchiveValueRecord_IntVector_swigregister", ArchiveValueRecord_IntVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_IntVector_swiginit", ArchiveValueRecord_IntVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_IntVector", _wrap_NPValueRecord_IntVector, METH_VARARGS, NULL},
{ "new_Ref_IntVector", _wrap_new_Ref_IntVector, METH_VARARGS, NULL},
{ "Ref_IntVector_restore", _wrap_Ref_IntVector_restore, METH_VARARGS, NULL},
{ "Ref_IntVector_retrieve", _wrap_Ref_IntVector_retrieve, METH_VARARGS, NULL},
{ "Ref_IntVector_getValue", _wrap_Ref_IntVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_IntVector", _wrap_delete_Ref_IntVector, METH_O, NULL},
{ "Ref_IntVector_swigregister", Ref_IntVector_swigregister, METH_O, NULL},
{ "Ref_IntVector_swiginit", Ref_IntVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_LLongVector", _wrap_new_ArchiveValueRecord_LLongVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_LLongVector", _wrap_delete_ArchiveValueRecord_LLongVector, METH_O, NULL},
{ "ArchiveValueRecord_LLongVector_swigregister", ArchiveValueRecord_LLongVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_LLongVector_swiginit", ArchiveValueRecord_LLongVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_LLongVector", _wrap_NPValueRecord_LLongVector, METH_VARARGS, NULL},
{ "new_Ref_LLongVector", _wrap_new_Ref_LLongVector, METH_VARARGS, NULL},
{ "Ref_LLongVector_restore", _wrap_Ref_LLongVector_restore, METH_VARARGS, NULL},
{ "Ref_LLongVector_retrieve", _wrap_Ref_LLongVector_retrieve, METH_VARARGS, NULL},
{ "Ref_LLongVector_getValue", _wrap_Ref_LLongVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LLongVector", _wrap_delete_Ref_LLongVector, METH_O, NULL},
{ "Ref_LLongVector_swigregister", Ref_LLongVector_swigregister, METH_O, NULL},
{ "Ref_LLongVector_swiginit", Ref_LLongVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_UIntVector", _wrap_new_ArchiveValueRecord_UIntVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_UIntVector", _wrap_delete_ArchiveValueRecord_UIntVector, METH_O, NULL},
{ "ArchiveValueRecord_UIntVector_swigregister", ArchiveValueRecord_UIntVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_UIntVector_swiginit", ArchiveValueRecord_UIntVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_UIntVector", _wrap_NPValueRecord_UIntVector, METH_VARARGS, NULL},
{ "new_Ref_UIntVector", _wrap_new_Ref_UIntVector, METH_VARARGS, NULL},
{ "Ref_UIntVector_restore", _wrap_Ref_UIntVector_restore, METH_VARARGS, NULL},
{ "Ref_UIntVector_retrieve", _wrap_Ref_UIntVector_retrieve, METH_VARARGS, NULL},
{ "Ref_UIntVector_getValue", _wrap_Ref_UIntVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UIntVector", _wrap_delete_Ref_UIntVector, METH_O, NULL},
{ "Ref_UIntVector_swigregister", Ref_UIntVector_swigregister, METH_O, NULL},
{ "Ref_UIntVector_swiginit", Ref_UIntVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_ULLongVector", _wrap_new_ArchiveValueRecord_ULLongVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_ULLongVector", _wrap_delete_ArchiveValueRecord_ULLongVector, METH_O, NULL},
{ "ArchiveValueRecord_ULLongVector_swigregister", ArchiveValueRecord_ULLongVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_ULLongVector_swiginit", ArchiveValueRecord_ULLongVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_ULLongVector", _wrap_NPValueRecord_ULLongVector, METH_VARARGS, NULL},
{ "new_Ref_ULLongVector", _wrap_new_Ref_ULLongVector, METH_VARARGS, NULL},
{ "Ref_ULLongVector_restore", _wrap_Ref_ULLongVector_restore, METH_VARARGS, NULL},
{ "Ref_ULLongVector_retrieve", _wrap_Ref_ULLongVector_retrieve, METH_VARARGS, NULL},
{ "Ref_ULLongVector_getValue", _wrap_Ref_ULLongVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_ULLongVector", _wrap_delete_Ref_ULLongVector, METH_O, NULL},
{ "Ref_ULLongVector_swigregister", Ref_ULLongVector_swigregister, METH_O, NULL},
{ "Ref_ULLongVector_swiginit", Ref_ULLongVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_FloatVector", _wrap_new_ArchiveValueRecord_FloatVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_FloatVector", _wrap_delete_ArchiveValueRecord_FloatVector, METH_O, NULL},
{ "ArchiveValueRecord_FloatVector_swigregister", ArchiveValueRecord_FloatVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_FloatVector_swiginit", ArchiveValueRecord_FloatVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_FloatVector", _wrap_NPValueRecord_FloatVector, METH_VARARGS, NULL},
{ "new_Ref_FloatVector", _wrap_new_Ref_FloatVector, METH_VARARGS, NULL},
{ "Ref_FloatVector_restore", _wrap_Ref_FloatVector_restore, METH_VARARGS, NULL},
{ "Ref_FloatVector_retrieve", _wrap_Ref_FloatVector_retrieve, METH_VARARGS, NULL},
{ "Ref_FloatVector_getValue", _wrap_Ref_FloatVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_FloatVector", _wrap_delete_Ref_FloatVector, METH_O, NULL},
{ "Ref_FloatVector_swigregister", Ref_FloatVector_swigregister, METH_O, NULL},
{ "Ref_FloatVector_swiginit", Ref_FloatVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_DoubleVector", _wrap_new_ArchiveValueRecord_DoubleVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_DoubleVector", _wrap_delete_ArchiveValueRecord_DoubleVector, METH_O, NULL},
{ "ArchiveValueRecord_DoubleVector_swigregister", ArchiveValueRecord_DoubleVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_DoubleVector_swiginit", ArchiveValueRecord_DoubleVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_DoubleVector", _wrap_NPValueRecord_DoubleVector, METH_VARARGS, NULL},
{ "new_Ref_DoubleVector", _wrap_new_Ref_DoubleVector, METH_VARARGS, NULL},
{ "Ref_DoubleVector_restore", _wrap_Ref_DoubleVector_restore, METH_VARARGS, NULL},
{ "Ref_DoubleVector_retrieve", _wrap_Ref_DoubleVector_retrieve, METH_VARARGS, NULL},
{ "Ref_DoubleVector_getValue", _wrap_Ref_DoubleVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_DoubleVector", _wrap_delete_Ref_DoubleVector, METH_O, NULL},
{ "Ref_DoubleVector_swigregister", Ref_DoubleVector_swigregister, METH_O, NULL},
{ "Ref_DoubleVector_swiginit", Ref_DoubleVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_LDoubleVector", _wrap_new_ArchiveValueRecord_LDoubleVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_LDoubleVector", _wrap_delete_ArchiveValueRecord_LDoubleVector, METH_O, NULL},
{ "ArchiveValueRecord_LDoubleVector_swigregister", ArchiveValueRecord_LDoubleVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_LDoubleVector_swiginit", ArchiveValueRecord_LDoubleVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_LDoubleVector", _wrap_NPValueRecord_LDoubleVector, METH_VARARGS, NULL},
{ "new_Ref_LDoubleVector", _wrap_new_Ref_LDoubleVector, METH_VARARGS, NULL},
{ "Ref_LDoubleVector_restore", _wrap_Ref_LDoubleVector_restore, METH_VARARGS, NULL},
{ "Ref_LDoubleVector_retrieve", _wrap_Ref_LDoubleVector_retrieve, METH_VARARGS, NULL},
{ "Ref_LDoubleVector_getValue", _wrap_Ref_LDoubleVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LDoubleVector", _wrap_delete_Ref_LDoubleVector, METH_O, NULL},
{ "Ref_LDoubleVector_swigregister", Ref_LDoubleVector_swigregister, METH_O, NULL},
{ "Ref_LDoubleVector_swiginit", Ref_LDoubleVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_CFloatVector", _wrap_new_ArchiveValueRecord_CFloatVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_CFloatVector", _wrap_delete_ArchiveValueRecord_CFloatVector, METH_O, NULL},
{ "ArchiveValueRecord_CFloatVector_swigregister", ArchiveValueRecord_CFloatVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_CFloatVector_swiginit", ArchiveValueRecord_CFloatVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_CFloatVector", _wrap_NPValueRecord_CFloatVector, METH_VARARGS, NULL},
{ "new_Ref_CFloatVector", _wrap_new_Ref_CFloatVector, METH_VARARGS, NULL},
{ "Ref_CFloatVector_restore", _wrap_Ref_CFloatVector_restore, METH_VARARGS, NULL},
{ "Ref_CFloatVector_retrieve", _wrap_Ref_CFloatVector_retrieve, METH_VARARGS, NULL},
{ "Ref_CFloatVector_getValue", _wrap_Ref_CFloatVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_CFloatVector", _wrap_delete_Ref_CFloatVector, METH_O, NULL},
{ "Ref_CFloatVector_swigregister", Ref_CFloatVector_swigregister, METH_O, NULL},
{ "Ref_CFloatVector_swiginit", Ref_CFloatVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_CDoubleVector", _wrap_new_ArchiveValueRecord_CDoubleVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_CDoubleVector", _wrap_delete_ArchiveValueRecord_CDoubleVector, METH_O, NULL},
{ "ArchiveValueRecord_CDoubleVector_swigregister", ArchiveValueRecord_CDoubleVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_CDoubleVector_swiginit", ArchiveValueRecord_CDoubleVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_CDoubleVector", _wrap_NPValueRecord_CDoubleVector, METH_VARARGS, NULL},
{ "new_Ref_CDoubleVector", _wrap_new_Ref_CDoubleVector, METH_VARARGS, NULL},
{ "Ref_CDoubleVector_restore", _wrap_Ref_CDoubleVector_restore, METH_VARARGS, NULL},
{ "Ref_CDoubleVector_retrieve", _wrap_Ref_CDoubleVector_retrieve, METH_VARARGS, NULL},
{ "Ref_CDoubleVector_getValue", _wrap_Ref_CDoubleVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_CDoubleVector", _wrap_delete_Ref_CDoubleVector, METH_O, NULL},
{ "Ref_CDoubleVector_swigregister", Ref_CDoubleVector_swigregister, METH_O, NULL},
{ "Ref_CDoubleVector_swiginit", Ref_CDoubleVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_CLDoubleVector", _wrap_new_ArchiveValueRecord_CLDoubleVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_CLDoubleVector", _wrap_delete_ArchiveValueRecord_CLDoubleVector, METH_O, NULL},
{ "ArchiveValueRecord_CLDoubleVector_swigregister", ArchiveValueRecord_CLDoubleVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_CLDoubleVector_swiginit", ArchiveValueRecord_CLDoubleVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_CLDoubleVector", _wrap_NPValueRecord_CLDoubleVector, METH_VARARGS, NULL},
{ "new_Ref_CLDoubleVector", _wrap_new_Ref_CLDoubleVector, METH_VARARGS, NULL},
{ "Ref_CLDoubleVector_restore", _wrap_Ref_CLDoubleVector_restore, METH_VARARGS, NULL},
{ "Ref_CLDoubleVector_retrieve", _wrap_Ref_CLDoubleVector_retrieve, METH_VARARGS, NULL},
{ "Ref_CLDoubleVector_getValue", _wrap_Ref_CLDoubleVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_CLDoubleVector", _wrap_delete_Ref_CLDoubleVector, METH_O, NULL},
{ "Ref_CLDoubleVector_swigregister", Ref_CLDoubleVector_swigregister, METH_O, NULL},
{ "Ref_CLDoubleVector_swiginit", Ref_CLDoubleVector_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_StringVector", _wrap_new_ArchiveValueRecord_StringVector, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_StringVector", _wrap_delete_ArchiveValueRecord_StringVector, METH_O, NULL},
{ "ArchiveValueRecord_StringVector_swigregister", ArchiveValueRecord_StringVector_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_StringVector_swiginit", ArchiveValueRecord_StringVector_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_StringVector", _wrap_NPValueRecord_StringVector, METH_VARARGS, NULL},
{ "new_Ref_StringVector", _wrap_new_Ref_StringVector, METH_VARARGS, NULL},
{ "Ref_StringVector_restore", _wrap_Ref_StringVector_restore, METH_VARARGS, NULL},
{ "Ref_StringVector_retrieve", _wrap_Ref_StringVector_retrieve, METH_VARARGS, NULL},
{ "Ref_StringVector_getValue", _wrap_Ref_StringVector_getValue, METH_VARARGS, NULL},
{ "delete_Ref_StringVector", _wrap_delete_Ref_StringVector, METH_O, NULL},
{ "Ref_StringVector_swigregister", Ref_StringVector_swigregister, METH_O, NULL},
{ "Ref_StringVector_swiginit", Ref_StringVector_swiginit, METH_VARARGS, NULL},
{ "histoBars", _wrap_histoBars, METH_VARARGS, NULL},
{ "histoBars3d", _wrap_histoBars3d, METH_VARARGS, NULL},
{ "doubleHistoBins1D", _wrap_doubleHistoBins1D, METH_VARARGS, NULL},
{ "scanDensityND", _wrap_scanDensityND, METH_VARARGS, NULL},
{ "templateParameters", _wrap_templateParameters, METH_O, NULL},
{ "numpyArrayType", _wrap_numpyArrayType, METH_O, NULL},
{ "isNumpyShapeCompatible", _wrap_isNumpyShapeCompatible, METH_VARARGS, NULL},
{ "linearNumpyArrayElement", _wrap_linearNumpyArrayElement, METH_VARARGS, NULL},
{ "sumOfSquaredDifferences", _wrap_sumOfSquaredDifferences, METH_VARARGS, NULL},
{ "arrayNDFromNumpyBool", _wrap_arrayNDFromNumpyBool, METH_O, NULL},
{ "arrayNDFromNumpyInMemBool", _wrap_arrayNDFromNumpyInMemBool, METH_O, NULL},
{ "arrayNDFromNumpyUChar", _wrap_arrayNDFromNumpyUChar, METH_O, NULL},
{ "arrayNDFromNumpyInt", _wrap_arrayNDFromNumpyInt, METH_O, NULL},
{ "arrayNDFromNumpyLong", _wrap_arrayNDFromNumpyLong, METH_O, NULL},
{ "arrayNDFromNumpyFloat", _wrap_arrayNDFromNumpyFloat, METH_O, NULL},
{ "arrayNDFromNumpyDouble", _wrap_arrayNDFromNumpyDouble, METH_O, NULL},
{ "arrayNDFromNumpyCFloat", _wrap_arrayNDFromNumpyCFloat, METH_O, NULL},
{ "arrayNDFromNumpyCDouble", _wrap_arrayNDFromNumpyCDouble, METH_O, NULL},
{ "arrayNDFromNumpyInMemUChar", _wrap_arrayNDFromNumpyInMemUChar, METH_O, NULL},
{ "arrayNDFromNumpyInMemInt", _wrap_arrayNDFromNumpyInMemInt, METH_O, NULL},
{ "arrayNDFromNumpyInMemLong", _wrap_arrayNDFromNumpyInMemLong, METH_O, NULL},
{ "arrayNDFromNumpyInMemFloat", _wrap_arrayNDFromNumpyInMemFloat, METH_O, NULL},
{ "arrayNDFromNumpyInMemDouble", _wrap_arrayNDFromNumpyInMemDouble, METH_O, NULL},
{ "matrixFromNumpy", _wrap_matrixFromNumpy, METH_O, NULL},
{ "histoOutline1D", _wrap_histoOutline1D, METH_VARARGS, NULL},
{ "histoBinContents1D", _wrap_histoBinContents1D, METH_VARARGS, NULL},
{ "scanDensity1D", _wrap_scanDensity1D, METH_VARARGS, NULL},
{ "new_StorableNone", _wrap_new_StorableNone, METH_NOARGS, NULL},
{ "StorableNone___eq__", _wrap_StorableNone___eq__, METH_VARARGS, NULL},
{ "StorableNone___ne__", _wrap_StorableNone___ne__, METH_VARARGS, NULL},
{ "StorableNone_classId", _wrap_StorableNone_classId, METH_O, NULL},
{ "StorableNone_write", _wrap_StorableNone_write, METH_VARARGS, NULL},
{ "StorableNone_classname", _wrap_StorableNone_classname, METH_NOARGS, NULL},
{ "StorableNone_version", _wrap_StorableNone_version, METH_NOARGS, NULL},
{ "StorableNone_read", _wrap_StorableNone_read, METH_VARARGS, NULL},
{ "delete_StorableNone", _wrap_delete_StorableNone, METH_O, NULL},
{ "StorableNone_swigregister", StorableNone_swigregister, METH_O, NULL},
{ "StorableNone_swiginit", StorableNone_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_StorableNone", _wrap_new_ArchiveRecord_StorableNone, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StorableNone", _wrap_delete_ArchiveRecord_StorableNone, METH_O, NULL},
{ "ArchiveRecord_StorableNone_swigregister", ArchiveRecord_StorableNone_swigregister, METH_O, NULL},
{ "ArchiveRecord_StorableNone_swiginit", ArchiveRecord_StorableNone_swiginit, METH_VARARGS, NULL},
{ "new_Ref_StorableNone", _wrap_new_Ref_StorableNone, METH_VARARGS, NULL},
{ "Ref_StorableNone_restore", _wrap_Ref_StorableNone_restore, METH_VARARGS, NULL},
{ "Ref_StorableNone_retrieve", _wrap_Ref_StorableNone_retrieve, METH_VARARGS, NULL},
{ "Ref_StorableNone_getValue", _wrap_Ref_StorableNone_getValue, METH_VARARGS, NULL},
{ "delete_Ref_StorableNone", _wrap_delete_Ref_StorableNone, METH_O, NULL},
{ "Ref_StorableNone_swigregister", Ref_StorableNone_swigregister, METH_O, NULL},
{ "Ref_StorableNone_swiginit", Ref_StorableNone_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_StorableNone", _wrap_new_ArchiveValueRecord_StorableNone, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_StorableNone", _wrap_delete_ArchiveValueRecord_StorableNone, METH_O, NULL},
{ "ArchiveValueRecord_StorableNone_swigregister", ArchiveValueRecord_StorableNone_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_StorableNone_swiginit", ArchiveValueRecord_StorableNone_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_StorableNone", _wrap_NPValueRecord_StorableNone, METH_VARARGS, NULL},
{ "polyFilter1DToNumpy", _wrap_polyFilter1DToNumpy, METH_VARARGS, NULL},
{ "doubleHistoBinsND", _wrap_doubleHistoBinsND, METH_VARARGS, NULL},
{ "new_Ref_PyObject", _wrap_new_Ref_PyObject, METH_VARARGS, NULL},
{ "delete_Ref_PyObject", _wrap_delete_Ref_PyObject, METH_O, NULL},
{ "Ref_PyObject_retrieve", _wrap_Ref_PyObject_retrieve, METH_VARARGS, NULL},
{ "Ref_PyObject_getValue", _wrap_Ref_PyObject_getValue, METH_VARARGS, NULL},
{ "Ref_PyObject_swigregister", Ref_PyObject_swigregister, METH_O, NULL},
{ "Ref_PyObject_swiginit", Ref_PyObject_swiginit, METH_VARARGS, NULL},
{ "new_PythonRecord", _wrap_new_PythonRecord, METH_VARARGS, NULL},
{ "delete_PythonRecord", _wrap_delete_PythonRecord, METH_O, NULL},
{ "PythonRecord_swigregister", PythonRecord_swigregister, METH_O, NULL},
{ "PythonRecord_swiginit", PythonRecord_swiginit, METH_VARARGS, NULL},
{ "new_StringArchive", _wrap_new_StringArchive, METH_VARARGS, NULL},
{ "delete_StringArchive", _wrap_delete_StringArchive, METH_O, NULL},
{ "StringArchive_isOpen", _wrap_StringArchive_isOpen, METH_O, NULL},
{ "StringArchive_error", _wrap_StringArchive_error, METH_O, NULL},
{ "StringArchive_isReadable", _wrap_StringArchive_isReadable, METH_O, NULL},
{ "StringArchive_isWritable", _wrap_StringArchive_isWritable, METH_O, NULL},
{ "StringArchive_size", _wrap_StringArchive_size, METH_O, NULL},
{ "StringArchive_smallestId", _wrap_StringArchive_smallestId, METH_O, NULL},
{ "StringArchive_largestId", _wrap_StringArchive_largestId, METH_O, NULL},
{ "StringArchive_idsAreContiguous", _wrap_StringArchive_idsAreContiguous, METH_O, NULL},
{ "StringArchive_itemExists", _wrap_StringArchive_itemExists, METH_VARARGS, NULL},
{ "StringArchive_itemSearch", _wrap_StringArchive_itemSearch, METH_VARARGS, NULL},
{ "StringArchive_flush", _wrap_StringArchive_flush, METH_O, NULL},
{ "StringArchive_str", _wrap_StringArchive_str, METH_O, NULL},
{ "StringArchive_dataSize", _wrap_StringArchive_dataSize, METH_O, NULL},
{ "StringArchive_classId", _wrap_StringArchive_classId, METH_O, NULL},
{ "StringArchive_write", _wrap_StringArchive_write, METH_VARARGS, NULL},
{ "StringArchive_classname", _wrap_StringArchive_classname, METH_NOARGS, NULL},
{ "StringArchive_version", _wrap_StringArchive_version, METH_NOARGS, NULL},
{ "StringArchive_read", _wrap_StringArchive_read, METH_VARARGS, NULL},
{ "StringArchive_swigregister", StringArchive_swigregister, METH_O, NULL},
{ "StringArchive_swiginit", StringArchive_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveRecord_StringArchive", _wrap_new_ArchiveRecord_StringArchive, METH_VARARGS, NULL},
{ "delete_ArchiveRecord_StringArchive", _wrap_delete_ArchiveRecord_StringArchive, METH_O, NULL},
{ "ArchiveRecord_StringArchive_swigregister", ArchiveRecord_StringArchive_swigregister, METH_O, NULL},
{ "ArchiveRecord_StringArchive_swiginit", ArchiveRecord_StringArchive_swiginit, METH_VARARGS, NULL},
{ "NPRecord", _wrap_NPRecord, METH_VARARGS, NULL},
{ "stringArchiveToBinary", _wrap_stringArchiveToBinary, METH_O, NULL},
{ "stringArchiveFromBinary", _wrap_stringArchiveFromBinary, METH_O, NULL},
{ "lorpeSmooth1D", _wrap_lorpeSmooth1D, METH_VARARGS, NULL},
{ "weightedLorpeSmooth1D", _wrap_weightedLorpeSmooth1D, METH_VARARGS, NULL},
{ "arrayNDToNumpy", _wrap_arrayNDToNumpy, METH_VARARGS, NULL},
{ "matrixToNumpy", _wrap_matrixToNumpy, METH_VARARGS, NULL},
{ "delete_BinaryArchiveBase", _wrap_delete_BinaryArchiveBase, METH_O, NULL},
{ "BinaryArchiveBase_isOpen", _wrap_BinaryArchiveBase_isOpen, METH_O, NULL},
{ "BinaryArchiveBase_isReadable", _wrap_BinaryArchiveBase_isReadable, METH_O, NULL},
{ "BinaryArchiveBase_isWritable", _wrap_BinaryArchiveBase_isWritable, METH_O, NULL},
{ "BinaryArchiveBase_error", _wrap_BinaryArchiveBase_error, METH_O, NULL},
{ "BinaryArchiveBase_modeValid", _wrap_BinaryArchiveBase_modeValid, METH_O, NULL},
{ "BinaryArchiveBase_size", _wrap_BinaryArchiveBase_size, METH_O, NULL},
{ "BinaryArchiveBase_smallestId", _wrap_BinaryArchiveBase_smallestId, METH_O, NULL},
{ "BinaryArchiveBase_largestId", _wrap_BinaryArchiveBase_largestId, METH_O, NULL},
{ "BinaryArchiveBase_idsAreContiguous", _wrap_BinaryArchiveBase_idsAreContiguous, METH_O, NULL},
{ "BinaryArchiveBase_itemExists", _wrap_BinaryArchiveBase_itemExists, METH_VARARGS, NULL},
{ "BinaryArchiveBase_itemSearch", _wrap_BinaryArchiveBase_itemSearch, METH_VARARGS, NULL},
{ "BinaryArchiveBase_compressionBufferSize", _wrap_BinaryArchiveBase_compressionBufferSize, METH_O, NULL},
{ "BinaryArchiveBase_compressionLevel", _wrap_BinaryArchiveBase_compressionLevel, METH_O, NULL},
{ "BinaryArchiveBase_minSizeToCompress", _wrap_BinaryArchiveBase_minSizeToCompress, METH_O, NULL},
{ "BinaryArchiveBase_injectMetadata", _wrap_BinaryArchiveBase_injectMetadata, METH_O, NULL},
{ "BinaryArchiveBase_isEmptyFile", _wrap_BinaryArchiveBase_isEmptyFile, METH_O, NULL},
{ "BinaryArchiveBase_compression", _wrap_BinaryArchiveBase_compression, METH_O, NULL},
{ "BinaryArchiveBase_swigregister", BinaryArchiveBase_swigregister, METH_O, NULL},
{ "writeStringArchive", _wrap_writeStringArchive, METH_VARARGS, NULL},
{ "readStringArchive", _wrap_readStringArchive, METH_O, NULL},
{ "writeCompressedStringArchive", _wrap_writeCompressedStringArchive, METH_VARARGS, NULL},
{ "readCompressedStringArchive", _wrap_readCompressedStringArchive, METH_O, NULL},
{ "writeCompressedStringArchiveExt", _wrap_writeCompressedStringArchiveExt, METH_VARARGS, NULL},
{ "readCompressedStringArchiveExt", _wrap_readCompressedStringArchiveExt, METH_VARARGS, NULL},
{ "loadStringArchiveFromArchive", _wrap_loadStringArchiveFromArchive, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_Bool", _wrap_new_ArchiveValueRecord_Bool, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_Bool", _wrap_delete_ArchiveValueRecord_Bool, METH_O, NULL},
{ "ArchiveValueRecord_Bool_swigregister", ArchiveValueRecord_Bool_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_Bool_swiginit", ArchiveValueRecord_Bool_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_Bool", _wrap_NPValueRecord_Bool, METH_VARARGS, NULL},
{ "new_Ref_Bool", _wrap_new_Ref_Bool, METH_VARARGS, NULL},
{ "Ref_Bool_restore", _wrap_Ref_Bool_restore, METH_VARARGS, NULL},
{ "Ref_Bool_retrieve", _wrap_Ref_Bool_retrieve, METH_VARARGS, NULL},
{ "Ref_Bool_getValue", _wrap_Ref_Bool_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Bool", _wrap_delete_Ref_Bool, METH_O, NULL},
{ "Ref_Bool_swigregister", Ref_Bool_swigregister, METH_O, NULL},
{ "Ref_Bool_swiginit", Ref_Bool_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_Char", _wrap_new_ArchiveValueRecord_Char, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_Char", _wrap_delete_ArchiveValueRecord_Char, METH_O, NULL},
{ "ArchiveValueRecord_Char_swigregister", ArchiveValueRecord_Char_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_Char_swiginit", ArchiveValueRecord_Char_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_Char", _wrap_NPValueRecord_Char, METH_VARARGS, NULL},
{ "new_Ref_Char", _wrap_new_Ref_Char, METH_VARARGS, NULL},
{ "Ref_Char_restore", _wrap_Ref_Char_restore, METH_VARARGS, NULL},
{ "Ref_Char_retrieve", _wrap_Ref_Char_retrieve, METH_VARARGS, NULL},
{ "Ref_Char_getValue", _wrap_Ref_Char_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Char", _wrap_delete_Ref_Char, METH_O, NULL},
{ "Ref_Char_swigregister", Ref_Char_swigregister, METH_O, NULL},
{ "Ref_Char_swiginit", Ref_Char_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_UChar", _wrap_new_ArchiveValueRecord_UChar, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_UChar", _wrap_delete_ArchiveValueRecord_UChar, METH_O, NULL},
{ "ArchiveValueRecord_UChar_swigregister", ArchiveValueRecord_UChar_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_UChar_swiginit", ArchiveValueRecord_UChar_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_UChar", _wrap_NPValueRecord_UChar, METH_VARARGS, NULL},
{ "new_Ref_UChar", _wrap_new_Ref_UChar, METH_VARARGS, NULL},
{ "Ref_UChar_restore", _wrap_Ref_UChar_restore, METH_VARARGS, NULL},
{ "Ref_UChar_retrieve", _wrap_Ref_UChar_retrieve, METH_VARARGS, NULL},
{ "Ref_UChar_getValue", _wrap_Ref_UChar_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UChar", _wrap_delete_Ref_UChar, METH_O, NULL},
{ "Ref_UChar_swigregister", Ref_UChar_swigregister, METH_O, NULL},
{ "Ref_UChar_swiginit", Ref_UChar_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_SChar", _wrap_new_ArchiveValueRecord_SChar, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_SChar", _wrap_delete_ArchiveValueRecord_SChar, METH_O, NULL},
{ "ArchiveValueRecord_SChar_swigregister", ArchiveValueRecord_SChar_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_SChar_swiginit", ArchiveValueRecord_SChar_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_SChar", _wrap_NPValueRecord_SChar, METH_VARARGS, NULL},
{ "new_Ref_SChar", _wrap_new_Ref_SChar, METH_VARARGS, NULL},
{ "Ref_SChar_restore", _wrap_Ref_SChar_restore, METH_VARARGS, NULL},
{ "Ref_SChar_retrieve", _wrap_Ref_SChar_retrieve, METH_VARARGS, NULL},
{ "Ref_SChar_getValue", _wrap_Ref_SChar_getValue, METH_VARARGS, NULL},
{ "delete_Ref_SChar", _wrap_delete_Ref_SChar, METH_O, NULL},
{ "Ref_SChar_swigregister", Ref_SChar_swigregister, METH_O, NULL},
{ "Ref_SChar_swiginit", Ref_SChar_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_Short", _wrap_new_ArchiveValueRecord_Short, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_Short", _wrap_delete_ArchiveValueRecord_Short, METH_O, NULL},
{ "ArchiveValueRecord_Short_swigregister", ArchiveValueRecord_Short_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_Short_swiginit", ArchiveValueRecord_Short_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_Short", _wrap_NPValueRecord_Short, METH_VARARGS, NULL},
{ "new_Ref_Short", _wrap_new_Ref_Short, METH_VARARGS, NULL},
{ "Ref_Short_restore", _wrap_Ref_Short_restore, METH_VARARGS, NULL},
{ "Ref_Short_retrieve", _wrap_Ref_Short_retrieve, METH_VARARGS, NULL},
{ "Ref_Short_getValue", _wrap_Ref_Short_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Short", _wrap_delete_Ref_Short, METH_O, NULL},
{ "Ref_Short_swigregister", Ref_Short_swigregister, METH_O, NULL},
{ "Ref_Short_swiginit", Ref_Short_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_UShort", _wrap_new_ArchiveValueRecord_UShort, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_UShort", _wrap_delete_ArchiveValueRecord_UShort, METH_O, NULL},
{ "ArchiveValueRecord_UShort_swigregister", ArchiveValueRecord_UShort_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_UShort_swiginit", ArchiveValueRecord_UShort_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_UShort", _wrap_NPValueRecord_UShort, METH_VARARGS, NULL},
{ "new_Ref_UShort", _wrap_new_Ref_UShort, METH_VARARGS, NULL},
{ "Ref_UShort_restore", _wrap_Ref_UShort_restore, METH_VARARGS, NULL},
{ "Ref_UShort_retrieve", _wrap_Ref_UShort_retrieve, METH_VARARGS, NULL},
{ "Ref_UShort_getValue", _wrap_Ref_UShort_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UShort", _wrap_delete_Ref_UShort, METH_O, NULL},
{ "Ref_UShort_swigregister", Ref_UShort_swigregister, METH_O, NULL},
{ "Ref_UShort_swiginit", Ref_UShort_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_Int", _wrap_new_ArchiveValueRecord_Int, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_Int", _wrap_delete_ArchiveValueRecord_Int, METH_O, NULL},
{ "ArchiveValueRecord_Int_swigregister", ArchiveValueRecord_Int_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_Int_swiginit", ArchiveValueRecord_Int_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_Int", _wrap_NPValueRecord_Int, METH_VARARGS, NULL},
{ "new_Ref_Int", _wrap_new_Ref_Int, METH_VARARGS, NULL},
{ "Ref_Int_restore", _wrap_Ref_Int_restore, METH_VARARGS, NULL},
{ "Ref_Int_retrieve", _wrap_Ref_Int_retrieve, METH_VARARGS, NULL},
{ "Ref_Int_getValue", _wrap_Ref_Int_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Int", _wrap_delete_Ref_Int, METH_O, NULL},
{ "Ref_Int_swigregister", Ref_Int_swigregister, METH_O, NULL},
{ "Ref_Int_swiginit", Ref_Int_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_Long", _wrap_new_ArchiveValueRecord_Long, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_Long", _wrap_delete_ArchiveValueRecord_Long, METH_O, NULL},
{ "ArchiveValueRecord_Long_swigregister", ArchiveValueRecord_Long_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_Long_swiginit", ArchiveValueRecord_Long_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_Long", _wrap_NPValueRecord_Long, METH_VARARGS, NULL},
{ "new_Ref_Long", _wrap_new_Ref_Long, METH_VARARGS, NULL},
{ "Ref_Long_restore", _wrap_Ref_Long_restore, METH_VARARGS, NULL},
{ "Ref_Long_retrieve", _wrap_Ref_Long_retrieve, METH_VARARGS, NULL},
{ "Ref_Long_getValue", _wrap_Ref_Long_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Long", _wrap_delete_Ref_Long, METH_O, NULL},
{ "Ref_Long_swigregister", Ref_Long_swigregister, METH_O, NULL},
{ "Ref_Long_swiginit", Ref_Long_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_LLong", _wrap_new_ArchiveValueRecord_LLong, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_LLong", _wrap_delete_ArchiveValueRecord_LLong, METH_O, NULL},
{ "ArchiveValueRecord_LLong_swigregister", ArchiveValueRecord_LLong_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_LLong_swiginit", ArchiveValueRecord_LLong_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_LLong", _wrap_NPValueRecord_LLong, METH_VARARGS, NULL},
{ "new_Ref_LLong", _wrap_new_Ref_LLong, METH_VARARGS, NULL},
{ "Ref_LLong_restore", _wrap_Ref_LLong_restore, METH_VARARGS, NULL},
{ "Ref_LLong_retrieve", _wrap_Ref_LLong_retrieve, METH_VARARGS, NULL},
{ "Ref_LLong_getValue", _wrap_Ref_LLong_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LLong", _wrap_delete_Ref_LLong, METH_O, NULL},
{ "Ref_LLong_swigregister", Ref_LLong_swigregister, METH_O, NULL},
{ "Ref_LLong_swiginit", Ref_LLong_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_UInt", _wrap_new_ArchiveValueRecord_UInt, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_UInt", _wrap_delete_ArchiveValueRecord_UInt, METH_O, NULL},
{ "ArchiveValueRecord_UInt_swigregister", ArchiveValueRecord_UInt_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_UInt_swiginit", ArchiveValueRecord_UInt_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_UInt", _wrap_NPValueRecord_UInt, METH_VARARGS, NULL},
{ "new_Ref_UInt", _wrap_new_Ref_UInt, METH_VARARGS, NULL},
{ "Ref_UInt_restore", _wrap_Ref_UInt_restore, METH_VARARGS, NULL},
{ "Ref_UInt_retrieve", _wrap_Ref_UInt_retrieve, METH_VARARGS, NULL},
{ "Ref_UInt_getValue", _wrap_Ref_UInt_getValue, METH_VARARGS, NULL},
{ "delete_Ref_UInt", _wrap_delete_Ref_UInt, METH_O, NULL},
{ "Ref_UInt_swigregister", Ref_UInt_swigregister, METH_O, NULL},
{ "Ref_UInt_swiginit", Ref_UInt_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_ULong", _wrap_new_ArchiveValueRecord_ULong, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_ULong", _wrap_delete_ArchiveValueRecord_ULong, METH_O, NULL},
{ "ArchiveValueRecord_ULong_swigregister", ArchiveValueRecord_ULong_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_ULong_swiginit", ArchiveValueRecord_ULong_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_ULong", _wrap_NPValueRecord_ULong, METH_VARARGS, NULL},
{ "new_Ref_ULong", _wrap_new_Ref_ULong, METH_VARARGS, NULL},
{ "Ref_ULong_restore", _wrap_Ref_ULong_restore, METH_VARARGS, NULL},
{ "Ref_ULong_retrieve", _wrap_Ref_ULong_retrieve, METH_VARARGS, NULL},
{ "Ref_ULong_getValue", _wrap_Ref_ULong_getValue, METH_VARARGS, NULL},
{ "delete_Ref_ULong", _wrap_delete_Ref_ULong, METH_O, NULL},
{ "Ref_ULong_swigregister", Ref_ULong_swigregister, METH_O, NULL},
{ "Ref_ULong_swiginit", Ref_ULong_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_ULLong", _wrap_new_ArchiveValueRecord_ULLong, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_ULLong", _wrap_delete_ArchiveValueRecord_ULLong, METH_O, NULL},
{ "ArchiveValueRecord_ULLong_swigregister", ArchiveValueRecord_ULLong_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_ULLong_swiginit", ArchiveValueRecord_ULLong_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_ULLong", _wrap_NPValueRecord_ULLong, METH_VARARGS, NULL},
{ "new_Ref_ULLong", _wrap_new_Ref_ULLong, METH_VARARGS, NULL},
{ "Ref_ULLong_restore", _wrap_Ref_ULLong_restore, METH_VARARGS, NULL},
{ "Ref_ULLong_retrieve", _wrap_Ref_ULLong_retrieve, METH_VARARGS, NULL},
{ "Ref_ULLong_getValue", _wrap_Ref_ULLong_getValue, METH_VARARGS, NULL},
{ "delete_Ref_ULLong", _wrap_delete_Ref_ULLong, METH_O, NULL},
{ "Ref_ULLong_swigregister", Ref_ULLong_swigregister, METH_O, NULL},
{ "Ref_ULLong_swiginit", Ref_ULLong_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_Float", _wrap_new_ArchiveValueRecord_Float, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_Float", _wrap_delete_ArchiveValueRecord_Float, METH_O, NULL},
{ "ArchiveValueRecord_Float_swigregister", ArchiveValueRecord_Float_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_Float_swiginit", ArchiveValueRecord_Float_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_Float", _wrap_NPValueRecord_Float, METH_VARARGS, NULL},
{ "new_Ref_Float", _wrap_new_Ref_Float, METH_VARARGS, NULL},
{ "Ref_Float_restore", _wrap_Ref_Float_restore, METH_VARARGS, NULL},
{ "Ref_Float_retrieve", _wrap_Ref_Float_retrieve, METH_VARARGS, NULL},
{ "Ref_Float_getValue", _wrap_Ref_Float_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Float", _wrap_delete_Ref_Float, METH_O, NULL},
{ "Ref_Float_swigregister", Ref_Float_swigregister, METH_O, NULL},
{ "Ref_Float_swiginit", Ref_Float_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_Double", _wrap_new_ArchiveValueRecord_Double, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_Double", _wrap_delete_ArchiveValueRecord_Double, METH_O, NULL},
{ "ArchiveValueRecord_Double_swigregister", ArchiveValueRecord_Double_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_Double_swiginit", ArchiveValueRecord_Double_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_Double", _wrap_NPValueRecord_Double, METH_VARARGS, NULL},
{ "new_Ref_Double", _wrap_new_Ref_Double, METH_VARARGS, NULL},
{ "Ref_Double_restore", _wrap_Ref_Double_restore, METH_VARARGS, NULL},
{ "Ref_Double_retrieve", _wrap_Ref_Double_retrieve, METH_VARARGS, NULL},
{ "Ref_Double_getValue", _wrap_Ref_Double_getValue, METH_VARARGS, NULL},
{ "delete_Ref_Double", _wrap_delete_Ref_Double, METH_O, NULL},
{ "Ref_Double_swigregister", Ref_Double_swigregister, METH_O, NULL},
{ "Ref_Double_swiginit", Ref_Double_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_LDouble", _wrap_new_ArchiveValueRecord_LDouble, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_LDouble", _wrap_delete_ArchiveValueRecord_LDouble, METH_O, NULL},
{ "ArchiveValueRecord_LDouble_swigregister", ArchiveValueRecord_LDouble_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_LDouble_swiginit", ArchiveValueRecord_LDouble_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_LDouble", _wrap_NPValueRecord_LDouble, METH_VARARGS, NULL},
{ "new_Ref_LDouble", _wrap_new_Ref_LDouble, METH_VARARGS, NULL},
{ "Ref_LDouble_restore", _wrap_Ref_LDouble_restore, METH_VARARGS, NULL},
{ "Ref_LDouble_retrieve", _wrap_Ref_LDouble_retrieve, METH_VARARGS, NULL},
{ "Ref_LDouble_getValue", _wrap_Ref_LDouble_getValue, METH_VARARGS, NULL},
{ "delete_Ref_LDouble", _wrap_delete_Ref_LDouble, METH_O, NULL},
{ "Ref_LDouble_swigregister", Ref_LDouble_swigregister, METH_O, NULL},
{ "Ref_LDouble_swiginit", Ref_LDouble_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_CFloat", _wrap_new_ArchiveValueRecord_CFloat, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_CFloat", _wrap_delete_ArchiveValueRecord_CFloat, METH_O, NULL},
{ "ArchiveValueRecord_CFloat_swigregister", ArchiveValueRecord_CFloat_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_CFloat_swiginit", ArchiveValueRecord_CFloat_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_CFloat", _wrap_NPValueRecord_CFloat, METH_VARARGS, NULL},
{ "new_Ref_CFloat", _wrap_new_Ref_CFloat, METH_VARARGS, NULL},
{ "Ref_CFloat_restore", _wrap_Ref_CFloat_restore, METH_VARARGS, NULL},
{ "Ref_CFloat_retrieve", _wrap_Ref_CFloat_retrieve, METH_VARARGS, NULL},
{ "Ref_CFloat_getValue", _wrap_Ref_CFloat_getValue, METH_VARARGS, NULL},
{ "delete_Ref_CFloat", _wrap_delete_Ref_CFloat, METH_O, NULL},
{ "Ref_CFloat_swigregister", Ref_CFloat_swigregister, METH_O, NULL},
{ "Ref_CFloat_swiginit", Ref_CFloat_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_CDouble", _wrap_new_ArchiveValueRecord_CDouble, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_CDouble", _wrap_delete_ArchiveValueRecord_CDouble, METH_O, NULL},
{ "ArchiveValueRecord_CDouble_swigregister", ArchiveValueRecord_CDouble_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_CDouble_swiginit", ArchiveValueRecord_CDouble_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_CDouble", _wrap_NPValueRecord_CDouble, METH_VARARGS, NULL},
{ "new_Ref_CDouble", _wrap_new_Ref_CDouble, METH_VARARGS, NULL},
{ "Ref_CDouble_restore", _wrap_Ref_CDouble_restore, METH_VARARGS, NULL},
{ "Ref_CDouble_retrieve", _wrap_Ref_CDouble_retrieve, METH_VARARGS, NULL},
{ "Ref_CDouble_getValue", _wrap_Ref_CDouble_getValue, METH_VARARGS, NULL},
{ "delete_Ref_CDouble", _wrap_delete_Ref_CDouble, METH_O, NULL},
{ "Ref_CDouble_swigregister", Ref_CDouble_swigregister, METH_O, NULL},
{ "Ref_CDouble_swiginit", Ref_CDouble_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_CLDouble", _wrap_new_ArchiveValueRecord_CLDouble, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_CLDouble", _wrap_delete_ArchiveValueRecord_CLDouble, METH_O, NULL},
{ "ArchiveValueRecord_CLDouble_swigregister", ArchiveValueRecord_CLDouble_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_CLDouble_swiginit", ArchiveValueRecord_CLDouble_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_CLDouble", _wrap_NPValueRecord_CLDouble, METH_VARARGS, NULL},
{ "new_Ref_CLDouble", _wrap_new_Ref_CLDouble, METH_VARARGS, NULL},
{ "Ref_CLDouble_restore", _wrap_Ref_CLDouble_restore, METH_VARARGS, NULL},
{ "Ref_CLDouble_retrieve", _wrap_Ref_CLDouble_retrieve, METH_VARARGS, NULL},
{ "Ref_CLDouble_getValue", _wrap_Ref_CLDouble_getValue, METH_VARARGS, NULL},
{ "delete_Ref_CLDouble", _wrap_delete_Ref_CLDouble, METH_O, NULL},
{ "Ref_CLDouble_swigregister", Ref_CLDouble_swigregister, METH_O, NULL},
{ "Ref_CLDouble_swiginit", Ref_CLDouble_swiginit, METH_VARARGS, NULL},
{ "new_ArchiveValueRecord_String", _wrap_new_ArchiveValueRecord_String, METH_VARARGS, NULL},
{ "delete_ArchiveValueRecord_String", _wrap_delete_ArchiveValueRecord_String, METH_O, NULL},
{ "ArchiveValueRecord_String_swigregister", ArchiveValueRecord_String_swigregister, METH_O, NULL},
{ "ArchiveValueRecord_String_swiginit", ArchiveValueRecord_String_swiginit, METH_VARARGS, NULL},
{ "NPValueRecord_String", _wrap_NPValueRecord_String, METH_VARARGS, NULL},
{ "new_Ref_String", _wrap_new_Ref_String, METH_VARARGS, NULL},
{ "Ref_String_restore", _wrap_Ref_String_restore, METH_VARARGS, NULL},
{ "Ref_String_retrieve", _wrap_Ref_String_retrieve, METH_VARARGS, NULL},
{ "Ref_String_getValue", _wrap_Ref_String_getValue, METH_VARARGS, NULL},
{ "delete_Ref_String", _wrap_delete_Ref_String, METH_O, NULL},
{ "Ref_String_swigregister", Ref_String_swigregister, METH_O, NULL},
{ "Ref_String_swiginit", Ref_String_swiginit, METH_VARARGS, NULL},
{ "new_BinaryFileArchive", _wrap_new_BinaryFileArchive, METH_VARARGS, NULL},
{ "delete_BinaryFileArchive", _wrap_delete_BinaryFileArchive, METH_O, NULL},
{ "BinaryFileArchive_flush", _wrap_BinaryFileArchive_flush, METH_O, NULL},
{ "BinaryFileArchive_swigregister", BinaryFileArchive_swigregister, METH_O, NULL},
{ "BinaryFileArchive_swiginit", BinaryFileArchive_swiginit, METH_VARARGS, NULL},
{ "new_MultiFileArchive", _wrap_new_MultiFileArchive, METH_VARARGS, NULL},
{ "delete_MultiFileArchive", _wrap_delete_MultiFileArchive, METH_O, NULL},
{ "MultiFileArchive_flush", _wrap_MultiFileArchive_flush, METH_O, NULL},
{ "MultiFileArchive_swigregister", MultiFileArchive_swigregister, METH_O, NULL},
{ "MultiFileArchive_swiginit", MultiFileArchive_swiginit, METH_VARARGS, NULL},
{ NULL, NULL, 0, NULL }
};
static PyMethodDef SwigMethods_proxydocs[] = {
{ NULL, NULL, 0, NULL }
};
/* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
static void *_p_npstat__BasicPolyFilterNDTo_p_npstat__AbsPolyFilterND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilterND *) ((npstat::BasicPolyFilterND *) x));
}
static void *_p_npstat__SequentialPolyFilterNDTo_p_npstat__AbsPolyFilterND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilterND *) ((npstat::SequentialPolyFilterND *) x));
}
static void *_p_npstat__AbsUnfoldingFilterNDTo_p_npstat__AbsPolyFilterND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilterND *) ((npstat::AbsUnfoldingFilterND *) x));
}
static void *_p_npstat__UnfoldingFilterNDT_npstat__SequentialPolyFilterND_tTo_p_npstat__AbsPolyFilterND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilterND *) (npstat::AbsUnfoldingFilterND *) ((npstat::UnfoldingFilterND< npstat::SequentialPolyFilterND > *) x));
}
static void *_p_npstat__UnfoldingFilterNDT_npstat__LocalPolyFilterNDT_10U_t_tTo_p_npstat__AbsPolyFilterND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilterND *) (npstat::AbsUnfoldingFilterND *) ((npstat::UnfoldingFilterND< npstat::LocalPolyFilterND< 10U > > *) x));
}
static void *_p_npstat__KDEFilterNDT_10U_tTo_p_npstat__AbsPolyFilterND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilterND *) ((npstat::KDEFilterND< 10U > *) x));
}
static void *_p_npstat__LocalPolyFilterNDT_10U_tTo_p_npstat__AbsPolyFilterND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilterND *) ((npstat::LocalPolyFilterND< 10U > *) x));
}
static void *_p_npstat__UnfoldingFilterNDT_npstat__SequentialPolyFilterND_tTo_p_npstat__AbsUnfoldingFilterND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsUnfoldingFilterND *) ((npstat::UnfoldingFilterND< npstat::SequentialPolyFilterND > *) x));
}
static void *_p_npstat__UnfoldingFilterNDT_npstat__LocalPolyFilterNDT_10U_t_tTo_p_npstat__AbsUnfoldingFilterND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsUnfoldingFilterND *) ((npstat::UnfoldingFilterND< npstat::LocalPolyFilterND< 10U > > *) x));
}
static void *_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_2U_t_tTo_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_2U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCompositeDistroBuilder< std::array< double,2U > > *) ((npstat::NonparametricCompositeBuilder< std::array< double,2U > > *) x));
}
static void *_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_3U_t_tTo_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_3U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCompositeDistroBuilder< std::array< double,3U > > *) ((npstat::NonparametricCompositeBuilder< std::array< double,3U > > *) x));
}
static void *_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_4U_t_tTo_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_4U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCompositeDistroBuilder< std::array< double,4U > > *) ((npstat::NonparametricCompositeBuilder< std::array< double,4U > > *) x));
}
static void *_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_5U_t_tTo_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_5U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCompositeDistroBuilder< std::array< double,5U > > *) ((npstat::NonparametricCompositeBuilder< std::array< double,5U > > *) x));
}
static void *_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_6U_t_tTo_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_6U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCompositeDistroBuilder< std::array< double,6U > > *) ((npstat::NonparametricCompositeBuilder< std::array< double,6U > > *) x));
}
static void *_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_7U_t_tTo_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_7U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCompositeDistroBuilder< std::array< double,7U > > *) ((npstat::NonparametricCompositeBuilder< std::array< double,7U > > *) x));
}
static void *_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_8U_t_tTo_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_8U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCompositeDistroBuilder< std::array< double,8U > > *) ((npstat::NonparametricCompositeBuilder< std::array< double,8U > > *) x));
}
static void *_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_9U_t_tTo_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_9U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCompositeDistroBuilder< std::array< double,9U > > *) ((npstat::NonparametricCompositeBuilder< std::array< double,9U > > *) x));
}
static void *_p_npstat__NonparametricCompositeBuilderT_std__arrayT_double_10U_t_tTo_p_npstat__AbsCompositeDistroBuilderT_std__arrayT_double_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCompositeDistroBuilder< std::array< double,10U > > *) ((npstat::NonparametricCompositeBuilder< std::array< double,10U > > *) x));
}
static void *_p_npstat__PolyFilter1DTo_p_std__vectorT_long_double_std__allocatorT_long_double_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::vector< long double,std::allocator< long double > > *) ((npstat::PolyFilter1D *) x));
}
static void *_p_npstat__ArrayMeanProjectorT_double_double_long_double_tTo_p_npstat__ArraySumProjectorT_double_double_long_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::ArraySumProjector< double,double,long double > *) ((npstat::ArrayMeanProjector< double,double,long double > *) x));
}
static void *_p_npstat__ArchivedNtupleT_float_tTo_p_npstat__AbsNtupleT_float_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsNtuple< float > *) ((npstat::ArchivedNtuple< float > *) x));
}
static void *_p_npstat__InMemoryNtupleT_float_tTo_p_npstat__AbsNtupleT_float_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsNtuple< float > *) ((npstat::InMemoryNtuple< float > *) x));
}
static void *_p_npstat__ArrayMinProjectorT_float_tTo_p_npstat__AbsVisitorT_float_float_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< float,float > *) ((npstat::ArrayMinProjector< float > *) x));
}
static void *_p_npstat__ArrayMaxProjectorT_float_tTo_p_npstat__AbsVisitorT_float_float_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< float,float > *) ((npstat::ArrayMaxProjector< float > *) x));
}
static void *_p_npstat__ArrayMedianProjectorT_float_tTo_p_npstat__AbsVisitorT_float_float_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< float,float > *) ((npstat::ArrayMedianProjector< float > *) x));
}
static void *_p_npstat__ArrayRangeProjectorT_float_tTo_p_npstat__AbsVisitorT_float_float_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< float,float > *) (npstat::ArrayMedianProjector< float > *) ((npstat::ArrayRangeProjector< float > *) x));
}
static void *_p_npstat__ArrayRangeProjectorT_float_tTo_p_npstat__ArrayMedianProjectorT_float_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::ArrayMedianProjector< float > *) ((npstat::ArrayRangeProjector< float > *) x));
}
static void *_p_npstat__ArchivedNtupleT_double_tTo_p_npstat__AbsNtupleT_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsNtuple< double > *) ((npstat::ArchivedNtuple< double > *) x));
}
static void *_p_npstat__InMemoryNtupleT_double_tTo_p_npstat__AbsNtupleT_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsNtuple< double > *) ((npstat::InMemoryNtuple< double > *) x));
}
static void *_p_npstat__UnscaledCdfFunctor1DTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::UnscaledCdfFunctor1D *) x));
}
static void *_p_npstat__UnscaledDensityFunctor1DTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::UnscaledDensityFunctor1D *) x));
}
static void *_p_npstat__QuantileFunctor1DTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::QuantileFunctor1D *) x));
}
static void *_p_npstat__ExceedanceFunctor1DTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::ExceedanceFunctor1D *) x));
}
static void *_p_npstat__CdfFunctor1DTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::CdfFunctor1D *) x));
}
static void *_p_npstat__DensitySquaredFunctor1DTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::DensitySquaredFunctor1D *) x));
}
static void *_p_npstat__DensityFunctor1DTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::DensityFunctor1D *) x));
}
static void *_p_npstat__DensityDiscretizationError1DTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::DensityDiscretizationError1D *) x));
}
static void *_p_npstat__InverseSquareRootT_double_tTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::InverseSquareRoot< double > *) x));
}
static void *_p_npstat__SquareRootT_double_tTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::SquareRoot< double > *) x));
}
static void *_p_npstat__FcnFunctor1T_double_double_tTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::FcnFunctor1< double,double > *) x));
}
static void *_p_npstat__ConstValue1T_double_double_tTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::ConstValue1< double,double > *) x));
}
static void *_p_npstat__ShiftT_double_tTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::Shift< double > *) x));
}
static void *_p_npstat__SameT_double_tTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::Same< double > *) x));
}
static void *_p_npstat__KDE1DLSCVFunctorHelperT_double_tTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::KDE1DLSCVFunctorHelper< double > *) x));
}
static void *_p_npstat__KDE1DRLCVFunctorHelperT_double_tTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::KDE1DRLCVFunctorHelper< double > *) x));
}
static void *_p_npstat__StorablePolySeries1DTo_p_npstat__Functor1T_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< double,double > *) ((npstat::StorablePolySeries1D *) x));
}
static void *_p_npstat__BandwidthGCVPseudoLogli1DT_double_double_tTo_p_npstat__AbsBandwidthGCV1DT_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCV1D< double,double > *) ((npstat::BandwidthGCVPseudoLogli1D< double,double > *) x));
}
static void *_p_npstat__BandwidthGCVLeastSquares1DT_double_double_tTo_p_npstat__AbsBandwidthGCV1DT_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCV1D< double,double > *) ((npstat::BandwidthGCVLeastSquares1D< double,double > *) x));
}
static void *_p_npstat__BandwidthGCVLeastSquares1DT_float_double_tTo_p_npstat__AbsBandwidthGCV1DT_float_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCV1D< float,double > *) ((npstat::BandwidthGCVLeastSquares1D< float,double > *) x));
}
static void *_p_npstat__BandwidthGCVPseudoLogli1DT_float_double_tTo_p_npstat__AbsBandwidthGCV1DT_float_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCV1D< float,double > *) ((npstat::BandwidthGCVPseudoLogli1D< float,double > *) x));
}
static void *_p_npstat__BandwidthGCVLeastSquares1DT_long_double_tTo_p_npstat__AbsBandwidthGCV1DT_long_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCV1D< long,double > *) ((npstat::BandwidthGCVLeastSquares1D< long,double > *) x));
}
static void *_p_npstat__BandwidthGCVPseudoLogli1DT_long_double_tTo_p_npstat__AbsBandwidthGCV1DT_long_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCV1D< long,double > *) ((npstat::BandwidthGCVPseudoLogli1D< long,double > *) x));
}
static void *_p_npstat__BandwidthGCVLeastSquares1DT_int_double_tTo_p_npstat__AbsBandwidthGCV1DT_int_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCV1D< int,double > *) ((npstat::BandwidthGCVLeastSquares1D< int,double > *) x));
}
static void *_p_npstat__BandwidthGCVPseudoLogli1DT_int_double_tTo_p_npstat__AbsBandwidthGCV1DT_int_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCV1D< int,double > *) ((npstat::BandwidthGCVPseudoLogli1D< int,double > *) x));
}
static void *_p_npstat__ConstValue3T_double_double_double_double_tTo_p_npstat__Functor3T_double_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor3< double,double,double,double > *) ((npstat::ConstValue3< double,double,double,double > *) x));
}
static void *_p_npstat__FcnFunctor3T_double_double_double_double_tTo_p_npstat__Functor3T_double_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor3< double,double,double,double > *) ((npstat::FcnFunctor3< double,double,double,double > *) x));
}
static void *_p_npstat__KDE1DFunctor2To_p_npstat__Functor2T_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor2< double,double,double > *) ((npstat::KDE1DFunctor2 *) x));
}
static void *_p_npstat__ConstValue2T_double_double_double_tTo_p_npstat__Functor2T_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor2< double,double,double > *) ((npstat::ConstValue2< double,double,double > *) x));
}
static void *_p_npstat__FcnFunctor2T_double_double_double_tTo_p_npstat__Functor2T_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor2< double,double,double > *) ((npstat::FcnFunctor2< double,double,double > *) x));
}
static void *_p_npstat__ConstValue0T_double_tTo_p_npstat__Functor0T_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor0< double > *) ((npstat::ConstValue0< double > *) x));
}
static void *_p_npstat__FcnFunctor0T_double_tTo_p_npstat__Functor0T_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor0< double > *) ((npstat::FcnFunctor0< double > *) x));
}
static void *_p_npstat__Poly1DFunctorTo_p_npstat__Functor1T_long_double_long_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< long double,long double > *) ((npstat::Poly1DFunctor *) x));
}
static void *_p_npstat__OrthoPoly1DWeightTo_p_npstat__Functor1T_long_double_long_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< long double,long double > *) ((npstat::OrthoPoly1DWeight *) x));
}
static void *_p_npstat__OrthoPoly1DDegTo_p_npstat__Functor1T_long_double_long_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::Functor1< long double,long double > *) ((npstat::OrthoPoly1DDeg *) x));
}
static void *_p_npstat__ArrayMeanProjectorT_double_double_long_double_tTo_p_npstat__AbsVisitorT_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< double,double > *) (npstat::ArraySumProjector< double,double,long double > *) ((npstat::ArrayMeanProjector< double,double,long double > *) x));
}
static void *_p_npstat__ArraySumProjectorT_double_double_long_double_tTo_p_npstat__AbsVisitorT_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< double,double > *) ((npstat::ArraySumProjector< double,double,long double > *) x));
}
static void *_p_npstat__ArrayMinProjectorT_double_tTo_p_npstat__AbsVisitorT_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< double,double > *) ((npstat::ArrayMinProjector< double > *) x));
}
static void *_p_npstat__ArrayMaxProjectorT_double_tTo_p_npstat__AbsVisitorT_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< double,double > *) ((npstat::ArrayMaxProjector< double > *) x));
}
static void *_p_npstat__ArrayMedianProjectorT_double_tTo_p_npstat__AbsVisitorT_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< double,double > *) ((npstat::ArrayMedianProjector< double > *) x));
}
static void *_p_npstat__ArrayRangeProjectorT_double_tTo_p_npstat__AbsVisitorT_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< double,double > *) (npstat::ArrayMedianProjector< double > *) ((npstat::ArrayRangeProjector< double > *) x));
}
static void *_p_npstat__ArrayRangeProjectorT_double_tTo_p_npstat__ArrayMedianProjectorT_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::ArrayMedianProjector< double > *) ((npstat::ArrayRangeProjector< double > *) x));
}
static void *_p_npstat__ArrayMeanProjectorT_float_double_long_double_tTo_p_npstat__AbsVisitorT_float_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< float,double > *) (npstat::ArraySumProjector< float,double,long double > *) ((npstat::ArrayMeanProjector< float,double,long double > *) x));
}
static void *_p_npstat__ArraySumProjectorT_float_double_long_double_tTo_p_npstat__AbsVisitorT_float_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< float,double > *) ((npstat::ArraySumProjector< float,double,long double > *) x));
}
static void *_p_npstat__ArrayMeanProjectorT_int_double_long_double_tTo_p_npstat__AbsVisitorT_int_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< int,double > *) (npstat::ArraySumProjector< int,double,long double > *) ((npstat::ArrayMeanProjector< int,double,long double > *) x));
}
static void *_p_npstat__ArraySumProjectorT_int_double_long_double_tTo_p_npstat__AbsVisitorT_int_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< int,double > *) ((npstat::ArraySumProjector< int,double,long double > *) x));
}
static void *_p_npstat__ArraySumProjectorT_long_double_long_double_tTo_p_npstat__AbsVisitorT_long_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< long,double > *) ((npstat::ArraySumProjector< long,double,long double > *) x));
}
static void *_p_npstat__ArrayMeanProjectorT_long_double_long_double_tTo_p_npstat__AbsVisitorT_long_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< long,double > *) (npstat::ArraySumProjector< long,double,long double > *) ((npstat::ArrayMeanProjector< long,double,long double > *) x));
}
static void *_p_npstat__ArraySumProjectorT_unsigned_char_double_long_double_tTo_p_npstat__AbsVisitorT_unsigned_char_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< unsigned char,double > *) ((npstat::ArraySumProjector< unsigned char,double,long double > *) x));
}
static void *_p_npstat__ArrayMeanProjectorT_unsigned_char_double_long_double_tTo_p_npstat__AbsVisitorT_unsigned_char_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< unsigned char,double > *) (npstat::ArraySumProjector< unsigned char,double,long double > *) ((npstat::ArrayMeanProjector< unsigned char,double,long double > *) x));
}
static void *_p_p_npstat__InterpolatedDistribution1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsInterpolatedDistribution1D *) ((npstat::InterpolatedDistribution1D **) x));
}
static void *_p_p_npstat__VerticallyInterpolatedDistribution1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsInterpolatedDistribution1D *) ((npstat::VerticallyInterpolatedDistribution1D **) x));
}
static void *_p_p_npstat__AbsInterpolatedDistribution1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::AbsInterpolatedDistribution1D **) x));
}
static void *_p_p_npstat__TruncatedDistribution1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::TruncatedDistribution1D **) x));
}
static void *_p_p_npstat__UGaussConvolution1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::UGaussConvolution1D **) x));
}
static void *_p_p_npstat__ExpTiltedDistribution1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::ExpTiltedDistribution1D **) x));
}
static void *_p_p_npstat__AbsScalableDistribution1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::AbsScalableDistribution1D **) x));
}
static void *_p_p_npstat__FoldedDistribution1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::FoldedDistribution1D **) x));
}
static void *_p_p_npstat__ComparisonDistribution1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::ComparisonDistribution1D **) x));
}
static void *_p_p_npstat__CompositeDistribution1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::CompositeDistribution1D **) x));
}
static void *_p_p_npstat__Beta1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Beta1D **) x));
}
static void *_p_p_npstat__IsoscelesTriangle1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::IsoscelesTriangle1D **) x));
}
static void *_p_p_npstat__InterpolatedDistro1DNPTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::InterpolatedDistro1DNP **) x));
}
static void *_p_p_npstat__Huber1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Huber1D **) x));
}
static void *_p_p_npstat__Logistic1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Logistic1D **) x));
}
static void *_p_p_npstat__UniPareto1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::UniPareto1D **) x));
}
static void *_p_p_npstat__Pareto1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Pareto1D **) x));
}
static void *_p_p_npstat__JohnsonLadderTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::CompositeDistribution1D *) ((npstat::JohnsonLadder **) x));
}
static void *_p_p_npstat__LogNormalTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::LogNormal **) x));
}
static void *_p_p_npstat__JohnsonSbTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::JohnsonSb **) x));
}
static void *_p_p_npstat__BinnedCompositeJohnsonTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::CompositeDistribution1D *) ((npstat::BinnedCompositeJohnson **) x));
}
static void *_p_p_npstat__Exponential1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Exponential1D **) x));
}
static void *_p_p_npstat__Gamma1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Gamma1D **) x));
}
static void *_p_p_npstat__Cauchy1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Cauchy1D **) x));
}
static void *_p_p_npstat__BinnedDensity1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::BinnedDensity1D **) x));
}
static void *_p_p_npstat__Gauss1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Gauss1D **) x));
}
static void *_p_p_npstat__TruncatedGauss1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::TruncatedGauss1D **) x));
}
static void *_p_p_npstat__MirroredGauss1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::MirroredGauss1D **) x));
}
static void *_p_p_npstat__BifurcatedGauss1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::BifurcatedGauss1D **) x));
}
static void *_p_p_npstat__CompositeGauss1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::CompositeDistribution1D *) ((npstat::CompositeGauss1D **) x));
}
static void *_p_p_npstat__BetaGauss1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::CompositeDistribution1D *) ((npstat::BetaGauss1D **) x));
}
static void *_p_p_npstat__SymmetricBeta1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::SymmetricBeta1D **) x));
}
static void *_p_p_npstat__JohnsonSystemTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::JohnsonSystem **) x));
}
static void *_p_p_npstat__RightCensoredDistributionTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::RightCensoredDistribution **) x));
}
static void *_p_p_npstat__LeftCensoredDistributionTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::LeftCensoredDistribution **) x));
}
static void *_p_p_npstat__LogQuadraticLadderTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::CompositeDistribution1D *) ((npstat::LogQuadraticLadder **) x));
}
static void *_p_p_npstat__StudentsT1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::StudentsT1D **) x));
}
static void *_p_p_npstat__Moyal1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Moyal1D **) x));
}
static void *_p_p_npstat__Quadratic1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Quadratic1D **) x));
}
static void *_p_p_npstat__LogQuadratic1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::LogQuadratic1D **) x));
}
static void *_p_p_npstat__JohnsonSuTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::JohnsonSu **) x));
}
static void *_p_p_npstat__GaussianMixture1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::GaussianMixture1D **) x));
}
static void *_p_p_npstat__DistributionMix1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::DistributionMix1D **) x));
}
static void *_p_p_npstat__QuantileTable1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::QuantileTable1D **) x));
}
static void *_p_p_npstat__Tabulated1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Tabulated1D **) x));
}
static void *_p_p_npstat__RatioOfNormalsTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::RatioOfNormals **) x));
}
static void *_p_p_npstat__Uniform1DTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) (npstat::AbsScalableDistribution1D *) ((npstat::Uniform1D **) x));
}
static void *_p_p_npstat__InterpolatedDistro1D1PTo_p_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D **) ((npstat::InterpolatedDistro1D1P **) x));
}
static void *_p_npstat__Poisson1DTo_p_npstat__AbsDiscreteDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDiscreteDistribution1D *) ((npstat::Poisson1D *) x));
}
static void *_p_npstat__DiscreteTabulated1DTo_p_npstat__AbsDiscreteDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDiscreteDistribution1D *) (npstat::ShiftableDiscreteDistribution1D *) ((npstat::DiscreteTabulated1D *) x));
}
static void *_p_npstat__ShiftableDiscreteDistribution1DTo_p_npstat__AbsDiscreteDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDiscreteDistribution1D *) ((npstat::ShiftableDiscreteDistribution1D *) x));
}
static void *_p_npstat__VerticallyInterpolatedDistribution1DTo_p_npstat__AbsInterpolatedDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsInterpolatedDistribution1D *) ((npstat::VerticallyInterpolatedDistribution1D *) x));
}
static void *_p_npstat__InterpolatedDistribution1DTo_p_npstat__AbsInterpolatedDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsInterpolatedDistribution1D *) ((npstat::InterpolatedDistribution1D *) x));
}
static void *_p_npstat__DiscreteTabulated1DTo_p_npstat__ShiftableDiscreteDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::ShiftableDiscreteDistribution1D *) ((npstat::DiscreteTabulated1D *) x));
}
static void *_p_npstat__InterpolatedDistribution1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsInterpolatedDistribution1D *) ((npstat::InterpolatedDistribution1D *) x));
}
static void *_p_npstat__VerticallyInterpolatedDistribution1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsInterpolatedDistribution1D *) ((npstat::VerticallyInterpolatedDistribution1D *) x));
}
static void *_p_npstat__AbsInterpolatedDistribution1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::AbsInterpolatedDistribution1D *) x));
}
static void *_p_npstat__TruncatedDistribution1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::TruncatedDistribution1D *) x));
}
static void *_p_npstat__UGaussConvolution1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::UGaussConvolution1D *) x));
}
static void *_p_npstat__ExpTiltedDistribution1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::ExpTiltedDistribution1D *) x));
}
static void *_p_npstat__AbsScalableDistribution1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::AbsScalableDistribution1D *) x));
}
static void *_p_npstat__FoldedDistribution1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::FoldedDistribution1D *) x));
}
static void *_p_npstat__ComparisonDistribution1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::ComparisonDistribution1D *) x));
}
static void *_p_npstat__CompositeDistribution1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::CompositeDistribution1D *) x));
}
static void *_p_npstat__Beta1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Beta1D *) x));
}
static void *_p_npstat__IsoscelesTriangle1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::IsoscelesTriangle1D *) x));
}
static void *_p_npstat__InterpolatedDistro1DNPTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::InterpolatedDistro1DNP *) x));
}
static void *_p_npstat__Huber1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Huber1D *) x));
}
static void *_p_npstat__Logistic1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Logistic1D *) x));
}
static void *_p_npstat__UniPareto1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::UniPareto1D *) x));
}
static void *_p_npstat__Pareto1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Pareto1D *) x));
}
static void *_p_npstat__JohnsonLadderTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::CompositeDistribution1D *) ((npstat::JohnsonLadder *) x));
}
static void *_p_npstat__LogNormalTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::LogNormal *) x));
}
static void *_p_npstat__JohnsonSbTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::JohnsonSb *) x));
}
static void *_p_npstat__BinnedCompositeJohnsonTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::CompositeDistribution1D *) ((npstat::BinnedCompositeJohnson *) x));
}
static void *_p_npstat__Exponential1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Exponential1D *) x));
}
static void *_p_npstat__Gamma1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Gamma1D *) x));
}
static void *_p_npstat__Cauchy1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Cauchy1D *) x));
}
static void *_p_npstat__BinnedDensity1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::BinnedDensity1D *) x));
}
static void *_p_npstat__Gauss1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Gauss1D *) x));
}
static void *_p_npstat__TruncatedGauss1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::TruncatedGauss1D *) x));
}
static void *_p_npstat__MirroredGauss1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::MirroredGauss1D *) x));
}
static void *_p_npstat__BifurcatedGauss1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::BifurcatedGauss1D *) x));
}
static void *_p_npstat__CompositeGauss1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::CompositeDistribution1D *) ((npstat::CompositeGauss1D *) x));
}
static void *_p_npstat__BetaGauss1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::CompositeDistribution1D *) ((npstat::BetaGauss1D *) x));
}
static void *_p_npstat__SymmetricBeta1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::SymmetricBeta1D *) x));
}
static void *_p_npstat__JohnsonSystemTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::JohnsonSystem *) x));
}
static void *_p_npstat__RightCensoredDistributionTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::RightCensoredDistribution *) x));
}
static void *_p_npstat__LeftCensoredDistributionTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::LeftCensoredDistribution *) x));
}
static void *_p_npstat__LogQuadraticLadderTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::CompositeDistribution1D *) ((npstat::LogQuadraticLadder *) x));
}
static void *_p_npstat__StudentsT1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::StudentsT1D *) x));
}
static void *_p_npstat__Moyal1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Moyal1D *) x));
}
static void *_p_npstat__Quadratic1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Quadratic1D *) x));
}
static void *_p_npstat__LogQuadratic1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::LogQuadratic1D *) x));
}
static void *_p_npstat__JohnsonSuTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::JohnsonSu *) x));
}
static void *_p_npstat__GaussianMixture1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::GaussianMixture1D *) x));
}
static void *_p_npstat__DistributionMix1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::DistributionMix1D *) x));
}
static void *_p_npstat__QuantileTable1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::QuantileTable1D *) x));
}
static void *_p_npstat__Tabulated1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Tabulated1D *) x));
}
static void *_p_npstat__RatioOfNormalsTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::RatioOfNormals *) x));
}
static void *_p_npstat__Uniform1DTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) (npstat::AbsScalableDistribution1D *) ((npstat::Uniform1D *) x));
}
static void *_p_npstat__InterpolatedDistro1D1PTo_p_npstat__AbsDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsDistribution1D *) ((npstat::InterpolatedDistro1D1P *) x));
}
static void *_p_npstat__Huber1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Huber1D *) x));
}
static void *_p_npstat__UGaussConvolution1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::UGaussConvolution1D *) x));
}
static void *_p_npstat__LogQuadratic1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::LogQuadratic1D *) x));
}
static void *_p_npstat__Quadratic1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Quadratic1D *) x));
}
static void *_p_npstat__Tabulated1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Tabulated1D *) x));
}
static void *_p_npstat__JohnsonSbTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::JohnsonSb *) x));
}
static void *_p_npstat__QuantileTable1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::QuantileTable1D *) x));
}
static void *_p_npstat__Uniform1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Uniform1D *) x));
}
static void *_p_npstat__BifurcatedGauss1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::BifurcatedGauss1D *) x));
}
static void *_p_npstat__MirroredGauss1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::MirroredGauss1D *) x));
}
static void *_p_npstat__TruncatedGauss1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::TruncatedGauss1D *) x));
}
static void *_p_npstat__Gauss1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Gauss1D *) x));
}
static void *_p_npstat__Cauchy1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Cauchy1D *) x));
}
static void *_p_npstat__JohnsonSuTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::JohnsonSu *) x));
}
static void *_p_npstat__Gamma1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Gamma1D *) x));
}
static void *_p_npstat__Logistic1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Logistic1D *) x));
}
static void *_p_npstat__SymmetricBeta1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::SymmetricBeta1D *) x));
}
static void *_p_npstat__GaussianMixture1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::GaussianMixture1D *) x));
}
static void *_p_npstat__Moyal1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Moyal1D *) x));
}
static void *_p_npstat__StudentsT1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::StudentsT1D *) x));
}
static void *_p_npstat__IsoscelesTriangle1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::IsoscelesTriangle1D *) x));
}
static void *_p_npstat__Beta1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Beta1D *) x));
}
static void *_p_npstat__LogNormalTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::LogNormal *) x));
}
static void *_p_npstat__JohnsonSystemTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::JohnsonSystem *) x));
}
static void *_p_npstat__Pareto1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Pareto1D *) x));
}
static void *_p_npstat__Exponential1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::Exponential1D *) x));
}
static void *_p_npstat__UniPareto1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::UniPareto1D *) x));
}
static void *_p_npstat__BinnedDensity1DTo_p_npstat__AbsScalableDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsScalableDistribution1D *) ((npstat::BinnedDensity1D *) x));
}
static void *_p_npstat__CompositeGauss1DTo_p_npstat__CompositeDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::CompositeDistribution1D *) ((npstat::CompositeGauss1D *) x));
}
static void *_p_npstat__BetaGauss1DTo_p_npstat__CompositeDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::CompositeDistribution1D *) ((npstat::BetaGauss1D *) x));
}
static void *_p_npstat__BinnedCompositeJohnsonTo_p_npstat__CompositeDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::CompositeDistribution1D *) ((npstat::BinnedCompositeJohnson *) x));
}
static void *_p_npstat__JohnsonLadderTo_p_npstat__CompositeDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::CompositeDistribution1D *) ((npstat::JohnsonLadder *) x));
}
static void *_p_npstat__LogQuadraticLadderTo_p_npstat__CompositeDistribution1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::CompositeDistribution1D *) ((npstat::LogQuadraticLadder *) x));
}
static void *_p_npstat__BandwidthGCVPseudoLogliNDT_long_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthGCVNDT_long_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCVND< long,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthGCVPseudoLogliND< long,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthGCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthGCVNDT_long_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCVND< long,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthGCVLeastSquaresND< long,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthCVPseudoLogliNDT_float_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthCVNDT_float_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCVND< float,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthCVPseudoLogliND< float,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthCVNDT_float_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCVND< float,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthCVLeastSquaresND< float,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__ArchivedNtupleT_unsigned_char_tTo_p_npstat__AbsNtupleT_unsigned_char_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsNtuple< unsigned char > *) ((npstat::ArchivedNtuple< unsigned char > *) x));
}
static void *_p_npstat__InMemoryNtupleT_unsigned_char_tTo_p_npstat__AbsNtupleT_unsigned_char_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsNtuple< unsigned char > *) ((npstat::InMemoryNtuple< unsigned char > *) x));
}
static void *_p_npstat__ArrayRangeProjectorT_unsigned_char_tTo_p_npstat__ArrayMedianProjectorT_unsigned_char_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::ArrayMedianProjector< unsigned char > *) ((npstat::ArrayRangeProjector< unsigned char > *) x));
}
static void *_p_npstat__BandwidthCVLeastSquares1DT_long_double_double_double_tTo_p_npstat__AbsBandwidthCV1DT_long_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCV1D< long,double,double,double > *) ((npstat::BandwidthCVLeastSquares1D< long,double,double,double > *) x));
}
static void *_p_npstat__BandwidthCVPseudoLogli1DT_long_double_double_double_tTo_p_npstat__AbsBandwidthCV1DT_long_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCV1D< long,double,double,double > *) ((npstat::BandwidthCVPseudoLogli1D< long,double,double,double > *) x));
}
static void *_p_npstat__BandwidthCVLeastSquares1DT_unsigned_char_double_double_double_tTo_p_npstat__AbsBandwidthCV1DT_unsigned_char_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCV1D< unsigned char,double,double,double > *) ((npstat::BandwidthCVLeastSquares1D< unsigned char,double,double,double > *) x));
}
static void *_p_npstat__BandwidthCVPseudoLogli1DT_unsigned_char_double_double_double_tTo_p_npstat__AbsBandwidthCV1DT_unsigned_char_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCV1D< unsigned char,double,double,double > *) ((npstat::BandwidthCVPseudoLogli1D< unsigned char,double,double,double > *) x));
}
static void *_p_npstat__BandwidthCVPseudoLogli1DT_double_double_double_double_tTo_p_npstat__AbsBandwidthCV1DT_double_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCV1D< double,double,double,double > *) ((npstat::BandwidthCVPseudoLogli1D< double,double,double,double > *) x));
}
static void *_p_npstat__BandwidthCVLeastSquares1DT_double_double_double_double_tTo_p_npstat__AbsBandwidthCV1DT_double_double_double_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCV1D< double,double,double,double > *) ((npstat::BandwidthCVLeastSquares1D< double,double,double,double > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BinnedDensityND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BinnedDensityND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__WeightedStatAccumulator_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::WeightedStatAccumulator,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__WeightedStatAccumulator_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::WeightedStatAccumulator,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__WeightedStatAccumulator_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::WeightedStatAccumulator,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_npstat__WeightedStatAccumulator_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< npstat::WeightedStatAccumulator,1U,10U > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< std::complex< double >,std::allocator< std::complex< double > > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< std::complex< float >,std::allocator< std::complex< float > > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BoxNDT_long_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BoxND< long > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_signed_char_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< signed char > *) x));
}
static void *_p_gs__ArchiveValueRecordT_unsigned_char_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< unsigned char > *) x));
}
static void *_p_gs__ArchiveValueRecordT_char_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< char > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_long_long_std__allocatorT_long_long_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< long long,std::allocator< long long > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_int_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< int > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__StorablePolySeries1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::StorablePolySeries1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__RightCensoredDistribution_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::RightCensoredDistribution > *) x));
}
static void *_p_gs__ArchiveValueRecordT_double_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< double > *) x));
}
static void *_p_gs__ArchiveValueRecordT_long_double_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< long double > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__RadialProfileND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::RadialProfileND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ComparisonDistribution1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ComparisonDistribution1D > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_int_std__allocatorT_int_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< int,std::allocator< int > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BinnedDensity1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BinnedDensity1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ScalableHuberND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ScalableHuberND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InMemoryNtupleT_unsigned_char_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InMemoryNtuple< unsigned char > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LinTransformedDistroND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LinTransformedDistroND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ProductDistributionND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ProductDistributionND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__AbsDistributionND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::AbsDistributionND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LogQuadratic1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LogQuadratic1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Quadratic1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Quadratic1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Logistic1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Logistic1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_long_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< long,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_npstat__StorableNone_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< npstat::StorableNone > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__StorableNone_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::StorableNone > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< unsigned char,std::allocator< unsigned char > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Cauchy1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Cauchy1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InMemoryNtupleT_float_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InMemoryNtuple< float > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_float_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< float > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_long_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< long,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__IsoscelesTriangle1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::IsoscelesTriangle1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_int_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< int,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_long_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< long,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_float_std__allocatorT_float_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< float,std::allocator< float > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_short_std__allocatorT_short_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< short,std::allocator< short > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Huber1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Huber1D > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_double_std__allocatorT_double_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< double,std::allocator< double > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_bool_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< bool > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__FoldedDistribution1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::FoldedDistribution1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Poisson1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Poisson1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__AbsDistribution1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::AbsDistribution1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LogNormal_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LogNormal > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_float_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< float,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_float_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< float,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_float_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< float,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_std__vectorT_npstat__HistoAxis_std__allocatorT_npstat__HistoAxis_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< std::vector< npstat::HistoAxis,std::allocator< npstat::HistoAxis > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InterpolatedDistro1D1P_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InterpolatedDistro1D1P > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__UniPareto1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::UniPareto1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Pareto1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Pareto1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__StatAccumulatorArr_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::StatAccumulatorArr > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__BinSummary_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::BinSummary,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__BinSummary_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::BinSummary,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__BinSummary_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::BinSummary,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_npstat__BinSummary_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< npstat::BinSummary,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__AbsDiscreteDistribution1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::AbsDiscreteDistribution1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_int_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< int,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LinInterpolatedTable1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LinInterpolatedTable1D > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< unsigned int,std::allocator< unsigned int > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_std__string_std__allocatorT_std__string_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< std::string,std::allocator< std::string > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__UniformND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::UniformND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_int_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< int,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BoxNDT_double_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BoxND< double > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__complexT_double_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::complex< double > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< unsigned short,std::allocator< unsigned short > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__StatAccumulator_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::StatAccumulator > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InMemoryNtupleT_long_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InMemoryNtuple< long > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoAxis_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoAxis > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__NUHistoAxis_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::NUHistoAxis > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__DualHistoAxis_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::DualHistoAxis > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BoxNDT_float_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BoxND< float > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__complexT_float_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::complex< float > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__CompositeDistributionND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::CompositeDistributionND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InterpolatedDistro1DNP_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InterpolatedDistro1DNP > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__DiscreteTabulated1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::DiscreteTabulated1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Tabulated1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Tabulated1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__DistributionMixND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::DistributionMixND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Uniform1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Uniform1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__MatrixT_long_double_16U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Matrix< long double,16U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__StudentsT1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::StudentsT1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__FloatSampleAccumulator_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::FloatSampleAccumulator,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__FloatSampleAccumulator_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::FloatSampleAccumulator,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__FloatSampleAccumulator_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::FloatSampleAccumulator,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_npstat__FloatSampleAccumulator_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< npstat::FloatSampleAccumulator,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_unsigned_char_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< unsigned char,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_unsigned_char_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< unsigned char,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_unsigned_char_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< unsigned char,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_unsigned_char_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< unsigned char,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Exponential1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Exponential1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Moyal1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Moyal1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Beta1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Beta1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__SymmetricBeta1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::SymmetricBeta1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_std__complexT_float_t_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< std::complex< float >,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_std__complexT_double_t_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< std::complex< double >,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__StatAccumulatorPair_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::StatAccumulatorPair > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__DistributionMix1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::DistributionMix1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__SequentialPolyFilterND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::SequentialPolyFilterND > *) x));
}
static void *_p_gs__ArchiveRecordT_std__vectorT_npstat__NUHistoAxis_std__allocatorT_npstat__NUHistoAxis_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< std::vector< npstat::NUHistoAxis,std::allocator< npstat::NUHistoAxis > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ResponseMatrix_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ResponseMatrix > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_int_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< int,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LinInterpolatedTableNDT_double_npstat__UniformAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LinInterpolatedTableND< double,npstat::UniformAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LinInterpolatedTableNDT_double_npstat__GridAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LinInterpolatedTableND< double,npstat::GridAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LinInterpolatedTableNDT_double_npstat__DualAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LinInterpolatedTableND< double,npstat::DualAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LinInterpolatedTableNDT_float_npstat__UniformAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LinInterpolatedTableND< float,npstat::UniformAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LinInterpolatedTableNDT_float_npstat__GridAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LinInterpolatedTableND< float,npstat::GridAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LinInterpolatedTableNDT_float_npstat__DualAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LinInterpolatedTableND< float,npstat::DualAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__MatrixT_float_16U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Matrix< float,16U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__MatrixT_double_16U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Matrix< double,16U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__MatrixT_int_16U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Matrix< int,16U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__MatrixT_long_16U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Matrix< long,16U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LeftCensoredDistribution_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LeftCensoredDistribution > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__DoubleWeightedSampleAccumulator_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::DoubleWeightedSampleAccumulator,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__DoubleWeightedSampleAccumulator_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::DoubleWeightedSampleAccumulator,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__DoubleWeightedSampleAccumulator_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::DoubleWeightedSampleAccumulator,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__DoubleSampleAccumulator_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::DoubleSampleAccumulator,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__DoubleSampleAccumulator_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::DoubleSampleAccumulator,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__DoubleSampleAccumulator_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::DoubleSampleAccumulator,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_npstat__DoubleSampleAccumulator_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< npstat::DoubleSampleAccumulator,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_npstat__DoubleWeightedSampleAccumulator_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< npstat::DoubleWeightedSampleAccumulator,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_double_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< double,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_double_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< double,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_double_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< double,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Gamma1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Gamma1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__GridInterpolatedDistribution_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::GridInterpolatedDistribution > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__GaussND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::GaussND > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__basic_stringT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InMemoryNtupleT_double_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InMemoryNtuple< double > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__complexT_long_double_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::complex< long double > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_long_std__allocatorT_long_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< long,std::allocator< long > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__StatAccumulator_npstat__DualHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::StatAccumulator,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__StatAccumulator_npstat__NUHistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::StatAccumulator,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__StatAccumulator_npstat__HistoAxis_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::StatAccumulator,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_npstat__StatAccumulator_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< npstat::StatAccumulator,1U,10U > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_unsigned_int_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< unsigned int > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__CompositeDistribution1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::CompositeDistribution1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__TruncatedDistribution1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::TruncatedDistribution1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ScalableSymmetricBetaND_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ScalableSymmetricBetaND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InMemoryNtupleT_int_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InMemoryNtuple< int > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BoxNDT_int_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BoxND< int > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BoxNDT_unsigned_int_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BoxND< unsigned int > > *) x));
}
static void *_p_gs__ArchiveRecordT_std__vectorT_npstat__DualHistoAxis_std__allocatorT_npstat__DualHistoAxis_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< std::vector< npstat::DualHistoAxis,std::allocator< npstat::DualHistoAxis > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BifurcatedGauss1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BifurcatedGauss1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__MirroredGauss1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::MirroredGauss1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__TruncatedGauss1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::TruncatedGauss1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Gauss1D_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Gauss1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__WeightedStatAccumulatorPair_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::WeightedStatAccumulatorPair > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__WeightedStatAccumulator_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::WeightedStatAccumulator > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_long_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< long,1U,10U > > *) x));
}
static void *_p_gs__PythonRecordTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::PythonRecord *) x));
}
static void *_p_gs__ArchiveRecordT_gs__StringArchive_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< gs::StringArchive > *) x));
}
static void *_p_gs__ArchiveValueRecordT_unsigned_short_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< unsigned short > *) x));
}
static void *_p_gs__ArchiveValueRecordT_short_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< short > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LocalPolyFilterNDT_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LocalPolyFilterND< 10U > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_long_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< long > *) x));
}
static void *_p_gs__ArchiveValueRecordT_long_long_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< long long > *) x));
}
static void *_p_gs__ArchiveValueRecordT_unsigned_long_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< unsigned long > *) x));
}
static void *_p_gs__ArchiveValueRecordT_unsigned_long_long_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< unsigned long long > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_long_long_std__allocatorT_unsigned_long_long_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< unsigned long long,std::allocator< unsigned long long > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_long_std__allocatorT_unsigned_long_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< unsigned long,std::allocator< unsigned long > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_float_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< float,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_double_1U_10U_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_signed_char_std__allocatorT_signed_char_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< signed char,std::allocator< signed char > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_long_double_std__allocatorT_long_double_t_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< long double,std::allocator< long double > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BoxNDT_unsigned_char_t_tTo_p_gs__AbsRecord(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BoxND< unsigned char > > *) x));
}
static void *_p_npstat__SmoothedEMUnfoldNDTo_p_npstat__AbsUnfoldND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsUnfoldND *) ((npstat::SmoothedEMUnfoldND *) x));
}
static void *_p_gs__BinaryFileArchiveTo_p_gs__BinaryArchiveBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::BinaryArchiveBase *) ((gs::BinaryFileArchive *) x));
}
static void *_p_gs__MultiFileArchiveTo_p_gs__BinaryArchiveBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::BinaryArchiveBase *) ((gs::MultiFileArchive *) x));
}
static void *_p_npstat__ProductSymmetricBetaNDTo_p_npstat__HomogeneousProductDistroNDT_npstat__SymmetricBeta1D_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::HomogeneousProductDistroND< npstat::SymmetricBeta1D > *) ((npstat::ProductSymmetricBetaND *) x));
}
static void *_p_npstat__ArchivedNtupleT_long_tTo_p_npstat__AbsNtupleT_long_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsNtuple< long > *) ((npstat::ArchivedNtuple< long > *) x));
}
static void *_p_npstat__InMemoryNtupleT_long_tTo_p_npstat__AbsNtupleT_long_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsNtuple< long > *) ((npstat::InMemoryNtuple< long > *) x));
}
static void *_p_npstat__ArrayMinProjectorT_long_tTo_p_npstat__AbsVisitorT_long_long_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< long,long > *) ((npstat::ArrayMinProjector< long > *) x));
}
static void *_p_npstat__ArrayMaxProjectorT_long_tTo_p_npstat__AbsVisitorT_long_long_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< long,long > *) ((npstat::ArrayMaxProjector< long > *) x));
}
static void *_p_npstat__ArrayMedianProjectorT_long_tTo_p_npstat__AbsVisitorT_long_long_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< long,long > *) ((npstat::ArrayMedianProjector< long > *) x));
}
static void *_p_npstat__ArrayRangeProjectorT_long_tTo_p_npstat__AbsVisitorT_long_long_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< long,long > *) (npstat::ArrayMedianProjector< long > *) ((npstat::ArrayRangeProjector< long > *) x));
}
static void *_p_npstat__ArrayRangeProjectorT_long_tTo_p_npstat__ArrayMedianProjectorT_long_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::ArrayMedianProjector< long > *) ((npstat::ArrayRangeProjector< long > *) x));
}
static void *_p_std__basic_ostreamT_char_std__char_traitsT_char_t_tTo_p_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base *) (std::basic_ios< char > *) ((std::basic_ostream< char,std::char_traits< char > > *) x));
}
static void *_p_std__basic_istreamT_char_std__char_traitsT_char_t_tTo_p_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base *) (std::basic_ios< char > *) ((std::basic_istream< char,std::char_traits< char > > *) x));
}
static void *_p_std__basic_iostreamT_char_std__char_traitsT_char_t_tTo_p_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base *) (std::basic_ios< char > *)(std::basic_istream< char > *) ((std::basic_iostream< char,std::char_traits< char > > *) x));
}
static void *_p_std__basic_iosT_char_std__char_traitsT_char_t_tTo_p_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base *) ((std::basic_ios< char,std::char_traits< char > > *) x));
}
static void *_p_std__basic_istringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base *) (std::basic_ios< char > *)(std::basic_istream< char > *) ((std::basic_istringstream< char,std::char_traits< char >,std::allocator< char > > *) x));
}
static void *_p_std__basic_ostringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base *) (std::basic_ios< char > *)(std::basic_ostream< char > *) ((std::basic_ostringstream< char,std::char_traits< char >,std::allocator< char > > *) x));
}
static void *_p_std__basic_stringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base *) (std::basic_ios< char > *)(std::basic_istream< char > *)(std::basic_iostream< char > *) ((std::basic_stringstream< char,std::char_traits< char >,std::allocator< char > > *) x));
}
static void *_p_f_r_std__ios_base__r_std__basic_ostreamT_char_std__char_traitsT_char_t_tTo_p_f_r_std__ios_base__r_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base &(*)(std::ios_base &)) (std::basic_ios< char > *) ((std::basic_ostream< char,std::char_traits< char > > &(*)(std::ios_base &)) x));
}
static void *_p_f_r_std__ios_base__r_std__basic_istreamT_char_std__char_traitsT_char_t_tTo_p_f_r_std__ios_base__r_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base &(*)(std::ios_base &)) (std::basic_ios< char > *) ((std::basic_istream< char,std::char_traits< char > > &(*)(std::ios_base &)) x));
}
static void *_p_f_r_std__ios_base__r_std__basic_iostreamT_char_std__char_traitsT_char_t_tTo_p_f_r_std__ios_base__r_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base &(*)(std::ios_base &)) (std::basic_ios< char > *)(std::basic_istream< char > *) ((std::basic_iostream< char,std::char_traits< char > > &(*)(std::ios_base &)) x));
}
static void *_p_f_r_std__ios_base__r_std__basic_iosT_char_std__char_traitsT_char_t_tTo_p_f_r_std__ios_base__r_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base &(*)(std::ios_base &)) ((std::basic_ios< char,std::char_traits< char > > &(*)(std::ios_base &)) x));
}
static void *_p_f_r_std__ios_base__r_std__basic_istringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_f_r_std__ios_base__r_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base &(*)(std::ios_base &)) (std::basic_ios< char > *)(std::basic_istream< char > *) ((std::basic_istringstream< char,std::char_traits< char >,std::allocator< char > > &(*)(std::ios_base &)) x));
}
static void *_p_f_r_std__ios_base__r_std__basic_ostringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_f_r_std__ios_base__r_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base &(*)(std::ios_base &)) (std::basic_ios< char > *)(std::basic_ostream< char > *) ((std::basic_ostringstream< char,std::char_traits< char >,std::allocator< char > > &(*)(std::ios_base &)) x));
}
static void *_p_f_r_std__ios_base__r_std__basic_stringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_f_r_std__ios_base__r_std__ios_base(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::ios_base &(*)(std::ios_base &)) (std::basic_ios< char > *)(std::basic_istream< char > *)(std::basic_iostream< char > *) ((std::basic_stringstream< char,std::char_traits< char >,std::allocator< char > > &(*)(std::ios_base &)) x));
}
static void *_p_npstat__BandwidthCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthCVNDT_int_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCVND< int,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthCVLeastSquaresND< int,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthCVPseudoLogliNDT_int_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthCVNDT_int_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCVND< int,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthCVPseudoLogliND< int,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__ContribVector1DTo_p_npstat__AbsPolyFilter1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilter1D *) ((npstat::ContribVector1D *) x));
}
static void *_p_npstat__LocalPolyFilter1DTo_p_npstat__AbsPolyFilter1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilter1D *) ((npstat::LocalPolyFilter1D *) x));
}
static void *_p_npstat__DummyLocalPolyFilter1DTo_p_npstat__AbsPolyFilter1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilter1D *) (npstat::LocalPolyFilter1D *) ((npstat::DummyLocalPolyFilter1D *) x));
}
static void *_p_npstat__ContribConstant1DTo_p_npstat__AbsPolyFilter1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilter1D *) ((npstat::ContribConstant1D *) x));
}
static void *_p_npstat__ConstantBandwidthSmoother1DTo_p_npstat__AbsPolyFilter1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsPolyFilter1D *) ((npstat::ConstantBandwidthSmoother1D *) x));
}
static void *_p_p_npstat__DummyLocalPolyFilter1DTo_p_p_npstat__LocalPolyFilter1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::LocalPolyFilter1D **) ((npstat::DummyLocalPolyFilter1D **) x));
}
static void *_p_npstat__DummyLocalPolyFilter1DTo_p_npstat__LocalPolyFilter1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::LocalPolyFilter1D *) ((npstat::DummyLocalPolyFilter1D *) x));
}
static void *_p_npstat__WrappedRandomGenTo_p_npstat__AbsRandomGenerator(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsRandomGenerator *) ((npstat::WrappedRandomGen *) x));
}
static void *_p_npstat__RegularSampler1DTo_p_npstat__AbsRandomGenerator(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsRandomGenerator *) ((npstat::RegularSampler1D *) x));
}
static void *_p_npstat__EquidistantSampler1DTo_p_npstat__AbsRandomGenerator(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsRandomGenerator *) ((npstat::EquidistantSampler1D *) x));
}
static void *_p_npstat__RandomSequenceRepeaterTo_p_npstat__AbsRandomGenerator(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsRandomGenerator *) ((npstat::RandomSequenceRepeater *) x));
}
static void *_p_npstat__MersenneTwisterTo_p_npstat__AbsRandomGenerator(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsRandomGenerator *) ((npstat::MersenneTwister *) x));
}
static void *_p_npstat__SobolGeneratorTo_p_npstat__AbsRandomGenerator(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsRandomGenerator *) ((npstat::SobolGenerator *) x));
}
static void *_p_npstat__HOSobolGeneratorTo_p_npstat__AbsRandomGenerator(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsRandomGenerator *) (npstat::SobolGenerator *) ((npstat::HOSobolGenerator *) x));
}
static void *_p_npstat__HOSobolGeneratorTo_p_npstat__SobolGenerator(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::SobolGenerator *) ((npstat::HOSobolGenerator *) x));
}
static void *_p_gs__BinaryArchiveBaseTo_p_gs__AbsArchive(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsArchive *) ((gs::BinaryArchiveBase *) x));
}
static void *_p_gs__StringArchiveTo_p_gs__AbsArchive(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsArchive *) ((gs::StringArchive *) x));
}
static void *_p_gs__BinaryFileArchiveTo_p_gs__AbsArchive(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsArchive *) (gs::BinaryArchiveBase *) ((gs::BinaryFileArchive *) x));
}
static void *_p_gs__MultiFileArchiveTo_p_gs__AbsArchive(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::AbsArchive *) (gs::BinaryArchiveBase *) ((gs::MultiFileArchive *) x));
}
static void *_p_npstat__ArrayMinProjectorT_int_tTo_p_npstat__AbsVisitorT_int_int_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< int,int > *) ((npstat::ArrayMinProjector< int > *) x));
}
static void *_p_npstat__ArrayMaxProjectorT_int_tTo_p_npstat__AbsVisitorT_int_int_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< int,int > *) ((npstat::ArrayMaxProjector< int > *) x));
}
static void *_p_npstat__ArrayMedianProjectorT_int_tTo_p_npstat__AbsVisitorT_int_int_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< int,int > *) ((npstat::ArrayMedianProjector< int > *) x));
}
static void *_p_npstat__ArrayRangeProjectorT_int_tTo_p_npstat__AbsVisitorT_int_int_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< int,int > *) (npstat::ArrayMedianProjector< int > *) ((npstat::ArrayRangeProjector< int > *) x));
}
static void *_p_npstat__ArchivedNtupleT_int_tTo_p_npstat__AbsNtupleT_int_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsNtuple< int > *) ((npstat::ArchivedNtuple< int > *) x));
}
static void *_p_npstat__InMemoryNtupleT_int_tTo_p_npstat__AbsNtupleT_int_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsNtuple< int > *) ((npstat::InMemoryNtuple< int > *) x));
}
static void *_p_npstat__ArrayRangeProjectorT_int_tTo_p_npstat__ArrayMedianProjectorT_int_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::ArrayMedianProjector< int > *) ((npstat::ArrayRangeProjector< int > *) x));
}
static void *_p_npstat__ArrayRangeTo_p_npstat__BoxNDT_unsigned_int_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::BoxND< unsigned int > *) ((npstat::ArrayRange *) x));
}
static void *_p_npstat__LOrPECopulaSmootherT_10U_tTo_p_npstat__CVCopulaSmootherT_npstat__LocalPolyFilterNDT_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::CVCopulaSmoother< npstat::LocalPolyFilterND< 10U > > *) ((npstat::LOrPECopulaSmoother< 10U > *) x));
}
static void *_p_npstat__BandwidthCVPseudoLogliNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthCVNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCVND< unsigned char,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthCVPseudoLogliND< unsigned char,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthCVNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCVND< unsigned char,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthCVLeastSquaresND< unsigned char,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__ArrayMeanProjectorT_int_double_long_double_tTo_p_npstat__ArraySumProjectorT_int_double_long_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::ArraySumProjector< int,double,long double > *) ((npstat::ArrayMeanProjector< int,double,long double > *) x));
}
static void *_p_npstat__BoxNDT_int_tTo_p_std__vectorT_npstat__IntervalT_int_t_std__allocatorT_npstat__IntervalT_int_t_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::vector< npstat::Interval< int >,std::allocator< npstat::Interval< int > > > *) ((npstat::BoxND< int > *) x));
}
static void *_p_npstat__SequentialGroupedCopulaSmootherTo_p_npstat__GCVCopulaSmootherT_npstat__SequentialPolyFilterND_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::GCVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::SequentialGroupedCopulaSmoother *) x));
}
static void *_p_npstat__KDEGroupedCopulaSmootherT_10U_tTo_p_npstat__GCVCopulaSmootherT_npstat__KDEFilterNDT_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::GCVCopulaSmoother< npstat::KDEFilterND< 10U > > *) ((npstat::KDEGroupedCopulaSmoother< 10U > *) x));
}
static void *_p_npstat__KDECopulaSmootherT_10U_tTo_p_npstat__CVCopulaSmootherT_npstat__KDEFilterNDT_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::CVCopulaSmoother< npstat::KDEFilterND< 10U > > *) ((npstat::KDECopulaSmoother< 10U > *) x));
}
static void *_p_npstat__BoxNDT_float_tTo_p_std__vectorT_npstat__IntervalT_float_t_std__allocatorT_npstat__IntervalT_float_t_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::vector< npstat::Interval< float >,std::allocator< npstat::Interval< float > > > *) ((npstat::BoxND< float > *) x));
}
static void *_p_npstat__SmoothedEMUnfold1DTo_p_npstat__AbsUnfold1D(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsUnfold1D *) ((npstat::SmoothedEMUnfold1D *) x));
}
static void *_p_npstat__BandwidthGCVLeastSquaresNDT_float_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthGCVNDT_float_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCVND< float,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthGCVLeastSquaresND< float,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthGCVPseudoLogliNDT_float_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthGCVNDT_float_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCVND< float,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthGCVPseudoLogliND< float,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthCVNDT_double_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCVND< double,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthCVLeastSquaresND< double,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthCVPseudoLogliNDT_double_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthCVNDT_double_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCVND< double,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthCVPseudoLogliND< double,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BernsteinCopulaSmootherTo_p_npstat__CVCopulaSmootherT_npstat__SequentialPolyFilterND_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::BernsteinCopulaSmoother *) x));
}
static void *_p_npstat__DiscreteGaussCopulaSmootherTo_p_npstat__CVCopulaSmootherT_npstat__SequentialPolyFilterND_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::DiscreteGaussCopulaSmoother *) x));
}
static void *_p_npstat__SequentialCopulaSmootherTo_p_npstat__CVCopulaSmootherT_npstat__SequentialPolyFilterND_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::SequentialCopulaSmoother *) x));
}
static void *_p_npstat__BandwidthGCVPseudoLogliNDT_double_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthGCVNDT_double_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCVND< double,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthGCVPseudoLogliND< double,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthGCVLeastSquaresNDT_double_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthGCVNDT_double_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCVND< double,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthGCVLeastSquaresND< double,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__CopulaInterpolationNDTo_p_npstat__AbsInterpolationAlgoND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsInterpolationAlgoND *) ((npstat::CopulaInterpolationND *) x));
}
static void *_p_npstat__UnitMapInterpolationNDTo_p_npstat__AbsInterpolationAlgoND(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsInterpolationAlgoND *) ((npstat::UnitMapInterpolationND *) x));
}
static void *_p_npstat__KDE1DDensityKernelTo_p_npstat__AbsKDE1DKernel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsKDE1DKernel *) ((npstat::KDE1DDensityKernel *) x));
}
static void *_p_npstat__KDE1DHOSymbetaKernelTo_p_npstat__AbsKDE1DKernel(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsKDE1DKernel *) ((npstat::KDE1DHOSymbetaKernel *) x));
}
static void *_p_npstat__BandwidthGCVLeastSquaresNDT_int_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthGCVNDT_int_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCVND< int,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthGCVLeastSquaresND< int,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthGCVPseudoLogliNDT_int_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthGCVNDT_int_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCVND< int,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthGCVPseudoLogliND< int,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthCVLeastSquaresNDT_long_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthCVNDT_long_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCVND< long,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthCVLeastSquaresND< long,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthCVPseudoLogliNDT_long_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthCVNDT_long_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthCVND< long,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthCVPseudoLogliND< long,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_std__basic_iostreamT_char_std__char_traitsT_char_t_tTo_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ostream< char,std::char_traits< char > > *) ((std::basic_iostream< char,std::char_traits< char > > *) x));
}
static void *_p_std__basic_ostringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ostream< char,std::char_traits< char > > *) ((std::basic_ostringstream< char,std::char_traits< char >,std::allocator< char > > *) x));
}
static void *_p_std__basic_stringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_std__basic_ostreamT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ostream< char,std::char_traits< char > > *) (std::basic_iostream< char > *) ((std::basic_stringstream< char,std::char_traits< char >,std::allocator< char > > *) x));
}
static void *_p_std__basic_iostreamT_char_std__char_traitsT_char_t_tTo_p_std__basic_istreamT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_istream< char,std::char_traits< char > > *) ((std::basic_iostream< char,std::char_traits< char > > *) x));
}
static void *_p_std__basic_istringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_std__basic_istreamT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_istream< char,std::char_traits< char > > *) ((std::basic_istringstream< char,std::char_traits< char >,std::allocator< char > > *) x));
}
static void *_p_std__basic_stringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_std__basic_istreamT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_istream< char,std::char_traits< char > > *) (std::basic_iostream< char > *) ((std::basic_stringstream< char,std::char_traits< char >,std::allocator< char > > *) x));
}
static void *_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_ostreamT_char_std__char_traitsT_char_t_tTo_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) ((std::basic_ostream< char,std::char_traits< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) x));
}
static void *_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_istreamT_char_std__char_traitsT_char_t_tTo_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) ((std::basic_istream< char,std::char_traits< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) x));
}
static void *_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_iostreamT_char_std__char_traitsT_char_t_tTo_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) (std::basic_istream< char > *) ((std::basic_iostream< char,std::char_traits< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) x));
}
static void *_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_istringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) (std::basic_istream< char > *) ((std::basic_istringstream< char,std::char_traits< char >,std::allocator< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) x));
}
static void *_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_ostringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) (std::basic_ostream< char > *) ((std::basic_ostringstream< char,std::char_traits< char >,std::allocator< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) x));
}
static void *_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_stringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_f_r_std__basic_ios__char_std__char_traits__char______r_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) (std::basic_istream< char > *)(std::basic_iostream< char > *) ((std::basic_stringstream< char,std::char_traits< char >,std::allocator< char > > &(*)(std::basic_ios< char,std::char_traits< char > > &)) x));
}
static void *_p_npstat__ArrayMinProjectorT_unsigned_char_tTo_p_npstat__AbsVisitorT_unsigned_char_unsigned_char_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< unsigned char,unsigned char > *) ((npstat::ArrayMinProjector< unsigned char > *) x));
}
static void *_p_npstat__ArrayMaxProjectorT_unsigned_char_tTo_p_npstat__AbsVisitorT_unsigned_char_unsigned_char_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< unsigned char,unsigned char > *) ((npstat::ArrayMaxProjector< unsigned char > *) x));
}
static void *_p_npstat__ArrayMedianProjectorT_unsigned_char_tTo_p_npstat__AbsVisitorT_unsigned_char_unsigned_char_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< unsigned char,unsigned char > *) ((npstat::ArrayMedianProjector< unsigned char > *) x));
}
static void *_p_npstat__ArrayRangeProjectorT_unsigned_char_tTo_p_npstat__AbsVisitorT_unsigned_char_unsigned_char_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsVisitor< unsigned char,unsigned char > *) (npstat::ArrayMedianProjector< unsigned char > *) ((npstat::ArrayRangeProjector< unsigned char > *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< double,npstat::HistoAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_double_npstat__UniformAxis_npstat__SameT_double_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< double,npstat::UniformAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_double_npstat__GridAxis_npstat__SameT_double_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< double,npstat::GridAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_double_npstat__DualAxis_npstat__SameT_double_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< double,npstat::DualAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< float,npstat::HistoAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_float_npstat__UniformAxis_npstat__SameT_float_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< float,npstat::UniformAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_float_npstat__GridAxis_npstat__SameT_float_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< float,npstat::GridAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_float_npstat__DualAxis_npstat__SameT_float_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< float,npstat::DualAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_tTo_p_npstat__StorableMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_double_npstat__HistoAxis_npstat__SameT_double_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< double,npstat::HistoAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableMultivariateFunctorTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) ((npstat::StorableMultivariateFunctor *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_double_npstat__NUHistoAxis_npstat__SameT_double_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< double,npstat::NUHistoAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_double_npstat__DualAxis_npstat__SameT_double_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< double,npstat::DualAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_double_npstat__GridAxis_npstat__SameT_double_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< double,npstat::GridAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_double_npstat__UniformAxis_npstat__SameT_double_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< double,npstat::UniformAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_float_npstat__DualAxis_npstat__SameT_float_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< float,npstat::DualAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_float_npstat__GridAxis_npstat__SameT_float_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< float,npstat::GridAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableInterpolationFunctorT_float_npstat__UniformAxis_npstat__SameT_float_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableInterpolationFunctor< float,npstat::UniformAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_float_npstat__NUHistoAxis_npstat__SameT_float_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< float,npstat::NUHistoAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_float_npstat__HistoAxis_npstat__SameT_float_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< float,npstat::HistoAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_double_npstat__DualHistoAxis_npstat__SameT_double_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< double,npstat::DualHistoAxis,npstat::Same< double > > *) x));
}
static void *_p_npstat__DensityFunctorNDTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) ((npstat::DensityFunctorND *) x));
}
static void *_p_npstat__DensityDiscretizationErrorNDTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) ((npstat::DensityDiscretizationErrorND *) x));
}
static void *_p_npstat__StorableHistoNDFunctorT_float_npstat__DualHistoAxis_npstat__SameT_float_t_tTo_p_npstat__AbsMultivariateFunctor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMultivariateFunctor *) (npstat::StorableMultivariateFunctor *) ((npstat::StorableHistoNDFunctor< float,npstat::DualHistoAxis,npstat::Same< float > > *) x));
}
static void *_p_npstat__EquidistantInLogSpaceTo_p_std__vectorT_double_std__allocatorT_double_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::vector< double,std::allocator< double > > *) ((npstat::EquidistantInLogSpace *) x));
}
static void *_p_npstat__EquidistantInLinearSpaceTo_p_std__vectorT_double_std__allocatorT_double_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::vector< double,std::allocator< double > > *) ((npstat::EquidistantInLinearSpace *) x));
}
static void *_p_npstat__ArrayMeanProjectorT_float_double_long_double_tTo_p_npstat__ArraySumProjectorT_float_double_long_double_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::ArraySumProjector< float,double,long double > *) ((npstat::ArrayMeanProjector< float,double,long double > *) x));
}
static void *_p_npstat__CVCopulaSmootherT_npstat__KDEFilterNDT_10U_t_tTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) ((npstat::CVCopulaSmoother< npstat::KDEFilterND< 10U > > *) x));
}
static void *_p_npstat__KDEGroupedCopulaSmootherT_10U_tTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) (npstat::GCVCopulaSmoother< npstat::KDEFilterND< 10U > > *) ((npstat::KDEGroupedCopulaSmoother< 10U > *) x));
}
static void *_p_npstat__LOrPECopulaSmootherT_10U_tTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) (npstat::CVCopulaSmoother< npstat::LocalPolyFilterND< 10U > > *) ((npstat::LOrPECopulaSmoother< 10U > *) x));
}
static void *_p_npstat__KDECopulaSmootherT_10U_tTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) (npstat::CVCopulaSmoother< npstat::KDEFilterND< 10U > > *) ((npstat::KDECopulaSmoother< 10U > *) x));
}
static void *_p_npstat__LOrPEGroupedCopulaSmootherT_10U_tTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) (npstat::GCVCopulaSmoother< npstat::LocalPolyFilterND< 10U > > *) ((npstat::LOrPEGroupedCopulaSmoother< 10U > *) x));
}
static void *_p_npstat__GCVCopulaSmootherT_npstat__LocalPolyFilterNDT_10U_t_tTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) ((npstat::GCVCopulaSmoother< npstat::LocalPolyFilterND< 10U > > *) x));
}
static void *_p_npstat__GCVCopulaSmootherT_npstat__SequentialPolyFilterND_tTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) ((npstat::GCVCopulaSmoother< npstat::SequentialPolyFilterND > *) x));
}
static void *_p_npstat__CVCopulaSmootherT_npstat__LocalPolyFilterNDT_10U_t_tTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) ((npstat::CVCopulaSmoother< npstat::LocalPolyFilterND< 10U > > *) x));
}
static void *_p_npstat__GCVCopulaSmootherT_npstat__KDEFilterNDT_10U_t_tTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) ((npstat::GCVCopulaSmoother< npstat::KDEFilterND< 10U > > *) x));
}
static void *_p_npstat__SequentialCopulaSmootherTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) (npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::SequentialCopulaSmoother *) x));
}
static void *_p_npstat__SequentialGroupedCopulaSmootherTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) (npstat::GCVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::SequentialGroupedCopulaSmoother *) x));
}
static void *_p_npstat__DiscreteGaussCopulaSmootherTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) (npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::DiscreteGaussCopulaSmoother *) x));
}
static void *_p_npstat__BernsteinCopulaSmootherTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) (npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::BernsteinCopulaSmoother *) x));
}
static void *_p_npstat__CVCopulaSmootherT_npstat__SequentialPolyFilterND_tTo_p_npstat__AbsCVCopulaSmoother(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCVCopulaSmoother *) ((npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) x));
}
static void *_p_npstat__BandwidthGCVPseudoLogliNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthGCVNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCVND< unsigned char,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthGCVPseudoLogliND< unsigned char,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_npstat__BandwidthGCVLeastSquaresNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_tTo_p_npstat__AbsBandwidthGCVNDT_unsigned_char_npstat__ArrayNDT_double_1U_10U_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsBandwidthGCVND< unsigned char,npstat::ArrayND< double,1U,10U > > *) ((npstat::BandwidthGCVLeastSquaresND< unsigned char,npstat::ArrayND< double,1U,10U > > *) x));
}
static void *_p_std__basic_ostreamT_char_std__char_traitsT_char_t_tTo_p_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > *) ((std::basic_ostream< char,std::char_traits< char > > *) x));
}
static void *_p_std__basic_istreamT_char_std__char_traitsT_char_t_tTo_p_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > *) ((std::basic_istream< char,std::char_traits< char > > *) x));
}
static void *_p_std__basic_iostreamT_char_std__char_traitsT_char_t_tTo_p_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > *) (std::basic_istream< char > *) ((std::basic_iostream< char,std::char_traits< char > > *) x));
}
static void *_p_std__basic_istringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > *) (std::basic_istream< char > *) ((std::basic_istringstream< char,std::char_traits< char >,std::allocator< char > > *) x));
}
static void *_p_std__basic_ostringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > *) (std::basic_ostream< char > *) ((std::basic_ostringstream< char,std::char_traits< char >,std::allocator< char > > *) x));
}
static void *_p_std__basic_stringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_tTo_p_std__basic_iosT_char_std__char_traitsT_char_t_t(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((std::basic_ios< char,std::char_traits< char > > *) (std::basic_istream< char > *)(std::basic_iostream< char > *) ((std::basic_stringstream< char,std::char_traits< char >,std::allocator< char > > *) x));
}
static void *_p_npstat__LOrPEMarginalSmootherTo_p_npstat__AbsMarginalSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMarginalSmootherBase *) ((npstat::LOrPEMarginalSmoother *) x));
}
static void *_p_npstat__JohnsonKDESmootherTo_p_npstat__AbsMarginalSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMarginalSmootherBase *) ((npstat::JohnsonKDESmoother *) x));
}
static void *_p_npstat__VariableBandwidthSmoother1DTo_p_npstat__AbsMarginalSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMarginalSmootherBase *) ((npstat::VariableBandwidthSmoother1D *) x));
}
static void *_p_npstat__ConstantBandwidthSmoother1DTo_p_npstat__AbsMarginalSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsMarginalSmootherBase *) ((npstat::ConstantBandwidthSmoother1D *) x));
}
static void *_p_npstat__CVCopulaSmootherT_npstat__KDEFilterNDT_10U_t_tTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *) ((npstat::CVCopulaSmoother< npstat::KDEFilterND< 10U > > *) x));
}
static void *_p_npstat__KDEGroupedCopulaSmootherT_10U_tTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *)(npstat::GCVCopulaSmoother< npstat::KDEFilterND< 10U > > *) ((npstat::KDEGroupedCopulaSmoother< 10U > *) x));
}
static void *_p_npstat__LOrPECopulaSmootherT_10U_tTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *)(npstat::CVCopulaSmoother< npstat::LocalPolyFilterND< 10U > > *) ((npstat::LOrPECopulaSmoother< 10U > *) x));
}
static void *_p_npstat__KDECopulaSmootherT_10U_tTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *)(npstat::CVCopulaSmoother< npstat::KDEFilterND< 10U > > *) ((npstat::KDECopulaSmoother< 10U > *) x));
}
static void *_p_npstat__LOrPEGroupedCopulaSmootherT_10U_tTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *)(npstat::GCVCopulaSmoother< npstat::LocalPolyFilterND< 10U > > *) ((npstat::LOrPEGroupedCopulaSmoother< 10U > *) x));
}
static void *_p_npstat__GCVCopulaSmootherT_npstat__LocalPolyFilterNDT_10U_t_tTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *) ((npstat::GCVCopulaSmoother< npstat::LocalPolyFilterND< 10U > > *) x));
}
static void *_p_npstat__GCVCopulaSmootherT_npstat__SequentialPolyFilterND_tTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *) ((npstat::GCVCopulaSmoother< npstat::SequentialPolyFilterND > *) x));
}
static void *_p_npstat__CVCopulaSmootherT_npstat__LocalPolyFilterNDT_10U_t_tTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *) ((npstat::CVCopulaSmoother< npstat::LocalPolyFilterND< 10U > > *) x));
}
static void *_p_npstat__GCVCopulaSmootherT_npstat__KDEFilterNDT_10U_t_tTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *) ((npstat::GCVCopulaSmoother< npstat::KDEFilterND< 10U > > *) x));
}
static void *_p_npstat__SequentialGroupedCopulaSmootherTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *)(npstat::GCVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::SequentialGroupedCopulaSmoother *) x));
}
static void *_p_npstat__DiscreteGaussCopulaSmootherTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *)(npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::DiscreteGaussCopulaSmoother *) x));
}
static void *_p_npstat__BernsteinCopulaSmootherTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *)(npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::BernsteinCopulaSmoother *) x));
}
static void *_p_npstat__CVCopulaSmootherT_npstat__SequentialPolyFilterND_tTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *) ((npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) x));
}
static void *_p_npstat__AbsCVCopulaSmootherTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) ((npstat::AbsCVCopulaSmoother *) x));
}
static void *_p_npstat__SequentialCopulaSmootherTo_p_npstat__AbsCopulaSmootherBase(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((npstat::AbsCopulaSmootherBase *) (npstat::AbsCVCopulaSmoother *)(npstat::CVCopulaSmoother< npstat::SequentialPolyFilterND > *) ((npstat::SequentialCopulaSmoother *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BinnedDensityND_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BinnedDensityND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__WeightedStatAccumulator_npstat__DualHistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::WeightedStatAccumulator,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__WeightedStatAccumulator_npstat__NUHistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::WeightedStatAccumulator,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__WeightedStatAccumulator_npstat__HistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::WeightedStatAccumulator,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_npstat__WeightedStatAccumulator_1U_10U_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< npstat::WeightedStatAccumulator,1U,10U > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_long_double_t_std__allocatorT_std__complexT_long_double_t_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< std::complex< long double >,std::allocator< std::complex< long double > > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_double_t_std__allocatorT_std__complexT_double_t_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< std::complex< double >,std::allocator< std::complex< double > > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_std__complexT_float_t_std__allocatorT_std__complexT_float_t_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< std::complex< float >,std::allocator< std::complex< float > > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BoxNDT_long_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BoxND< long > > *) x));
}
static void *_p_gs__AbsRecordTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) ((gs::AbsRecord *) x));
}
static void *_p_gs__ArchiveValueRecordT_signed_char_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< signed char > *) x));
}
static void *_p_gs__ArchiveValueRecordT_unsigned_char_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< unsigned char > *) x));
}
static void *_p_gs__ArchiveValueRecordT_char_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< char > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_long_long_std__allocatorT_long_long_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< long long,std::allocator< long long > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_int_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< int > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__StorablePolySeries1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::StorablePolySeries1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__RightCensoredDistribution_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::RightCensoredDistribution > *) x));
}
static void *_p_gs__ArchiveValueRecordT_double_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< double > *) x));
}
static void *_p_gs__ArchiveValueRecordT_long_double_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< long double > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__RadialProfileND_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::RadialProfileND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ComparisonDistribution1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ComparisonDistribution1D > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_int_std__allocatorT_int_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< int,std::allocator< int > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BinnedDensity1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BinnedDensity1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ScalableHuberND_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ScalableHuberND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InMemoryNtupleT_unsigned_char_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InMemoryNtuple< unsigned char > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LinTransformedDistroND_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LinTransformedDistroND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ProductDistributionND_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ProductDistributionND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__AbsDistributionND_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::AbsDistributionND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LogQuadratic1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LogQuadratic1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Quadratic1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Quadratic1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Logistic1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Logistic1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_long_npstat__DualHistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< long,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_npstat__StorableNone_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< npstat::StorableNone > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__StorableNone_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::StorableNone > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_char_std__allocatorT_unsigned_char_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< unsigned char,std::allocator< unsigned char > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Cauchy1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Cauchy1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InMemoryNtupleT_float_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InMemoryNtuple< float > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_float_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< float > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_long_npstat__HistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< long,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__IsoscelesTriangle1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::IsoscelesTriangle1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_int_1U_10U_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< int,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_long_npstat__NUHistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< long,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_float_std__allocatorT_float_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< float,std::allocator< float > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_short_std__allocatorT_short_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< short,std::allocator< short > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Huber1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Huber1D > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_double_std__allocatorT_double_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< double,std::allocator< double > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_bool_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< bool > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__FoldedDistribution1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::FoldedDistribution1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Poisson1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Poisson1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__AbsDistribution1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::AbsDistribution1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LogNormal_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LogNormal > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_float_npstat__DualHistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< float,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_float_npstat__NUHistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< float,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_float_npstat__HistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< float,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_std__vectorT_npstat__HistoAxis_std__allocatorT_npstat__HistoAxis_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< std::vector< npstat::HistoAxis,std::allocator< npstat::HistoAxis > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InterpolatedDistro1D1P_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InterpolatedDistro1D1P > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__UniPareto1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::UniPareto1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__Pareto1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::Pareto1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__StatAccumulatorArr_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::StatAccumulatorArr > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__BinSummary_npstat__DualHistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::BinSummary,npstat::DualHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__BinSummary_npstat__NUHistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::BinSummary,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_npstat__BinSummary_npstat__HistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< npstat::BinSummary,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__ArrayNDT_npstat__BinSummary_1U_10U_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::ArrayND< npstat::BinSummary,1U,10U > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__AbsDiscreteDistribution1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::AbsDiscreteDistribution1D > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_int_npstat__HistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< int,npstat::HistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__LinInterpolatedTable1D_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::LinInterpolatedTable1D > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_int_std__allocatorT_unsigned_int_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< unsigned int,std::allocator< unsigned int > > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_std__string_std__allocatorT_std__string_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< std::string,std::allocator< std::string > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__UniformND_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::UniformND > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoNDT_int_npstat__NUHistoAxis_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoND< int,npstat::NUHistoAxis > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BoxNDT_double_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BoxND< double > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__complexT_double_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::complex< double > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__vectorT_unsigned_short_std__allocatorT_unsigned_short_t_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::vector< unsigned short,std::allocator< unsigned short > > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__StatAccumulator_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::StatAccumulator > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__InMemoryNtupleT_long_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::InMemoryNtuple< long > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__HistoAxis_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::HistoAxis > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__NUHistoAxis_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::NUHistoAxis > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__DualHistoAxis_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::DualHistoAxis > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__BoxNDT_float_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::BoxND< float > > *) x));
}
static void *_p_gs__ArchiveValueRecordT_std__complexT_float_t_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveValueRecord< std::complex< float > > *) x));
}
static void *_p_gs__ArchiveRecordT_npstat__CompositeDistributionND_tTo_p_gs__ItemDescriptor(void *x, int *SWIGUNUSEDPARM(newmemory)) {
return (void *)((gs::ItemDescriptor *) (gs::AbsRecord *) ((gs::ArchiveRecord< npstat::CompositeDistributionND > *) x));
}
Index: trunk/npstat/stat/LOrPE1DSymbetaKernel.icc
===================================================================
--- trunk/npstat/stat/LOrPE1DSymbetaKernel.icc (revision 771)
+++ trunk/npstat/stat/LOrPE1DSymbetaKernel.icc (revision 772)
@@ -1,67 +1,67 @@
#include <cassert>
#include <stdexcept>
#include <algorithm>
#include <climits>
#include "npstat/nm/coordAndWeight.hh"
namespace npstat {
template <typename Numeric>
double LOrPE1DSymbetaKernel::lorpe(
const double x, const double h,
const Numeric* coords, const unsigned long nCoords,
const bool areCoordinatesSorted)
{
lastCenterValue_ = -DBL_MAX;
+ if (h <= 0.0) throw std::invalid_argument(
+ "In npstat::LOrPE1DSymbetaKernel::lorpe: "
+ "bandwidth must be positive");
long double sum = 0.0L;
if (nCoords && x >= leftBoundary_ && x <= rightBoundary_)
{
assert(coords);
- if (h <= 0.0) throw std::invalid_argument(
- "In npstat::LOrPE1DSymbetaKernel::lorpe: "
- "bandwidth must be positive");
const Numeric* first = coords;
const Numeric* last = coords + nCoords;
const AbsClassicalOrthoPoly1D* poly = poly_;
const long double* poly0 = &polyAt0_[0];
const double xlolim = x - kernelRange_*h;
const double xuplim = x + kernelRange_*h;
usingBoundaryCorr_ = !(xlolim >= leftBoundary_ && xuplim <= rightBoundary_);
if (usingBoundaryCorr_)
{
// We have to perform boundary correction
makeBoundaryPoly(x, h);
poly = boundaryPoly_;
poly0 = &boundaryPolyAt0_[0];
}
// If possible, select the range of points to use
if (nCoords > 10UL && areCoordinatesSorted)
{
const Numeric xlow = Private::WeightedCoord<Numeric>(xlolim, 0.0).value;
if (xlow > *first)
first = std::lower_bound(first, last, xlow);
const Numeric xup = Private::WeightedCoord<Numeric>(xuplim, DBL_MAX).value;
if (xup < *(last - 1))
last = std::upper_bound(first, last, xup);
}
// This cycle does not cover kernel stretching, etc
for (const Numeric* ptr = first; ptr != last; ++ptr)
{
const std::pair<double,double>& p = Private::coordAndWeight(*ptr);
const double xi = p.first;
const double w = p.second;
assert(xi >= leftBoundary_ && xi <= rightBoundary_);
assert(w >= 0.0);
if (w > 0.0 && xi >= xlolim && xi <= xuplim)
sum += w*this->kernelValue(*poly, poly0, (x - xi)/h);
}
lastCenterValue_ = this->kernelValue(*poly, poly0, 0.0)/h*norm_;
}
return sum/h*norm_;
}
}
Index: trunk/npstat/stat/LOrPE1DSymbetaKernel.hh
===================================================================
--- trunk/npstat/stat/LOrPE1DSymbetaKernel.hh (revision 771)
+++ trunk/npstat/stat/LOrPE1DSymbetaKernel.hh (revision 772)
@@ -1,107 +1,112 @@
#ifndef NPSTAT_LORPE1DSYMBETAKERNEL_HH_
#define NPSTAT_LORPE1DSYMBETAKERNEL_HH_
/*!
// \file LOrPE1DSymbetaKernel.hh
//
// \brief Gaussian or symmetric beta kernels for unbinned LOrPE
//
// Author: I. Volobouev
//
// May 2022
*/
#include <vector>
+#include <utility>
#include "npstat/nm/AbsClassicalOrthoPoly1D.hh"
#include "npstat/stat/BoundaryHandling.hh"
namespace npstat {
class LOrPE1DSymbetaKernel
{
public:
LOrPE1DSymbetaKernel(int symbetaPower, double filterDegree,
double leftBoundary, double rightBoundary,
const BoundaryHandling& bh);
LOrPE1DSymbetaKernel(const LOrPE1DSymbetaKernel& r);
LOrPE1DSymbetaKernel& operator=(const LOrPE1DSymbetaKernel& r);
- inline ~LOrPE1DSymbetaKernel() {delete poly_;}
+ inline ~LOrPE1DSymbetaKernel() {delete poly_; delete boundaryPoly_;}
/**
// Normalization factor should typically be close to
// 1/(sum of point weights).
*/
void setNormFactor(double normfactor);
inline double normFactor() const {return norm_;}
/**
// "Numeric" can be a pair. In this case the first element
// of the pair must be the coordinate and the second element
// must be the weight. The weights must be non-negative.
*/
template <typename Numeric>
double lorpe(double x, double bandwidth,
const Numeric* coords, unsigned long nCoords,
bool coordinatesSorted = false);
/**
// This function is not applying any weight. This function will
// throw an exception if no calls to "lorpe" method have been made.
*/
double getLastKernelAt0() const;
// Did we use boundary correction during the last "lorpe" call?
// This function will throw an exception if no calls to "lorpe"
// method have been made.
bool usedBoundaryCorrection() const;
private:
void copyInternals(const LOrPE1DSymbetaKernel& r);
void makeBoundaryPoly(double x, double h);
double kernelValue(const AbsClassicalOrthoPoly1D& poly,
const long double* poly0, double x_i);
int power_;
unsigned maxdeg_;
double filterDegree_;
double leftBoundary_;
double rightBoundary_;
double lastShrinkage_;
double norm_;
double kernelRange_;
double lastCenterValue_;
BoundaryHandling bh_;
AbsClassicalOrthoPoly1D* poly_;
std::vector<long double> polyAt0_;
AbsClassicalOrthoPoly1D* boundaryPoly_;
std::vector<long double> boundaryPolyAt0_;
double boundaryPolyX_;
double boundaryPolyH_;
std::vector<long double> polyBuf_;
bool usingBoundaryCorr_;
#ifdef SWIG
public:
inline double lorpe_2(double x, double bandwidth,
const double* coordsd, unsigned long nCoords,
bool coordsSorted = false)
{
return this->lorpe(x, bandwidth, coordsd, nCoords, coordsSorted);
}
inline double lorpe_2(double x, double bandwidth,
- const float* coordsf, unsigned long nCoords,
+ const std::vector<std::pair<double, double> >& vec,
bool coordsSorted = false)
{
- return this->lorpe(x, bandwidth, coordsf, nCoords, coordsSorted);
+ const unsigned long n = vec.size();
+ const std::pair<double, double>* points = 0;
+ if (n)
+ points = &vec[0];
+ return this->lorpe(x, bandwidth, points, n, coordsSorted);
}
#endif
};
}
#include "npstat/stat/LOrPE1DSymbetaKernel.icc"
#endif // NPSTAT_LORPE1DSYMBETAKERNEL_HH_
Index: trunk/NEWS
===================================================================
--- trunk/NEWS (revision 771)
+++ trunk/NEWS (revision 772)
@@ -1,869 +1,871 @@
Version 5.6.0 - development
* Changed AbsKDE1DKernel, KDE1DDensityKernel, KDE1DHOSymbetaKernel, and
KDE1D classes to accept a normalization factor. In certain situations,
this allows for a simple boundary correction by data mirroring. Note,
however, that cross-validation does not work with mirroring.
* Added "resampleWithReplacement" templated function.
* Added class FoldedDistribution1D.
* Added class LOrPE1DSymbetaKernel, enabling unbinned LOrPE.
+* Fixed a bug in the support determination of TruncatedDistribution1D.
+
Version 5.5.1 - May 8 2022, by I. Volobouev
* Changed the SWIG interface so that one can now use references to
abstract classes for restoring objects from Geners archives.
* Added "subrange" function to the SWIG interface of the Matrix class.
Version 5.5.0 - April 15 2022, by I. Volobouev
* Added method "extWeightAverages" to the ContOrthoPoly1D class.
* Added method "getNull" to the AbsUnbinnedGOFTest1D class.
* Added class UnbinnedGOFTest1DFactory.
Version 5.4.0 - March 7 2022, by I. Volobouev
* Added method "extWeightAverages" to the AbsClassicalOrthoPoly1D class.
* Bug fix in the "random" method of DistributionMix1D class.
Version 5.3.0 - July 29 2021, by I. Volobouev
* Added some facilities for quadruple precision calculations. They
mostly rely on the __float128 type (gcc extension, libquadmath) and
on compiling the LAPACK/BLAS libraries with the "-freal-8-real-16"
switch.
* Added the "GaussLegendreQuadratureQ" class capable of performing
Gauss-Legendre quadratures in quadruple precision.
* Added the "GaussLegendreQuadrature2D" class capable of performing
tensor-product Gauss-Legendre quadratures in two dimensions.
* Added OrthoPoly1DDeg functor.
* Added class ScalableClassicalOrthoPoly1D.
* Added class ClassicalOrthoPoly1DFromWeight. This also necessitated
refactoring of the class DensityOrthoPoly1D.
* Added classes AbsIntervalQuadrature1D and RectangleQuadrature1D.
* Added function "kernelSensitivityMatrix".
* Added function "sumOfSquares".
* Added a number of .i files.
* Added classes AbsUnbinnedGOFTest1D and OrthoPolyGOFTest1D.
* Added class PolynomialDistro1D.
* Added a number of unbinned goodness-of-fit tests.
* Added class Gauss1DQuadrature.
* Added class SmoothGOFTest1D.
* Added class Poly1D".
Version 5.2.0 - July 20 2020, by I. Volobouev
* Added a number of .i files.
* Added classes "DiscreteGauss1DBuilder" and "DiscreteGaussCopulaSmoother".
* Added class "MatrixFilter1DBuilder".
* Added facilities for saddlepoint approximations: classes AbsCGF1D and
SeriesCGF1D, function saddlepointDistribution1D, as well as class
ExpTiltedDistribution1D which can be useful in saddlepoint approximation
precision studies.
* Added class "DensityOrthoPoly1D" for building orthonormal polynomial
systems using (almost) arbitrary 1-d densities as weights.
* Added "empiricalMoment" method to the AbsDistribution1D class.
* Added class "HeatEq1DNeumannBoundary".
* Added methods "sampleAverages" and "sampleProductAverages" to the
ContOrthoPoly1D class.
* Added method "expectation" to the AbsDistribution1D class.
Version 5.1.0 - Nov 17 2019, by I. Volobouev
* Started using python-specific features (pythonprepend, etc) in the
SWIG .i files.
* Added function "scannedKSDistance".
* Added Python API for persistence of several classes.
Version 5.0.0 - Oct 17 2019, by I. Volobouev
* C++11 support is now mandatory.
* Added more classes and functions to Python API. Overhauled some of
the existing interfaces. Updated everything to python3.
* Increased the maximum order of "classical" Edgeworth expansions to 14.
* Increased the maximum order of conversions between 1-d central moments
and cumulants to 20.
* Added "histoQuantiles" function.
* Added "correctDensityEstimateGHU" function.
* Added "randomHistoFill1D" utility function.
* Added ComparisonDistribution1D class.
* Added classes GaussND, LinTransformedDistroND, and DistributionMixND.
* Added a lot of SWIG .i files
Version 4.11.0 - July 22 2019, by I. Volobouev
* Added support for cumulant calculations for various Wald statistics
in the Poisson process model.
* Added functions convertCumulantsToCentralMoments and
convertCentralMomentsToCumulants (header file cumulantConversion.hh).
* Added function "cumulantUncertainties".
Version 4.10.0 - July 11 2019, by I. Volobouev
* Added SemiInfGaussianQuadrature class.
* Added functions arrayMoment, arrayMoments, and arrayCentralMoments.
* Added enum EdgeworthSeriesMethod and class EdgeworthSeries1D.
* Added DeltaMixture1D class.
* Added enum LikelihoodStatisticType.
* Added functions "mixtureModelCumulants" and "poissonProcessCumulants"
in the header likelihoodStatisticCumulants.hh.
Version 4.9.0 - Dec 18 2018, by I. Volobouev
* Added "integratePoly" and "jointIntegral" methods to the
AbsClassicalOrthoPoly1D class.
* Added utility functions "truncatedInverseSqrt" and "matrixIndexPairs".
* Added a number of functions to "orthoPoly1DVProducts.hh".
* Added classes ChebyshevOrthoPoly1st and ChebyshevOrthoPoly2nd inheriting
from AbsClassicalOrthoPoly1D.
* Added class HermiteProbOrthoPoly1D.
* Added FejerQuadrature class.
* Added classe IsoscelesTriangle1D and Logistic1D.
* Added classes AbsKDE1DKernel and KDE1DHOSymbetaKernel.
* Added static function "optimalDegreeHart" to OSDE1D class.
Version 4.8.0 - Jul 9 2018, by I. Volobouev
* Added ShiftedLegendreOrthoPoly1D class.
* Added Lanczos method to generate recurrence coefficients for the
ContOrthoPoly1D class.
* Added npstat/stat/orthoPoly1DVProducts.hh file with various utilities
for statistical analyis of chaos polynomials.
Version 4.7.0 - Jan 13 2018, by I. Volobouev
* Added "UniPareto1D" distribution (uniform with Pareto tail to the right).
* More coordinate/weight cases for the GaussLegendreQuadrature class.
* Added ContOrthoPoly1D class -- continuous orthogonal polynomials with
discrete measure.
* Added functions "linearLeastSquares" and "tdSymEigen" to the Matrix class.
* Added OSDE1D class.
* Added classes LocationScaleFamily1D and SinhAsinhTransform1D.
* Added new functors (CdfFunctor1D, etc) as AbsDistribution1D helpers.
* Small fix in StatAccumulatorArr.cc.
Version 4.6.0 - Jan 23 2017, by I. Volobouev
* Updated 1-d LOrPE cross validation code (classes AbsBandwidthCV,
BandwidthCVLeastSquares1D, BandwidthCVPseudoLogli1D) for use with
weighted samples in the case the sample itself is available at the
point cross validation is run.
Version 4.5.0 - Aug 01 2016, by I. Volobouev
* A small fix in OrthoPolyND.icc (switched from cycling over unsigned to
unsigned long in the scalar product function).
* Implemented Gauss-Hermite quadrature with Gaussian density weight.
* Changed the meaning of Quadratic1D and LogQuadratic1D parameters to be
consistent with Legendre polynomial coefficients on [-1, 1] (new
parameters are 1/2 of old).
* Added class MinuitUnbinnedFitFcn1D (to interfaces).
* Added function "findRootNewtonRaphson".
* Added "statUncertainties" header with various functions.
Version 4.4.0 - May 9 2016, by I. Volobouev
* Added "timestamp" function.
* Improved implementation of BinnedDensity1D::unscaledQuantile function.
Certain problems caused by round-off errors are now fixed.
* Added the capability to use the single closest parameter cells (thus
disabling actual interpolation between parameter values, for speed)
to "GridInterpolatedDistribution".
Version 4.3.0 - March 19 2016, by I. Volobouev
* Put additional assert statements inside OrthoPolyND.icc to prevent
phony "array subscript is above array bounds" messages in g++ 4.9.2.
* Improved CmdLine.hh.
* Additional methods in CopulaInterpolationND and GridInterpolatedDistribution.
* Added function "volumeDensityFromBinnedRadial".
* Added convenience method "globalFilter" to the OrthoPoly1D class.
* Initiated the transition of the Python API from Python 2 to Python 3.
Version 4.2.0 - October 29 2015, by I. Volobouev
* Added interpolation methods for the marginals to classes
"CopulaInterpolationND" and "GridInterpolatedDistribution".
* Removed assert on underflow in the "igamc" function. Now
in such cases this function simply returns 0.0.
Version 4.1.0 - July 27 2015, by I. Volobouev
* Made a few additional methods virtual in AbsNtuple.
* Declared methods "columnIndices" of AbsNtuple const (as they should be).
* Added function "weightedCopulaHisto" to build copulas for samples of
weighted points.
* Added function "weightedVariableBandwidthSmooth1D" to use variable
bandwidth smoothing with weighted histograms.
* Added "AbsWeightedMarginalSmoother" interface class for smoothing samples
of weighted points. Modified classes ConstantBandwidthSmoother1D,
JohnsonKDESmoother, and LOrPEMarginalSmoother to support this interface.
* Added class "VariableBandwidthSmoother1D" which implements both
AbsMarginalSmoother and AbsWeightedMarginalSmoother interfaces.
* Implemented cross-validation for weighted samples.
* Implemented "buildInterpolatedCompositeDistroND" for generic construction
of multivariate transfer functions.
* Implemented "buildInterpolatedDistro1DNP" for generic construction
of univariate transfer functions.
Version 4.0.1 - June 17 2015, by I. Volobouev
* Added "dump_qmc" example executable.
Version 4.0.0 - June 10 2015, by I. Volobouev
* Complete overhaul of 1-d filter-building code. Addition of new boundary
methods is a lot easier now. The user API for choosing a LOrPE boundary
method is encapsulated in the new "BoundaryHandling" class.
* Implemented a number of new filter builders with different boundary
treatments.
* Updated the "LocalPolyFilter1D" class so that it holds the local
bandwidth factors derived by the filter builders.
Version 3.8.0 - June 1 2015, by I. Volobouev
* Implemented class ConstSqFilter1DBuilder (declared in the header file
npstat/stat/Filter1DBuilders.hh). The "BoundaryMethod" enum has been
extended accordingly. Other files using this enum have been updated.
* Implemented class FoldingSqFilter1DBuilder. Similar to ConstSqFilter1DBuilder
but it also folds the kernel in addition to stretching it.
* Added virtual destructors to a number of classes.
* Added "externalMemArrayND" with various signatures to allow the use of
ArrayND with memory not managed by ArrayND.
* Added move constructors and move assignment operators to ArrayND and
Matrix classes.
Version 3.7.0 - May 10 2015, by I. Volobouev
* Better numerical derivative calculation in InterpolatedDistribution1D.cc.
* Added class "LocalMultiFilter1D" for fast generation of filters which
correspond to each orthogonal polynomial separately.
* Added a function calculating the area of n-dimensional sphere.
* Added I/O capabilities to the RadialProfileND class.
* Added class "LogRatioTransform1D".
* Added utility function "multiFill1DHistoWithCDFWeights" (header file
histoUtils.hh).
* Avoiding underflow of the incomplete gamma in "convertToSphericalRandom".
Version 3.6.0 - April 6 2015, by I. Volobouev
* Fixed Marsaglia's code calculating the Anderson-Darling statistics
(it was breaking down for large values of z).
* Added high-level driver function "simpleVariableBandwidthSmooth1D" to
automatically build the pilot estimate for "variableBandwidthSmooth1D".
* Swithched to log of sigma as Minuit parameter in "minuitFitJohnsonCurves"
instead of sigma (linear sigma would sometimes break the fit when Minuit
would come up with 0 or negative trial value for it).
* Extended "MinuitDensityFitFcn1D" class so that it could be used to fit
non-uniformly binned histograms.
* Adapted "minuitFitJohnsonCurves" function so that it could be used with
histograms templated upon DualHistoAxis.
* Added functions "fillArrayCentersPreservingAreas" and
"canFillArrayCentersPreservingAreas".
* Implemented an interface to monotonous coordinate transformations with
the intent of using them in constructing densities. Implemented a number
of transforms.
* Implemented class "TransformedDistribution1D".
* Added class "VerticallyInterpolatedDistro1D1P".
* Added utility function "fill1DHistoWithCDFWeights".
Version 3.5.0 - February 21 2015, by I. Volobouev
* Added "symPDEigenInv" method to the Matrix class.
* Added "variableCount" method to unfolding bandwidth scanner classes.
* Increased the tolerance parameters in JohnsonSu::initialize and in
JohnsonFit constructor.
* Bug fix in function "fillHistoFromText".
Version 3.4.4 - January 13 2015, by I. Volobouev
* Corrected handling of some "assert" statements so that the code compiles
correctly with the -DNDEBUG option.
Version 3.4.3 - January 5 2015, by I. Volobouev
* Implemented class MirroredGauss1D.
* Added method "getOracleData" to class UnfoldingBandwidthScanner1D.
* Bug fix in FoldingFilter1DBuilder::makeOrthoPoly.
Version 3.4.2 - December 15 2014, by I. Volobouev
* Implemented InterpolatedDistro1D1P class.
Version 3.4.1 - November 07 2014, by I. Volobouev
* Implemented "divideTransforms" function for deconvolutions.
* Implemented the Moyal distribution.
* Added "fillHistoFromText" utility function.
* Added "apply_lorpe_1d" example.
Version 3.4.0 - October 01 2014, by I. Volobouev
* Implemented Hadamard product and Hadamard ratio for matrices.
* Bug fix in the "solve_linear_system" lapack interface function.
Version 3.3.1 - August 08 2014, by I. Volobouev
* Terminate iterative refinement of the unfolding error propagation
matrix early in case the solution does not seem to improve.
Version 3.3.0 - August 05 2014, by I. Volobouev
* Added correction factors to the determination of the number of fitted
parameters in various unfolding procedures.
Version 3.2.0 - July 25 2014, by I. Volobouev
* Added "gaussianResponseMatrix" function for non-uniform binning.
* Added Pareto distribution.
* Implemented EMS unfolding with sparse matrices.
* Added methods "getObservedShape" and "getUnfoldedShape" to the AbsUnfoldND
class.
* Bug fix in the assignment operator of ProductDistributionND class. Made
class ProductDistributionND persistent.
* Bug fix in the error propagation for unfolding, in the code which takes
into account the extra normalization constant.
* Added "productResponseMatrix" function to assist in making sparse response
matrices.
* Bug fix in the factory constructor of the Cauchy1D class.
* Completed implementation of the "RatioOfNormals" class.
Version 3.1.0 - June 29 2014, by I. Volobouev
* Improved (again) random number generator for the 1-d Gaussian distribution.
Something about expectation values of normalized Hermite polynomials over
random numbers made by this generator is still not fully understood. The
standard deviation of these expectations decreases with the polynomial
order (while it should stay constant). It is possible that the numbers
of points used are simply insufficient to sample the tails correctly.
* Implemented smoothed expectation-maximization (a.k.a. D'Agostini) unfolding
for 1-d distributions in classes SmoothedEMUnfold1D and MultiscaleEMUnfold1D.
In certain usage scenarios, MultiscaleEMUnfold1D can be more efficient than
SmoothedEMUnfold1D.
* Implemented smoothed expectation-maximization unfolding for multivariate
distributions in a class SmoothedEMUnfoldND.
* Added class "UnfoldingBandwidthScanner1D" to study 1-d unfolding behavior
as a function of filter bandwidth.
* Added class "UnfoldingBandwidthScannerND" to study multivariate unfolding
behavior as a function of provided bandwidth values.
* Added DummyLocalPolyFilter1D class useful when a filter is needed which
does not smooth anything.
* Added function "poissonLogLikelihood" (header file npstat/stat/arrayStats.hh).
* Added function "pooledDiscreteTabulated1D" (header file
npstat/stat/DiscreteDistributions1D.hh).
* Implemented class UGaussConvolution1D (convolution of uniform distribution
with a Gaussian).
* Implemented gamma distribution (class Gamma1D).
* Defined interface for comparing binned distributions, AbsBinnedComparison1D.
* Implemented several comparison classes for comparing binned distributions:
PearsonsChiSquared, BinnedKSTest1D, BinnedADTest1D. Class BinnedKSTest1D
pulled in dependence on the "kstest" package.
* Made classes LocalPolyFilter1D, LocalPolyFilterND, and SequentialPolyFilterND
persistent.
* Added code generating dense filter matrices to LocalPolyFilterND and
SequentialPolyFilterND (as needed for unfolding).
* Made class MemoizingSymbetaFilterProvider persistent.
* Implemented function goldenSectionSearchOnAGrid (header file
npstat/nm/goldenSectionSearch.hh).
* Implemented function parabolicExtremum (header npstat/nm/MathUtils.hh).
* Added class DistributionMix1D (header npstat/stat/DistributionMix1D.hh).
* Added interface to solving A*X = B, with matrices X and B, to the Matrix
class (method "solveLinearSystems").
* Added "reshape" methods to the ArrayND class.
* Added "gaussianResponseMatrix" function.
* Added a section on unfolding to the documentation.
* Added "ems_unfold_1d" example program.
Version 3.0.0 - March 14 2014, by I. Volobouev
* Added interface to the LAPACK SVD routines.
* Added function "lorpeMise1D" to calculate MISE for arbitrary distributions.
* Added FoldingFilter1DBuilder class.
* Changed interfaces for several high-level functions to use
FoldingFilter1DBuilder. The major version number got bumped up.
* Split DensityScan1D.hh away from AbsDistribution1D.hh.
Version 2.7.0 - March 10 2014, by I. Volobouev
* Added code to optimize operations with diagonal matrices.
* Added discretizedDistance.hh file for simple L1 and L2 distance calculations
with numeric arrays.
* Added base class for future unfolding code.
* The "reset" method of the Matrix class was renamed into "uninitialize"
in order to be consistent with ArrayND.
* Added function "multinomialCovariance1D".
* Added "polyTimesWeight" method to the OrthoPoly1D class.
* Added methods "TtimesThis" and "timesT" to the Matrix class. These
methods are more efficient than transpose followed by multiplication.
Version 2.6.0 - January 30 2014, by I. Volobouev
* Added function "lorpeBackgroundCVDensity1D" which linearizes calculation
of the cross validation likelihood in semiparametric fits. Argument
"linearizeCrossValidation" was added to MinuitSemiparametricFitFcn1D
constructor, "lorpeBackground1D" function, etc.
* Added the ability to build filters with center point removed to classes
WeightTableFilter1DBuilder and StretchingFilter1DBuilder. The function
"symbetaLOrPEFilter1D" now has an appropriate switch.
* Added "removeRowAndColumn" method to the Matrix class.
* Added CircularBuffer class.
* Added various plugin bandwidth functions which work with non-integer
polynomial degrees.
* Switched to the Legendre polynomial basis for calculating all 1-d
orthogonal polynomials (instead of monomial basis).
* Added MemoizingSymbetaFilterProvider class.
* Added "operator+=" method to the MultivariateSumAccumulator class.
* Simplified implementation of the PolyFilterCollection1D class.
File PolyFilterCollection1D.icc is removed.
* Added "RatioOfNormals" 1-d distribution function. Only the density is
currently implemented but not the CDF.
* Added ExpMapper1d class.
Version 2.5.0 - October 15 2013, by I. Volobouev
* Added "getFilterMatrix" method to the LocalPolyFilter1D class.
* Added "genEigen" method to the Matrix class (for determination of
eigenvalues and eigenvectors of general real matrices).
* Refactored the LAPACK interface so that interface functions to floats
are automatically generated from interface functions to doubles. See
the comment at the end of the "lapack_interface.icc" file for the shell
commands to do this.
Version 2.4.0 - October 6 2013, by I. Volobouev
* Added functions "lorpeBackground1D", "lorpeBgCVPseudoLogli1D", and
"lorpeBgLogli1D".
* Added minuit interface classes "MinuitLOrPEBgCVFcn1D" and
"MinuitSemiparametricFitFcn1D".
* Added "ScalableDensityConstructor1D" class for use with Minuit interface
functions.
* Added classes AbsSymbetaFilterProvider and SymbetaPolyCollection1D.
Version 2.3.0 - October 1 2013, by I. Volobouev
* Allowed point dimensionality to be larger than the histogram dimensionality
in the "empiricalCopulaHisto" function.
* Added "keepAllFilters" method to AbsFilter1DBuilder and all derived classes.
* Implemented exclusion regions for WeightTableFilter1DBuilder and
StretchingFilter1DBuilder.
* "symbetaLOrPEFilter1D" function (in the header LocalPolyFilter1D.hh)
is updated to take the exclusion mask argument.
* Added "continuousDegreeTaper" function which can do something meaningful
with the continuous LOrPE degree parameter.
Version 2.2.0 - June 30 2013, by I. Volobouev
* Added classes DiscreteBernsteinPoly1D and BernsteinFilter1DBuilder.
* Added classes DiscreteBeta1D and BetaFilter1DBuilder.
* Added BifurcatedGauss1D class to model Gaussian-like distributions with
different sigmas on the left and right sides.
* Added virtual destructors to the classes declared in the Filter1DBuilders.hh
header.
* Added a method to the Matrix template to calculate Frobenius norm.
* Added methods to the Matrix template to calculate row and column sums.
* Added "directSum" method to the Matrix template.
* Added constructor from a subrange of another matrix to the Matrix template.
* Added code to the LocalPolyFilter1D class that generates a doubly
stochastic filter out of an arbitrary filter.
* Added "npstat/nm/definiteIntegrals.hh" header and corresponding .cc file
for various infrequently used integrals.
* Added "betaKernelsBandwidth" function.
Version 2.1.0 - June 20 2013, by I. Volobouev
* Fixed couple problems which showed up in the robust regression code
due to compiler update.
* Fixed CensoredQuantileRegressionOnKDTree::process method (needed this->
dereference for some member).
Version 2.0.0 - June 15 2013, by I. Volobouev
* Updated to use "Geners" version 1.3.0. A few interfaces were changed
(API for the string archives was removed because Geners own string archive
facilities are now adequate) so the major version number was bumped up.
Version 1.6.0 - June 12 2013, by I. Volobouev
* Updated some documentation.
* Updated fitCompositeJohnson.icc to use simplified histogram constructors.
* Bug fix in the "minuitLocalQuantileRegression1D" function.
* Changed the "quantileBinFromCdf" function to use unsigned long type for
array indices.
* Added "weightedLocalQuantileRegression1D" function (namespace npsi) for
local regression with single predictor on weighted points.
Version 1.5.0 - May 23 2013, by I. Volobouev
* Added interfaces to LAPACK routines DSYEVD, DSYEVR, and corresponding
single precision versions.
* Added the "symPSDefEffectiveRank" method to the Matrix class for
calculating effective ranks of symmetric positive semidefinite matrices.
* Added converting constructor and assignment operator to the Matrix class.
* Run the Gram-Schmidt procedure twice when orthogonal polynomials are
derived in order to improve orthogonality.
Version 1.4.0 - May 20 2013, by I. Volobouev
* Added the "append" method to the AbsNtuple class.
Version 1.3.0 - May 10 2013, by I. Volobouev
* Added the code for Hermite polynomial series.
* Improved random number generator for the 1-d Gaussian distribution.
* Added a framework for discrete 1-d distributions as well as two
concrete distribution classes (Poisson1D, DiscreteTabulated1D).
* Added functions "readCompressedStringArchiveExt" and
"writeCompressedStringArchiveExt" which can read/write either compressed
or uncompressed string archives, distinguished by file extension.
Version 1.2.1 - March 22 2013, by I. Volobouev
* Improved CmdLine.hh in the "examples/C++" directory.
* Added class QuantileTable1D.
* Added classes LeftCensoredDistribution and RightCensoredDistribution.
Version 1.2.0 - March 13 2013, by I. Volobouev
* Added convenience "fill" methods to work with the ntuples which have
small number of columns (up to 10).
* Fixed a bug in AbsRandomGenerator for univariate generators making
multivariate points.
* Added LOrPEMarginalSmoother class.
Version 1.1.1 - March 11 2013, by I. Volobouev
* Added utility function "symbetaLOrPEFilter1D" which creates 1-d LOrPE
filters using kernels from the symmetric beta family (and the Gaussian).
* Added high level driver function "lorpeSmooth1D".
* Allowed variables with zero variances for calculation of correlation
coefficients in "MultivariateSumsqAccumulator". Such variables will
have zero correlation coefficients with all other variables.
* Added rebinning constructor to the HistoND class.
Version 1.1.0 - March 8 2013, by I. Volobouev
* Changed NUHistoAxis::fltBinNumber method to produce correct results
with interpolation degree 0. It is not yet obvious which method would
work best for higher interpolation degrees.
* Added functions for converting between StringArchive and python bytearray.
They have been placed in a new header: wrap/stringArchiveToBinary.hh.
* Added methods "exportMemSlice" and "importMemSlice" to ArrayND. These
methods allow for filling array slices from unstructured memory buffers
and for exporting array slices to such memory buffers.
* Added "simpleColumnNames" function (header file AbsNtuple.hh) to generate
trivial column names when ntuple column names are not important.
* Added functions "neymanPearsonWindow1D" and "signalToBgMaximum1D".
They are declared in a new header npstat/neymanPearsonWindow1D.hh.
Version 1.0.5 - December 17 2012, by I. Volobouev
* Flush string archives before writing them out in stringArchiveIO.cc.
* Added class TruncatedDistribution1D.
Version 1.0.4 - November 14 2012, by I. Volobouev
* Added utilities for reading/writing Geners string archives to files.
* Added BinSummary class.
* Doxygen documentation improved. Every header file in stat, nm, rng,
and interfaces now has a brief description.
Version 1.0.3 - September 27 2012, by I. Volobouev
* Fixed some bugs related to moving StorableMultivariateFunctor code
from "nm" to "stat".
Version 1.0.2 - August 6 2012, by I. Volobouev
* Added converting copy constructor to the "LinInterpolatedTableND" class.
* Added StorableMultivariateFunctor class (together with the corresponding
reader class).
* Added StorableInterpolationFunctor class which inherits from the above
and can be used with interpolation tables.
* Added StorableHistoNDFunctor class which inherits from
StorableMultivariateFunctor and can be used to interpolate histogram bins.
* Added "transpose" method to HistoND class.
* Created DualAxis class.
* Created DualHistoAxis class.
* Added conversion functions between histogram and grid axes.
* Added "mergeTwoHistos" function for smooth merging of two histograms.
* Added "ProductSymmetricBetaNDCdf" functor to be used as weight in
merging histograms.
* Added CoordinateSelector class.
Version 1.0.1 - June 29 2012, by I. Volobouev
* Implemented class LinInterpolatedTableND with related supporting code.

File Metadata

Mime Type
application/octet-stream
Expires
Sat, Apr 20, 5:09 AM (1 d, 23 h)
Storage Engine
chunks
Storage Format
Chunks
Storage Handle
_.9cQzjNSGkr
Default Alt Text
(5 MB)

Event Timeline