Blender
V3.3
|
Go to the source code of this file.
Macros | |
#define | BPy_IntegrationType_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&IntegrationType_Type)) |
Functions | |
int | IntegrationType_Init (PyObject *module) |
Variables | |
PyTypeObject | IntegrationType_Type |
#define BPy_IntegrationType_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&IntegrationType_Type)) |
Definition at line 23 of file BPy_IntegrationType.h.
int IntegrationType_Init | ( | PyObject * | module | ) |
Definition at line 197 of file BPy_IntegrationType.cpp.
References BPy_IntegrationType_FIRST, BPy_IntegrationType_LAST, BPy_IntegrationType_MAX, BPy_IntegrationType_MEAN, BPy_IntegrationType_MIN, IntegrationType_Type, module, module_definition, and module_functions.
Referenced by Freestyle_Init().
|
extern |
Definition at line 139 of file BPy_IntegrationType.cpp.
Referenced by BPy_IntegrationType_from_IntegrationType(), Curvature2DAngleF1D___init__(), CurveNatureF1D___init__(), DensityF1D___init__(), GetCompleteViewMapDensityF1D___init__(), GetDirectionalViewMapDensityF1D___init__(), GetProjectedXF1D___init__(), GetProjectedYF1D___init__(), GetProjectedZF1D___init__(), GetSteerableViewMapDensityF1D___init__(), GetViewMapGradientNormF1D___init__(), GetXF1D___init__(), GetYF1D___init__(), GetZF1D___init__(), IntegrationType_Init(), Integrator_integrate(), LocalAverageDepthF1D___init__(), Normal2DF1D___init__(), Orientation2DF1D___init__(), Orientation3DF1D___init__(), QuantitativeInvisibilityF1D___init__(), UnaryFunction1DDouble___init__(), UnaryFunction1DEdgeNature___init__(), UnaryFunction1DFloat___init__(), UnaryFunction1DUnsigned___init__(), UnaryFunction1DVec2f___init__(), UnaryFunction1DVec3f___init__(), UnaryFunction1DVectorViewShape___init__(), UnaryFunction1DVoid___init__(), ViewMapGradientNormBP1D___init__(), and ZDiscontinuityF1D___init__().