Celeritas  0.5.0-56+6b053cd
Public Types | Public Member Functions | Public Attributes | List of all members
celeritas::ImageStateData< W, M > Struct Template Reference

Image state data. More...

#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>
ImageStateDataoperator= (ImageStateData< W2, M2 > &other)
 Assign from another set of data.
 

Public Attributes

Items< int > image
 Stored image [i][j].
 

Detailed Description

template<Ownership W, MemSpace M>
struct celeritas::ImageStateData< W, M >

Image state data.

This is just a representation of the image itself.


The documentation for this struct was generated from the following file: