Blender V4.3
BPy_ShapeUP1D.cpp File Reference
#include "BPy_ShapeUP1D.h"
#include "BLI_sys_types.h"

Go to the source code of this file.

Functions

 PyDoc_STRVAR (ShapeUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ShapeUP1D`\n" "\n" ".. method:: __init__(first, second=0)\n" "\n" " Builds a ShapeUP1D object.\n" "\n" " :arg first: The first Id component.\n" " :type first: int\n" " :arg second: The second Id component.\n" " :type second: int\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns true if the shape to which the Interface1D belongs to has the\n" " same :class:`freestyle.types.Id` as the one specified by the user.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: True if Interface1D belongs to the shape of the\n" " user-specified Id.\n" " :rtype: bool\n")
 
static int ShapeUP1D___init__ (BPy_ShapeUP1D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject ShapeUP1D_Type
 

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( ShapeUP1D___doc__ ,
"Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` ,
:class:`ShapeUP1D`\n" "\n" ".. method::__init__(first, second=0)\n" "\n" " Builds a ShapeUP1D object.\n" "\n" " :arg first:The first Id component.\n" " :type first:int\n" " :arg second:The second Id component.\n" " :type second:int\n" "\n" ".. method::__call__(inter)\n" "\n" " Returns true if the shape to which the Interface1D belongs to has the\n" " same :class:`freestyle.types.Id` as the one specified by the user.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" " :return:True if Interface1D belongs to the shape of the\n" " user-specified Id.\n" " :rtype:bool\n"  )

◆ ShapeUP1D___init__()

static int ShapeUP1D___init__ ( BPy_ShapeUP1D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 48 of file BPy_ShapeUP1D.cpp.

References self.

Variable Documentation

◆ ShapeUP1D_Type

PyTypeObject ShapeUP1D_Type

Definition at line 62 of file BPy_ShapeUP1D.cpp.

Referenced by UnaryPredicate1D_Init().