DGtal
1.5.beta
|
#include <DGtal/kernel/IntegerConverter.h>
Public Types | |
typedef DGtal::int64_t | Integer |
Static Public Member Functions | |
static DGtal::int64_t | cast (DGtal::int32_t i) |
static PointVector< dim, DGtal::int64_t > | cast (PointVector< dim, DGtal::int32_t > p) |
static DGtal::int64_t | cast (DGtal::int64_t i) |
static PointVector< dim, DGtal::int64_t > | cast (PointVector< dim, DGtal::int64_t > p) |
static DGtal::int64_t | cast (DGtal::BigInteger i) |
static PointVector< dim, DGtal::int64_t > | 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 int64_t.
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 235 of file IntegerConverter.h.
typedef DGtal::int64_t DGtal::IntegerConverter< dim, DGtal::int64_t >::Integer |
Definition at line 236 of file IntegerConverter.h.
|
inlinestatic |
i | any integer |
Definition at line 280 of file IntegerConverter.h.
References DGtal::detail::mpz_get_sll(), DGtal::detail::mpz_set_sll(), DGtal::trace, and DGtal::Trace::warning().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Conversion of a lattice point.
p | any point |
Definition at line 297 of file IntegerConverter.h.
References DGtal::IntegerConverter< dim, TInteger >::cast(), and dim().
|
inlinestatic |
Conversion of a lattice point.
p | any point |
Definition at line 251 of file IntegerConverter.h.
References DGtal::IntegerConverter< dim, TInteger >::cast(), and dim().
|
inlinestatic |
Conversion of a lattice point.
p | any point |
Definition at line 272 of file IntegerConverter.h.