18 #ifndef vtkVariantCreate_h
19 #define vtkVariantCreate_h
24 VTK_ABI_NAMESPACE_BEGIN
28 vtkGenericWarningMacro(
29 <<
"Cannot convert unsupported type [" <<
typeid(T).
name() <<
"] to vtkVariant. "
30 <<
"Create a vtkVariantCreate<> specialization to eliminate this warning.");
119 VTK_ABI_NAMESPACE_END
Wrapper around std::string to keep symbols short.
vtkVariant vtkVariantCreate(const T &)
A type representing the union of many types.
Performs an explicit conversion from an arbitrary type to a vtkVariant.