|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (EqualToTimeStampUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`EqualToTimeStampUP1D`\n" "\n" ".. method:: __init__(ts)\n" "\n" " Builds a EqualToTimeStampUP1D object.\n" "\n" " :arg ts: A time stamp value.\n" " :type ts: int\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns true if the Interface1D's time stamp is equal to a certain\n" " user-defined value.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: True if the time stamp is equal to a user-defined value.\n" " :rtype: bool\n") | |
| static int | EqualToTimeStampUP1D___init__ (BPy_EqualToTimeStampUP1D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | EqualToTimeStampUP1D_Type |
|
static |
Definition at line 41 of file BPy_EqualToTimeStampUP1D.cpp.
References EqualToTimeStampUP1D___init__(), BPy_EqualToTimeStampUP1D::py_up1D, and BPy_UnaryPredicate1D::up1D.
Referenced by EqualToTimeStampUP1D___init__().
| PyDoc_STRVAR | ( | EqualToTimeStampUP1D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` | , | ||
| :class:`EqualToTimeStampUP1D`\n" "\n" ".. method::__init__(ts)\n" "\n" " Builds a EqualToTimeStampUP1D object.\n" "\n" " :arg ts:A time stamp value.\n" " :type ts:int\n" "\n" ".. method::__call__(inter)\n" "\n" " Returns true if the Interface1D 's time stamp is equal to a certain\n" " user-defined value.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" " :return:True if the time stamp is equal to a user-defined value.\n" " :rtype:bool\n" | ) |
References PyDoc_STRVAR().
| PyTypeObject EqualToTimeStampUP1D_Type |
Definition at line 57 of file BPy_EqualToTimeStampUP1D.cpp.
Referenced by UnaryPredicate1D_Init().