Colormap::WrapperBase Class Reference

#include <VisionX/components/pointcloud_processor/DenseCRFSegmentationProcessor/include/colormap/colormap.h>

Public Member Functions

virtual ~WrapperBase ()
 

Protected Types

typedef double local_real_t
 

Protected Member Functions

local_real_t abs (local_real_t v) const
 
template<class Value, class MinMax>
std::common_type< Value, MinMax >::type clamp (Value v, MinMax min, MinMax max) const
 
local_real_t mod (local_real_t x, local_real_t y) const
 
template<class Value>
Value sign (Value v) const
 

Detailed Description

Definition at line 146 of file colormap.h.

Member Typedef Documentation

◆ local_real_t

typedef double local_real_t
protected

Definition at line 154 of file colormap.h.

Constructor & Destructor Documentation

◆ ~WrapperBase()

virtual ~WrapperBase ( )
inlinevirtual

Definition at line 149 of file colormap.h.

Member Function Documentation

◆ abs()

local_real_t abs ( local_real_t v) const
inlineprotected

Definition at line 193 of file colormap.h.

◆ clamp()

template<class Value, class MinMax>
std::common_type< Value, MinMax >::type clamp ( Value v,
MinMax min,
MinMax max ) const
inlineprotected

Definition at line 158 of file colormap.h.

+ Here is the call graph for this function:

◆ mod()

local_real_t mod ( local_real_t x,
local_real_t y ) const
inlineprotected

Definition at line 199 of file colormap.h.

◆ sign()

template<class Value>
Value sign ( Value v) const
inlineprotected

Definition at line 176 of file colormap.h.


The documentation for this class was generated from the following file: