DGtal 1.4.0
|
#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 int64_t and safe computations.
Definition at line 104 of file ConvexityHelper.h.
typedef DGtal::BigInteger DGtal::detail::ConvexityHelperInternalInteger< DGtal::int64_t, true >::Type |
Definition at line 106 of file ConvexityHelper.h.