27.01.2015 Views

CCfits - HEASARC - NASA

CCfits - HEASARC - NASA

CCfits - HEASARC - NASA

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

24.3 <strong>CCfits</strong>::Column Class Reference 52<br />

• template<br />

void write (S ∗indata, long nRows, long firstRow)<br />

write a C array of size nRows into a scalar Column starting with row firstRow.<br />

• template<br />

void write (const std::vector< S > &indata, long firstRow, S ∗nullValue)<br />

write a vector of values into a scalar column starting with firstRow, replacing elements<br />

equal to nullValue with the FITS null value.<br />

• template<br />

void write (const std::valarray< S > &indata, long firstRow, S ∗nullValue)<br />

write a valarray of values into a scalar column starting with firstRow, replacing elements<br />

equal to nullValue with the FITS null value.<br />

• template<br />

void write (S ∗indata, long nRows, long firstRow, S ∗nullValue)<br />

write a C array into a scalar Column, processing undefined values.<br />

• template<br />

void write (const std::valarray< S > &indata, long nRows, long firstRow)<br />

write a valarray of values into a range of rows of a vector column.<br />

• template<br />

void write (const std::vector< S > &indata, long nRows, long firstRow)<br />

write a vector of values into a range of rows of a vector column<br />

• template<br />

void write (S ∗indata, long nElements, long nRows, long firstRow)<br />

write a C array of values into a range of rows of a vector column<br />

• template<br />

void write (const std::valarray< S > &indata, long nRows, long firstRow, S<br />

∗nullValue)<br />

write a valarray of values into a range of rows of a vector column.<br />

• template<br />

void write (const std::vector< S > &indata, long nRows, long firstRow, S ∗null-<br />

Value)<br />

write a vector of values into a range of rows of a vector column, processing undefined<br />

values<br />

• template<br />

void write (S ∗indata, long nElements, long nRows, long firstRow, S ∗null-<br />

Value)<br />

write a C array of values into a range of rows of a vector column, processing undefined<br />

values.<br />

• template<br />

void write (const std::valarray< S > &indata, const std::vector< long > &vector-<br />

Lengths, long firstRow)<br />

write a valarray of values into a column with specified number of entries written per<br />

row.<br />

Generated on Tue Dec 6 2011 16:12:51 for <strong>CCfits</strong> by Doxygen

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!