|
Blender V4.5
|
#include "BPy_TrueUP0D.h"Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (TrueUP0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate0D` > :class:`TrueUP0D`\n" "\n" ".. method:: __call__(it)\n" "\n" " Always returns true.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: True.\n" " :rtype: bool\n") | |
| static int | TrueUP0D___init__ (BPy_TrueUP0D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | TrueUP0D_Type |
| PyDoc_STRVAR | ( | TrueUP0D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryPredicate0D` | , | ||
| :class:`TrueUP0D`\n" "\n" ".. method::__call__(it)\n" "\n" " Always returns true.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:True.\n" " :rtype:bool\n" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 31 of file BPy_TrueUP0D.cpp.
References BPy_TrueUP0D::py_up0D, TrueUP0D___init__(), and BPy_UnaryPredicate0D::up0D.
Referenced by TrueUP0D___init__().
| PyTypeObject TrueUP0D_Type |
Definition at line 44 of file BPy_TrueUP0D.cpp.
Referenced by UnaryPredicate0D_Init().