|
DGtal 2.1.1
|
#include <DGtal/geometry/volumes/ConvexityHelper.h>
Public Types | |
| typedef DGtal::int64_t | 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 int32_t and fast computations.
Definition at line 90 of file ConvexityHelper.h.
| typedef DGtal::int64_t DGtal::detail::ConvexityHelperInternalInteger< DGtal::int32_t, false >::Type |
Definition at line 91 of file ConvexityHelper.h.