root/spatialindex/trunk/include/capi/Makefile.am @ 173

Revision 173, 342 bytes (checked in by hobu, 6 months ago)

add CountVisitor? to the CAPI to provide a cumulation of the number of hits that land within a query

Line 
1spatialindexdir = $(includedir)/spatialindex/capi
2
3dist_spatialindex_HEADERS =     \
4                                                                BoundsQuery.h \
5                                                                CountVisitor.h \
6                                                                DataStream.h \
7                                                                Error.h \
8                                                                IdVisitor.h \
9                                                                Index.h \
10                                                                LeafQuery.h \
11                                                                ObjVisitor.h \
12                                                                sidx_api.h \
13                                                                sidx_config.h \
14                                                                sidx_impl.h \
15                                                                Utility.h
16
Note: See TracBrowser for help on using the browser.