#include "vtkABINamespace.h"
#include <climits>
Go to the source code of this file.
◆ IsSigned64Bit()
  
  
      
        
          | bool IsSigned64Bit  | 
          ( | 
          int  | 
          VariantType | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ IsSigned()
  
  
      
        
          | bool IsSigned  | 
          ( | 
          int  | 
          VariantType | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ IsFloatingPoint()
  
  
      
        
          | bool IsFloatingPoint  | 
          ( | 
          int  | 
          VariantType | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ CompareSignedUnsignedEqual()
  
  
      
        
          | bool CompareSignedUnsignedEqual  | 
          ( | 
          const vtkVariant &  | 
          SignedVariant,  | 
         
        
           | 
           | 
          const vtkVariant &  | 
          UnsignedVariant  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ CompareSignedUnsignedLessThan()
  
  
      
        
          | bool CompareSignedUnsignedLessThan  | 
          ( | 
          const vtkVariant &  | 
          SignedVariant,  | 
         
        
           | 
           | 
          const vtkVariant &  | 
          UnsignedVariant  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ CompareUnsignedSignedLessThan()
  
  
      
        
          | bool CompareUnsignedSignedLessThan  | 
          ( | 
          const vtkVariant &  | 
          UnsignedVariant,  | 
         
        
           | 
           | 
          const vtkVariant &  | 
          SignedVariant  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ CompareSignedLessThan()
◆ CompareUnsignedLessThan()