35 #ifndef vtkVariantCreate_h 36 #define vtkVariantCreate_h 43 vtkGenericWarningMacro(
44 <<
"Cannot convert unsupported type [" <<
typeid(T).
name() <<
"] to vtkVariant. " 45 <<
"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.
Performs an explicit conversion from an arbitrary type to a vtkVariant.