EleFits
4.0.0
A modern C++ API on top of CFitsIO
|
#include <CfitsioFixture.h>
A minimal and temporary Fits file removed by destructor.
Public Member Functions | |
MinimalFile () | |
Create a file with generated filename. | |
~MinimalFile () | |
Remove the file. | |
Public Attributes | |
std::string | filename |
Name of the file. | |
fitsfile * | fptr |
Pointer to the fitsfile for use with CFitsIO routines. | |
Protected Attributes | |
Elements::TempFile | tmp |
The handler which generates the name and removes the file at destruction. | |