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) |
|
inline |
Definition at line 10 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 28 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 53 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 62 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 74 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 85 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 96 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 105 of file vtkVariantInlineOperators.h.