![]()  | 
The class Plane_separator<FT> implements a plane separator, i.e., a hyperplane that is used to separate two half spaces. This hyperplane is defined by a cutting dimension d and a cutting value v as xd=v, where v denotes the dth coordinate value.
#include <CGAL/Plane_separator.h>
| 
         | |
| 
    Constructs a separator that separates two half spaces by a hyperplane
defined by xd=v, where v denotes the dth coordinate value.
 
  | |
| 
         | |
| 
    Copy constructor.
 
  | |
| 
         | 
         | Sets the cutting dimension to d. | 
| 
         | 
         | Sets the cutting value to v. | 
| 
         | 
         | Returns the number of the cutting dimension. | 
| 
         | 
         | Returns the cutting value. | 
| 
         | ||
| 
         | 
         | |
| Returns true if and only if the coordinate of p in the cutting dimension is smaller than the cutting value. | ||
| 
         | 
         | Assignment operator. | 
| 
         | ||
| 
         | 
         | Inserts the plane separator s in the output stream os and returns os. |