Drive Engine  1.0.0
Plateforme de reconstruction 3D
IExportable.h
1 // Copyright (c) 2015. All rights reserved to DriveEngine Team.
2 
3 #pragma once
4 
13 {
14 public:
19  virtual void Delete() const = 0;
20 };
The main interface
Definition: IExportable.h:12
virtual void Delete() const =0
Deletes the current object. Needed for memory management.