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

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< long long > (const long long &value)
 
template<>
vtkVariant vtkVariantCreate< unsigned long long > (const unsigned long 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 41 of file vtkVariantCreate.h.

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

Definition at line 52 of file vtkVariantCreate.h.

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

Definition at line 58 of file vtkVariantCreate.h.

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

Definition at line 64 of file vtkVariantCreate.h.

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

Definition at line 70 of file vtkVariantCreate.h.

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

Definition at line 76 of file vtkVariantCreate.h.

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

Definition at line 82 of file vtkVariantCreate.h.

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

Definition at line 88 of file vtkVariantCreate.h.

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

Definition at line 94 of file vtkVariantCreate.h.

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

Definition at line 100 of file vtkVariantCreate.h.

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

Definition at line 106 of file vtkVariantCreate.h.

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

Definition at line 112 of file vtkVariantCreate.h.

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

Definition at line 118 of file vtkVariantCreate.h.

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

Definition at line 124 of file vtkVariantCreate.h.

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

Definition at line 130 of file vtkVariantCreate.h.

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

Definition at line 136 of file vtkVariantCreate.h.