![]() |
aimsdata
5.0.5
Neuroimaging data handling
|
The object function for binary inverse. More...
#include <aims/utility/bininverse.h>
Public Member Functions | |
Constructor and Destructor | |
AimsBinaryInverse () | |
Constructor does nothing. More... | |
virtual | ~AimsBinaryInverse () |
Destructor does nothing. More... | |
Methods | |
AimsData< short > | operator() (const AimsData< 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 data.
Definition at line 46 of file bininverse.h.
|
inline |
Constructor does nothing.
Definition at line 51 of file bininverse.h.
|
inlinevirtual |
Destructor does nothing.
Definition at line 53 of file bininverse.h.
References AimsData< T >::begin(), AimsData< T >::clone(), and AimsData< T >::end().
Object function which returns the binary inverse of a short data.
Definition at line 59 of file bininverse.h.