Celeritas 0.6.0-dev.115+3b60a5fd
|
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.
Copy the image to the host.
Implemented in celeritas::Image< M >.
Access image properties.
Implemented in celeritas::Image< M >.