Developer documentation | Axl-2.5.1

axlMeshReader.h
Go to the documentation of this file.
1 /* axlMeshReader.h ---
2  *
3  * Author: Meriadeg Perrinel
4  * Copyright (C) 2008-2011 - Meriadeg Perrinel, Inria.
5  * Created: Wed Sep 21 11:13:23 2011 (+0200)
6  * Version: $Id$
7  * Last-Updated: Wed Sep 21 11:49:25 2011 (+0200)
8  * By: Meriadeg Perrinel
9  * Update #: 21
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 #ifndef AXLMESHREADER_H
21 #define AXLMESHREADER_H
22 
24 #include "axlCoreExport.h"
25 
26 class dtkAbstractData;
27 
29 {
30  Q_OBJECT
31 
32 public :
33  axlMeshReader(void);
34  ~axlMeshReader(void);
35 
36 public:
37  QString identifier(void) const;
38  QString description(void) const;
39  QStringList handled(void) const;
40 
41  static bool registered(void);
42 
43 public:
44  bool accept(const QDomNode& node);
45  bool reject(const QDomNode& node);
46 
47  axlAbstractData *read(const QDomNode& node);
48 };
49 
50 dtkAbstractDataReader *createaxlMeshReader(void);
51 
52 #endif //AXLMeshREADER_H
dtkAbstractDataReader * createaxlMeshReader(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.