IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2004, 11:41:17 AM (22 years ago)
Author:
Paul Price
Message:

Adding specification of iterator for psMetadataSetIterator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMetadata.h

    r1600 r1639  
    9999
    100100/// reset the iterator to the start of the list
    101 void psMetadataSetIterator(psMetadata *md ///< metadata to set iterator for
    102     );
     101void psMetadataSetIterator(psMetadata *md, ///< metadata to set iterator for
     102                           int which,   ///< Which iterator to set
     103                           int where    ///< Where to set iterator
     104                           );
    103105
    104106/// get the next item in the sequence
Note: See TracChangeset for help on using the changeset viewer.