MeVisLabToolboxReference
MeVisLab/Standard/Sources/Shared/MLLUT/mlLUTFLinear.h File Reference

A color/gray LUT with sampling points and linear or truncated interpolation. More...

#include "mlLUTSystem.h"
#include "mlLUTFunction.h"
#include <vector>

Go to the source code of this file.

Classes

class  ml::LUTRGBAPoint
 A LUT sampling point with index position and RGBA channel values,. More...
class  ml::LUTFLinear
 A color/gray LUT with sampling points and linear, nearest neighbor or truncated interpolation inbetween. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Typedefs

typedef std::vector< LUTRGBAPoint > ml::LUTRGBAPointList
 Type definition for a vector of sampling points.

Detailed Description

A color/gray LUT with sampling points and linear or truncated interpolation.

Author:
Tobias Boskamp, Florian Link
Date:
12/2004

Definition in file mlLUTFLinear.h.