34 #ifndef vtkVariantCreate_h 
   35 #define vtkVariantCreate_h 
   42   vtkGenericWarningMacro(
 
   43     << 
"Cannot convert unsupported type [" << 
typeid(T).
name() << 
"] to vtkVariant.  " 
   44     << 
"Create a vtkVariantCreate<> specialization to eliminate this warning." 
Wrapper around std::string to keep symbols short. 
vtkVariant vtkVariantCreate(const T &)
A atomic type representing the union of many types. 
String class that stores Unicode text.