Functor that returns a closer point to an (N-1)-D mesh in N-D space. More...
#include <ISS_SignedDistance.h>
Public Types | |
typedef Base::argument_type | argument_type |
The argument type is a point. | |
typedef Base::result_type | result_type |
The result type is a point. | |
Public Member Functions | |
ISS_SD_CloserPoint (const ISS_SignedDistance< ISS > &sd, const Number max_distance) | |
Construct from the signed distance data structure. | |
ISS_SD_CloserPoint (const ISS_SD_CloserPoint &other) | |
Copy constructor. | |
result_type | operator() (argument_type x) const |
Return a closer point. |
Functor that returns a closer point to an (N-1)-D mesh in N-D space.