8#ifndef vtkLargeInteger_h 
    9#define vtkLargeInteger_h 
   11#include "vtkCommonCoreModule.h"  
   14VTK_ABI_NAMESPACE_BEGIN
 
   93  void Expand(
unsigned int n);                    
 
class for arbitrarily large ints
 
short CastToShort() const
 
vtkLargeInteger & operator^=(const vtkLargeInteger &n)
 
vtkLargeInteger(unsigned long long n)
 
vtkLargeInteger operator--(int)
 
vtkLargeInteger & operator|=(const vtkLargeInteger &n)
 
vtkLargeInteger(long long n)
 
vtkLargeInteger operator/(const vtkLargeInteger &n) const
 
void Truncate(unsigned int n)
 
vtkLargeInteger operator<<(int n) const
 
bool operator<(const vtkLargeInteger &n) const
 
bool operator>(const vtkLargeInteger &n) const
 
vtkLargeInteger & operator++()
 
vtkLargeInteger & operator*=(const vtkLargeInteger &n)
 
vtkLargeInteger operator+(const vtkLargeInteger &n) const
 
int GetBit(unsigned int p) const
 
vtkLargeInteger operator|(const vtkLargeInteger &n) const
 
vtkLargeInteger & operator+=(const vtkLargeInteger &n)
 
vtkLargeInteger & operator=(const vtkLargeInteger &n)
 
vtkLargeInteger(unsigned int n)
 
bool operator<=(const vtkLargeInteger &n) const
 
bool operator==(const vtkLargeInteger &n) const
 
bool operator>=(const vtkLargeInteger &n) const
 
vtkLargeInteger & operator>>=(int n)
 
vtkLargeInteger operator%(const vtkLargeInteger &n) const
 
vtkLargeInteger operator^(const vtkLargeInteger &n) const
 
vtkLargeInteger(unsigned long n)
 
vtkLargeInteger & operator-=(const vtkLargeInteger &n)
 
vtkLargeInteger operator++(int)
 
vtkLargeInteger & operator%=(const vtkLargeInteger &n)
 
unsigned long CastToUnsignedLong() const
 
vtkLargeInteger(const vtkLargeInteger &n)
 
friend istream & operator>>(istream &s, vtkLargeInteger &n)
 
vtkLargeInteger operator*(const vtkLargeInteger &n) const
 
vtkLargeInteger operator-(const vtkLargeInteger &n) const
 
friend ostream & operator<<(ostream &s, const vtkLargeInteger &n)
 
vtkLargeInteger operator&(const vtkLargeInteger &n) const
 
bool operator!=(const vtkLargeInteger &n) const
 
vtkLargeInteger & operator<<=(int n)
 
vtkLargeInteger operator>>(int n) const
 
vtkLargeInteger & operator/=(const vtkLargeInteger &n)
 
vtkLargeInteger & operator&=(const vtkLargeInteger &n)
 
vtkLargeInteger & operator--()