itom  4.1.0
ito::PythonNumeric Class Reference

Static Public Attributes

static PyMethodDef PythonMethodItomNumeric []
 
static PyModuleDef PythonModuleItomNumeric
 

Static Private Member Functions

static PyObject * PyAMax (PyObject *pSelf, PyObject *pArgs)
 

Member Data Documentation

PyMethodDef ito::PythonNumeric::PythonMethodItomNumeric
static
Initial value:
= {
{"amax", (PyCFunction)PythonNumeric::PyAMax, METH_VARARGS, pyAMax_doc},
{NULL, NULL, 0, NULL}
}
PyModuleDef ito::PythonNumeric::PythonModuleItomNumeric
static
Initial value:
= {
PyModuleDef_HEAD_INIT, "numeric", NULL, -1, PythonNumeric::PythonMethodItomNumeric,
NULL, NULL, NULL, NULL
}

The documentation for this class was generated from the following files: