![]() |
Rosetta Protocols
2014.35
|
Denies 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... | |
![]() | |
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) |
![]() | |
virtual | ~VallChunkFilter () |
Additional Inherited Members | |
![]() | |
std::map< std::string, bool > | pdb_hash_ |
Denies a chunk based on the pdb id of the source protein.
|
virtual |
say if a given chunk looks promising.
Implements protocols::frag_picker::VallChunkFilter.
References protocols::frag_picker::VallChunk::get_chain_id(), protocols::frag_picker::VallChunk::get_pdb_id(), protocols::frag_picker::PdbIdChunkFilter::pdb_hash_, and protocols::frag_picker::trPdbFilter.