Celeritas
0.5.0-56+6b053cd
|
Access data from an image. More...
#include <ImageInterface.hh>
Public Types | |
Type aliases | |
using | int_type = int |
using | SpanInt = Span< int_type > |
using | SPConstParams = std::shared_ptr< ImageParams const > |
Public Member Functions | |
virtual | ~ImageInterface ()=default |
Default virtual destructor. | |
virtual SPConstParams const & | params () const =0 |
Access image properties. | |
virtual void | copy_to_host (SpanInt) const =0 |
Copy the image to the host. | |
Protected Member Functions | |
CELER_DEFAULT_COPY_MOVE (ImageInterface) | |
Access data from an image.
Images currently are arrays of integer pixels.