SOFA plugin: image  master
Open source framework for multi-physics simuation
sofa::defaulttype::DataTypeInfo< Image< T > > Struct Template Reference

#include <CImgData.h>

Inheritance diagram for sofa::defaulttype::DataTypeInfo< Image< T > >:

Static Public Member Functions

static std::string name ()
 
- Static Public Member Functions inherited from sofa::defaulttype::ImageTypeInfo< Image< T > >
static sofa::Size size ()
 
static sofa::Size size (const DataType &)
 
static sofa::Size byteSize ()
 
static bool setSize (DataType &, sofa::Size)
 
static void getValue (const DataType &, Index, T &)
 
static void setValue (DataType &, Index, const T &)
 
static void getValueString (const DataType &data, Index index, std::string &value)
 
static void setValueString (DataType &data, Index index, const std::string &value)
 
static const void * getValuePtr (const DataType &)
 
static void * getValuePtr (DataType &)
 

Additional Inherited Members

- Public Member Functions inherited from sofa::defaulttype::BaseImageTypeInfo
virtual ~BaseImageTypeInfo ()
 

Function details

◆ name()

template<class T >
static std::string sofa::defaulttype::DataTypeInfo< Image< T > >::name ( )
inlinestatic