Rosetta
|
Functions | |
def | is_homog_xform (xforms) |
def | from_RT (cls, RTinstance) |
def | from_array (cls, xform) |
def | as_array (self) |
def pyrosetta.bindings.homogeneous_transform.as_array | ( | self | ) |
Convert self a numpy.array and return it. Returns: numpy.array: the 4x4 matrix representing the homogenous transform.
References pyrosetta.bindings.homogeneous_transform.is_homog_xform(), and basic::options::OptionKeys::in::file.list.
def pyrosetta.bindings.homogeneous_transform.from_array | ( | cls, | |
xform | |||
) |
References pyrosetta.bindings.homogeneous_transform.is_homog_xform(), and range.
def pyrosetta.bindings.homogeneous_transform.from_RT | ( | cls, | |
RTinstance | |||
) |
def pyrosetta.bindings.homogeneous_transform.is_homog_xform | ( | xforms | ) |