Ignore:
Timestamp:
Oct 5, 2000, 2:40:40 PM (25 years ago)
Author:
ansari
Message:

entree de dvlist dans makeheader... par pointeur

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsfile.h

    r1218 r1221  
    210210
    211211   inline void firstImageOnPrimaryHeader() {imageOnPrimary_=true;}
    212    void makeHeaderImageOnFits(char type, int nbdim, int* naxisn, DVList &dvl) ;
     212   void makeHeaderImageOnFits(char type, int nbdim, int* naxisn, DVList* dvl) ;
    213213   void PutImageToFits( int nbData, double* map) const;
    214214   void PutImageToFits(int nbData, float* map ) const;
     
    223223
    224224
    225    void makeHeaderBntblOnFits ( string fieldType, vector<string> Noms, int nentries, int tfields, DVList &dvl, string extname,  vector<int> taille_des_chaines) ;
     225   void makeHeaderBntblOnFits ( string fieldType, vector<string> Noms, int nentries, int tfields, DVList* dvl, string extname,  vector<int> taille_des_chaines) ;
    226226   void PutColToFits(int nocol, int nentries, double* donnees) const;
    227227   void PutColToFits(int nocol, int nentries, float* donnees) const;
Note: See TracChangeset for help on using the changeset viewer.