Ball< N, T > Member List
This is the complete list of members for
Ball< N, T >, including all inherited members.
Ball() | Ball< N, T > | [inline] |
Ball(const Point ¢er, const Number radius) | Ball< N, T > | [inline] |
Ball(const Ball &other) | Ball< N, T > | [inline] |
getCenter() const | Ball< N, T > | [inline] |
getRadius() const | Ball< N, T > | [inline] |
isInside(const Point &position) const | Ball< N, T > | [inline] |
make(const Point ¢er, const Number radius) | Ball< N, T > | [inline] |
Number typedef | Ball< N, T > | |
operator!=(const Ball< N, T > &x, const Ball< N, T > &y) | Ball< N, T > | [related] |
operator+(const Ball< N, T > &b, const typename Ball< N, T >::Point &p) | Ball< N, T > | [related] |
operator+=(const Point &x) | Ball< N, T > | [inline] |
operator-(const Ball< N, T > &b, const typename Ball< N, T >::Point &p) | Ball< N, T > | [related] |
operator-=(const Point &x) | Ball< N, T > | [inline] |
operator<<(std::ostream &out, const Ball< N, T > &x) | Ball< N, T > | [related] |
operator=(const Ball &other) | Ball< N, T > | |
operator==(const Ball< N, T > &x, const Ball< N, T > &y) | Ball< N, T > | [related] |
operator>>(std::istream &in, Ball< N, T > &x) | Ball< N, T > | [related] |
Point typedef | Ball< N, T > | |
setCenter(const Point ¢er) | Ball< N, T > | [inline] |
setRadius(const Number radius) | Ball< N, T > | [inline] |
~Ball() | Ball< N, T > | [inline] |