Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/BPy_IntegrationType.cpp
| Show All 24 Lines | |||||
| #include "UnaryFunction0D/BPy_UnaryFunction0DDouble.h" | #include "UnaryFunction0D/BPy_UnaryFunction0DDouble.h" | ||||
| #include "UnaryFunction0D/BPy_UnaryFunction0DFloat.h" | #include "UnaryFunction0D/BPy_UnaryFunction0DFloat.h" | ||||
| #include "UnaryFunction0D/BPy_UnaryFunction0DUnsigned.h" | #include "UnaryFunction0D/BPy_UnaryFunction0DUnsigned.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------ MODULE FUNCTIONS ---------------------------------- | //------------------------ MODULE FUNCTIONS ---------------------------------- | ||||
| PyDoc_STRVAR(Integrator_integrate_doc, | PyDoc_STRVAR(Integrator_integrate_doc, | ||||
| ".. function:: integrate(func, it, it_end, integration_type)\n" | ".. function:: integrate(func, it, it_end, integration_type)\n" | ||||
| "\n" | "\n" | ||||
| " Returns a single value from a set of values evaluated at each 0D\n" | " Returns a single value from a set of values evaluated at each 0D\n" | ||||
| ▲ Show 20 Lines • Show All 215 Lines • Show Last 20 Lines | |||||