Diana Software
QReaderNeighbourFactory.hh
Go to the documentation of this file.
1 
2 #ifndef _Q_READER_NEIGHBOUR_FACTORY_HH_
3 #define _Q_READER_NEIGHBOUR_FACTORY_HH_
4 
5 #include "QDiana.hh"
6 #include <string>
7 
9 class QReaderNeighbour;
10 
18 QReaderNeighbour* QReaderNeighbourFactory(const std::string& name);
19 
21 
22 #endif
#define Q_END_NAMESPACE
Definition: QDiana.hh:22
#define Q_BEGIN_NAMESPACE
Definition: QDiana.hh:20
QReaderNeighbour * QReaderNeighbourFactory(const std::string &name)
factory for neighbour algorithms.