Differential D10351 Diff 33717 source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.cpp
| Show All 20 Lines | |||||
| #include "BPy_ReadSteerableViewMapPixelF0D.h" | #include "BPy_ReadSteerableViewMapPixelF0D.h" | ||||
| #include "../../../stroke/AdvancedFunctions0D.h" | #include "../../../stroke/AdvancedFunctions0D.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| static char ReadSteerableViewMapPixelF0D___doc__[] = | static char ReadSteerableViewMapPixelF0D___doc__[] = | ||||
| "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " | "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " | ||||
| ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadSteerableViewMapPixelF0D`\n" | ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadSteerableViewMapPixelF0D`\n" | ||||
| "\n" | "\n" | ||||
| ▲ Show 20 Lines • Show All 87 Lines • Show Last 20 Lines | |||||