Tatooine
|
Functions | |
auto | read_header (std::ifstream &file) |
auto | read_header (filesystem::path const &path) |
template<floating_point T = float> | |
auto | read (std::ifstream &file) |
template<floating_point T = float> | |
auto | read (filesystem::path const &path) |
Variables | |
static constexpr auto | lattice = std::string_view{"define Lattice"} |
static constexpr auto | boundingbox = std::string_view{"BoundingBox"} |
static constexpr auto | lattice_size = std::string_view{"Lattice { float["} |
static constexpr auto | data_follows = std::string_view{"# Data section follows"} |
static constexpr auto | num_bytes_header = std::size_t(2048) |
auto tatooine::amira::read | ( | filesystem::path const & | path | ) |
auto tatooine::amira::read | ( | std::ifstream & | file | ) |
A simple routine to read an AmiraMesh file that defines a scalar/vector field on a uniform grid.
|
inline |
|
inline |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |