18 #ifndef MAGNES_PDBTOOLS_H 19 #define MAGNES_PDBTOOLS_H 21 #include "coreexport.h" 29 PDBResidue(
const std::string& name=
"",
const std::string& index=
"");
30 const std::string& Name()
const {
return _name; }
31 const std::string& Index()
const {
return _index; }
32 bool Visible()
const {
return _visible; }
33 void SetVisible(
bool b) { _visible=b; }
42 #endif //MAGNES_PDBTOOLS_H the global magnes namespace
Definition: ccchequation.h:38
MAGNES_CORE_API bool operator==(const ChemicalShift &, const ChemicalShift &)
Definition: pdbtools.h:26