|
adamantine
|
#include <ExperimentalData.hh>
Public Member Functions | |
| virtual | ~ExperimentalData ()=default |
| virtual unsigned int | read_next_frame ()=0 |
| virtual PointsValues< dim > | get_points_values ()=0 |
Base class that describes the interfaces of classes that manipulate experimental data.
Definition at line 17 of file ExperimentalData.hh.
|
virtualdefault |
|
pure virtual |
Return the Points and their associated value (temperature).
Implemented in adamantine::RayTracing, and adamantine::PointCloud< dim >.
|
pure virtual |
Read data from the next frame and return the frame ID.
Implemented in adamantine::RayTracing, and adamantine::PointCloud< dim >.