Blender  V3.3
Functions | Variables
BPy_WithinImageBoundaryUP1D.cpp File Reference
#include "BPy_WithinImageBoundaryUP1D.h"

Go to the source code of this file.

Functions

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

Variables

static char WithinImageBoundaryUP1D___doc__ []
 
PyTypeObject WithinImageBoundaryUP1D_Type
 

Function Documentation

◆ WithinImageBoundaryUP1D___init__()

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

Definition at line 40 of file BPy_WithinImageBoundaryUP1D.cpp.

Variable Documentation

◆ WithinImageBoundaryUP1D___doc__

char WithinImageBoundaryUP1D___doc__[]
static
Initial value:
=
"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"

Definition at line 19 of file BPy_WithinImageBoundaryUP1D.cpp.

◆ WithinImageBoundaryUP1D_Type

PyTypeObject WithinImageBoundaryUP1D_Type

Definition at line 57 of file BPy_WithinImageBoundaryUP1D.cpp.

Referenced by UnaryPredicate1D_Init().