DGtal
1.5.beta
|
#include <DGtal/geometry/volumes/ConvexityHelper.h>
Public Types | |
typedef TIntegerCoordinate | 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.
TIntegerCoordinate | the integral type of each point coordinate. |
safe | when 'true' chooses the safest type for computations, otherwise it privileges speed. |
Definition at line 70 of file ConvexityHelper.h.
typedef TIntegerCoordinate DGtal::detail::ConvexityHelperInternalInteger< TIntegerCoordinate, safe >::Type |
Definition at line 71 of file ConvexityHelper.h.