secstruct_legacy¶
Bindings for core::pose::rna::secstruct_legacy namespace
-
class
pyrosetta.rosetta.core.pose.rna.secstruct_legacy.
RNA_SecStructLegacyInfo
¶ Bases:
pyrosetta.rosetta.basic.datacache.CacheableData
Keep track of RNA centroid information inside the pose./ Rhiju move this to its own namespace!
-
assign
(self: pyrosetta.rosetta.core.pose.rna.secstruct_legacy.RNA_SecStructLegacyInfo, : pyrosetta.rosetta.core.pose.rna.secstruct_legacy.RNA_SecStructLegacyInfo) → pyrosetta.rosetta.core.pose.rna.secstruct_legacy.RNA_SecStructLegacyInfo¶ C++: core::pose::rna::secstruct_legacy::RNA_SecStructLegacyInfo::operator=(const class core::pose::rna::secstruct_legacy::RNA_SecStructLegacyInfo &) –> class core::pose::rna::secstruct_legacy::RNA_SecStructLegacyInfo &
-
clone
(self: pyrosetta.rosetta.core.pose.rna.secstruct_legacy.RNA_SecStructLegacyInfo) → pyrosetta.rosetta.basic.datacache.CacheableData¶ C++: core::pose::rna::secstruct_legacy::RNA_SecStructLegacyInfo::clone() const –> class std::shared_ptr<class basic::datacache::CacheableData>
-
get_secstruct
(self: pyrosetta.rosetta.core.pose.rna.secstruct_legacy.RNA_SecStructLegacyInfo) → str¶ C++: core::pose::rna::secstruct_legacy::RNA_SecStructLegacyInfo::get_secstruct() const –> const std::string &
-
get_self_ptr
(self: pyrosetta.rosetta.basic.datacache.CacheableData) → pyrosetta.rosetta.basic.datacache.CacheableData¶ C++: basic::datacache::CacheableData::get_self_ptr() –> class std::shared_ptr<class basic::datacache::CacheableData>
-
get_self_weak_ptr
(self: pyrosetta.rosetta.basic.datacache.CacheableData) → pyrosetta.rosetta.std.weak_ptr_basic_datacache_CacheableData_t¶ C++: basic::datacache::CacheableData::get_self_weak_ptr() –> class std::weak_ptr<class basic::datacache::CacheableData>
-
set_secstruct
(self: pyrosetta.rosetta.core.pose.rna.secstruct_legacy.RNA_SecStructLegacyInfo, secstruct: str) → None¶ C++: core::pose::rna::secstruct_legacy::RNA_SecStructLegacyInfo::set_secstruct(const class std::basic_string<char> &) –> void
-
size
(self: pyrosetta.rosetta.core.pose.rna.secstruct_legacy.RNA_SecStructLegacyInfo) → int¶ C++: core::pose::rna::secstruct_legacy::RNA_SecStructLegacyInfo::size() const –> unsigned long
-
-
pyrosetta.rosetta.core.pose.rna.secstruct_legacy.
clear_rna_secstruct_legacy_info
(pose: pyrosetta.rosetta.core.pose.Pose) → None¶ C++: core::pose::rna::secstruct_legacy::clear_rna_secstruct_legacy_info(class core::pose::Pose &) –> void
-
pyrosetta.rosetta.core.pose.rna.secstruct_legacy.
get_rna_secstruct_legacy
(pose: pyrosetta.rosetta.core.pose.Pose) → str¶ C++: core::pose::rna::secstruct_legacy::get_rna_secstruct_legacy(class core::pose::Pose &) –> const std::string &
-
pyrosetta.rosetta.core.pose.rna.secstruct_legacy.
get_rna_secstruct_legacy_from_const_pose
(pose: pyrosetta.rosetta.core.pose.Pose) → str¶ C++: core::pose::rna::secstruct_legacy::get_rna_secstruct_legacy_from_const_pose(const class core::pose::Pose &) –> const std::string &
-
pyrosetta.rosetta.core.pose.rna.secstruct_legacy.
has_rna_secstruct_legacy
(pose: pyrosetta.rosetta.core.pose.Pose) → bool¶ C++: core::pose::rna::secstruct_legacy::has_rna_secstruct_legacy(const class core::pose::Pose &) –> bool
-
pyrosetta.rosetta.core.pose.rna.secstruct_legacy.
set_rna_secstruct_legacy
(pose: pyrosetta.rosetta.core.pose.Pose, rna_secstruct_legacy_string: str) → None¶ C++: core::pose::rna::secstruct_legacy::set_rna_secstruct_legacy(class core::pose::Pose &, const class std::basic_string<char> &) –> void