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
id
CacheableAtomID_MapVector.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
/// @file core/id/CacheableAtomID_MapVector.hh
11
/// @brief
12
/// @author Phil Bradley
13
14
15
#ifndef INCLUDED_core_id_CacheableAtomID_MapVector_hh
16
#define INCLUDED_core_id_CacheableAtomID_MapVector_hh
17
18
// unit headers
19
#include <
core/id/CacheableAtomID_MapVector.fwd.hh
>
20
21
// type headers
22
#include <
core/types.hh
>
23
24
// package headers
25
#include <basic/datacache/CacheableData.hh>
26
27
// project headers
28
#include <
core/id/AtomID_Map.hh
>
29
30
// numeric headers
31
#include <numeric/xyzVector.hh>
32
33
34
namespace
core {
35
namespace
id {
36
37
/// @brief AtomID_Map< xyzVector< Real > >
38
class
CacheableAtomID_MapVector
:
public
basic::datacache::CacheableData {
39
public
:
40
CacheableAtomID_MapVector
() {}
41
virtual
~CacheableAtomID_MapVector
(){};
42
virtual
basic::datacache::CacheableDataOP
clone
()
const
{
return
new
CacheableAtomID_MapVector
(*
this
); }
43
core::id::AtomID_Map< numeric::xyzVector<core::Real>
> &
map
() {
return
map_
; }
44
core::id::AtomID_Map< numeric::xyzVector<core::Real>
>
const
&
map
()
const
{
return
map_
; }
45
private
:
46
core::id::AtomID_Map< numeric::xyzVector<core::Real>
>
map_
;
47
};
48
49
50
}
// namespace id
51
}
// namespace core
52
53
#endif
/* INCLUDED_core_util_datacache_CacheableAtomID_MapVector_HH */
Generated on Sat Jun 1 2013 11:32:48 for Rosetta 3.5 by
1.8.4