DGtal 1.3.0
|
#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 321 of file IntegerConverter.h.
typedef DGtal::BigInteger DGtal::IntegerConverter< dim, DGtal::BigInteger >::Integer |
Definition at line 322 of file IntegerConverter.h.
|
inlinestatic |
i | any integer |
Definition at line 370 of file IntegerConverter.h.
|
inlinestatic |
i | any integer |
Definition at line 326 of file IntegerConverter.h.
|
inlinestatic |
i | any integer |
Definition at line 347 of file IntegerConverter.h.
References DGtal::detail::mpz_set_sll().
|
inlinestatic |
Conversion of a lattice point.
p | any point |
Definition at line 381 of file IntegerConverter.h.
|
inlinestatic |
Conversion of a lattice point.
p | any point |
Definition at line 337 of file IntegerConverter.h.
References DGtal::IntegerConverter< dim, TInteger >::cast(), and dim.
|
inlinestatic |
Conversion of a lattice point.
p | any point |
Definition at line 360 of file IntegerConverter.h.
References DGtal::IntegerConverter< dim, TInteger >::cast(), and dim.