|
Rosetta 3.5
|
Accepts a chunk based on the pdb id of the source protein. More...
#include <PdbIdChunkFilter.hh>


Public Member Functions | |
| bool | test_chunk (VallChunkOP a_chunk) |
| say if a given chunk looks promising. More... | |
Public Member Functions inherited from protocols::frag_picker::PdbIdChunkFilter | |
| void | add_pdb_id (std::string pdb_ids) |
| Adds a pdb id to the filter. More... | |
| void | add_pdb_ids (utility::vector1< std::string > list_of_pdb_ids) |
| Adds a bunch of pdb ids to the filter. More... | |
| void | load_pdb_id_from_file (std::string) |
| void | show_pdb_ids (std::ostream &out) |
Public Member Functions inherited from protocols::frag_picker::VallChunkFilter | |
| virtual | ~VallChunkFilter () |
Additional Inherited Members | |
Protected Attributes inherited from protocols::frag_picker::PdbIdChunkFilter | |
| std::map< std::string, bool > | pdb_hash_ |
Accepts a chunk based on the pdb id of the source protein.
Definition at line 74 of file PdbIdChunkFilter.hh.
|
virtual |
say if a given chunk looks promising.
Implements protocols::frag_picker::VallChunkFilter.
Definition at line 88 of file PdbIdChunkFilter.cc.
References protocols::frag_picker::PdbIdChunkFilter::pdb_hash_, and protocols::frag_picker::trPdbFilter().
1.8.4