#include "ObjectRelation.hpp"
#include "common_type/ObjectSet.hpp"
#include "common_type/RecognitionResult.hpp"
#include <functional>
Go to the source code of this file.
Classes | |
struct | ISM::FalseNegative |
struct | ISM::FalsePositive |
struct | ISM::TopologyValidationResult |
Namespaces | |
ISM | |
this namespace contains all generally usable classes. | |
Typedefs | |
typedef boost::shared_ptr< FalseNegative > | ISM::FalseNegativePtr |
typedef boost::shared_ptr< FalsePositive > | ISM::FalsePositivePtr |
typedef boost::shared_ptr< TopologyValidationResult > | ISM::TopologyValidationResultPtr |
typedef std::map< int, TopologyValidationResultPtr, std::less< unsigned > > | ISM::TopologyValidationResults |
typedef boost::shared_ptr< TopologyValidationResults > | ISM::TopologyValidationResultsPtr |