In-memory FITS file.
More...
#include <cfitsio.hpp>
In-memory FITS file.
Definition at line 38 of file cfitsio.hpp.
◆ MemoryFitsFile() [1/3]
daq::fits::MemoryFitsFile::MemoryFitsFile |
( |
| ) |
|
|
noexcept |
◆ MemoryFitsFile() [2/3]
daq::fits::MemoryFitsFile::MemoryFitsFile |
( |
size_t |
initial_buffer_size | ) |
|
|
explicit |
◆ MemoryFitsFile() [3/3]
◆ GetFile()
fitsfile* daq::fits::MemoryFitsFile::GetFile |
( |
| ) |
const |
|
inlinenoexcept |
Get fits pointer.
- Returns
- In-memory FITS file pointer.
Definition at line 56 of file cfitsio.hpp.
◆ GetOwnedFile()
Move out ptr.
- Warning
- Object lifetime of this object must exeed the UniqueFits file as it references memory owned associated by this object.
- Returns
- Owned FITS file.
Definition at line 68 of file cfitsio.hpp.
◆ operator=()
The documentation for this class was generated from the following files: