|
VTK
|
#include <climits>

Go to the source code of this file.
Functions | |
| bool | IsSigned64Bit (int VariantType) |
| bool | IsSigned (int VariantType) |
| bool | IsFloatingPoint (int VariantType) |
| bool | CompareSignedUnsignedEqual (const vtkVariant &SignedVariant, const vtkVariant &UnsignedVariant) |
| bool | CompareSignedUnsignedLessThan (const vtkVariant &SignedVariant, const vtkVariant &UnsignedVariant) |
| bool | CompareUnsignedSignedLessThan (const vtkVariant &UnsignedVariant, const vtkVariant &SignedVariant) |
| bool | CompareSignedLessThan (const vtkVariant &A, const vtkVariant &B) |
| bool | CompareUnsignedLessThan (const vtkVariant &A, const vtkVariant &B) |
| bool IsSigned64Bit | ( | int | VariantType | ) | [inline] |
Definition at line 10 of file vtkVariantInlineOperators.h.
Definition at line 28 of file vtkVariantInlineOperators.h.
| bool IsFloatingPoint | ( | int | VariantType | ) | [inline] |
Definition at line 53 of file vtkVariantInlineOperators.h.
| bool CompareSignedUnsignedEqual | ( | const vtkVariant & | SignedVariant, |
| const vtkVariant & | UnsignedVariant | ||
| ) | [inline] |
Definition at line 62 of file vtkVariantInlineOperators.h.
| bool CompareSignedUnsignedLessThan | ( | const vtkVariant & | SignedVariant, |
| const vtkVariant & | UnsignedVariant | ||
| ) | [inline] |
Definition at line 74 of file vtkVariantInlineOperators.h.
| bool CompareUnsignedSignedLessThan | ( | const vtkVariant & | UnsignedVariant, |
| const vtkVariant & | SignedVariant | ||
| ) | [inline] |
Definition at line 85 of file vtkVariantInlineOperators.h.
| bool CompareSignedLessThan | ( | const vtkVariant & | A, |
| const vtkVariant & | B | ||
| ) | [inline] |
Definition at line 96 of file vtkVariantInlineOperators.h.
| bool CompareUnsignedLessThan | ( | const vtkVariant & | A, |
| const vtkVariant & | B | ||
| ) | [inline] |
Definition at line 105 of file vtkVariantInlineOperators.h.
1.8.0