Celeritas
0.5.0-56+6b053cd
|
#include <ImageData.hh>
Public Types | |
template<class T > | |
using | Items = celeritas::Collection< T, W, M > |
Public Member Functions | |
CELER_FUNCTION | operator bool () const |
True if sizes are consistent and nonzero. | |
CELER_FUNCTION size_type | size () const |
Number of pixels. | |
template<Ownership W2, MemSpace M2> | |
ImageStateData & | operator= (ImageStateData< W2, M2 > &other) |
Assign from another set of data. | |
Public Attributes | |
Items< int > | image |
Stored image [i][j]. | |
Image state data.
This is just a representation of the image itself.