SOFA API  1df67014
Open source framework for multi-physics simuation
sofa::defaulttype::BoolTypeInfo Struct Reference

#include <BoolTypeInfo.h>

Inheritance diagram for sofa::defaulttype::BoolTypeInfo:

Static Public Member Functions

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)
 
template<typename T >
static void setValue (DataType &data, sofa::Size index, const T &value)
 
template<typename T >
static void setValue (std::vector< DataType >::reference data, sofa::Size index, const T &v)
 
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 void setValueString (std::vector< DataType >::reference data, sofa::Size index, const std::string &value)
 
static const void * getValuePtr (const DataType &data)
 
static void * getValuePtr (DataType &data)
 

Function details

◆ byteSize()

static sofa::Size sofa::defaulttype::BoolTypeInfo::byteSize ( )
inlinestatic

◆ getValue()

template<typename T >
static void sofa::defaulttype::BoolTypeInfo::getValue ( const DataType data,
sofa::Size  index,
T &  value 
)
inlinestatic

◆ getValuePtr() [1/2]

static const void* sofa::defaulttype::BoolTypeInfo::getValuePtr ( const DataType data)
inlinestatic

◆ getValuePtr() [2/2]

static void* sofa::defaulttype::BoolTypeInfo::getValuePtr ( DataType data)
inlinestatic

◆ getValueString()

static void sofa::defaulttype::BoolTypeInfo::getValueString ( const DataType data,
sofa::Size  index,
std::string &  value 
)
inlinestatic

◆ setSize()

static bool sofa::defaulttype::BoolTypeInfo::setSize ( DataType ,
sofa::Size   
)
inlinestatic

◆ setValue() [1/2]

template<typename T >
static void sofa::defaulttype::BoolTypeInfo::setValue ( DataType data,
sofa::Size  index,
const T &  value 
)
inlinestatic

◆ setValue() [2/2]

template<typename T >
static void sofa::defaulttype::BoolTypeInfo::setValue ( std::vector< DataType >::reference  data,
sofa::Size  index,
const T &  v 
)
inlinestatic

◆ setValueString() [1/2]

static void sofa::defaulttype::BoolTypeInfo::setValueString ( DataType data,
sofa::Size  index,
const std::string &  value 
)
inlinestatic

◆ setValueString() [2/2]

static void sofa::defaulttype::BoolTypeInfo::setValueString ( std::vector< DataType >::reference  data,
sofa::Size  index,
const std::string &  value 
)
inlinestatic

◆ size() [1/2]

static sofa::Size sofa::defaulttype::BoolTypeInfo::size ( )
inlinestatic

◆ size() [2/2]

static sofa::Size sofa::defaulttype::BoolTypeInfo::size ( const DataType )
inlinestatic

Enum details

◆ anonymous enum

anonymous enum
Enumerator
ValidInfo 

◆ anonymous enum

anonymous enum
Enumerator
FixedSize 

◆ anonymous enum

anonymous enum
Enumerator
ZeroConstructor 

◆ anonymous enum

anonymous enum
Enumerator
SimpleCopy 

◆ anonymous enum

anonymous enum
Enumerator
SimpleLayout 

◆ anonymous enum

anonymous enum
Enumerator
Integer 

◆ anonymous enum

anonymous enum
Enumerator
Scalar 

◆ anonymous enum

anonymous enum
Enumerator
Text 

◆ anonymous enum

anonymous enum
Enumerator
CopyOnWrite 

◆ anonymous enum

anonymous enum
Enumerator
Container 

◆ anonymous enum

anonymous enum
Enumerator
Size