SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
CastFData.h File Reference
#include <Core/GeometryPrimitives/Vector.h>
#include <Core/GeometryPrimitives/Tensor.h>

Go to the source code of this file.

Namespaces

 SCIRun
 STL datatypes needed.
 

Functions

template<class T >
CastFData (const char &val)
 
template<class T >
CastFData (const unsigned char &val)
 
template<class T >
CastFData (const short &val)
 
template<class T >
CastFData (const unsigned short &val)
 
template<class T >
CastFData (const int &val)
 
template<class T >
CastFData (const unsigned int &val)
 
template<class T >
CastFData (const long &val)
 
template<class T >
CastFData (const unsigned long &val)
 
template<class T >
CastFData (const long long &val)
 
template<class T >
CastFData (const unsigned long long &val)
 
template<class T >
CastFData (const float &val)
 
template<class T >
CastFData (const double &val)
 
template<class T >
CastFData (const Core::Geometry::Vector &val)
 
template<class T >
CastFData (const Core::Geometry::Tensor &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const char &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const char &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const unsigned char &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const unsigned char &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const short &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const short &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const unsigned short &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const unsigned short &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const int &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const int &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const unsigned int &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const unsigned int &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const long &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const long &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const unsigned long &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const unsigned long &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const long long &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const long long &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const unsigned long long &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const unsigned long long &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const float &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const float &val)
 
template<>
float CastFData (const float &val)
 
template<>
double CastFData (const float &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const double &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const double &val)
 
template<>
float CastFData (const double &val)
 
template<>
double CastFData (const double &val)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const Core::Geometry::Vector &val)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const Core::Geometry::Vector &)
 
template<>
Core::Geometry::Vector CastFData< Core::Geometry::Vector > (const Core::Geometry::Tensor &)
 
template<>
Core::Geometry::Tensor CastFData< Core::Geometry::Tensor > (const Core::Geometry::Tensor &val)