This is the complete list of members for geoalgo::Sphere, including all inherited members.
_center | geoalgo::Sphere | protected |
_radius | geoalgo::Sphere | protected |
Center() const | geoalgo::Sphere | |
Center(const double x, const double y, const double z) | geoalgo::Sphere | |
Center(const Point_t &pt) | geoalgo::Sphere | |
Center(const T &pt) | geoalgo::Sphere | inline |
compat(const Point_t &p, const double r=0) const | geoalgo::Sphere | protected |
compat(const double &r) const | geoalgo::Sphere | protected |
Contain(const Point_t &p) const | geoalgo::Sphere | |
Contain(const T &p) const | geoalgo::Sphere | inline |
Radius() const | geoalgo::Sphere | |
Radius(const double &r) | geoalgo::Sphere | |
Sphere() | geoalgo::Sphere | |
Sphere(const double &x, const double &y, const double &z, const double &r) | geoalgo::Sphere | |
Sphere(const Point_t ¢er, const double r=0) | geoalgo::Sphere | |
Sphere(const Point_t &pt1, const Point_t &pt2) | geoalgo::Sphere | |
Sphere(const Point_t &A, const Point_t &B, const Point_t &C) | geoalgo::Sphere | |
Sphere(const Point_t &A, const Point_t &B, const Point_t &C, const Point_t &D) | geoalgo::Sphere | |
Sphere(const std::vector< ::geoalgo::Point_t > &pts) | geoalgo::Sphere | |
Sphere(const T &pt1, const T &pt2) | geoalgo::Sphere | inline |
Sphere(const T &A, const T &B, const T &C) | geoalgo::Sphere | inline |
Sphere(const T &A, const T &B, const T &C, const T &D) | geoalgo::Sphere | inline |
Sphere(const std::vector< T > &pts) | geoalgo::Sphere | inline |
~Sphere() | geoalgo::Sphere | inlinevirtual |