FunctionObjectConcept

Kernel::BoundedSide_3

A model for this must provide:

Bounded_side fo.operator() ( Kernel::Sphere_3 s, Kernel::Point_3 p)
returns either ON_UNBOUNDED_SIDE, ON_BOUNDED_SIDE, or the constant ON_BOUNDARY, depending on where point p is with respect to sphere s.

Bounded_side fo.operator() ( Kernel::Tetrahedron_3 t, Kernel::Point_3 p)
returns either ON_UNBOUNDED_SIDE, ON_BOUNDED_SIDE, or the constant ON_BOUNDARY, depending on where point p is with respect to tetrahedron t.

Bounded_side fo.operator() ( Kernel::Iso_cuboid_3 c, Kernel::Point_3 p)
returns either ON_UNBOUNDED_SIDE, ON_BOUNDED_SIDE, or the constant ON_BOUNDARY, depending on where point p is with respect to iso-cuboid c.

Refines

AdaptableFunctor (with two arguments)

See Also

CGAL::Iso_cuboid_3<Kernel>
CGAL::Sphere_3<Kernel>
CGAL::Tetrahedron_3<Kernel>