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, C &out) |
Protected Attributes | |
carto::ShallowConverter< T, C > | _converter |
C | _internal_value |
Definition at line 66 of file imageprocessor.h.
|
inline |
Definition at line 68 of file imageprocessor.h.
|
inlinevirtual |
Definition at line 69 of file imageprocessor.h.
|
inlineprotectedvirtual |
Definition at line 77 of file imageprocessor.h.
References bio::ConvertibleImageProc< T, U, C >::_converter.
|
pure virtual |
Implements bio::ImageProc< T, U >.
|
pure virtual |
Implements bio::ImageProc< T, U >.
|
protected |
Definition at line 79 of file imageprocessor.h.
Referenced by bio::ConvertibleImageProc< T, U, C >::convert().
|
protected |
Definition at line 80 of file imageprocessor.h.