Go to the source code of this file.
|
| | 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) |
| |
◆ PyDoc_STRVAR()
| 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" | ) |
◆ WithinImageBoundaryUP1D___init__()
◆ WithinImageBoundaryUP1D_Type
| PyTypeObject WithinImageBoundaryUP1D_Type |