STIR  6.2.0
Classes | Namespaces | Functions

Declaration of stir::read_data_1d() functions for reading 1D stir::Array objects from file. More...

#include "stir/common.h"
#include <stdio.h>
#include <iostream>
#include "stir/IO/read_data_1d.inl"

Go to the source code of this file.

Classes

class  stir::Array< num_dimensions, elemT >
 This class defines multi-dimensional (numeric) arrays. More...
 

Namespaces

 stir
 Namespace for the STIR library (and some/most of its applications)
 
 stir::detail
 Namespace for the implementation details of the STIR library.
 

Functions

template<int num_dimensions, class elemT >
Succeeded stir::detail::read_data_1d (std::istream &s, Array< num_dimensions, elemT > &data, const ByteOrder byte_order)
 This is an internal function called by read_data(). It does the actual reading to std::istream. More...
 
template<int num_dimensions, class elemT >
Succeeded stir::detail::read_data_1d (FILE *&, Array< num_dimensions, elemT > &data, const ByteOrder byte_order)
 

Detailed Description

Declaration of stir::read_data_1d() functions for reading 1D stir::Array objects from file.

Author
Kris Thielemans