Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp
| Show All 22 Lines | |||||
| #include "../BPy_Convert.h" | #include "../BPy_Convert.h" | ||||
| #include "../Interface0D/BPy_SVertex.h" | #include "../Interface0D/BPy_SVertex.h" | ||||
| #include "../Interface1D/BPy_FEdge.h" | #include "../Interface1D/BPy_FEdge.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| PyDoc_STRVAR( | PyDoc_STRVAR( | ||||
| SVertexIterator_doc, | SVertexIterator_doc, | ||||
| "Class hierarchy: :class:`Iterator` > :class:`SVertexIterator`\n" | "Class hierarchy: :class:`Iterator` > :class:`SVertexIterator`\n" | ||||
| "\n" | "\n" | ||||
| ▲ Show 20 Lines • Show All 170 Lines • Show Last 20 Lines | |||||