Scope
|
#include <PixelmapperFrameResonanceSW.h>
Inherits scope::PixelmapperBasic.
Public Member Functions | |
PixelmapperResult | LookupChunk (DaqChunkResonancePtr const _chunk, const uint16_t &_currentavgcount) override |
void | SetCurrentAveragedFrame (ScopeMultiImageResonanceSWPtr const _current_averaged_frame) |
Public Member Functions inherited from scope::PixelmapperBasic | |
PixelmapperBasic (const ScannerType &_scanner, const ScannerVectorType &_type) | |
virtual | ~PixelmapperBasic () |
virtual void | SetCurrentFrame (ScopeMultiImagePtr const _current_frame) |
virtual void | SetParameters (parameters::ScannerVectorFrameBasic *const _svparameters) |
virtual void | SetLookupVector (std::shared_ptr< const std::vector< std::size_t >> const _lookup) |
virtual PixelmapperResult | LookupChunk (DaqChunkPtr const _chunk, const uint16_t &_currentavgcount) |
Protected Attributes | |
ScopeMultiImageResonanceSWPtr | current_frame |
ScopeMultiImageResonanceSWPtr | current_averaged_frame |
bool | firstchunk |
Protected Attributes inherited from scope::PixelmapperBasic | |
const ScannerVectorTypeHelper::Mode | type |
ScopeMultiImagePtr | current_frame |
parameters::ScannerVectorFrameBasic * | svparameters |
std::shared_ptr< const std::vector< std::size_t > > | lookup |
std::vector< std::size_t >::const_iterator | lastlookup |
Additional Inherited Members | |
Static Public Member Functions inherited from scope::PixelmapperBasic | |
static std::unique_ptr< PixelmapperBasic > | Factory (const ScannerType &_scanner, const ScannerVectorType &_type) |
Maps acquired pixels into an image analysing the resonance scanner sync signal, takes care of return fractions, forth/back lines etc.
Definition at line 16 of file PixelmapperFrameResonanceSW.h.
|
overridevirtual |
Maps a chunk.
Reimplemented from scope::PixelmapperBasic.
Definition at line 15 of file PixelmapperFrameResonanceSW.cpp.
void scope::PixelmapperFrameResonanceSW::SetCurrentAveragedFrame | ( | ScopeMultiImageResonanceSWPtr const | _current_averaged_frame | ) |
Sets pointer to the current averaged (displayed) frame to be mapped into.
Definition at line 154 of file PixelmapperFrameResonanceSW.cpp.
|
protected |
pointer to the current frame to be mapped into (for SW resonance mapping, different type than the one declared in PixelmapperBasic).
Definition at line 20 of file PixelmapperFrameResonanceSW.h.
|
protected |
pointer to the current averaged frame to be mapped into
Definition at line 23 of file PixelmapperFrameResonanceSW.h.
|
protected |
true only for mapping first chunk
Definition at line 26 of file PixelmapperFrameResonanceSW.h.