OpenStructure
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
stage
include
ost
mol
chain_type.hh
Go to the documentation of this file.
1
//------------------------------------------------------------------------------
2
// This file is part of the OpenStructure project <www.openstructure.org>
3
//
4
// Copyright (C) 2008-2011 by the OpenStructure authors
5
//
6
// This library is free software; you can redistribute it and/or modify it under
7
// the terms of the GNU Lesser General Public License as published by the Free
8
// Software Foundation; either version 3.0 of the License, or (at your option)
9
// any later version.
10
// This library is distributed in the hope that it will be useful, but WITHOUT
11
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
// details.
14
//
15
// You should have received a copy of the GNU Lesser General Public License
16
// along with this library; if not, write to the Free Software Foundation, Inc.,
17
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
//------------------------------------------------------------------------------
19
#ifndef OST_CHAIN_TYPE_HH
20
#define OST_CHAIN_TYPE_HH
21
22
#include <
ost/base.hh
>
23
#include <
ost/string_ref.hh
>
24
25
namespace
ost {
namespace
mol {
26
28
typedef
enum
{
29
CHAINTYPE_POLY
,
30
CHAINTYPE_NON_POLY
,
31
CHAINTYPE_WATER
,
32
CHAINTYPE_POLY_PEPTIDE_D
,
33
CHAINTYPE_POLY_PEPTIDE_L
,
34
CHAINTYPE_POLY_DN
,
35
CHAINTYPE_POLY_RN
,
36
CHAINTYPE_POLY_SAC_D
,
37
CHAINTYPE_POLY_SAC_L
,
38
CHAINTYPE_POLY_DN_RN
,
39
CHAINTYPE_UNKNOWN
,
40
CHAINTYPE_N_CHAINTYPES
41
}
ChainType
;
42
49
ChainType
ChainTypeFromString
(
const
StringRef
identifier);
50
57
ChainType
ChainTypeFromString
(
const
String
& identifier);
58
65
String
StringFromChainType
(
ChainType
type);
66
67
}}
//ns
68
69
#endif
Generated on Mon Nov 5 2012 13:31:05 for OpenStructure by
1.8.1.1