VTK
Functions
vtkVariantCast.h File Reference
#include "vtkUnicodeString.h"
#include <typeinfo>
Include dependency graph for vtkVariantCast.h:

Go to the source code of this file.

Functions

template<typename 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)
 

Function Documentation

template<typename T >
T vtkVariantCast ( const vtkVariant value,
bool *  valid = 0 
)

Definition at line 45 of file vtkVariantCast.h.

template<>
char vtkVariantCast< char > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 61 of file vtkVariantCast.h.

template<>
unsigned char vtkVariantCast< unsigned char > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 67 of file vtkVariantCast.h.

template<>
short vtkVariantCast< short > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 73 of file vtkVariantCast.h.

template<>
unsigned short vtkVariantCast< unsigned short > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 79 of file vtkVariantCast.h.

template<>
int vtkVariantCast< int > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 85 of file vtkVariantCast.h.

template<>
unsigned int vtkVariantCast< unsigned int > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 91 of file vtkVariantCast.h.

template<>
long vtkVariantCast< long > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 97 of file vtkVariantCast.h.

template<>
unsigned long vtkVariantCast< unsigned long > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 103 of file vtkVariantCast.h.

template<>
float vtkVariantCast< float > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 142 of file vtkVariantCast.h.

template<>
double vtkVariantCast< double > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 148 of file vtkVariantCast.h.

template<>
vtkStdString vtkVariantCast< vtkStdString > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 154 of file vtkVariantCast.h.

template<>
vtkUnicodeString vtkVariantCast< vtkUnicodeString > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 163 of file vtkVariantCast.h.

template<>
vtkVariant vtkVariantCast< vtkVariant > ( const vtkVariant value,
bool *  valid 
)
inline

Definition at line 172 of file vtkVariantCast.h.