Drive Engine  1.0.0
Plateforme de reconstruction 3D
DefaultMatchList.h
1 // Copyright (c) 2015. All rights reserved to DriveEngine Team.
2 
3 #pragma once
4 
5 #include "Public/Collections/IMatchList.h"
6 #include "Public/ImplementationUtilities/ImplementationUtilities.h"
7 #include "Public/ImplementationUtilities/ListImplementationUtilities.h"
8 
9 namespace DriveEngine
10 {
17  {
18  CONSTRUCTOR_H(IMatchList, DefaultMatchList);
19  DESTRUCTOR_H(DefaultMatchList);
20 
21  GENERATE_LIST_H(IMatch);
22  };
23 }
Default implementation of the list of matches.
Definition: DefaultMatchList.h:16
The match interface.
Definition: IMatch.h:21
Definition: DefaultCalibrationInfoList.h:12
The match list interface.
Definition: IMatchList.h:13