23#ifndef VCL_IO_FILE_TYPE_H
24#define VCL_IO_FILE_TYPE_H
38 std::endian endian = std::endian::little;
A class representing a line segment in n-dimensional space. The class is parameterized by a PointConc...
Definition segment.h:43
Class that defines whether a file is binary or text, and (if binary) the endianness of the file.
Definition file_type.h:35
FileType(bool binary)
Constructor that creates a FileType object with the specified binary flag.
Definition file_type.h:53
FileType(std::endian end)
Constructor that creates a FileType object with the specified endianness.
Definition file_type.h:63
FileType()=default
Default constructor, the file type is set to little endian binary.