not quite (silent_structs don't necessarily have xyz). Kind of like a
Conformation but without the overtree of an atom_tree.
Should save memory compared to keeping the full pose (which includes
atom_tree, energies etc.) This is a bit like the SilentStruct -- although
that class has gotten a bit complicated -- easier to start from
scratch.
|
__init__(*args,
**kwargs)
Overloaded function. |
|
|
a new object with type S, a subtype of T
|
|
|
assign(...)
assign(self : rosetta.core.pose.MiniPose, :
rosetta.core.pose.MiniPose) -> rosetta.core.pose.MiniPose |
|
|
|
atom_name(...)
atom_name(self : rosetta.core.pose.MiniPose, atom_id :
rosetta.core.id.AtomID) -> unicode |
|
|
rosetta.utility.vector1_utility_vector1_std_string_std_allocator_std_string_t
|
atom_names_list(rosetta.core.pose.MiniPose) |
|
|
rosetta.utility.vector1_utility_vector1_numeric_xyzVector_double_std_allocator_numeric_xyzVector_double_t
|
coords(rosetta.core.pose.MiniPose) |
|
|
rosetta.core.kinematics.FoldTree
|
fold_tree(rosetta.core.pose.MiniPose) |
|
|
unicode
|
sequence(rosetta.core.pose.MiniPose) |
|
|
int
|
size(rosetta.core.pose.MiniPose) |
|
|
int
|
total_residue(rosetta.core.pose.MiniPose) |
|
|
|
variant_types(...)
variant_types(self : rosetta.core.pose.MiniPose, seq_num : int) ->
rosetta.utility.vector1_std_string |
|
|
rosetta.utility.vector1_utility_vector1_std_string_std_allocator_std_string_t
|
variant_types_list(rosetta.core.pose.MiniPose) |
|
|
|
xyz(...)
xyz(self : rosetta.core.pose.MiniPose, atom_id :
rosetta.core.id.AtomID) -> rosetta.numeric.xyzVector_double_t |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|