brainrat-private
5.1.2
|
#include <brainrat/utility/imageprocessor.h>
Public Member Functions | |
ConvertibleImageProc () | |
virtual | ~ConvertibleImageProc () |
virtual void | get (AimsData< T > &in, AimsData< U > &out, const carto::rc_ptr< aims::MaskIterator > mask=carto::rc_ptr< aims::MaskIterator >())=0 |
virtual U | get (AimsData< T > &in, const Point3dl &p)=0 |
![]() | |
ImageProc () | |
virtual | ~ImageProc () |
Protected Member Functions | |
virtual void | convert (T &in, T &out) |
Protected Attributes | |
T | _internal_value |
Definition at line 84 of file imageprocessor.h.
|
inline |
Definition at line 86 of file imageprocessor.h.
|
inlinevirtual |
Definition at line 87 of file imageprocessor.h.
|
inlineprotectedvirtual |
Definition at line 95 of file imageprocessor.h.
|
pure virtual |
Implements bio::ImageProc< T, U >.
Implemented in bio::ChannelImageProc< T, U, C >.
|
pure virtual |
Implements bio::ImageProc< T, U >.
Implemented in bio::ChannelImageProc< T, U, C >.
|
protected |
Definition at line 97 of file imageprocessor.h.