#include "vtkUnicodeString.h"
#include <typeinfo>
Go to the source code of this file.
|  | 
| template<typename T > | 
| T | vtkVariantCast (const vtkVariant &value, bool *valid=0) | 
|  | 
| template<> | 
| char | vtkVariantCast< char > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| unsigned char | vtkVariantCast< unsigned char > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| short | vtkVariantCast< short > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| unsigned short | vtkVariantCast< unsigned short > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| int | vtkVariantCast< int > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| unsigned int | vtkVariantCast< unsigned int > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| long | vtkVariantCast< long > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| unsigned long | vtkVariantCast< unsigned long > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| float | vtkVariantCast< float > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| double | vtkVariantCast< double > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| vtkStdString | vtkVariantCast< vtkStdString > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| vtkUnicodeString | vtkVariantCast< vtkUnicodeString > (const vtkVariant &value, bool *valid) | 
|  | 
| template<> | 
| vtkVariant | vtkVariantCast< vtkVariant > (const vtkVariant &value, bool *valid) | 
|  |