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")