|
Blender V4.5
|
#include "BPy_TrueUP1D.h"Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (TrueUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`TrueUP1D`\n" "\n" ".. method:: __call__(inter)\n" "\n" " Always returns true.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: True.\n" " :rtype: bool\n") | |
| static int | TrueUP1D___init__ (BPy_TrueUP1D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | TrueUP1D_Type |
| PyDoc_STRVAR | ( | TrueUP1D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` | , | ||
| :class:`TrueUP1D`\n" "\n" ".. method::__call__(inter)\n" "\n" " Always returns true.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" " :return:True.\n" " :rtype:bool\n" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 31 of file BPy_TrueUP1D.cpp.
References BPy_TrueUP1D::py_up1D, TrueUP1D___init__(), and BPy_UnaryPredicate1D::up1D.
Referenced by TrueUP1D___init__().
| PyTypeObject TrueUP1D_Type |
Definition at line 44 of file BPy_TrueUP1D.cpp.
Referenced by UnaryPredicate1D_Init().