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

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

Public Types

typedef DGtal::BigInteger Type
 

Detailed Description

template<bool safe>
struct DGtal::detail::ConvexityHelperInternalInteger< DGtal::BigInteger, 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.

Specialization for integer coordinate BigInteger.

Template Parameters
safewhen 'true' chooses the safest type for computations, otherwise it privileges speed.

Definition at line 132 of file ConvexityHelper.h.

Member Typedef Documentation

◆ Type

Definition at line 133 of file ConvexityHelper.h.


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