SOFA API  7352f41a
Open source framework for multi-physics simuation
sofa::defaulttype::DataTypeInfo< sofa::type::Vec< N, real > > Struct Template Reference

#include <TypeInfo_Vec.h>

Inheritance diagram for sofa::defaulttype::DataTypeInfo< sofa::type::Vec< N, real > >:

Static Public Member Functions

static std::string GetTypeName ()
 
static std::string name ()
 
- Static Public Member Functions inherited from sofa::defaulttype::FixedArrayTypeInfo< sofa::type::Vec< N, real > >
static sofa::Size size ()
 
static sofa::Size size (const DataType &data)
 
static sofa::Size byteSize ()
 
static bool setSize (DataType &data, sofa::Size size)
 
static void getValue (const DataType &data, sofa::Size index, T &value)
 
static void setValue (DataType &data, sofa::Size index, const T &value)
 
static void getValueString (const DataType &data, sofa::Size index, std::string &value)
 
static void setValueString (DataType &data, sofa::Size index, const std::string &value)
 
static const void * getValuePtr (const DataType &data)
 
static void * getValuePtr (DataType &data)
 

Function details

◆ GetTypeName()

template<sofa::Size N, typename real >
static std::string sofa::defaulttype::DataTypeInfo< sofa::type::Vec< N, real > >::GetTypeName ( )
inlinestatic

◆ name()

template<sofa::Size N, typename real >
static std::string sofa::defaulttype::DataTypeInfo< sofa::type::Vec< N, real > >::name ( )
inlinestatic