|
Blender V4.5
|
#include "BPy_TrueBP1D.h"Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (TrueBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`TrueBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Always returns true.\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: True.\n" " :rtype: bool\n") | |
| static int | TrueBP1D___init__ (BPy_TrueBP1D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | TrueBP1D_Type |
| PyDoc_STRVAR | ( | TrueBP1D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` | , | ||
| :class:`TrueBP1D`\n" "\n" ".. method::__call__(inter1, inter2)\n" "\n" " Always returns true.\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:True.\n" " :rtype:bool\n" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 33 of file BPy_TrueBP1D.cpp.
References BPy_BinaryPredicate1D::bp1D, BPy_TrueBP1D::py_bp1D, and TrueBP1D___init__().
Referenced by TrueBP1D___init__().
| PyTypeObject TrueBP1D_Type |
Definition at line 46 of file BPy_TrueBP1D.cpp.
Referenced by BinaryPredicate1D_Init().