SOFA API  66b9fd05
Open source framework for multi-physics simuation
sofa::defaulttype::DataTypeInfo< T, std::enable_if_t< std::is_base_of_v< helper::BaseSelectableItem, T > > > Struct Template Reference

#include <TypeInfo_SelectableItem.h>

Inheritance diagram for sofa::defaulttype::DataTypeInfo< T, std::enable_if_t< std::is_base_of_v< helper::BaseSelectableItem, T > > >:

Additional Inherited Members

- Static Public Member Functions inherited from sofa::defaulttype::SelectableItemDataTypeInfo< T >
static const std::string name ()
 
static const std::string GetTypeName ()
 
- 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 ()