VTK
Functions
dox/Common/Core/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< 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 40 of file vtkVariantCreate.h.

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

Definition at line 51 of file vtkVariantCreate.h.

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

Definition at line 57 of file vtkVariantCreate.h.

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

Definition at line 63 of file vtkVariantCreate.h.

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

Definition at line 69 of file vtkVariantCreate.h.

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

Definition at line 75 of file vtkVariantCreate.h.

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

Definition at line 81 of file vtkVariantCreate.h.

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

Definition at line 87 of file vtkVariantCreate.h.

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

Definition at line 93 of file vtkVariantCreate.h.

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

Definition at line 132 of file vtkVariantCreate.h.

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

Definition at line 138 of file vtkVariantCreate.h.

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

Definition at line 144 of file vtkVariantCreate.h.

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

Definition at line 150 of file vtkVariantCreate.h.

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

Definition at line 156 of file vtkVariantCreate.h.