Rosetta
|
#include <core/io/pdb/record_def_io.hh>
#include <core/io/pdb/Field.hh>
#include <core/types.hh>
#include <utility/io/util.hh>
#include <basic/Tracer.hh>
#include <sstream>
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::io | |
core::io::pdb | |
Functions | |
static basic::Tracer | TR ("core.io.pdb.record_def_io") |
RecordDef | core::io::pdb::read_record_definitions_from_file (std::string const &filename, std::map< std::string, RecordType > const &record_type_map) |
Return a mapping of PDB record types to record definitions. More... | |
|
static |