Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 87f956008f5479527bcce97ec30dbca7 > files > 152

fityk-debug-0.8.6-3mdv2009.1.i586.rpm

// Philips UDF format - powder diffraction data from Philips diffractometers
// Licence: Lesser GNU Public License 2.1 (LGPL) 
// $Id: philips_udf.h 379 2008-01-14 14:57:55Z wojdyr $

//    Implementation based on the analysis of the sample files.

#ifndef UDF_DATASET
#define UDF_DATASET
#include "xylib.h"

namespace xylib {

    class UdfDataSet : public DataSet
    {
        OBLIGATORY_DATASET_MEMBERS(UdfDataSet)
    }; 

} // namespace

#endif // UDF_DATASET