VTK
Functions
vtkVariantCreate.h File Reference

Go to the source code of this file.

Functions

template<typename T >
vtkVariant vtkVariantCreate (const T &)
 
template<>
vtkVariant vtkVariantCreate< char > (const char &value)
 
template<>
vtkVariant vtkVariantCreate< unsigned char > (const unsigned char &value)
 
template<>
vtkVariant vtkVariantCreate< short > (const short &value)
 
template<>
vtkVariant vtkVariantCreate< unsigned short > (const unsigned short &value)
 
template<>
vtkVariant vtkVariantCreate< int > (const int &value)
 
template<>
vtkVariant vtkVariantCreate< unsigned int > (const unsigned int &value)
 
template<>
vtkVariant vtkVariantCreate< long > (const long &value)
 
template<>
vtkVariant vtkVariantCreate< unsigned long > (const unsigned long &value)
 
template<>
vtkVariant vtkVariantCreate< float > (const float &value)
 
template<>
vtkVariant vtkVariantCreate< double > (const double &value)
 
template<>
vtkVariant vtkVariantCreate< vtkStdString > (const vtkStdString &value)
 
template<>
vtkVariant vtkVariantCreate< vtkUnicodeString > (const vtkUnicodeString &value)
 
template<>
vtkVariant vtkVariantCreate< vtkVariant > (const vtkVariant &value)
 

Function Documentation

template<typename T >
vtkVariant vtkVariantCreate ( const T &  )

Definition at line 33 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< char > ( const char &  value)
inline

Definition at line 44 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< unsigned char > ( const unsigned char &  value)
inline

Definition at line 50 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< short > ( const short &  value)
inline

Definition at line 56 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< unsigned short > ( const unsigned short &  value)
inline

Definition at line 62 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< int > ( const int &  value)
inline

Definition at line 68 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< unsigned int > ( const unsigned int &  value)
inline

Definition at line 74 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< long > ( const long &  value)
inline

Definition at line 80 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< unsigned long > ( const unsigned long &  value)
inline

Definition at line 86 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< float > ( const float &  value)
inline

Definition at line 125 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< double > ( const double &  value)
inline

Definition at line 131 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< vtkStdString > ( const vtkStdString value)
inline

Definition at line 137 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< vtkUnicodeString > ( const vtkUnicodeString value)
inline

Definition at line 143 of file vtkVariantCreate.h.

template<>
vtkVariant vtkVariantCreate< vtkVariant > ( const vtkVariant value)
inline

Definition at line 149 of file vtkVariantCreate.h.