Geo General  1
 All Classes Files Functions Variables Pages
vectorIntersections.h
Go to the documentation of this file.
1 #ifndef ____vectorIntersections__
2 #define ____vectorIntersections__
3 
4 #include <iostream>
5 #include <string>
6 #include <map>
7 
8 #include "GeoVector.h"
9 
10 void addFeatureIntersections( std::vector <GeoVectorGist> intersectionGists,
11  std::map <std::string , uint64_t> * counts,
12  OGRGeometry * geometry);
13 
14 #endif /* defined(____vectorIntersections__) */

Copyright 2014 Google Inc. All rights reserved.