SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::defaulttype::DataTypeInfo< type::BoundingBox > Struct Reference

#include <TypeInfo_BoundingBox.h>

Inheritance diagram for sofa::defaulttype::DataTypeInfo< type::BoundingBox >:

Static Public Member Functions

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

Function details

◆ GetTypeName()

static std::string sofa::defaulttype::DataTypeInfo< type::BoundingBox >::GetTypeName ( )
inlinestatic

◆ name()

static std::string sofa::defaulttype::DataTypeInfo< type::BoundingBox >::name ( )
inlinestatic