|
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 |
| 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, T &out) |
| virtual void | convert (T &in, T &out) |
Protected Attributes | |
| T | _internal_value |
| carto::ShallowConverter< T, T > | _converter |
| 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.
|
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.
|
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 >.
|
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.
|
protected |
Definition at line 80 of file imageprocessor.h.
|
protected |
Definition at line 97 of file imageprocessor.h.