Drive Engine  1.0.0
Plateforme de reconstruction 3D
IObject3D.h
1 // Copyright (c) 2015. All rights reserved to DriveEngine Team.
2 
3 #pragma once
4 
5 #include "IDatatype.h"
6 
7 namespace DriveEngine
8 {
14  class IObject3D : public IDatatype
15  {
16  //
17  // TODO: Define well the interface.
18  //
19  };
20 }
The 3D object datatype interface.
Definition: IObject3D.h:14
Definition: DefaultCalibrationInfoList.h:12
The datatype interface.
Definition: IDatatype.h:18