vtkLargeInteger Class Reference
#include <vtkLargeInteger.h>
List of all members.
Detailed Description
class for arbitrarily large ints
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
.h (/Common/vtkLargeInteger
.h)
.cxx (/Common/vtkLargeInteger
.cxx)
Definition at line 34 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: