|
| | Align_RmsdEvaluator (core::pose::PoseCOP native_pose, std::string tag="", bool calc_gdt=true, core::sequence::SequenceAlignmentOP aln=nullptr, bool gdt_by_TM=false) |
| |
| | ~Align_RmsdEvaluator () override |
| |
| void | apply (core::pose::Pose &pose, std::string tag, core::io::silent::SilentStruct &ss) const override |
| | evaluate pose and store values in Silent_Struct More...
|
| |
| core::Real | apply (core::pose::Pose &) const override |
| | evaluate pose More...
|
| |
| void | report_gdt_components (bool const setting) |
| |
| bool | report_gdt_components () const |
| |
| void | calc_gdt (bool const setting) |
| |
| bool | calc_gdt () const |
| |
| void | gdt_by_TM (bool const setting) |
| |
| bool | gdt_by_TM () const |
| |
| | AlignEvaluator (core::pose::PoseCOP native_pose, std::string tag="", bool report_aln_components=true, core::sequence::SequenceAlignmentOP aln=nullptr) |
| |
| | ~AlignEvaluator () override |
| |
| core::Real | apply (core::pose::Pose &) const override |
| | outdated method - don't use! More...
|
| |
| core::sequence::SequenceAlignmentOP | get_alignment (core::pose::Pose const &pose) const |
| |
| void | report_aln_components (bool const setting) |
| |
| bool | report_aln_components () const |
| |
| std::string | tag () const |
| |
| core::pose::PoseCOP | native_pose () const |
| |
| | SingleValuePoseEvaluator (std::string const &name="UNSPECIFIED_SingleValuePoseEvaluator") |
| |
| void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const override |
| | evaluate pose and store values in Silent_Struct why is this specific to a specific type of SilentStruct? that seems needlessly pointless and overly constraining. More...
|
| |
| virtual void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const =0 |
| | evaluate pose and store values in Silent_Struct More...
|
| |
| virtual void | apply (core::io::silent::SilentStruct &pss) const |
| | direct application to SilentStruct... default implementation makes pose and calls "apply", you can overload if you don't need the pose-step More...
|
| |
| bool | applicable (core::pose::Pose const &) const override |
| |
| core::Size | size () const override |
| |
| std::string | name (core::Size) const override |
| |
| | PoseEvaluator () |
| |
| | ~PoseEvaluator () override=default |
| |
| virtual void | apply (core::io::silent::SilentStruct &pss) const |
| | direct application to SilentStruct... default implementation makes pose and calls "apply", you can overload if you don't need the pose-step More...
|
| |