|
Blender V4.5
|
#include "BPy_IncrementChainingTimeStampF1D.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 (IncrementChainingTimeStampF1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > " ":class:`freestyle.types.UnaryFunction1DVoid` > :class:`IncrementChainingTimeStampF1D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds an IncrementChainingTimeStampF1D object.\n" "\n" ".. method:: __call__(inter)\n" "\n" " Increments the chaining time stamp of the Interface1D.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n") | |
| static int | IncrementChainingTimeStampF1D___init__ (BPy_IncrementChainingTimeStampF1D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | IncrementChainingTimeStampF1D_Type |
|
static |
Definition at line 38 of file BPy_IncrementChainingTimeStampF1D.cpp.
References IncrementChainingTimeStampF1D___init__(), BPy_IncrementChainingTimeStampF1D::py_uf1D_void, and BPy_UnaryFunction1DVoid::uf1D_void.
Referenced by IncrementChainingTimeStampF1D___init__().
| PyDoc_STRVAR | ( | IncrementChainingTimeStampF1D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` | , | ||
| " ":class:`freestyle.types.UnaryFunction1DVoid` | , | ||
| :class:`IncrementChainingTimeStampF1D`\n" "\n" ".. method::__init__()\n" "\n" " Builds an IncrementChainingTimeStampF1D object.\n" "\n" ".. method::__call__(inter)\n" "\n" " Increments the chaining time stamp of the Interface1D.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" | ) |
References PyDoc_STRVAR().
| PyTypeObject IncrementChainingTimeStampF1D_Type |
Definition at line 53 of file BPy_IncrementChainingTimeStampF1D.cpp.
Referenced by UnaryFunction1DVoid_Init().