///////////////////////////////////////////////////////
| 148 | |
| 149 | //////////////////////////////////////////////////////////// |
| 150 | std::vector<Vertex>::iterator VertexArray::end() |
| 151 | { |
| 152 | return m_vertices.end(); |
| 153 | } |
| 154 | |
| 155 | |
| 156 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected