evaluation

Bindings for protocols::evaluation namespace

class pyrosetta.rosetta.protocols.evaluation.EvaluatorCreator

Bases: pybind11_builtins.pybind11_object

The Creator class is responsible for creating a particular mover class.

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.protocols.evaluation.EvaluatorCreator) -> None
  2. __init__(self: pyrosetta.rosetta.protocols.evaluation.EvaluatorCreator, arg0: pyrosetta.rosetta.protocols.evaluation.EvaluatorCreator) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__

Return str(self).

__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

add_evaluators(self: pyrosetta.rosetta.protocols.evaluation.EvaluatorCreator, : pyrosetta.rosetta.protocols.evaluation.MetaPoseEvaluator) → None

C++: protocols::evaluation::EvaluatorCreator::add_evaluators(class protocols::evaluation::MetaPoseEvaluator &) const –> void

assign(self: pyrosetta.rosetta.protocols.evaluation.EvaluatorCreator, : pyrosetta.rosetta.protocols.evaluation.EvaluatorCreator) → pyrosetta.rosetta.protocols.evaluation.EvaluatorCreator

C++: protocols::evaluation::EvaluatorCreator::operator=(const class protocols::evaluation::EvaluatorCreator &) –> class protocols::evaluation::EvaluatorCreator &

type_name(self: pyrosetta.rosetta.protocols.evaluation.EvaluatorCreator) → str

C++: protocols::evaluation::EvaluatorCreator::type_name() const –> std::string

class pyrosetta.rosetta.protocols.evaluation.EvaluatorFactory

Bases: pyrosetta.rosetta.utility.SingletonBase_protocols_evaluation_EvaluatorFactory_t

Create Evaluator Reporters

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__

Initialize self. See help(type(self)) for accurate signature.

__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__

Return str(self).

__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

add_all_evaluators(self: pyrosetta.rosetta.protocols.evaluation.EvaluatorFactory, eval: pyrosetta.rosetta.protocols.evaluation.MetaPoseEvaluator) → None

C++: protocols::evaluation::EvaluatorFactory::add_all_evaluators(class protocols::evaluation::MetaPoseEvaluator &) –> void

add_evaluators(self: pyrosetta.rosetta.protocols.evaluation.EvaluatorFactory, type_name: str, eval: pyrosetta.rosetta.protocols.evaluation.MetaPoseEvaluator) → None

C++: protocols::evaluation::EvaluatorFactory::add_evaluators(const class std::basic_string<char> &, class protocols::evaluation::MetaPoseEvaluator &) –> void

factory_register(self: pyrosetta.rosetta.protocols.evaluation.EvaluatorFactory, creator: pyrosetta.rosetta.protocols.evaluation.EvaluatorCreator) → None

C++: protocols::evaluation::EvaluatorFactory::factory_register(class std::shared_ptr<const class protocols::evaluation::EvaluatorCreator>) –> void

get_instance() → protocols::evaluation::EvaluatorFactory

C++: utility::SingletonBase<protocols::evaluation::EvaluatorFactory>::get_instance() –> class protocols::evaluation::EvaluatorFactory *

pyrosetta.rosetta.protocols.evaluation.evaluate_pose(pose: pyrosetta.rosetta.core.pose.Pose, eval: pyrosetta.rosetta.protocols.evaluation.PoseEvaluator, : pyrosetta.rosetta.std.ostream) → None

C++: protocols::evaluation::evaluate_pose(class core::pose::Pose &, class protocols::evaluation::PoseEvaluator &, class std::basic_ostream<char> &) –> void

pyrosetta.rosetta.protocols.evaluation.find_existing_residues(pose: pyrosetta.rosetta.core.pose.Pose, tag: str, selection: pyrosetta.rosetta.std.list_unsigned_long_t) → None

C++: protocols::evaluation::find_existing_residues(class std::shared_ptr<const class core::pose::Pose>, class std::basic_string<char>, class std::list<unsigned long, class std::allocator<unsigned long> > &) –> void

pyrosetta.rosetta.protocols.evaluation.invert_include_residues(nres: int, include_list: pyrosetta.rosetta.utility.vector1_unsigned_long, exclude_list: pyrosetta.rosetta.utility.vector1_unsigned_long) → None

C++: protocols::evaluation::invert_include_residues(unsigned long, const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &, class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void

pyrosetta.rosetta.protocols.evaluation.register_options() → None

register cmd-line options relevant for evaluators…

C++: protocols::evaluation::register_options() –> void