RISA
|
#include <SinkStage.h>
Public Types | |
using | input_type = glados::Image< typename ImageSaver::manager_type > |
![]() | |
using | manager_type = typename Implementation::manager_type |
Public Member Functions | |
SinkStage (const std::string &path, const std::string &prefix, const std::string &config) | |
auto | run () -> void |
![]() | |
ImageSaver (const std::string &path) | |
auto | saveImage (Image< manager_type > image, std::string path) -> void |
auto | saveVolume (Volume< manager_type > volume, std::string path) -> void |
![]() | |
auto | input (glados::Image< ImageSaver::manager_type > &&in) -> void |
Private Attributes | |
std::string | path_ |
std::string | prefix_ |
Additional Inherited Members | |
![]() | |
~ImageSaver ()=default | |
![]() | |
Queue< glados::Image< ImageSaver::manager_type > > | input_queue_ |
Definition at line 43 of file SinkStage.h.
using glados::pipeline::SinkStage< ImageSaver >::input_type = glados::Image<typename ImageSaver::manager_type> |
Definition at line 47 of file SinkStage.h.
|
inline |
Definition at line 50 of file SinkStage.h.
|
inline |
Definition at line 61 of file SinkStage.h.
|
private |
Definition at line 83 of file SinkStage.h.
|
private |
Definition at line 84 of file SinkStage.h.