Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AtomGraphData.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 src/core/conformation/AtomGraphData.hh
11 /// @author Sam DeLuca
12 
13 #ifndef INCLUDED_core_conformation_AtomGraphData_hh
14 #define INCLUDED_core_conformation_AtomGraphData_hh
15 
17 
18 namespace core {
19 namespace conformation {
20 
22 {
23 public:
25  AtomGraphVertexData( numeric::xyzVector<core::Real> const & coors,std::string atom_name, core::Size residue_id)
26  : PointGraphVertexData(coors),atom_name_(atom_name),residue_id_(residue_id) {}
27 
29  std::string const & atom_name() const {return atom_name_;}
30 
32  core::Size const & residue_id() const {return residue_id_;}
33 
36 
37 private:
41 
42 };
43 
44 
46 {
47 public:
49 
50  /// @brief inputs and outputs are distances squared
52 };
53 
54 }
55 }
56 
57 #endif /* ATOMGRAPHDATA_HH_ */
core::Size const & residue_id() const
platform::Size Size
Definition: types.hh:30
core::Real Real
Definition: design_utils.cc:74
AtomGraphEdgeData(platform::Real d2)
inputs and outputs are distances squared
AtomGraphVertexData(numeric::xyzVector< core::Real > const &coors, std::string atom_name, core::Size residue_id)
platform::Real Real
Definition: types.hh:35
classes to work with UpperEdgeGraph for fast neighbor detection
core::Real const & atom_radius_squared() const
std::string const & atom_name() const