VTK
9.3.1
|
#include "vtkABINamespace.h"
#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 18 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 23 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 40 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 47 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 58 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 67 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 76 of file vtkVariantInlineOperators.h.
|
inline |
Definition at line 83 of file vtkVariantInlineOperators.h.