DataFrame Class Reference

This class represents a frame (timestep) with all it's layers. More...

#include <DataFrame.hpp>

List of all members.

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.
DataLayergetDataLayer (const unsigned &index)
const unsigned getNumLayers () const
float * operator[] (const unsigned &layerindex)

Detailed Description

This class represents a frame (timestep) with all it's layers.

Contains all layers for a single timestep


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2