Пример #1
0
 /** get the number of Dynamical Systems present in the NSDS
     \return an unsigned int
  */
 inline unsigned int getNumberOfDS() const
 {
   return _topology->dSG(0)->size();
 }
Пример #2
0
 /** get all the dynamical systems declared in the NonSmoothDynamicalSystem.
  * \return a SP::DynamicalSystemsGraph
  */
 inline const SP::DynamicalSystemsGraph dynamicalSystems() const
 {
   return _topology->dSG(0);
 }