#include <FITSUtil.h>
Public Methods | |
T* | operator() (const std::vector< T > &inArray) |
operator returning C array for use with scalar column data. | |
T* | operator() (const std::vector< std::valarray< T > > &inArray) |
operator returning C array for use with vector column data. More... | |
T* | operator() (const std::valarray< T > &inArray) |
operator returning C array for use with image data. More... |
There are 3 versions which convert std::vector<T>, std::valarray<T>, and std::vector<std::valarray<T> > objects to pointers to T.
An alternative function, CharArray, is provided to deal with the special case of vector string arrays.
|
operator returning C array for use with vector column data.
|
|
operator returning C array for use with image data.
|