This class represents a frame (timestep) with all it's layers. More...
#include <DataFrame.hpp>
Public Member Functions | |
| DataFrame (const unsigned &xsize, const unsigned &ysize, const unsigned &zsize) | |
| void | setFlowLayer (const std::vector< float > &flowlayer) |
| sets the vectorlayer | |
| float * | getFlowArray () |
| int | createDataLayer (const std::string &name, const std::vector< float > &datalayer) |
| Creates a new datalayer for the frame. | |
| DataLayer & | getDataLayer (const unsigned &index) |
| const unsigned | getNumLayers () const |
| float * | operator[] (const unsigned &layerindex) |
This class represents a frame (timestep) with all it's layers.
Contains all layers for a single timestep
1.6.2