TF++, Miscellaneous classes and modules in C++:
|
provide Fortran I/O for raw Blitz++ arrays (prototypes) More...
#include <fstream>
#include <blitz/array.h>
#include <tfxx/fortranio.h>
#include <tfxx/misc.h>
#include <tfxx/error.h>
Go to the source code of this file.
Classes | |
struct | tfxx::fortranio::blitz_magic< T, N > |
magic numbers for blitz array I/OPlease define TF_COMPLEX_ARRAY to activate I/O for arrays of complex types. More... | |
struct | tfxx::fortranio::blitz_magic< float, 1 > |
partial specializations (others are hidden to doxygen) More... | |
Namespaces | |
tfxx | |
Namespace containing all code of library libtfxx. | |
tfxx::fortranio | |
contains all FORTRAN file data input output functions , | |
Macros | |
#define | TF_BLITZFORTRANIO_H_VERSION "TF_BLITZFORTRANIO_H V1.0 " |
Functions | |
template<class T , int N> | |
tfxx::fortranio::FortranBinOutput & | tfxx::fortranio::operator<< (tfxx::fortranio::FortranBinOutput &fo, const blitz::Array< T, N > &a) |
Output operator template for class FortranBinOutput and blitz. More... | |
template<class T , int N> | |
tfxx::fortranio::FortranBinInput & | tfxx::fortranio::operator>> (tfxx::fortranio::FortranBinInput &fi, blitz::Array< T, N > &a) |
Input operator template for class FortranBinInput and blitz. More... | |
provide Fortran I/O for raw Blitz++ arrays (prototypes)
provide Fortran I/O for raw Blitz++ arrays (prototypes)
Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
REVISIONS and CHANGES
Definition in file blitzfortranio.h.