/* * TremoloKey.hpp * * Created on: Dec 7, 2010 * Author: heber */ #ifndef TREMOLOKEY_HPP_ #define TREMOLOKEY_HPP_ /** * 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_ */