Changeset 921 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
- Timestamp:
- Apr 13, 2000, 6:56:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
r854 r921 27 27 virtual ~FITS_SphereHEALPix(); 28 28 virtual AnyDataObj* DataObj(); 29 virtual void SetDataObj(AnyDataObj & o); 29 30 30 inline operator SphereHEALPix<T>() { return(*dobj_); } 31 inline operator SphereHEALPix<T>() {return(*dobj_); } 32 void Read(char inputfile[],int hdunum=2); 31 33 void Write(char outputfile[], int hdunum=2); 32 34 … … 35 37 virtual void ReadFromFits(const FitsFile& fn); 36 38 virtual void WriteToFits(const FitsFile& fn); 37 void WriteTo (FitsFile& fn);38 39 SphereHEALPix<T>* dobj_; 39 40 bool ownobj;
Note:
See TracChangeset
for help on using the changeset viewer.