rosetta.numeric.geometry
index
(built-in)

Bindings for numeric::geometry namespace

 
Modules
       
rosetta.numeric.geometry.hashing

 
Classes
       
builtins.object
BoundingBox_numeric_xyzVector_double_t

 
class BoundingBox_numeric_xyzVector_double_t(builtins.object)
     Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t) -> NoneType
 
2. __init__(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, pp : rosetta.numeric.xyzVector_double_t) -> NoneType
 
3. __init__(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, lower : rosetta.numeric.xyzVector_double_t, upper : rosetta.numeric.xyzVector_double_t) -> NoneType
 
4. __init__(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, bb : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
add(...) from builtins.PyCapsule
add(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, pp : rosetta.numeric.xyzVector_double_t) -> NoneType
assign(...) from builtins.PyCapsule
assign(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, bb : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t) -> rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t
contains(...) from builtins.PyCapsule
contains(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, p : rosetta.numeric.xyzVector_double_t) -> bool
intersects(...) from builtins.PyCapsule
intersects(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, bb : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t) -> bool
lower(...) from builtins.PyCapsule
lower(rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t) -> rosetta.numeric.xyzVector_double_t
reset(...) from builtins.PyCapsule
reset(*args, **kwargs)
Overloaded function.
 
1. reset(rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t) -> NoneType
 
2. reset(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, p : rosetta.numeric.xyzVector_double_t) -> NoneType
set_lower(...) from builtins.PyCapsule
set_lower(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, p : rosetta.numeric.xyzVector_double_t) -> NoneType
set_upper(...) from builtins.PyCapsule
set_upper(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, p : rosetta.numeric.xyzVector_double_t) -> NoneType
translate(...) from builtins.PyCapsule
translate(self : rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t, t : rosetta.numeric.xyzVector_double_t) -> NoneType
upper(...) from builtins.PyCapsule
upper(rosetta.numeric.geometry.BoundingBox_numeric_xyzVector_double_t) -> rosetta.numeric.xyzVector_double_t

 
Functions
       
are_coplanar(...) method of builtins.PyCapsule instance
are_coplanar(ring_point_coords : rosetta.utility.vector1_numeric_xyzVector_double_t) -> bool
residual_squared_of_points_to_plane(...) method of builtins.PyCapsule instance
residual_squared_of_points_to_plane(point_coords : rosetta.utility.vector1_numeric_xyzVector_double_t, vector_normal_to_plane : rosetta.numeric.xyzVector_double_t) -> float
 
Return the R-squared value, indicating how well one or more points lie in a given plane, if those points were
 shifted such that their centroid were at the origin.
vector_normal_to_ring_plane_of_best_fit(...) method of builtins.PyCapsule instance
vector_normal_to_ring_plane_of_best_fit(*args, **kwargs)
Overloaded function.
 
1. vector_normal_to_ring_plane_of_best_fit(ring_point_coords : rosetta.utility.vector1_numeric_xyzVector_double_t) -> rosetta.numeric.xyzVector_double_t
 
Return the vector normal to the plane of best fit of a ring.
 
2. vector_normal_to_ring_plane_of_best_fit(ring_point_coords : rosetta.utility.vector1_numeric_xyzVector_double_t, co_planar_check : bool) -> rosetta.numeric.xyzVector_double_t
 
Return the vector normal to the plane of best fit of a ring.