19 #ifndef vtkLargeInteger_h
20 #define vtkLargeInteger_h
39 char CastToChar(
void)
const;
40 short CastToShort(
void)
const;
41 int CastToInt(
void)
const;
42 long CastToLong(
void)
const;
43 unsigned long CastToUnsignedLong(
void)
const;
45 int IsEven(
void)
const;
46 int IsOdd(
void)
const;
47 int GetLength(
void)
const;
48 int GetBit(
unsigned int p)
const;
50 int GetSign(
void)
const;
52 void Truncate(
unsigned int n);
53 void Complement(
void);
103 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