SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::core::objectmodel::LinkTraitsValueType< TDestType, TDestPtr, strongLink, false > Class Template Reference

#include <Link.h>

Static Public Member Functions

static bool path (const T &, std::string &)
 
static const TDestPtr & get (const T &v)
 
static void set (T &v, const TDestPtr &ptr)
 
static void setPath (T &, const std::string &)
 

Function details

◆ get()

template<class TDestType , class TDestPtr , bool strongLink>
static const TDestPtr& sofa::core::objectmodel::LinkTraitsValueType< TDestType, TDestPtr, strongLink, false >::get ( const T v)
inlinestatic

◆ path()

template<class TDestType , class TDestPtr , bool strongLink>
static bool sofa::core::objectmodel::LinkTraitsValueType< TDestType, TDestPtr, strongLink, false >::path ( const T ,
std::string &   
)
inlinestatic

◆ set()

template<class TDestType , class TDestPtr , bool strongLink>
static void sofa::core::objectmodel::LinkTraitsValueType< TDestType, TDestPtr, strongLink, false >::set ( T v,
const TDestPtr &  ptr 
)
inlinestatic

◆ setPath()

template<class TDestType , class TDestPtr , bool strongLink>
static void sofa::core::objectmodel::LinkTraitsValueType< TDestType, TDestPtr, strongLink, false >::setPath ( T ,
const std::string &   
)
inlinestatic