Differential D10351 Diff 33717 source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetXF1D.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetXF1D.cpp
| Show All 22 Lines | |||||
| #include "../../../view_map/Functions1D.h" | #include "../../../view_map/Functions1D.h" | ||||
| #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 ---------------------------------- | ||||
| static char GetXF1D___doc__[] = | static char GetXF1D___doc__[] = | ||||
| "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > " | "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > " | ||||
| ":class:`freestyle.types.UnaryFunction1DDouble` > :class:`GetXF1D`\n" | ":class:`freestyle.types.UnaryFunction1DDouble` > :class:`GetXF1D`\n" | ||||
| "\n" | "\n" | ||||
| ▲ Show 20 Lines • Show All 82 Lines • Show Last 20 Lines | |||||