|
GEOS 3.14.1
|
#include <TriList.h>
Public Types | |
| typedef std::vector< TriType * >::iterator | iterator |
| typedef std::vector< TriType * >::const_iterator | const_iterator |
Friends | |
| std::ostream & | operator<< (std::ostream &os, TriList &triList) |
A utility class that holds the ownership of the Tris being passed between different processing operations, and also provides access to those Tris as a vector of pointers, to match up to the JTS API.