#include <flowvis_data.h>
Public Attributes | |
| VelocityVec_T | velocity |
| Velocity field at the current timestep. | |
| std::vector< DataVec_T > | data |
| Additional Data Channels at the current timestep. | |
Definition at line 22 of file flowvis_data.h.
Velocity field at the current timestep.
Definition at line 25 of file flowvis_data.h.
Referenced by FlowVisData::LoadData().
| std::vector<DataVec_T> Time_S::data |
Additional Data Channels at the current timestep.
Definition at line 28 of file flowvis_data.h.
Referenced by FlowVisData::LoadData().
1.5.6