aimsdata  5.0.5
Neuroimaging data handling
AimsBinaryInverse Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ AimsBinaryInverse()

AimsBinaryInverse::AimsBinaryInverse ( )
inline

Constructor does nothing.

Definition at line 51 of file bininverse.h.

◆ ~AimsBinaryInverse()

virtual AimsBinaryInverse::~AimsBinaryInverse ( )
inlinevirtual

Destructor does nothing.

Definition at line 53 of file bininverse.h.

References AimsData< T >::begin(), AimsData< T >::clone(), and AimsData< T >::end().

Member Function Documentation

◆ operator()()

AimsData<short> AimsBinaryInverse::operator() ( const AimsData< short > &  data)
inline

Object function which returns the binary inverse of a short data.

Definition at line 59 of file bininverse.h.


The documentation for this class was generated from the following file: