Changeset 31016 for trunk/ippToPsps/src/Fits.h
- Timestamp:
- Mar 23, 2011, 9:53:44 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/Fits.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/Fits.h
r31010 r31016 27 27 // accessor methods 28 28 fitsfile* (*getFilePtr)(); 29 int (*getDataType)(); 29 30 char* (*getPath)(); 30 31 bool (*countRows)(); … … 55 56 Fits* new_Fits(char* path); 56 57 58 // non-class methods 59 int Fits_getDataType(char *typename); 60 57 61 # endif // IPPTOPSPS_FITS_H
Note:
See TracChangeset
for help on using the changeset viewer.
