19 #ifndef vtkLargeInteger_h
20 #define vtkLargeInteger_h
34 #if defined(VTK_TYPE_USE_LONG_LONG)
38 #if defined(VTK_TYPE_USE___INT64)
45 char CastToChar(
void)
const;
46 short CastToShort(
void)
const;
47 int CastToInt(
void)
const;
48 long CastToLong(
void)
const;
49 unsigned long CastToUnsignedLong(
void)
const;
51 int IsEven(
void)
const;
52 int IsOdd(
void)
const;
53 int GetLength(
void)
const;
54 int GetBit(
unsigned int p)
const;
56 int GetSign(
void)
const;
58 void Truncate(
unsigned int n);
59 void Complement(
void);
109 void Expand(
unsigned int n);
VTKCOMMONCORE_EXPORT bool operator>=(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
VTKCOMMONCORE_EXPORT bool operator<=(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
#define VTKCOMMONCORE_EXPORT
vtkVector< A, Size > operator+(const vtkVector< A, Size > &v1, const vtkVector< A, Size > &v2)
VTKCOMMONCORE_EXPORT bool operator<(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
VTKCOMMONCORE_EXPORT bool operator>(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
vtkVector< A, Size > operator/(const vtkVector< A, Size > &v1, const vtkVector< A, Size > &v2)
vtkVector< A, Size > operator-(const vtkVector< A, Size > &v)
VTKCOMMONCORE_EXPORT bool operator!=(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
VTKCOMMONCORE_EXPORT bool operator==(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
vtkVector< A, Size > operator*(const vtkVector< A, Size > &v1, const vtkVector< A, Size > &v2)
class for arbitrarily large ints