chrono::fea::Ch2DArrayOfItems< T > Class Template Reference
Description
template<class T>
class chrono::fea::Ch2DArrayOfItems< T >
Helper class to store 2d arrays of items, with i,j indexing.
#include <ChBuilderVolume.h>
Public Member Functions | |
| Ch2DArrayOfItems (size_t n_, size_t m_) | |
| void | Resize (size_t n_, size_t m_) |
| T & | at (size_t i, size_t j) |
| Access contained item at i,j,j index in the 3d array. | |
| std::vector< T > & | list () |
| Low level access (ex. for quick iteration on all items) | |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/fea/ChBuilderVolume.h