InMemorySession< T, V > Class Template Reference
An in-memory session. Loads the whole dataset in memory and performs queries. More...
#include <TimeVaryingVolumetricGridLookupField.hh>
Public Attributes | |
T | time |
Time of last query. More... | |
Detailed Description
template<typename T, typename V>
class gz::math::InMemorySession< T, V >
An in-memory session. Loads the whole dataset in memory and performs queries.
Member Data Documentation
◆ time
T time |
Time of last query.
Referenced by TimeVaryingVolumetricGridLookupField< T, V, InMemorySession< T, V > >::CreateSession(), TimeVaryingVolumetricGridLookupField< T, V, InMemorySession< T, V > >::EstimateQuadrilinear(), and TimeVaryingVolumetricGridLookupField< T, V, InMemorySession< T, V > >::StepTo().
The documentation for this class was generated from the following file: