casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
ArrayIO.h File Reference
#include <vector>
#include <ostream>
#include <regex>
#include <casacore/casa/Arrays/ArrayFwd.h>
#include <casacore/casa/IO/ArrayIO.tcc>

Go to the source code of this file.

Classes

class  casacore::Block< T >
 simple 1-D array More...
 
struct  casacore::ArrayIO_global_functions_Array_IO
 Input/output operators for Arrays. More...
 
struct  casacore::ArrayIO_global_functions_Array_binary_IO
 Global functions to read/write binary arrays from/to a file. More...
 

Namespaces

 casacore
 this file contains all the compiler specific defines
 

Functions

template<typename T , typename Alloc >
void casacore::readAsciiVector (Vector< T, Alloc > &vec, const char *fileName)
 These two functions read and write a Vector of data. More...
 
template<typename T , typename Alloc >
void casacore::writeAsciiVector (const Vector< T, Alloc > &vec, const char *fileName)
 
AipsIO & operator<< (AipsIO &aio, const IPosition &ip)
 
AipsIO & operator>> (AipsIO &aio, IPosition &ip)
 
LogIO & operator<< (LogIO &os, const IPosition &ip)
 
template<typename T , typename Alloc >
Block< T > makeBlock (const Array< T, Alloc > &array)
 
template<typename T >
Vector< T > makeVector (const Block< T > &block)
 
Vector< String > stringToVector (const String &string, char delim= ',')
 
Vector< String > stringToVector (const String &string, const std::regex &delim)
 

Function Documentation

template<typename T , typename Alloc >
Block<T> makeBlock ( const Array< T, Alloc > &  array)
template<typename T >
Vector<T> makeVector ( const Block< T > &  block)
AipsIO& operator<< ( AipsIO &  aio,
const IPosition &  ip 
)
LogIO& operator<< ( LogIO &  os,
const IPosition &  ip 
)
AipsIO& operator>> ( AipsIO &  aio,
IPosition &  ip 
)
Vector<String> stringToVector ( const String &  string,
char  delim = ',' 
)
Vector<String> stringToVector ( const String &  string,
const std::regex &  delim 
)