Developer documentation | Axl-2.5.1

axlTorusParametricReader.h
Go to the documentation of this file.
1 /* axlTorusParametricReader.h ---
2  *
3  * Author: Valentin Michelet
4  * Copyright (C) 2008-2013 - Valentin Michelet, Inria.
5  * Created: Mon Jul 29 11:13:23 2013 (+0200)
6  */
7 
8 /* Commentary:
9  *
10  */
11 
12 /* Change log:
13  *
14  */
15 
16 #ifndef AXLTORUSPARAMETRICREADER_H
17 #define AXLTORUSPARAMETRICREADER_H
18 
20 #include "axlCoreExport.h"
21 
22 
23 class dtkAbstractData;
24 
26  Q_OBJECT
27 
28 public:
30  virtual ~axlTorusParametricReader(void);
31 
32 public:
33  QString identifier(void) const;
34  QString description(void) const;
35  QStringList handled(void) const;
36 
37  static bool registered(void);
38 
39 public:
40  bool accept(const QDomNode& node);
41  bool reject(const QDomNode& node);
42 
43  axlAbstractData* read(const QDomNode& node);
44 };
45 
46 dtkAbstractDataReader *createaxlTorusParametricReader(void);
47 
48 #endif // AXLTORUSPARAMETRICREADER_H
dtkAbstractDataReader * createaxlTorusParametricReader(void)
virtual axlAbstractData * read(const QDomNode &node)=0
virtual bool reject(const QDomNode &node)=0
virtual bool accept(const QDomNode &node)=0
#define AXLCORE_EXPORT
Class axlAbstractData defines an API for all type of axel data.