Functor that returns true iff the boundary angle is not sharp. More...
#include <geometry.h>
Public Types | |
typedef SMR::Number | Number |
The number type. | |
typedef Base::argument_type | argument_type |
The argument type is a node const iterator. | |
typedef Base::result_type | result_type |
The result type is a Boolean. | |
Public Member Functions | |
IsNotSharpAngle (const IsNotSharpAngle &x) | |
Copy constructor. | |
IsNotSharpAngle (const Number minAngle) | |
Angle constructor. | |
result_type | operator() (argument_type x) const |
Return true iff the boundary angle is not sharp. |
Functor that returns true iff the boundary angle is not sharp.
result_type IsNotSharpAngle< SMR >::operator() | ( | argument_type | x | ) | const [inline] |
Return true iff the boundary angle is not sharp.
This does not check if the node is on the boundary.