DGtal
1.5.beta
|
#include <DGtal/geometry/volumes/ConvexityHelper.h>
Public Types | |
typedef DGtal::BigInteger | Type |
Indicates which integer type should be used by ConvexityHelper, depending on the integral type of each point coordinate and if computations should be guaranteed or not.
Specialization for integer coordinate BigInteger.
safe | when 'true' chooses the safest type for computations, otherwise it privileges speed. |
Definition at line 132 of file ConvexityHelper.h.
typedef DGtal::BigInteger DGtal::detail::ConvexityHelperInternalInteger< DGtal::BigInteger, safe >::Type |
Definition at line 133 of file ConvexityHelper.h.