DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types
DGtal::detail::ConvexityHelperInternalInteger< TIntegerCoordinate, safe > Struct Template Reference

#include <DGtal/geometry/volumes/ConvexityHelper.h>

Public Types

typedef TIntegerCoordinate Type
 

Detailed Description

template<typename TIntegerCoordinate, bool safe>
struct DGtal::detail::ConvexityHelperInternalInteger< TIntegerCoordinate, safe >

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.

Template Parameters
TIntegerCoordinatethe integral type of each point coordinate.
safewhen 'true' chooses the safest type for computations, otherwise it privileges speed.

Definition at line 70 of file ConvexityHelper.h.

Member Typedef Documentation

◆ Type

template<typename TIntegerCoordinate , bool safe>
typedef TIntegerCoordinate DGtal::detail::ConvexityHelperInternalInteger< TIntegerCoordinate, safe >::Type

Definition at line 71 of file ConvexityHelper.h.


The documentation for this struct was generated from the following file: