Blender V4.3
BPy_WithinImageBoundaryUP1D.cpp File Reference

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
 

Function Documentation

◆ 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__()

static int WithinImageBoundaryUP1D___init__ ( BPy_WithinImageBoundaryUP1D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 44 of file BPy_WithinImageBoundaryUP1D.cpp.

References self.

Variable Documentation

◆ WithinImageBoundaryUP1D_Type

PyTypeObject WithinImageBoundaryUP1D_Type

Definition at line 62 of file BPy_WithinImageBoundaryUP1D.cpp.

Referenced by UnaryPredicate1D_Init().