|
Blender V4.5
|
#include "BPy_GetShapeF1D.h"#include "../../../view_map/Functions1D.h"#include "../../BPy_Convert.h"#include "../../BPy_IntegrationType.h"Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (GetShapeF1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > " ":class:`freestyle.types.UnaryFunction1DVectorViewShape` > :class:`GetShapeF1D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a GetShapeF1D object.\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns a list of shapes covered by this Interface1D.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: A list of shapes covered by the Interface1D.\n" " :rtype: list[:class:`freestyle.types.ViewShape`]\n") | |
| static int | GetShapeF1D___init__ (BPy_GetShapeF1D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | GetShapeF1D_Type |
|
static |
Definition at line 40 of file BPy_GetShapeF1D.cpp.
References GetShapeF1D___init__(), BPy_GetShapeF1D::py_uf1D_vectorviewshape, and BPy_UnaryFunction1DVectorViewShape::uf1D_vectorviewshape.
Referenced by GetShapeF1D___init__().
| PyDoc_STRVAR | ( | GetShapeF1D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` | , | ||
| " ":class:`freestyle.types.UnaryFunction1DVectorViewShape` | , | ||
| :class:`GetShapeF1D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a GetShapeF1D object.\n" "\n" ".. method::__call__(inter)\n" "\n" " Returns a list of shapes covered by this Interface1D.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" " :return:A list of shapes covered by the Interface1D.\n" " :rtype:list\n" | [:class:`freestyle.types.ViewShape`] ) |
References PyDoc_STRVAR().
| PyTypeObject GetShapeF1D_Type |
Definition at line 53 of file BPy_GetShapeF1D.cpp.
Referenced by UnaryFunction1DVectorViewShape_Init().