supereight
Loading...
Searching...
No Matches
reader.hpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2014 University of Edinburgh, Imperial College London, University of Manchester
3 * SPDX-FileCopyrightText: 2016-2019 Emanuele Vespa
4 * SPDX-FileCopyrightText: 2020-2021 Smart Robotics Lab, Imperial College London, Technical University of Munich
5 * SPDX-FileCopyrightText: 2020-2021 Nils Funk
6 * SPDX-FileCopyrightText: 2020-2021 Sotiris Papatheodorou
7 * SPDX-License-Identifier: MIT
8 */
9
10#ifndef __READER_HPP
11#define __READER_HPP
12
13#include "reader_base.hpp"
14
15namespace se {
16
23
24} // namespace se
25
26#endif
Base abstract class for dataset readers.
Definition reader_base.hpp:79
Helper wrapper to allocate and de-allocate octants in the octree.
Definition bounded_vector.hpp:14
Reader * create_reader(const se::Reader::Config &config)
Create the appropriate reader instance based on the configuration.
Definition reader_base.hpp:81