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 144 of file colormap.h.

Member Typedef Documentation

◆ local_real_t

typedef double local_real_t
protected

Definition at line 151 of file colormap.h.

Constructor & Destructor Documentation

◆ ~WrapperBase()

virtual ~WrapperBase ( )
inlinevirtual

Definition at line 147 of file colormap.h.

Member Function Documentation

◆ abs()

local_real_t abs ( local_real_t  v) const
inlineprotected

Definition at line 187 of file colormap.h.

+ Here is the call graph for this function:

◆ clamp()

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

Definition at line 154 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 192 of file colormap.h.

◆ sign()

Value sign ( Value  v) const
inlineprotected

Definition at line 171 of file colormap.h.

+ Here is the call graph for this function:

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