SOFA API  1df67014
Open source framework for multi-physics simuation
sofa::defaulttype::DataTypeName< T > Class Template Reference

#include <DataTypeInfo.h>

Inheritance diagram for sofa::defaulttype::DataTypeName< T >:

Additional Inherited Members

- Static Public Member Functions inherited from sofa::defaulttype::DefaultDataTypeInfo< TDataType >
static sofa::Size size ()
 
static sofa::Size byteSize ()
 
static sofa::Size size (const DataType &)
 
template<typename T >
static void getValue (const DataType &, Index, T &)
 
static bool setSize (DataType &, sofa::Size)
 
template<typename T >
static void setValue (DataType &, Index, const T &)
 
static void getValueString (const DataType &, Index, std::string &)
 
static void setValueString (DataType &, Index, const std::string &)
 
static const void * getValuePtr (const DataType &)
 
static void * getValuePtr (DataType &)
 
static const std::string name ()
 
static const std::string GetTypeName ()