| 
|   | ModelPoolTpl (const Model &model, const size_t pool_size=(size_t) omp_get_max_threads()) | 
|   | Default constructor from a model and a pool size.  More...
  | 
|   | 
|   | ModelPoolTpl (const ModelPoolTpl &pool) | 
|   | Copy constructor from an other PoolModel.  More...
  | 
|   | 
| virtual  | ~ModelPoolTpl () | 
|   |    More...
  | 
|   | 
| 
Data &  | getData (const size_t index) | 
|   | Returns a specific data. 
  | 
|   | 
| 
const Data &  | getData (const size_t index) const | 
|   | Return a specific data. 
  | 
|   | 
| 
DataVector &  | getDatas () | 
|   | Returns the data vector. 
  | 
|   | 
| 
const DataVector &  | getDatas () const | 
|   | Returns the data vector. 
  | 
|   | 
| 
Model &  | getModel (const size_t index) | 
|   | Returns a specific model. 
  | 
|   | 
| 
const Model &  | getModel (const size_t index) const | 
|   | Return a specific model. 
  | 
|   | 
| 
ModelVector &  | getModels () | 
|   | Returns the vector of models. 
  | 
|   | 
| 
const ModelVector &  | getModels () const | 
|   | Returns the vector of models. 
  | 
|   | 
| 
void  | resize (const size_t new_size) | 
|   | Set the size of the pool and perform the appropriate resize. 
  | 
|   | 
| 
size_t  | size () const | 
|   | Returns the size of the pool. 
  | 
|   | 
| void  | update (const Data &data) | 
|   | Update all the datas with the input data value.  More...
  | 
|   | 
template<typename _Scalar, int _Options, template< typename, int > class JointCollectionTpl>
class pinocchio::ModelPoolTpl< _Scalar, _Options, JointCollectionTpl >
Definition at line 19 of file model.hpp.