itom 2.0.0
ito::PythonNumeric Class Reference

List of all members.

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:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends