MCPcopy Create free account
hub / github.com/PDAL/PDAL / end

Method end

pdal/Mesh.hpp:92–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 const_iterator begin() const
91 { return m_index.begin(); }
92 const_iterator end() const
93 { return m_index.end(); }
94
95protected:
96 std::deque<Triangle> m_index;

Callers 1

operator ==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected