|
| | ModelPoolTpl (const Model &model, const int pool_size=omp_get_max_threads()) |
| | Default constructor from a model and a pool size. More...
|
| |
| | ModelPoolTpl (const ModelPoolTpl &pool_model) |
| | Copy constructor from an other PoolModel. More...
|
| |
| virtual | ~ModelPoolTpl () |
| | More...
|
| |
|
Data & | data (const size_t index) |
| | Returns a specific data.
|
| |
|
const Data & | data (const size_t index) const |
| | Return a specific data.
|
| |
|
DataVector & | datas () |
| | Returns the data vectors.
|
| |
|
const DataVector & | datas () const |
| | Returns the data vectors.
|
| |
|
Model & | model () |
| | Returns the model stored within the pool.
|
| |
|
const Model & | model () const |
| | Returns the model stored within the pool.
|
| |
|
void | resize (const int new_size) |
| | Set the size of the pool and perform the appropriate resize.
|
| |
|
int | size () const |
| | Returns the size of the pool.
|
| |
| void | update (const Data &data) |
| | Update all the datas with the input data value. More...
|
| |
| void | update (const Model &model) |
| | Update the model, meaning that all the datas will be refreshed accordingly. More...
|
| |
| void | update (const Model &model, const Data &data) |
| | Update the model and data with the new input values. In this case, all the geometry_datas will be replaced. 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.