#include <TypeInfo_BoundingBox.h>
|  | 
| static std::string | name () | 
|  | 
| static std::string | GetTypeName () | 
|  | 
| static sofa::Size | size () | 
|  | 
| static sofa::Size | byteSize () | 
|  | 
| static sofa::Size | size (const DataType &) | 
|  | 
| static bool | setSize (DataType &, sofa::Size) | 
|  | 
| template<typename T > | 
| static void | getValue (const DataType &data, sofa::Size index, T &value) | 
|  | since TypeInfos abstract all containers as 1D arrays, T here is of ValueType  More... 
 | 
|  | 
| template<typename T > | 
| static void | setValue (DataType &data, sofa::Size index, const T &value) | 
|  | 
| static double | getScalarValue (const void *data, sofa::Size index) | 
|  | 
| static void | setScalarValue (const void *data, sofa::Size index, SReal 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 &bbox) | 
|  | 
| static void * | getValuePtr (DataType &bbox) | 
|  | 
◆ GetTypeName()
◆ name()