#include <iostream>#include "String.h"#include "ActiveList.h"#include "AngularSeparationRefine.h"#include "BoundingBoxRefine.h"#include "CrossMatch.h"#include "DecPlaneSweepFilter.h"#include "FileProducerFactory.h"#include "FileWriter.h"#include "FilePairWriter.h"#include "Filter.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 "Refine.h"#include "SimpleActiveList.h"#include "TextFileDatumWriter.h"#include "Timer.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 70 of file cm_file.cpp.
References FileProducerFactory::createProducer(), Filter::filter(), FileProducerFactory::instance(), DecPlaneSweepFilter::name(), NestedLoopFilter::name(), BoundingBoxRefine::name(), AngularSeparationRefine::name(), usage(), and Object::zAlpha.
| static void usage | ( | char const *const | prog_name | ) | [static] |
Definition at line 62 of file cm_file.cpp.
Referenced by main().
1.6.3