#include <TypeInfo_SelectableItem.h>
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 () |