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 13 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 20 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 45 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 54 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 66 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 77 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 88 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 97 of file vtkVariantInlineOperators.h.