3 #ifndef AXLSURFACEREVOLUTIONREADER_H
4 #define AXLSURFACEREVOLUTIONREADER_H
7 #include "axlCoreExport.h"
16 QString identifier(
void)
const;
17 QString description(
void)
const;
18 QStringList handled(
void)
const;
20 static bool registered(
void);
22 bool accept(
const QDomNode& node);
23 bool reject(
const QDomNode& node);
30 #endif // AXLSURFACEREVOLUTIONREADER_H
virtual axlAbstractData * read(const QDomNode &node)=0
virtual bool reject(const QDomNode &node)=0
virtual bool accept(const QDomNode &node)=0
Class axlAbstractData defines an API for all type of axel data.
dtkAbstractDataReader * createaxlSurfaceRevolutionReader(void)