24 #include <utility/vector1.hh>
28 namespace conformation {
43 atom_graph->set_num_vertices(num_atoms);
48 for(
platform::Size atomno=1; atomno <= current_res.natoms(); ++atomno )
51 current_vertex.
xyz() = current_res.xyz(atomno);
52 current_vertex.
atom_name() = current_res.atom_name(atomno);
53 core::Real lj_radius = current_res.atom_type(atomno).lj_radius();
79 atom_graph->set_num_vertices(num_atoms);
83 for(
platform::Size atomno=1; atomno <= current_res.natoms(); ++atomno )
86 current_vertex.
xyz() = current_res.xyz(atomno);
87 current_vertex.
atom_name() = current_res.atom_name(atomno);
93 atom_graph->get_vertex(num_atoms).data().xyz() = additional_point;