vardist_solaccess

Bindings for protocols::vardist_solaccess namespace

class pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMover

Bases: Mover

Handles sphere-sphere overlap calculations

apply(self: pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMover, p: pyrosetta.rosetta.core.pose.Pose) None

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMover::apply(class core::pose::Pose &) –> void

assign(self: pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMover, : pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMover) pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMover

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMover::operator=(const class protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMover &) –> class protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMover &

clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None

Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file.

clear_info is called by jd2 before calling apply

C++: protocols::moves::Mover::clear_info() –> void

clone(self: pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMover) pyrosetta.rosetta.protocols.moves.Mover

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMover::clone() const –> class std::shared_ptr<class protocols::moves::Mover>

create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover

C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>

fresh_instance(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover

Generates a new Mover object freshly created with the default ctor.

C++: protocols::moves::Mover::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>

get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose

fpd

Mechanism by which a mover may return multiple output poses from a single input pose.

Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.

C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>

get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob

C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>

get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str
A tag is a unique identifier used to identify structures produced

by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag ) sets the tag. This functionality is not intended for use with the 2008 job distributor.

C++: protocols::moves::Mover::get_current_tag() const –> std::string

get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose

C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>

get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus

returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.

C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus

get_name(self: pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMover) str

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMover::get_name() const –> std::string

get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose

C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>

get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover

C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>

get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t

C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>

get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str

C++: protocols::moves::Mover::get_type() const –> std::string

info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t

non-const accessor

C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &

last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float

C++: protocols::moves::Mover::last_proposal_density_ratio() –> double

static mover_name() str

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMover::mover_name() –> std::string

static name() str

C++: protocols::moves::Mover::name() –> std::string

parse_my_tag(self: pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMover, : pyrosetta.rosetta.utility.tag.Tag, : pyrosetta.rosetta.basic.datacache.DataMap) None

parse XML (specifically in the context of the parser/scripting scheme)

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMover::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void

provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None
Provide citations to the passed CitationCollectionList

Subclasses should add the info for themselves and any other classes they use.

The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.

C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void

static provide_xml_schema(xsd: pyrosetta.rosetta.utility.tag.XMLSchemaDefinition) None

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMover::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void

static register_options() None

Overload this static method if you access options within the mover.

These options will end up in -help of your application if users of this mover call register_options. Do this recursively! If you use movers within your mover, call their register_options in your register_options() method.

C++: protocols::moves::Mover::register_options() –> void

reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool
Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on

each use.

C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool

reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.moves.Mover) bool
Inform the Job Distributor (August ‘08 vintage) whether this object needs to be regenerated when the input

pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for that one input pose).

C++: protocols::moves::Mover::reinitialize_for_new_input() const –> bool

reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None

resets status to SUCCESS, meant to be used before an apply(). The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s.

C++: protocols::moves::Mover::reset_status() –> void

set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None

C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void

set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None

C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void

set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None

setter for poses contained for rms

C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void

set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None

setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe

C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void

set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None

Set the ‘type’ string

C++: protocols::moves::Mover::set_type(const std::string &) –> void

show(*args, **kwargs)

Overloaded function.

  1. show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None

  2. show(self: pyrosetta.rosetta.protocols.moves.Mover, output: pyrosetta.rosetta.std.ostream) -> None

Outputs details about the Mover, including current settings.

C++: protocols::moves::Mover::show(std::ostream &) const –> void

test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None
: Unit test support function. Apply one move to a given pose.

Allows extra test specific functions to be called before applying

C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void

type(*args, **kwargs)

Overloaded function.

  1. type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None

Set the ‘type’ string

C++: protocols::moves::Mover::type(const std::string &) –> void

  1. type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str

Get the set ‘type’ string

C++: protocols::moves::Mover::type() const –> const std::string &

class pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMoverCreator

Bases: MoverCreator

assign(self: pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMoverCreator, : pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMoverCreator) pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMoverCreator

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMoverCreator::operator=(const class protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMoverCreator &) –> class protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMoverCreator &

create_mover(self: pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMoverCreator) pyrosetta.rosetta.protocols.moves.Mover

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMoverCreator::create_mover() const –> class std::shared_ptr<class protocols::moves::Mover>

keyname(self: pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMoverCreator) str

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMoverCreator::keyname() const –> std::string

provide_xml_schema(self: pyrosetta.rosetta.protocols.vardist_solaccess.LoadVarSolDistSasaCalculatorMoverCreator, xsd: pyrosetta.rosetta.utility.tag.XMLSchemaDefinition) None

C++: protocols::vardist_solaccess::LoadVarSolDistSasaCalculatorMoverCreator::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) const –> void

class pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots

Bases: pybind11_object

Handles sphere-sphere overlap calculations

any_exposed_dots(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, atom: int) bool

C++: protocols::vardist_solaccess::VarSolDRotamerDots::any_exposed_dots(unsigned long) const –> bool

assign(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, rhs: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots) pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots

C++: protocols::vardist_solaccess::VarSolDRotamerDots::operator=(const class protocols::vardist_solaccess::VarSolDRotamerDots &) –> class protocols::vardist_solaccess::VarSolDRotamerDots &

copy(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, rhs: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots) None

C++: protocols::vardist_solaccess::VarSolDRotamerDots::copy(const class protocols::vardist_solaccess::VarSolDRotamerDots &) –> void

get_atom_collision_radius(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, atom_index: int) float

C++: protocols::vardist_solaccess::VarSolDRotamerDots::get_atom_collision_radius(unsigned long) const –> double

get_atom_coords_xyz(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, atom_index: int) pyrosetta.rosetta.numeric.xyzVector_double_t

C++: protocols::vardist_solaccess::VarSolDRotamerDots::get_atom_coords_xyz(unsigned long) const –> class numeric::xyzVector<double>

get_atom_interaction_radius(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, atom_index: int) float

C++: protocols::vardist_solaccess::VarSolDRotamerDots::get_atom_interaction_radius(unsigned long) const –> double

get_dot_covered(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, atom_index: int, shell_index: int, dot_index: int) bool

C++: protocols::vardist_solaccess::VarSolDRotamerDots::get_dot_covered(unsigned long, unsigned long, unsigned long) const –> bool

get_num_atoms(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots) int

C++: protocols::vardist_solaccess::VarSolDRotamerDots::get_num_atoms() const –> unsigned long

increment_self_overlap(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots) None

C++: protocols::vardist_solaccess::VarSolDRotamerDots::increment_self_overlap() –> void

intersect_residues(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, other_res: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots) None

C++: protocols::vardist_solaccess::VarSolDRotamerDots::intersect_residues(class protocols::vardist_solaccess::VarSolDRotamerDots &) –> void

msas_for_atom(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, atom_index: int) float

C++: protocols::vardist_solaccess::VarSolDRotamerDots::msas_for_atom(unsigned long) const –> double

ndots(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots) int

C++: protocols::vardist_solaccess::VarSolDRotamerDots::ndots() const –> unsigned long

nshells_for_atom(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, atom_index: int) int

C++: protocols::vardist_solaccess::VarSolDRotamerDots::nshells_for_atom(unsigned long) const –> unsigned long

overlaps(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, other: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots) bool

C++: protocols::vardist_solaccess::VarSolDRotamerDots::overlaps(const class protocols::vardist_solaccess::VarSolDRotamerDots &) const –> bool

rotamer(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots) pyrosetta.rosetta.core.conformation.Residue

C++: protocols::vardist_solaccess::VarSolDRotamerDots::rotamer() const –> class std::shared_ptr<const class core::conformation::Residue>

shell_radius_for_atom(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, atom_index: int, shell_index: int) float

C++: protocols::vardist_solaccess::VarSolDRotamerDots::shell_radius_for_atom(unsigned long, unsigned long) const –> double

write_dot_kinemage(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDRotamerDots, kinfile: pyrosetta.rosetta.std.ostream) None

C++: protocols::vardist_solaccess::VarSolDRotamerDots::write_dot_kinemage(std::ostream &) const –> void

class pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDistSasaCalculator

Bases: StructureDependentCalculator

assign(self: pyrosetta.rosetta.core.pose.metrics.StructureDependentCalculator, : pyrosetta.rosetta.core.pose.metrics.StructureDependentCalculator) pyrosetta.rosetta.core.pose.metrics.StructureDependentCalculator

C++: core::pose::metrics::StructureDependentCalculator::operator=(const class core::pose::metrics::StructureDependentCalculator &) –> class core::pose::metrics::StructureDependentCalculator &

calculate(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDistSasaCalculator, pose: pyrosetta.rosetta.core.pose.Pose) pyrosetta.rosetta.core.id.AtomID_Map_double_t

C++: protocols::vardist_solaccess::VarSolDistSasaCalculator::calculate(const class core::pose::Pose &) –> class core::id::AtomID_Map<double>

clone(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDistSasaCalculator) pyrosetta.rosetta.core.pose.metrics.PoseMetricCalculator

C++: protocols::vardist_solaccess::VarSolDistSasaCalculator::clone() const –> class std::shared_ptr<class core::pose::metrics::PoseMetricCalculator>

get(*args, **kwargs)

Overloaded function.

  1. get(self: pyrosetta.rosetta.core.pose.metrics.StructureDependentCalculator, key: str, val: pyrosetta.rosetta.basic.MetricValueBase, this_pose: pyrosetta.rosetta.core.pose.Pose) -> None

C++: core::pose::metrics::StructureDependentCalculator::get(const std::string &, class basic::MetricValueBase &, const class core::pose::Pose &) –> void

  1. get(self: pyrosetta.rosetta.core.pose.metrics.StructureDependentCalculator, key: str, this_pose: pyrosetta.rosetta.core.pose.Pose) -> str

C++: core::pose::metrics::StructureDependentCalculator::get(const std::string &, const class core::pose::Pose &) –> std::string

get_self_ptr(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDistSasaCalculator) pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDistSasaCalculator

C++: protocols::vardist_solaccess::VarSolDistSasaCalculator::get_self_ptr() –> class std::shared_ptr<class protocols::vardist_solaccess::VarSolDistSasaCalculator>

get_self_weak_ptr(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDistSasaCalculator) pyrosetta.rosetta.std.weak_ptr_protocols_vardist_solaccess_VarSolDistSasaCalculator_t

C++: protocols::vardist_solaccess::VarSolDistSasaCalculator::get_self_weak_ptr() –> class std::weak_ptr<class protocols::vardist_solaccess::VarSolDistSasaCalculator>

notify_energy_change(self: pyrosetta.rosetta.core.pose.metrics.PoseMetricCalculator) None

C++: core::pose::metrics::PoseMetricCalculator::notify_energy_change() –> void

notify_structure_change(self: pyrosetta.rosetta.core.pose.metrics.StructureDependentCalculator) None

C++: core::pose::metrics::StructureDependentCalculator::notify_structure_change() –> void

set_atom_type_radii(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDistSasaCalculator, atype_name: str, coll_radius: float, int_radius: float, nshells: int) None

C++: protocols::vardist_solaccess::VarSolDistSasaCalculator::set_atom_type_radii(std::string, double, double, unsigned long) –> void

set_element_radii(self: pyrosetta.rosetta.protocols.vardist_solaccess.VarSolDistSasaCalculator, atype_name: str, coll_radius: float, int_radius: float, nshells: int) None

C++: protocols::vardist_solaccess::VarSolDistSasaCalculator::set_element_radii(std::string, double, double, unsigned long) –> void