|
brainrat-private 6.0.4
|
#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 |
Public Member Functions inherited from bio::ImageProc< T, U > | |
| 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 _converter.
|
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 79 of file imageprocessor.h.
Referenced by convert().
|
protected |
Definition at line 80 of file imageprocessor.h.