32 pygpu_select_load_id_doc,
33 ".. function:: load_id(id)\n"
35 " Set the selection ID.\n"
37 " :arg id: Number (32-bit uint).\n"
38 " :type select: int\n");
60 {
nullptr,
nullptr, 0,
nullptr},
66 "This module provides access to selection.");
PyDoc_STRVAR(FalseBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`FalseBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Always returns false.\n" "\n" " :arg inter1: The first Interface1D object.\n" " :type inter1: :class:`freestyle.types.Interface1D`\n" " :arg inter2: The second Interface1D object.\n" " :type inter2: :class:`freestyle.types.Interface1D`\n" " :return: False.\n" " :rtype: bool\n")
bool GPU_select_load_id(unsigned int id)
#define BPYGPU_IS_INIT_OR_ERROR_OBJ
static PyModuleDef pygpu_select_module_def
static PyMethodDef pygpu_select__tp_methods[]
static PyObject * pygpu_select_load_id(PyObject *, PyObject *value)
PyObject * bpygpu_select_init()
uint32_t PyC_Long_AsU32(PyObject *value)