Differential D10351 Diff 33677 source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.cpp
| Show All 21 Lines | |||||
| #include "../BPy_Convert.h" | #include "../BPy_Convert.h" | ||||
| #include "../BPy_IntegrationType.h" | #include "../BPy_IntegrationType.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| // ViewMapGradientNormBP1D(int level, IntegrationType iType=MEAN, float sampling=2.0) | // ViewMapGradientNormBP1D(int level, IntegrationType iType=MEAN, float sampling=2.0) | ||||
| static char ViewMapGradientNormBP1D___doc__[] = | static char ViewMapGradientNormBP1D___doc__[] = | ||||
| "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > " | "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > " | ||||
| ▲ Show 20 Lines • Show All 99 Lines • Show Last 20 Lines | |||||