aimsdata  5.1.2
Neuroimaging data handling
AimsBinaryInverse Class Reference

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ AimsBinaryInverse()

AimsBinaryInverse::AimsBinaryInverse ( )
inline

Constructor does nothing.

Definition at line 50 of file bininverse.h.

◆ ~AimsBinaryInverse()

virtual AimsBinaryInverse::~AimsBinaryInverse ( )
inlinevirtual

Destructor does nothing.

Definition at line 52 of file bininverse.h.

Member Function Documentation

◆ operator()()

carto::VolumeRef<short> AimsBinaryInverse::operator() ( const carto::rc_ptr< carto::Volume< short > > &  data)
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().


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