Functor that returns the signed distance 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 vertex. | |
typedef Base::result_type | result_type |
The result type is a number. | |
Public Member Functions | |
ISS_SD_Distance (const ISS_SignedDistance< ISS > &sd) | |
Construct from the signed distance data structure. | |
ISS_SD_Distance (const ISS_SD_Distance &other) | |
Copy constructor. | |
result_type | operator() (argument_type x) const |
Compute the signed distance. |
Functor that returns the signed distance to an (N-1)-D mesh in N-D space.