VTK  9.3.1
vtkVariantCreate.h File Reference
#include "vtkVariant.h"
#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< vtkVariant > (const vtkVariant &value)
 

Function Documentation

◆ vtkVariantCreate()

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

Definition at line 26 of file vtkVariantCreate.h.

◆ vtkVariantCreate< char >()

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

Definition at line 36 of file vtkVariantCreate.h.

◆ vtkVariantCreate< unsigned char >()

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

Definition at line 42 of file vtkVariantCreate.h.

◆ vtkVariantCreate< short >()

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

Definition at line 48 of file vtkVariantCreate.h.

◆ vtkVariantCreate< unsigned short >()

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

Definition at line 54 of file vtkVariantCreate.h.

◆ vtkVariantCreate< int >()

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

Definition at line 60 of file vtkVariantCreate.h.

◆ vtkVariantCreate< unsigned int >()

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

Definition at line 66 of file vtkVariantCreate.h.

◆ vtkVariantCreate< long >()

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

Definition at line 72 of file vtkVariantCreate.h.

◆ vtkVariantCreate< unsigned long >()

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

Definition at line 78 of file vtkVariantCreate.h.

◆ vtkVariantCreate< long long >()

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

Definition at line 84 of file vtkVariantCreate.h.

◆ vtkVariantCreate< unsigned long long >()

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

Definition at line 90 of file vtkVariantCreate.h.

◆ vtkVariantCreate< float >()

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

Definition at line 96 of file vtkVariantCreate.h.

◆ vtkVariantCreate< double >()

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

Definition at line 102 of file vtkVariantCreate.h.

◆ vtkVariantCreate< vtkStdString >()

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

Definition at line 108 of file vtkVariantCreate.h.

◆ vtkVariantCreate< vtkVariant >()

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

Definition at line 114 of file vtkVariantCreate.h.