chrono::fea::Ch3DArrayOfItems< T > Class Template Reference

Description

template<class T>
class chrono::fea::Ch3DArrayOfItems< T >

Helper class to store 3d arrays of items, with i,j,k indexing.

#include <ChBuilderVolume.h>

Public Member Functions

 Ch3DArrayOfItems (size_t n_, size_t m_, size_t k_)
 
void Resize (size_t n_, size_t m_, size_t k_)
 
T & at (size_t i, size_t j, size_t l)
 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