DGtal
1.5.beta
|
Aim: Define a simple functor that can cast a signed integer (possibly a DGtal::BigInteger) into another. More...
#include <DGtal/geometry/curves/ArithmeticalDSL.h>
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((concepts::CSignedNumber< TInput >)) | |
BOOST_CONCEPT_ASSERT ((concepts::CSignedNumber< TOutput >)) | |
BOOST_CONCEPT_ASSERT ((concepts::CInteger< TInput >)) | |
BOOST_CONCEPT_ASSERT ((concepts::CInteger< TOutput >)) | |
Static Public Member Functions | |
static TOutput | cast (const TInput &aInput) |
Aim: Define a simple functor that can cast a signed integer (possibly a DGtal::BigInteger) into another.
Description of template class 'functors::CastForSignedIntegers'
TInput | type of the input value |
TOutput | type of the return value |
Definition at line 831 of file ArithmeticalDSL.h.
DGtal::detail::toCoordinateImpl< TInput, TOutput >::BOOST_CONCEPT_ASSERT | ( | (concepts::CInteger< TInput >) | ) |
DGtal::detail::toCoordinateImpl< TInput, TOutput >::BOOST_CONCEPT_ASSERT | ( | (concepts::CInteger< TOutput >) | ) |
DGtal::detail::toCoordinateImpl< TInput, TOutput >::BOOST_CONCEPT_ASSERT | ( | (concepts::CSignedNumber< TInput >) | ) |
DGtal::detail::toCoordinateImpl< TInput, TOutput >::BOOST_CONCEPT_ASSERT | ( | (concepts::CSignedNumber< TOutput >) | ) |
|
inlinestatic |
cast operator
Definition at line 842 of file ArithmeticalDSL.h.