![]() |
aimsdata 6.0.0
Neuroimaging data handling
|
The object function for binary inverse. More...
#include <aims/utility/bininverse.h>
Public Member Functions | |
| AimsBinaryInverse () | |
| Constructor does nothing. | |
| virtual | ~AimsBinaryInverse () |
| Destructor does nothing. | |
| carto::VolumeRef< short > | operator() (const carto::rc_ptr< carto::Volume< short > > &data) |
| Object function which returns the binary inverse of a short data. | |
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< typename T >::begin(), and carto::VolumeRef< typename T >::end().