#include <iostream>#include "String.h"#include "ActiveList.h"#include "DecPlaneSweepFilter.h"#include "FileReader.h"#include "FileWriter.h"#include "Filter.h"#include "IndexedActiveList.h"#include "Matcher.h"#include "Neighbours.h"#include "NeighboursTextFileWriter.h"#include "NeighboursBinaryFileWriter.h"#include "NestedLoopFilter.h"#include "Object.h"#include "ObjectConsumer.h"#include "ObjectPairConsumer.h"#include "ObjectPairRefineConsumer.h"#include "ObjectProducer.h"#include "Refine.h"#include "SimpleActiveList.h"#include "Timer.h"#include "WithinDistanceRefine.h"#include "WSATextFileReader.h"#include "WSAReader.h"
Go to the source code of this file.
Functions | |
| static void | usage (char const *const prog_name) |
| int | main (int argc, char *argv[]) |
Definition in file find_neighbours.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 64 of file find_neighbours.cpp.
References Filter::filter(), DecPlaneSweepFilter::name(), NestedLoopFilter::name(), WithinDistanceRefine::name(), and usage().
| static void usage | ( | char const *const | prog_name | ) | [static] |
Definition at line 55 of file find_neighbours.cpp.
Referenced by main().
1.6.3