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