![]()  | 
  
    anatomist
    5.0.5
    
   3D neuroimaging data viewer 
   | 
 
#include <anatomist/selection/selectFactory.h>
Public Member Functions | |
| HColor () | |
| HColor (float red, float grn, float blu, float al=1., bool ntalp=false) | |
| bool | operator== (const HColor &) const | 
| bool | operator!= (const HColor &) const | 
Public Attributes | |
| float | r | 
| float | g | 
| float | b | 
| float | a | 
| bool | na | 
| neutral alpha  More... | |
Definition at line 74 of file selectFactory.h.
      
  | 
  inline | 
Definition at line 76 of file selectFactory.h.
      
  | 
  inline | 
Definition at line 77 of file selectFactory.h.
References operator!=(), and operator==().
| bool anatomist::SelectFactory::HColor::operator!= | ( | const HColor & | ) | const | 
Referenced by HColor().
| float anatomist::SelectFactory::HColor::a | 
Definition at line 86 of file selectFactory.h.
| float anatomist::SelectFactory::HColor::b | 
Definition at line 85 of file selectFactory.h.
| float anatomist::SelectFactory::HColor::g | 
Definition at line 84 of file selectFactory.h.
| bool anatomist::SelectFactory::HColor::na | 
neutral alpha
Definition at line 88 of file selectFactory.h.
| float anatomist::SelectFactory::HColor::r | 
Definition at line 83 of file selectFactory.h.