OGS
|
This is the complete list of members for GeoLib::MinimalBoundingSphere, including all inherited members.
_center | GeoLib::MinimalBoundingSphere | private |
_radius | GeoLib::MinimalBoundingSphere | private |
getCenter() const | GeoLib::MinimalBoundingSphere | inline |
getRadius() const | GeoLib::MinimalBoundingSphere | inline |
MinimalBoundingSphere(MathLib::Point3d const &p, double radius=std::numeric_limits< double >::epsilon()) | GeoLib::MinimalBoundingSphere | explicit |
MinimalBoundingSphere(MathLib::Point3d const &p, MathLib::Point3d const &q) | GeoLib::MinimalBoundingSphere | |
MinimalBoundingSphere(MathLib::Point3d const &p, MathLib::Point3d const &q, MathLib::Point3d const &r) | GeoLib::MinimalBoundingSphere | |
MinimalBoundingSphere(MathLib::Point3d const &p, MathLib::Point3d const &q, MathLib::Point3d const &r, MathLib::Point3d const &s) | GeoLib::MinimalBoundingSphere | |
MinimalBoundingSphere(std::vector< MathLib::Point3d * > const &points) | GeoLib::MinimalBoundingSphere | explicit |
MinimalBoundingSphere() | GeoLib::MinimalBoundingSphere | private |
pointDistanceSquared(MathLib::Point3d const &pnt) const | GeoLib::MinimalBoundingSphere | |
recurseCalculation(std::vector< MathLib::Point3d * > sphere_points, std::size_t start_idx, std::size_t length, std::size_t n_boundary_points) | GeoLib::MinimalBoundingSphere | privatestatic |