|
Rosetta 3.5
|
#include <DatabaseFilters.hh>


Public Member Functions | |
| TopCountOfAllInputs () | |
| TopCountOfAllInputs (utility::vector1< std::string > arguments) | |
| WriteDeletePair | operator() (core::pose::Pose const &pose, utility::sql_database::sessionOP db_session, core::Size const &protocol_id) |
| virtual | ~TopCountOfAllInputs () |
Public Member Functions inherited from protocols::features::DatabaseFilter | |
| DatabaseFilter () | |
| virtual | ~DatabaseFilter () |
Public Attributes | |
| core::Size | count_ |
| std::string | score_term_ |
Private Member Functions | |
| TopCountOfAllInputs (TopCountOfAllInputs const &src) | |
Definition at line 73 of file DatabaseFilters.hh.
| protocols::features::TopCountOfAllInputs::TopCountOfAllInputs | ( | ) |
Definition at line 235 of file DatabaseFilters.cc.
| protocols::features::TopCountOfAllInputs::TopCountOfAllInputs | ( | utility::vector1< std::string > | arguments) |
Definition at line 239 of file DatabaseFilters.cc.
References count_, and score_term_.
|
inlinevirtual |
Definition at line 82 of file DatabaseFilters.hh.
|
private |
|
virtual |
Implements protocols::features::DatabaseFilter.
Definition at line 251 of file DatabaseFilters.cc.
References count_, protocols::features::get_write_delete_pair(), and score_term_.
| core::Size protocols::features::TopCountOfAllInputs::count_ |
Definition at line 82 of file DatabaseFilters.hh.
Referenced by operator()(), TopCountOfAllInputs(), and protocols::features::TopPercentOfAllInputs::TopPercentOfAllInputs().
| std::string protocols::features::TopCountOfAllInputs::score_term_ |
Definition at line 84 of file DatabaseFilters.hh.
Referenced by operator()(), TopCountOfAllInputs(), and protocols::features::TopPercentOfAllInputs::TopPercentOfAllInputs().
1.8.4