#include <OpenTissue/configuration.h>
#include <OpenTissue/core/containers/grid/grid.h>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <list>
#include <cstdio>
#include <cmath>
#include <string>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::grid |
Functions | |
template<typename grid_type > | |
bool | OpenTissue::grid::raw_read (std::string const &filename, grid_type &grid) |
template<typename grid_type > | |
void | OpenTissue::grid::raw_read_8bit (std::string const &filename, grid_type &target) |
template<typename grid_type > | |
void | OpenTissue::grid::raw_read_8bit_to_16bit (std::string const &filename, grid_type &target) |
template<typename grid_type > | |
void | OpenTissue::grid::raw_read_16bit (std::string const &filename, grid_type &target) |