Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp
| Show All 21 Lines | |||||
| #include "../BPy_Convert.h" | #include "../BPy_Convert.h" | ||||
| #include "../Interface1D/BPy_ViewEdge.h" | #include "../Interface1D/BPy_ViewEdge.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| PyDoc_STRVAR(ViewEdgeIterator_doc, | PyDoc_STRVAR(ViewEdgeIterator_doc, | ||||
| "Class hierarchy: :class:`Iterator` > :class:`ViewEdgeIterator`\n" | "Class hierarchy: :class:`Iterator` > :class:`ViewEdgeIterator`\n" | ||||
| "\n" | "\n" | ||||
| "Base class for iterators over ViewEdges of the :class:`ViewMap` Graph.\n" | "Base class for iterators over ViewEdges of the :class:`ViewMap` Graph.\n" | ||||
| ▲ Show 20 Lines • Show All 249 Lines • Show Last 20 Lines | |||||