|
DGtal 2.0.0
|
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 832 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 843 of file ArithmeticalDSL.h.