Rosetta
|
#include <SphereSample.hh>
Public Member Functions | |
SphereNode (int level, numeric::xyzVector< core::Real > axis) | |
void | reserve_child () |
void | add_child (SphereNode const *c) |
void | add_neighbor (SphereNode const *n) |
void | add_parent (SphereNode const *p) |
core::Size | num_children () const |
core::Size | num_neighbor () const |
core::Size | num_parents () const |
SphereNode const & | child (core::Size i) const |
SphereNode const & | neighbor (core::Size i) const |
SphereNode const & | parent (core::Size i) const |
int | level () const |
numeric::xyzVector< core::Real > const & | axis () const |
Private Attributes | |
int const | level_ |
numeric::xyzVector< core::Real > const | axis_ |
utility::vector1< SphereNode const * > | parents_ |
utility::vector1< SphereNode const * > | children_ |
utility::vector1< SphereNode const * > | neighbors_ |
|
inline |
References neighbors_.
|
inline |
References kmeans_adaptive_kernel_density_bb_dependent_rotlib::c, and children_.
|
inline |
References kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, and neighbors_.
|
inline |
References kmeans_adaptive_kernel_density_bb_dependent_rotlib::p, and parents_.
|
inline |
References axis_.
|
inline |
References children_, and create_a3b_hbs::i.
|
inline |
|
inline |
References create_a3b_hbs::i, and neighbors_.
|
inline |
References children_.
|
inline |
References neighbors_.
|
inline |
References parents_.
|
inline |
References create_a3b_hbs::i, and parents_.
|
inline |
References children_.
|
private |
Referenced by axis().
|
private |
Referenced by add_child(), child(), num_children(), and reserve_child().
|
private |
Referenced by level().
|
private |
Referenced by add_neighbor(), neighbor(), num_neighbor(), and SphereNode().
|
private |
Referenced by add_parent(), num_parents(), and parent().