|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
#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.