Main Page
Module List
Reference documentation
Namespaces
Classes
Examples
distro
c++_api
inc
opals
HeaderFeature.hpp
1
#ifndef OPALS_HEADER_FEATURE_HPP_INCLUDED
2
#define OPALS_HEADER_FEATURE_HPP_INCLUDED
3
4
#include <opals/config.hpp>
5
6
namespace
opals
7
{
8
/// TODO: Enumerator for what?
9
namespace
HeaderFeature
10
{
11
enum
Type
12
{
13
all
,
///< all possible header feature
14
overviewZ
,
///< Z-Matrix overview
15
overviewPcount
,
///< Pcount-Matrix overview
16
Count
///< number of elements
17
};
18
}
19
}
20
21
#endif