Rosetta 3.5
|
class to process an enzdes loops file More...
#include <EnzdesLoopsFile.hh>
Public Member Functions | |
virtual | ~EnzdesLoopsFile () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
EnzdesLoopsFile () | |
bool | read_loops_file (std::string filename) |
EnzdesLoopInfoCOP | loop_info (core::Size l) const |
bool | file_read () const |
core::Size | num_loops () const |
void | clear () |
Private Attributes | |
bool | file_read_ |
utility::vector1 < EnzdesLoopInfoOP > | enzloops_ |
class to process an enzdes loops file
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
protocols::toolbox::match_enzdes_util::EnzdesLoopsFile::EnzdesLoopsFile | ( | ) |
References enzloops_.
void protocols::toolbox::match_enzdes_util::EnzdesLoopsFile::clear | ( | ) |
References enzloops_, and file_read_.
|
inline |
References file_read_.
EnzdesLoopInfoCOP protocols::toolbox::match_enzdes_util::EnzdesLoopsFile::loop_info | ( | core::Size | l) | const |
References enzloops_.
|
inline |
References enzloops_.
bool protocols::toolbox::match_enzdes_util::EnzdesLoopsFile::read_loops_file | ( | std::string | filename) |
References enzloops_, file_read_, and protocols::toolbox::match_enzdes_util::tr().
|
private |
Referenced by clear(), EnzdesLoopsFile(), loop_info(), num_loops(), and read_loops_file().
|
private |
Referenced by clear(), file_read(), and read_loops_file().