Tatooine
Namespaces | Functions | Variables
read.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 
namespace  tatooine::amira
 

Functions

auto tatooine::amira::read_header (std::ifstream &file)
 
auto tatooine::amira::read_header (filesystem::path const &path)
 
template<floating_point T = float>
auto tatooine::amira::read (std::ifstream &file)
 
template<floating_point T = float>
auto tatooine::amira::read (filesystem::path const &path)
 

Variables

static constexpr auto tatooine::amira::lattice = std::string_view{"define Lattice"}
 
static constexpr auto tatooine::amira::boundingbox = std::string_view{"BoundingBox"}
 
static constexpr auto tatooine::amira::lattice_size = std::string_view{"Lattice { float["}
 
static constexpr auto tatooine::amira::data_follows = std::string_view{"# Data section follows"}
 
static constexpr auto tatooine::amira::num_bytes_header = std::size_t(2048)