Volume Cartographer 2.27.0
|
#include <algorithm>
#include <array>
#include <cstddef>
#include <fstream>
#include <regex>
#include <sstream>
#include <string>
#include <vector>
#include "vc/core/filesystem.hpp"
#include "vc/core/types/Exceptions.hpp"
#include "vc/core/types/OrderedPointSet.hpp"
#include "vc/core/types/PointSet.hpp"
#include "vc/core/util/String.hpp"
Go to the source code of this file.
Classes | |
class | volcart::PointSetIO< T > |
Read and write PointSet and OrderedPointSet. More... | |
struct | volcart::PointSetIO< T >::Header |
PointSet file header information. More... | |
Namespaces | |
namespace | volcart |
Volume Cartographer library | |
Enumerations | |
enum class | volcart::IOMode { ASCII = 0 , BINARY } |
IO Mode for file readers/writers. More... | |