19 #ifndef __vtkLargeInteger_h
20 #define __vtkLargeInteger_h
33 #if defined(VTK_TYPE_USE_LONG_LONG)
37 #if defined(VTK_TYPE_USE___INT64)
44 char CastToChar(
void)
const;
45 short CastToShort(
void)
const;
46 int CastToInt(
void)
const;
47 long CastToLong(
void)
const;
48 unsigned long CastToUnsignedLong(
void)
const;
50 int IsEven(
void)
const;
51 int IsOdd(
void)
const;
52 int GetLength(
void)
const;
53 int GetBit(
unsigned int p)
const;
55 int GetSign(
void)
const;
57 void Truncate(
unsigned int n);
58 void Complement(
void);
108 void Expand(
unsigned int n);
const vtkVector2f operator-(const vtkVector2f &lhs, const vtkVector2f &rhs)
VTK_COMMON_EXPORT bool operator==(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
VTK_COMMON_EXPORT bool operator>(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
VTK_COMMON_EXPORT bool operator<(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
VTK_COMMON_EXPORT bool operator>=(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
VTK_COMMON_EXPORT bool operator<=(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
const vtkVector2f operator+(const vtkVector2f &lhs, const vtkVector2f &rhs)
VTK_COMMON_EXPORT bool operator!=(const vtkUnicodeString &lhs, const vtkUnicodeString &rhs)
class for arbitrarily large ints
VTK_COMMON_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)