|
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
Definition at line 310 of file EnzdesLoopsFile.hh.
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
Definition at line 41 of file EnzdesLoopsFile.cc.
| protocols::toolbox::match_enzdes_util::EnzdesLoopsFile::EnzdesLoopsFile | ( | ) |
Definition at line 633 of file EnzdesLoopsFile.cc.
References enzloops_.
| void protocols::toolbox::match_enzdes_util::EnzdesLoopsFile::clear | ( | ) |
Definition at line 707 of file EnzdesLoopsFile.cc.
References enzloops_, and file_read_.
|
inline |
Definition at line 326 of file EnzdesLoopsFile.hh.
References file_read_.
| EnzdesLoopInfoCOP protocols::toolbox::match_enzdes_util::EnzdesLoopsFile::loop_info | ( | core::Size | l) | const |
Definition at line 698 of file EnzdesLoopsFile.cc.
References enzloops_.
|
inline |
Definition at line 329 of file EnzdesLoopsFile.hh.
References enzloops_.
| bool protocols::toolbox::match_enzdes_util::EnzdesLoopsFile::read_loops_file | ( | std::string | filename) |
Definition at line 640 of file EnzdesLoopsFile.cc.
References enzloops_, file_read_, and protocols::toolbox::match_enzdes_util::tr().
|
private |
Definition at line 339 of file EnzdesLoopsFile.hh.
Referenced by clear(), EnzdesLoopsFile(), loop_info(), num_loops(), and read_loops_file().
|
private |
Definition at line 337 of file EnzdesLoopsFile.hh.
Referenced by clear(), file_read(), and read_loops_file().
1.8.4