https://github.com/wavestoweather/PCViewer.git
Raw File
Tip revision: e4a2a107c7790a4948783b0f8515ddf84afafc15 authored by Josef Stumpfegger on 24 November 2022, 12:56:34 UTC
Added links to the replicability video and dataset.
Tip revision: e4a2a10
DatasetImport.hpp
#pragma once

#include "Structures.hpp"

namespace dataset{
    // TODO implement
    DataSet openDataset(std::string_view nameToOpen);
}
back to top