Variable PyLMCMethods

Variable Documentation

PyMethodDef PyLMCMethods[] = {{"import_map", (PyCFunction) set_map, METH_VARARGS, "Imports the map file to calculate landscape metrics on. Should only be run once."}, {"calculate_MNN", (PyCFunction) calculateMNN, METH_NOARGS, "Calculates the mean nearest-neighbour for the landscape"}, {"calculate_CLUMPY", (PyCFunction) calculateCLUMPY, METH_NOARGS, "Calculates the CLUMPY metric for the landscape"}, {nullptr, nullptr, 0, nullptr}}