#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_Distance (const ISS_SimplexQuery< ISS > &sq) | |
| Make from a simplex query data structure. | |
| ISS_Distance (const ISS_Distance &other) | |
| Copy constructor. | |
| result_type | operator() (const argument_type &x) const |
| Compute the distance to the mesh. | |
If M = N, the signed distance is used. If M < N, the we use the unsigned distance.
1.4.7