The Gnome Chemistry Utils
0.15.1
Main Page
Namespaces
Classes
Files
File List
File Members
libs
gcp
atom-residue.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
3
/*
4
* GChemPaint library
5
* atom-residue.h
6
*
7
* Copyright (C) 2008-2014 Jean Bréfort <jean.brefort@normalesup.org>
8
*
9
* This program is free software; you can redistribute it and/or
10
* modify it under the terms of the GNU General Public License as
11
* published by the Free Software Foundation; either version 3 of the
12
* License, or (at your option) any later version.
13
*
14
* This program is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
* GNU General Public License for more details.
18
*
19
* You should have received a copy of the GNU General Public License
20
* along with this program; if not, write to the Free Software
21
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
22
* USA
23
*/
24
25
#ifndef GCHEMPAINT_ATOM_RESIDUE_H
26
#define GCHEMPAINT_ATOM_RESIDUE_H
27
28
#include "
atom.h
"
29
#include "
residue.h
"
30
#include <string>
31
33
namespace
gcp {
34
35
extern
gcu::TypeId
ResidueType;
36
40
class
AtomResidue:
public
Atom
41
{
42
public
:
46
AtomResidue ();
47
virtual
~AtomResidue ();
48
55
xmlNodePtr Save (xmlDocPtr xml)
const
;
62
bool
Load (xmlNodePtr node);
69
void
SetResidue (Residue
const
*res,
char
const
*symbol = NULL);
73
const
gchar* GetSymbol ()
const
;
74
78
GCU_RO_PROP
(Residue
const
*, Residue)
82
GCU_RO_PROP
(std::
string
, Abbrev)
83
};
84
85
}
// namespace gcp
86
87
#endif // GCHEMPAINT_ATOM_RESIDUE_H
GCU_RO_PROP
#define GCU_RO_PROP(type, member)
Definition:
macros.h:142
gcu::TypeId
unsigned TypeId
Definition:
object.h:95
residue.h
atom.h
Generated on Thu May 8 2014 10:13:22 for The Gnome Chemistry Utils by
1.8.6