#include <iostream>#include "String.h"#include "ActiveList.h"#include "BinaryFileObjectWriter.h"#include "BoundingBoxRefine.h"#include "DecPlaneSweepFilter.h"#include "FileProducerFactory.h"#include "FileWriter.h"#include "FilePairWriter.h"#include "Filter.h"#include "FixedRadiusCrossMatch.h"#include "IndexedActiveList.h"#include "Matcher.h"#include "NestedLoopFilter.h"#include "Object.h"#include "ObjectConsumer.h"#include "ObjectPairConsumer.h"#include "ObjectPairRefineConsumer.h"#include "ObjectProducer.h"#include "ObjectPairRefine.h"#include "SimpleActiveList.h"#include "TextFileObjectWriter.h"#include "Timer.h"#include "WithinDistanceRefine.h"
Go to the source code of this file.
Functions | |
| static void | usage (char const *const prog_name) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 76 of file frcm_file.cpp.
References FileProducerFactory::createProducer(), Filter::filter(), FileProducerFactory::instance(), DecPlaneSweepFilter::name(), NestedLoopFilter::name(), BoundingBoxRefine::name(), WithinDistanceRefine::name(), and usage().
| static void usage | ( | char const *const | prog_name | ) | [static] |
Definition at line 67 of file frcm_file.cpp.
Referenced by main().
1.6.3