1 #ifndef BIORBD_MUSCLES_PATH_MODIFIERS_H 
    2 #define BIORBD_MUSCLES_PATH_MODIFIERS_H 
    6 #include "biorbdConfig.h" 
   50     unsigned int nbWraps() 
const;
 
   56     unsigned int nbVia() 
const;
 
   62     unsigned int nbObjects() 
const;
 
   79     std::shared_ptr<std::vector<biorbd::utils::Vector3d>> 
m_obj; 
 
   88 #endif // BIORBD_MUSCLES_PATH_MODIFIERS_H 
 
std::shared_ptr< std::vector< biorbd::utils::Vector3d > > m_obj
set of objects
 
std::shared_ptr< unsigned int > m_totalObjects
Number of total objects in the set.
 
Wrapper around Eigen Vector3d and attach it to a parent.
 
std::shared_ptr< unsigned int > m_nbVia
Number of via points in the set.
 
Holder of all the path modifiers of a muscle.
 
std::shared_ptr< unsigned int > m_nbWraps
Number of wrapping object in the set.