|
Blender V4.5
|
#include "BPy_WithinImageBoundaryUP1D.h"Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (WithinImageBoundaryUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > " ":class:`WithinImageBoundaryUP1D`\n" "\n" ".. method:: __init__(xmin, ymin, xmax, ymax)\n" "\n" " Builds an WithinImageBoundaryUP1D object.\n" "\n" " :arg xmin: X lower bound of the image boundary.\n" " :type xmin: float\n" " :arg ymin: Y lower bound of the image boundary.\n" " :type ymin: float\n" " :arg xmax: X upper bound of the image boundary.\n" " :type xmax: float\n" " :arg ymax: Y upper bound of the image boundary.\n" " :type ymax: float\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns true if the Interface1D intersects with image boundary.\n") | |
| static int | WithinImageBoundaryUP1D___init__ (BPy_WithinImageBoundaryUP1D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | WithinImageBoundaryUP1D_Type |
| PyDoc_STRVAR | ( | WithinImageBoundaryUP1D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` | , | ||
| " ":class:`WithinImageBoundaryUP1D`\n" "\n" ".. method::__init__(xmin, ymin, xmax, ymax)\n" "\n" " Builds an WithinImageBoundaryUP1D object.\n" "\n" " :arg xmin:X lower bound of the image boundary.\n" " :type xmin:float\n" " :arg ymin:Y lower bound of the image boundary.\n" " :type ymin:float\n" " :arg xmax:X upper bound of the image boundary.\n" " :type xmax:float\n" " :arg ymax:Y upper bound of the image boundary.\n" " :type ymax:float\n" "\n" ".. method::__call__(inter)\n" "\n" " Returns true if the Interface1D intersects with image boundary.\n" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 40 of file BPy_WithinImageBoundaryUP1D.cpp.
References BPy_WithinImageBoundaryUP1D::py_up1D, BPy_UnaryPredicate1D::up1D, and WithinImageBoundaryUP1D___init__().
Referenced by WithinImageBoundaryUP1D___init__().
| PyTypeObject WithinImageBoundaryUP1D_Type |
Definition at line 58 of file BPy_WithinImageBoundaryUP1D.cpp.
Referenced by UnaryPredicate1D_Init().