MCPcopy Create free account
hub / github.com/Notgnoshi/generative / operator->

Method operator->

generative/geometry-flattener.cpp:69–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69const geos::geom::Geometry* GeometryFlattener::RecursiveGeometryIterator::operator->() const
70{
71 if (!m_exhausted)
72 {
73 if (m_iterator)
74 {
75 return m_iterator->operator->();
76 }
77 return m_geometry.getGeometryN(m_index);
78 }
79 return &m_geometry;
80}
81
82GeometryFlattener::RecursiveGeometryIterator&
83GeometryFlattener::RecursiveGeometryIterator::operator++()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected