Drive Engine  1.0.0
Plateforme de reconstruction 3D
IDatatype.h
1 // Copyright (c) 2015. All rights reserved to DriveEngine Team.
2 
3 #pragma once
4 
5 #include "IExportable.h"
6 
7 namespace DriveEngine
8 {
18  class IDatatype : public IExportable
19  {
20  };
21 }
Definition: DefaultCalibrationInfoList.h:12
The main interface
Definition: IExportable.h:12
The datatype interface.
Definition: IDatatype.h:18