|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   32 #ifndef vtkVariantCreate_h 
   33 #define vtkVariantCreate_h 
   40   vtkGenericWarningMacro(
 
   41     << 
"Cannot convert unsupported type [" << 
typeid(T).
name() << 
"] to vtkVariant.  " 
   42     << 
"Create a vtkVariantCreate<> specialization to eliminate this warning.");
 
  
vtkVariant vtkVariantCreate< double >(const double &value)
vtkVariant vtkVariantCreate(const T &)
vtkVariant vtkVariantCreate< short >(const short &value)
vtkVariant vtkVariantCreate< unsigned int >(const unsigned int &value)
vtkVariant vtkVariantCreate< int >(const int &value)
vtkVariant vtkVariantCreate< vtkUnicodeString >(const vtkUnicodeString &value)
vtkVariant vtkVariantCreate< unsigned short >(const unsigned short &value)
vtkVariant vtkVariantCreate< vtkStdString >(const vtkStdString &value)
vtkVariant vtkVariantCreate< unsigned long long >(const unsigned long long &value)
String class that stores Unicode text.
A atomic type representing the union of many types.
vtkVariant vtkVariantCreate< float >(const float &value)
vtkVariant vtkVariantCreate< unsigned long >(const unsigned long &value)
vtkVariant vtkVariantCreate< char >(const char &value)
vtkVariant vtkVariantCreate< long >(const long &value)
vtkVariant vtkVariantCreate< long long >(const long long &value)
vtkVariant vtkVariantCreate< unsigned char >(const unsigned char &value)
Wrapper around std::string to keep symbols short.
vtkVariant vtkVariantCreate< vtkVariant >(const vtkVariant &value)