Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp
| Show All 23 Lines | |||||
| #include "../Interface0D/BPy_ViewVertex.h" | #include "../Interface0D/BPy_ViewVertex.h" | ||||
| #include "../Interface1D/BPy_ViewEdge.h" | #include "../Interface1D/BPy_ViewEdge.h" | ||||
| #include "BPy_AdjacencyIterator.h" | #include "BPy_AdjacencyIterator.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| PyDoc_STRVAR( | PyDoc_STRVAR( | ||||
| ChainingIterator_doc, | ChainingIterator_doc, | ||||
| "Class hierarchy: :class:`Iterator` > :class:`ViewEdgeIterator` > :class:`ChainingIterator`\n" | "Class hierarchy: :class:`Iterator` > :class:`ViewEdgeIterator` > :class:`ChainingIterator`\n" | ||||
| "\n" | "\n" | ||||
| ▲ Show 20 Lines • Show All 262 Lines • Show Last 20 Lines | |||||