CortidQCT  1.2.2.52
Namespaces | Typedefs | Functions
LabelToColorMap.h File Reference

This finle contains definitions for label to color map types. More...

#include <functional>
Include dependency graph for LabelToColorMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 CortidQCT
 Name namespace for CortidQCT library.
 
 CortidQCT::LabelToColorMaps
 Namespace containing label to color maps.
 

Typedefs

template<class Scalar , class Label >
using CortidQCT::LabelToColorMap = std::function< std::array< Scalar, 3 >(Label)>
 Label to color map. More...
 

Functions

template<class Scalar , class Label >
std::array< Scalar, 3 > CortidQCT::LabelToColorMaps::defaultMap (Label label)
 Default label to color map. More...
 

Detailed Description

This finle contains definitions for label to color map types.

Author
Stefan Reinhold