DGtal
1.5.beta
|
#include <DGtal/kernel/IntegerConverter.h>
Public Types | |
typedef DGtal::BigInteger | Integer |
Static Public Member Functions | |
static DGtal::BigInteger | cast (DGtal::int32_t i) |
static PointVector< dim, DGtal::BigInteger > | cast (PointVector< dim, DGtal::int32_t > p) |
static DGtal::BigInteger | cast (DGtal::int64_t i) |
static PointVector< dim, DGtal::BigInteger > | cast (PointVector< dim, DGtal::int64_t > p) |
static DGtal::BigInteger | cast (DGtal::BigInteger i) |
static PointVector< dim, DGtal::BigInteger > | cast (PointVector< dim, DGtal::BigInteger > p) |
Allows seamless conversion of integral types and lattice points, while checking for errors when going from a more precise to a less precise type.
Specialized version for BigInteger
dim | static constant of type DGtal::Dimension that specifies the static dimension of the space and thus the number of elements of the Point or Vector. |
Definition at line 320 of file IntegerConverter.h.
typedef DGtal::BigInteger DGtal::IntegerConverter< dim, DGtal::BigInteger >::Integer |
Definition at line 321 of file IntegerConverter.h.
|
inlinestatic |
|
inlinestatic |
i | any integer |
Definition at line 325 of file IntegerConverter.h.
|
inlinestatic |
i | any integer |
Definition at line 346 of file IntegerConverter.h.
References DGtal::detail::mpz_set_sll().
|
inlinestatic |
Conversion of a lattice point.
p | any point |
Definition at line 380 of file IntegerConverter.h.
|
inlinestatic |
Conversion of a lattice point.
p | any point |
Definition at line 336 of file IntegerConverter.h.
References DGtal::IntegerConverter< dim, TInteger >::cast(), and dim().
|
inlinestatic |
Conversion of a lattice point.
p | any point |
Definition at line 359 of file IntegerConverter.h.
References DGtal::IntegerConverter< dim, TInteger >::cast(), and dim().