|
Rosetta 3.5
|
#include <PdbIdChunkFilter.hh>


Public Member Functions | |
| 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 () |
| virtual bool | test_chunk (VallChunkOP)=0 |
| if a chunk seems to be interesting, return true. Otherwise say false More... | |
Protected Attributes | |
| std::map< std::string, bool > | pdb_hash_ |
Definition at line 33 of file PdbIdChunkFilter.hh.
|
inline |
Adds a pdb id to the filter.
Definition at line 37 of file PdbIdChunkFilter.hh.
References pdb_hash_.
Referenced by load_pdb_id_from_file().
|
inline |
Adds a bunch of pdb ids to the filter.
Definition at line 49 of file PdbIdChunkFilter.hh.
References pdb_hash_.
| void protocols::frag_picker::PdbIdChunkFilter::load_pdb_id_from_file | ( | std::string | file_name) |
Definition at line 35 of file PdbIdChunkFilter.cc.
References add_pdb_id(), and protocols::frag_picker::trPdbFilter().
| void protocols::frag_picker::PdbIdChunkFilter::show_pdb_ids | ( | std::ostream & | out) |
Definition at line 58 of file PdbIdChunkFilter.cc.
References pdb_hash_.
|
protected |
Definition at line 68 of file PdbIdChunkFilter.hh.
Referenced by add_pdb_id(), add_pdb_ids(), show_pdb_ids(), protocols::frag_picker::AllowPdbIdFilter::test_chunk(), and protocols::frag_picker::DenyPdbIdFilter::test_chunk().
1.8.4