FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
ofits::WriteRow
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:
ofits
Generated on Sun Sep 18 2016 20:50:55 for FACT++ by
1.8.11