Go to the source code of this file.
Functions |
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<> |
vtkVariant | vtkVariantCast< vtkVariant > (const vtkVariant &value, bool *valid) |
Function Documentation
template<typename T >
T vtkVariantCast |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid = 0 | |
|
) |
| | |
template<>
char vtkVariantCast< char > |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid | |
|
) |
| | [inline] |
template<>
unsigned char vtkVariantCast< unsigned char > |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid | |
|
) |
| | [inline] |
template<>
short vtkVariantCast< short > |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid | |
|
) |
| | [inline] |
template<>
unsigned short vtkVariantCast< unsigned short > |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid | |
|
) |
| | [inline] |
template<>
int vtkVariantCast< int > |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid | |
|
) |
| | [inline] |
template<>
unsigned int vtkVariantCast< unsigned int > |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid | |
|
) |
| | [inline] |
template<>
long vtkVariantCast< long > |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid | |
|
) |
| | [inline] |
template<>
unsigned long vtkVariantCast< unsigned long > |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid | |
|
) |
| | [inline] |
template<>
float vtkVariantCast< float > |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid | |
|
) |
| | [inline] |
template<>
double vtkVariantCast< double > |
( |
const vtkVariant & |
value, |
|
|
bool * |
valid | |
|
) |
| | [inline] |