SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::core::objectmodel::BaseLink::InitLink< Owner > Class Template Reference

#include <BaseLink.h>

This internal class is used by the initLink() methods to store initialization parameters of a Data. More...

Inheritance diagram for sofa::core::objectmodel::BaseLink::InitLink< Owner >:

Detailed Description

template<class Owner>
class sofa::core::objectmodel::BaseLink::InitLink< Owner >

This internal class is used by the initLink() methods to store initialization parameters of a Data.

Public Attributes

Owner * owner
 

Public Member Functions

 InitLink (Owner *o, const std::string &n, const std::string &h)
 

Attribute details

◆ owner

template<class Owner >
Owner* sofa::core::objectmodel::BaseLink::InitLink< Owner >::owner

Constructor details

◆ InitLink()

template<class Owner >
sofa::core::objectmodel::BaseLink::InitLink< Owner >::InitLink ( Owner *  o,
const std::string &  n,
const std::string &  h 
)
inline