16 #ifndef INCLUDED_core_io_pdb_file_data_hh
17 #define INCLUDED_core_io_pdb_file_data_hh
38 #include <utility/pointer/ReferenceCount.hh>
39 #include <utility/pointer/owning_ptr.hh>
42 #include <utility/vector1.hh>
43 #include <numeric/xyzVector.hh>
76 x( 0.0 ),
y( 0.0 ),
z( 0.0 ),
100 os <<
"<AtomInformation>{" <<
"isHet=" << ai.
isHet <<
" serial=" << ai.
serial <<
" name=" << ai.
name <<
" resName=" << ai.
resName
102 <<
" x=" << ai.
x <<
" y=" << ai.
y <<
" z=" << ai.
z
135 std::map< std::string, Vector >
xyz;
136 std::map< std::string, double >
temps;
176 std::map<std::string, LinkInformation>
links;
243 bool write_fold_tree =
false
252 bool write_fold_tree =
false
266 typedef std::map< std::string, ResidueTemps >
Temps;
268 typedef std::map< std::string, ResidueCoords >
Coords;
295 bool write_fold_tree =
false
349 Size const pdb_residue_index,
352 std::map< std::string, Vector >
const &
xyz,
353 std::map< std::string, double >
const & rtemp,
362 Size const pdb_residue_index,
365 std::map< std::string, Vector >
const &
xyz,
366 std::map< std::string, double >
const & rtemp,
413 #endif // INCLUDED_core_io_pdb_file_data_HH