15 #ifndef AXLOFFREADER_H
16 #define AXLOFFREADER_H
18 #include <dtkCoreSupport/dtkAbstractDataReader.h>
20 #include "axlCoreExport.h"
22 class dtkAbstractData;
33 QString identifier(
void)
const;
34 QString description(
void)
const;
35 QStringList handled(
void)
const;
37 static bool registered(
void);
40 bool canRead(
const QString& file);
42 bool read(
const QString& file);
47 #endif // AXLOFFREADER_H
dtkAbstractDataReader * createaxlOFFReader(void)