VTK
vtkVariantCast Class Reference

#include <vtkVariantCast.h>


Detailed Description

Converts a vtkVariant to some other type. Wherever possible, implicit conversions are performed, so this method can be used to convert from nearly any type to a string, or from a string to nearly any type. Note that some conversions may fail at runtime, such as a conversion from the string "abc" to a numeric type.

The optional 'valid' flag can be used by callers to verify whether conversion succeeded.

Thanks:
Developed by Timothy M. Shead (tshea.nosp@m.d@sa.nosp@m.ndia..nosp@m.gov) at Sandia National Laboratories.
Tests:
vtkVariantCast (Tests)

The documentation for this class was generated from the following file: