VTK
Functions
vtkVariantCast.h File Reference
#include <vtkUnicodeString.h>
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 38 of file vtkVariantCast.h.

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

Definition at line 54 of file vtkVariantCast.h.

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

Definition at line 60 of file vtkVariantCast.h.

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

Definition at line 66 of file vtkVariantCast.h.

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

Definition at line 72 of file vtkVariantCast.h.

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

Definition at line 78 of file vtkVariantCast.h.

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

Definition at line 84 of file vtkVariantCast.h.

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

Definition at line 90 of file vtkVariantCast.h.

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

Definition at line 96 of file vtkVariantCast.h.

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

Definition at line 135 of file vtkVariantCast.h.

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

Definition at line 141 of file vtkVariantCast.h.

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

Definition at line 147 of file vtkVariantCast.h.

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

Definition at line 156 of file vtkVariantCast.h.

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

Definition at line 165 of file vtkVariantCast.h.