![]() |
Rosetta Utilities
2014.16.56682
|
#include <SphereSampler.hh>
Public Member Functions | |
| SphereNode (int level, numeric::xyzVector< Real > axis) | |
| void | reserve_child () |
| void | add_child (SphereNode const *c) |
| void | add_neighbor (SphereNode const *n) |
| void | add_parent (SphereNode const *p) |
| numeric::Size | num_children () const |
| numeric::Size | num_neighbor () const |
| numeric::Size | num_parents () const |
| SphereNode const & | child (numeric::Size i) const |
| SphereNode const & | neighbor (numeric::Size i) const |
| SphereNode const & | parent (numeric::Size i) const |
| int | level () const |
| numeric::xyzVector< Real > const & | axis () const |
Private Attributes | |
| int const | level_ |
| numeric::xyzVector< Real > const | axis_ |
| utility::vector1< SphereNode const * > | parents_ |
| utility::vector1< SphereNode const * > | children_ |
| utility::vector1< SphereNode const * > | neighbors_ |
|
inline |
References neighbors_.
|
inline |
References children_.
|
inline |
References neighbors_.
|
inline |
References parents_.
|
inline |
References axis_.
Referenced by basic::sampling::SphereSampler::pdb_from_level().
|
inline |
References children_.
Referenced by basic::sampling::SphereSampler::sanity_check().
|
inline |
References level_.
Referenced by basic::sampling::SphereSampler::sanity_check().
|
inline |
References neighbors_.
Referenced by basic::sampling::SphereSampler::sanity_check().
|
inline |
References children_.
Referenced by basic::sampling::SphereSampler::sanity_check().
|
inline |
References neighbors_.
Referenced by basic::sampling::SphereSampler::sanity_check().
|
inline |
References parents_.
Referenced by basic::sampling::SphereSampler::sanity_check().
|
inline |
References parents_.
Referenced by basic::sampling::SphereSampler::sanity_check().
|
inline |
References children_.
|
private |
Referenced by axis().
|
private |
Referenced by add_child(), child(), num_children(), and reserve_child().
|
private |
Referenced by add_neighbor(), neighbor(), num_neighbor(), and SphereNode().
|
private |
Referenced by add_parent(), num_parents(), and parent().
1.8.7