FACT++  1.0
template<typename N >
bool ofits::WriteRow ( const std::vector< N > &  vec)
inline

Definition at line 947 of file ofits.h.

References WriteRow().

948  {
949  return WriteRow(vec.data(), vec.size()*sizeof(N));
950  }
virtual bool WriteRow(const void *ptr, size_t cnt, bool byte_swap=true)
Definition: ofits.h:884

+ Here is the call graph for this function: