|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <IMLBackend.hpp>

Public Member Functions | |
| virtual | ~IMLBackend ()=default |
| virtual std::unique_ptr< IModel > | create_model (const Model type, const std::filesystem::path &modelPath, bool use_cuda=false)=0 |
| virtual std::unique_ptr< IDataset > | create_dataset (const std::filesystem::path &datasetPath)=0 |
Definition at line 11 of file IMLBackend.hpp.
|
virtualdefault |
|
pure virtual |