Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
core
chemical
orbitals
OrbitalTypeMapper.fwd.hh
Go to the documentation of this file.
1
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2
// vi: set ts=2 noet:
3
//
4
// (c) Copyright Rosetta Commons Member Institutions.
5
// (c) This file is part of the Rosetta software suite and is made available under license.
6
// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8
// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9
10
11
#ifndef INCLUDED_core_chemical_orbitals_OrbitalTypeMapper_fwd_hh
12
#define INCLUDED_core_chemical_orbitals_OrbitalTypeMapper_fwd_hh
13
14
namespace
core{
15
namespace
chemical{
16
namespace
orbitals{
17
class
OrbitalTypeMapper;
18
19
enum
orbital_type_enum
{
20
C_pi_sp2
=1,
21
N_pi_sp2
,
22
N_p_sp2
,
23
O_pi_sp2
,
24
O_p_sp2
,
25
O_p_sp3
,
26
S_p_sp3
,
27
O_pi_sp2_bb
,
28
O_p_sp2_bb
,
29
num_orbital_types
=
O_p_sp2_bb
30
};
31
32
33
34
}
35
}
36
}
37
38
#endif
/* ORBITALTYPEMAPPER_FWD_HH_ */
Generated on Sat Jun 1 2013 11:31:36 for Rosetta 3.5 by
1.8.4