FACT++  1.0
bool FitsFile::WriteData ( const void *  ptr,
size_t  size 
)
inline

Definition at line 82 of file FitsFile.h.

References WriteData().

83  {
84  return WriteData(fCursor, ptr, size);
85  }
size_t fCursor
the number of rows that have been written already to the FITS file.
Definition: FitsFile.h:22
int size
Definition: db_dim_server.c:17
bool WriteData(size_t &start, const void *ptr, size_t size)
Definition: FitsFile.cc:400

+ Here is the call graph for this function: