mirror of https://github.com/CGAL/cgal
rename power_test
This commit is contained in:
parent
c0f7b001c1
commit
f7302597aa
|
|
@ -33,12 +33,12 @@
|
||||||
namespace CGAL { namespace internal { namespace Static_filters_predicates {
|
namespace CGAL { namespace internal { namespace Static_filters_predicates {
|
||||||
|
|
||||||
template <typename K_base>
|
template <typename K_base>
|
||||||
class Power_test_3:
|
class Power_side_of_power_sphere_3:
|
||||||
public K_base::Power_test_3
|
public K_base::Power_side_of_power_sphere_3
|
||||||
{
|
{
|
||||||
typedef typename K_base::Weighted_point_3 Weighted_point_3;
|
typedef typename K_base::Weighted_point_3 Weighted_point_3;
|
||||||
typedef typename K_base::FT FT;
|
typedef typename K_base::FT FT;
|
||||||
typedef typename K_base::Power_test_3 Base;
|
typedef typename K_base::Power_side_of_power_sphere_3 Base;
|
||||||
public:
|
public:
|
||||||
typedef typename Base::result_type result_type;
|
typedef typename Base::result_type result_type;
|
||||||
|
|
||||||
|
|
@ -132,7 +132,7 @@ namespace CGAL { namespace internal { namespace Static_filters_predicates {
|
||||||
const Weighted_point_3 & s,
|
const Weighted_point_3 & s,
|
||||||
const Weighted_point_3 & t) const
|
const Weighted_point_3 & t) const
|
||||||
{
|
{
|
||||||
CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_test_3 with 4+1 wpoints", tmp);
|
CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_side_of_power_sphere_3 with 4+1 wpoints", tmp);
|
||||||
|
|
||||||
double px, py, pz, pwt, qx, qy, qz, qwt, rx, ry, rz, rwt, sx, sy, sz, swt, tx, ty, tz, twt;
|
double px, py, pz, pwt, qx, qy, qz, qwt, rx, ry, rz, rwt, sx, sy, sz, swt, tx, ty, tz, twt;
|
||||||
init_double(px, py, pz, pwt, qx, qy, qz, qwt, rx, ry, rz, rwt, (FT*)(0));
|
init_double(px, py, pz, pwt, qx, qy, qz, qwt, rx, ry, rz, rwt, (FT*)(0));
|
||||||
|
|
@ -278,7 +278,7 @@ namespace CGAL { namespace internal { namespace Static_filters_predicates {
|
||||||
const Weighted_point_3 & t) const
|
const Weighted_point_3 & t) const
|
||||||
{
|
{
|
||||||
|
|
||||||
CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_test_3 with 3+1 wpoints", tmp);
|
CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_side_of_power_sphere_3 with 3+1 wpoints", tmp);
|
||||||
|
|
||||||
double px, py, pz, pwt, qx, qy, qz, qwt, rx, ry, rz, rwt, tx, ty, tz, twt;
|
double px, py, pz, pwt, qx, qy, qz, qwt, rx, ry, rz, rwt, tx, ty, tz, twt;
|
||||||
init_double(px, py, pz, pwt, qx, qy, qz, qwt, (FT*)(0));
|
init_double(px, py, pz, pwt, qx, qy, qz, qwt, (FT*)(0));
|
||||||
|
|
@ -611,7 +611,7 @@ namespace CGAL { namespace internal { namespace Static_filters_predicates {
|
||||||
const Weighted_point_3 & t) const
|
const Weighted_point_3 & t) const
|
||||||
{
|
{
|
||||||
|
|
||||||
CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_test_3 with 2+1 wpoints", tmp);
|
CGAL_BRANCH_PROFILER_3("semi-static failures/attempts/calls to : Power_side_of_power_sphere_3 with 2+1 wpoints", tmp);
|
||||||
|
|
||||||
double px, py, pz, pwt, qx, qy, qz, qwt, tx, ty, tz, twt;
|
double px, py, pz, pwt, qx, qy, qz, qwt, tx, ty, tz, twt;
|
||||||
init_double(px, py, pz, pwt, qx, qy, qz, qwt, tx, ty, tz, twt, (FT*)(0));
|
init_double(px, py, pz, pwt, qx, qy, qz, qwt, tx, ty, tz, twt, (FT*)(0));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue