|
| | DesignTask_Layer () |
| | default constructor More...
|
| |
| | DesignTask_Layer (bool dsgn_core, bool dsgn_boundary, bool dsgn_surface, bool use_original_seq, Size ncycle, ScoreFunctionOP sfxn, MoverOP mover, FilterStructsOP filter_structs=0) |
| | value constructor More...
|
| |
| virtual | ~DesignTask_Layer () |
| | destructor More...
|
| |
| virtual void | setup (Pose const &pose, PackerTaskOP const task) |
| | setup PackerTask More...
|
| |
| | DesignTask () |
| | default constructor More...
|
| |
| | DesignTask (Size const ncycle, ScoreFunctionOP const sfxn, MoverOP const mover, FilterStructsOP const filter_structs=0, PackerTaskOP const taskf=0, String const &resfile="") |
| | value constructor More...
|
| |
| | DesignTask (DesignTask const &rval) |
| | copy constructor More...
|
| |
| virtual | ~DesignTask () |
| | destructor More...
|
| |
| Size | ncycle () const |
| | the number of cycles of fixbb design and mover More...
|
| |
| ScoreFunctionOP | scorefxn () const |
| | scorefxn for fixbb design More...
|
| |
| MoverOP | mover () const |
| | mover after fixbb design More...
|
| |
| FilterStructsOP | filter_structs () const |
| | filter during fixbb design More...
|
| |
| PackerTaskOP | packertask () const |
| | packer task for fixbb design More...
|
| |
| String | resfile () const |
| | resfile More...
|
| |
| void | set_ncycle (Size const &ncycle) |
| | the number of cycles of design and mover More...
|
| |
| void | set_scorefxn (ScoreFunctionOP const sfxn) |
| | scorefxn for fixbb design More...
|
| |
| void | set_mover (MoverOP const value) |
| | mover after fixbb design More...
|
| |
| void | set_filter_structs (FilterStructsOP const value) |
| | filter during fixbb design More...
|
| |
| void | set_packertask (PackerTaskOP const taskf) |
| | packer task More...
|
| |
| void | set_resfile (String const &resfile) |
| | set resfile More...
|
| |
| void | add_task_operations (utility::vector1< TaskOperationOP > const top) |
| | add task operations More...
|
| |
| void | add_task_operation (TaskOperationOP const top) |
| | add task operation More...
|
| |
| void | dump_packertask (std::ostream &os) |
| | output packertask More...
|
| |