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 61<br />

attribute is used to determine how many elements are written to each row; if indata.-<br />

size() is too small an exception will be thrown. If the column is variable width, the call<br />

will write indata.size()/nRows elements to each row.<br />

Parameters<br />

indata The data to be written.<br />

nRows the number of rows to which to write the data.<br />

firstRow The first row to be written<br />

24.3.3.25 template void <strong>CCfits</strong>::Column::write ( S ∗ indata, long nElements,<br />

long nRows, long firstRow )<br />

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

Details are as for vector input; only difference is the need to supply the size of the<br />

C-array.<br />

Parameters<br />

indata The data to be written.<br />

nElements The size of indata<br />

nRows the number of rows to which to write the data.<br />

firstRow The first row to be written<br />

24.3.3.26 template void <strong>CCfits</strong>::Column::write ( const std::valarray< S > &<br />

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

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

see version without undefined processing for details.<br />

24.3.3.27 template void <strong>CCfits</strong>::Column::write ( const std::vector< S > &<br />

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

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

values<br />

see version without undefined processing for details.<br />

24.3.3.28 template void <strong>CCfits</strong>::Column::write ( S ∗ indata, long nElements,<br />

long nRows, long firstRow, S ∗ nullValue )<br />

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

values.<br />

see version without undefined processing for details.<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!