pcs¶
Bindings for protocols::scoring::methods::pcs namespace
-
class
pyrosetta.rosetta.protocols.scoring.methods.pcs.
PCS_data_input
¶ Bases:
pybind11_builtins.pybind11_object
PCS_data_input contain all the input information for the PCS. This includes all the information from the .npc files
-
assign
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_data_input, other: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_data_input) → pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_data_input¶ C++: protocols::scoring::methods::pcs::PCS_data_input::operator=(const class protocols::scoring::methods::pcs::PCS_data_input &) –> class protocols::scoring::methods::pcs::PCS_data_input &
-
get_PCS_data_input_reference
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_data_input) → pyrosetta.rosetta.std.map_std_string_protocols_scoring_methods_pcs_PCS_file_data¶ C++: protocols::scoring::methods::pcs::PCS_data_input::get_PCS_data_input_reference() –> class std::map<std::string, class protocols::scoring::methods::pcs::PCS_file_data, struct std::less<std::string >, class std::allocator<struct std::pair<const std::string, class protocols::scoring::methods::pcs::PCS_file_data> > > &
-
-
class
pyrosetta.rosetta.protocols.scoring.methods.pcs.
PCS_file_data
¶ Bases:
pybind11_builtins.pybind11_object
PCS_file_data contain all the information of a .npc file one per lanthanide.
-
assign
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_file_data, other: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_file_data) → pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_file_data¶ C++: protocols::scoring::methods::pcs::PCS_file_data::operator=(const class protocols::scoring::methods::pcs::PCS_file_data &) –> class protocols::scoring::methods::pcs::PCS_file_data &
-
get_PCS_data_line_all_reference
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_file_data) → pyrosetta.rosetta.utility.vector1_protocols_scoring_methods_pcs_PCS_line_data¶ C++: protocols::scoring::methods::pcs::PCS_file_data::get_PCS_data_line_all_reference() –> class utility::vector1<class protocols::scoring::methods::pcs::PCS_line_data, class std::allocator<class protocols::scoring::methods::pcs::PCS_line_data> > &
-
get_filename
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_file_data) → str¶ C++: protocols::scoring::methods::pcs::PCS_file_data::get_filename() const –> std::string
-
get_weight
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_file_data) → float¶ C++: protocols::scoring::methods::pcs::PCS_file_data::get_weight() const –> double
-
-
class
pyrosetta.rosetta.protocols.scoring.methods.pcs.
PCS_line_data
¶ Bases:
pybind11_builtins.pybind11_object
PCS_line_data class: hold a line of the input file information (.npc format) One PCS_line_data per line in the input file
-
PCS_experimental
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_line_data) → float¶ C++: protocols::scoring::methods::pcs::PCS_line_data::PCS_experimental() const –> double
-
PCS_tolerance
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_line_data) → float¶ C++: protocols::scoring::methods::pcs::PCS_line_data::PCS_tolerance() const –> double
-
assign
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_line_data, other: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_line_data) → pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_line_data¶ C++: protocols::scoring::methods::pcs::PCS_line_data::operator=(const class protocols::scoring::methods::pcs::PCS_line_data &) –> class protocols::scoring::methods::pcs::PCS_line_data &
-
atom_name
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_line_data) → str¶ C++: protocols::scoring::methods::pcs::PCS_line_data::atom_name() const –> std::string
-
residue_num
(self: pyrosetta.rosetta.protocols.scoring.methods.pcs.PCS_line_data) → int¶ C++: protocols::scoring::methods::pcs::PCS_line_data::residue_num() const –> unsigned long
-
-
pyrosetta.rosetta.protocols.scoring.methods.pcs.
fill_A_line
(A_line: pyrosetta.rosetta.utility.vector1_double, xM: float, yM: float, zM: float, x: float, y: float, z: float) → None¶ C++: protocols::scoring::methods::pcs::fill_A_line(class utility::vector1<double, class std::allocator<double> > &, const double, const double, const double, const double, const double, const double) –> void