aimsdata  5.0.5
Neuroimaging data handling
rgbnorm.h File Reference
#include <aims/rgb/rgb.h>
Include dependency graph for rgbnorm.h:

Go to the source code of this file.

Functions

double norm (const AimsRGB &aa)
 
double norm (const AimsRGBA &aa)
 
int operator< (const AimsRGB &aa, const AimsRGB &bb)
 
int operator<= (const AimsRGB &aa, const AimsRGB &bb)
 
int operator> (const AimsRGB &aa, const AimsRGB &bb)
 
int operator>= (const AimsRGB &aa, const AimsRGB &bb)
 
int operator< (const AimsRGBA &aa, const AimsRGBA &bb)
 
int operator<= (const AimsRGBA &aa, const AimsRGBA &bb)
 
int operator> (const AimsRGBA &aa, const AimsRGBA &bb)
 
int operator>= (const AimsRGBA &aa, const AimsRGBA &bb)
 

Function Documentation

◆ norm() [1/2]

double norm ( const AimsRGB aa)
inline

◆ norm() [2/2]

double norm ( const AimsRGBA aa)
inline

◆ operator<() [1/2]

int operator< ( const AimsRGB aa,
const AimsRGB bb 
)
inline

Definition at line 64 of file rgbnorm.h.

References norm().

◆ operator<() [2/2]

int operator< ( const AimsRGBA aa,
const AimsRGBA bb 
)
inline

Definition at line 97 of file rgbnorm.h.

References norm().

◆ operator<=() [1/2]

int operator<= ( const AimsRGB aa,
const AimsRGB bb 
)
inline

Definition at line 70 of file rgbnorm.h.

References norm().

◆ operator<=() [2/2]

int operator<= ( const AimsRGBA aa,
const AimsRGBA bb 
)
inline

Definition at line 103 of file rgbnorm.h.

References norm().

◆ operator>() [1/2]

int operator> ( const AimsRGB aa,
const AimsRGB bb 
)
inline

Definition at line 76 of file rgbnorm.h.

References norm().

◆ operator>() [2/2]

int operator> ( const AimsRGBA aa,
const AimsRGBA bb 
)
inline

Definition at line 109 of file rgbnorm.h.

References norm().

◆ operator>=() [1/2]

int operator>= ( const AimsRGB aa,
const AimsRGB bb 
)
inline

Definition at line 82 of file rgbnorm.h.

References norm().

◆ operator>=() [2/2]

int operator>= ( const AimsRGBA aa,
const AimsRGBA bb 
)
inline

Definition at line 115 of file rgbnorm.h.

References norm().