![]() |
aimsdata
5.1.2
Neuroimaging data handling
|
The object function for binary inverse. More...
#include <aims/utility/bininverse.h>
Public Member Functions | |
AimsBinaryInverse () | |
Constructor does nothing. More... | |
virtual | ~AimsBinaryInverse () |
Destructor does nothing. More... | |
carto::VolumeRef< short > | operator() (const carto::rc_ptr< carto::Volume< short > > &data) |
Object function which returns the binary inverse of a short data. More... | |
The object function for binary inverse.
This object function returns the inverse of a binary short volume.
Definition at line 46 of file bininverse.h.
|
inline |
Constructor does nothing.
Definition at line 50 of file bininverse.h.
|
inlinevirtual |
Destructor does nothing.
Definition at line 52 of file bininverse.h.
|
inline |
Object function which returns the binary inverse of a short data.
Definition at line 55 of file bininverse.h.
References carto::VolumeRef< class >::begin(), and carto::VolumeRef< class >::end().