vtkLargeInteger Class Reference
#include <vtkLargeInteger.h>
List of all members.
Detailed Description
class for arbitrarily large ints
- Date
- 2002/01/22 15:25:33
- Revision
- 1.6
Definition at line 28 of file vtkLargeInteger.h.
Constructor & Destructor Documentation
vtkLargeInteger::vtkLargeInteger |
( |
void |
|
) |
|
|
vtkLargeInteger::vtkLargeInteger |
( |
long |
n |
) |
|
|
vtkLargeInteger::vtkLargeInteger |
( |
unsigned long |
n |
) |
|
|
vtkLargeInteger::vtkLargeInteger |
( |
int |
n |
) |
|
|
vtkLargeInteger::vtkLargeInteger |
( |
unsigned int |
n |
) |
|
|
Member Function Documentation
char vtkLargeInteger::CastToChar |
( |
void |
|
) |
const |
|
short vtkLargeInteger::CastToShort |
( |
void |
|
) |
const |
|
int vtkLargeInteger::CastToInt |
( |
void |
|
) |
const |
|
long vtkLargeInteger::CastToLong |
( |
void |
|
) |
const |
|
unsigned long vtkLargeInteger::CastToUnsignedLong |
( |
void |
|
) |
const |
|
int vtkLargeInteger::IsEven |
( |
void |
|
) |
const |
|
int vtkLargeInteger::IsOdd |
( |
void |
|
) |
const |
|
int vtkLargeInteger::GetLength |
( |
void |
|
) |
const |
|
int vtkLargeInteger::GetBit |
( |
unsigned int |
p |
) |
const |
|
int vtkLargeInteger::IsZero |
( |
|
) |
const |
|
int vtkLargeInteger::GetSign |
( |
void |
|
) |
const |
|
void vtkLargeInteger::Truncate |
( |
unsigned int |
n |
) |
|
|
void vtkLargeInteger::Complement |
( |
void |
|
) |
|
|
Friends And Related Function Documentation
The documentation for this class was generated from the following file: