Template Class ColorMapFilter

Inheritance Relationships

Base Type

  • public filters::FilterBase< T >

Class Documentation

template<typename T>
class ColorMapFilter : public filters::FilterBase<T>

Creates a new color layer with the color mapped between min. and max. value.

Public Functions

ColorMapFilter()

Constructor

virtual ~ColorMapFilter()

Destructor.

bool configure() override

Configures the filter.

bool update(const T &mapIn, T &mapOut) override

Adds a new color layer.

Parameters:
  • mapIn – grid map to add the new layer.

  • mapOut – grid map the grid map with the new color layer.