/* * TremoloKey.hpp * * Created on: Dec 7, 2010 * Author: heber */ #ifndef TREMOLOKEY_HPP_ #define TREMOLOKEY_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif /** * Known keys for the ATOMDATA line. */ class TremoloKey { public: enum atomDataKey { noKey, x, u, F, stress, Id, neighbors, imprData, GroupMeasureTypeNo, type, extType, name, resName, chainID, resSeq, occupancy, tempFactor, segID, Charge, charge, GrpTypeNo, torsion }; }; #endif /* TREMOLOKEY_HPP_ */