|
Rosetta 3.5
|
#include <Remarks.hh>

Public Member Functions | |
| RemarkInfo () | |
| default constructor to initialize all values More... | |
Public Attributes | |
| int | num |
| For now, all member names have the same names as fields in PDB standard. More... | |
| String | value |
Friends | |
| std::ostream & | operator<< (std::ostream &os, RemarkInfo const &ri) |
| Debug printing, serialazing to Tracer like object. More... | |
Definition at line 32 of file Remarks.hh.
|
inline |
default constructor to initialize all values
Definition at line 36 of file Remarks.hh.
|
friend |
Debug printing, serialazing to Tracer like object.
Definition at line 43 of file Remarks.hh.
| int core::pose::RemarkInfo::num |
For now, all member names have the same names as fields in PDB standard.
Definition at line 39 of file Remarks.hh.
Referenced by protocols::match::output::PDBWriter::assemble_remark_lines(), protocols::enzdes::enzutil::create_remark_headers_from_cstcache(), and core::io::pdb::PDB_DReader::createFileData().
| String core::pose::RemarkInfo::value |
Definition at line 40 of file Remarks.hh.
Referenced by protocols::match::output::PDBWriter::assemble_remark_lines(), protocols::forge::remodel::RemodelMover::confirm_sequence(), protocols::enzdes::PoseFoundResiduesCombination::construct_and_dump_outpose(), protocols::enzdes::enzutil::create_remark_headers_from_cstcache(), core::io::pdb::PDB_DReader::createFileData(), and core::io::pdb::PDB_DReader::createRecords().
1.8.4