Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
librealsense::color_map Class Reference

#include <colorizer.h>

Public Member Functions

 color_map (std::map< float, float3 > map, int steps=4000)
 
 color_map (const std::vector< float3 > &values, int steps=4000)
 
 color_map ()
 
float3 get (float value) const
 
float min_key () const
 
float max_key () const
 

Constructor & Destructor Documentation

§ color_map() [1/3]

librealsense::color_map::color_map ( std::map< float, float3 map,
int  steps = 4000 
)
inline

§ color_map() [2/3]

librealsense::color_map::color_map ( const std::vector< float3 > &  values,
int  steps = 4000 
)
inline

§ color_map() [3/3]

librealsense::color_map::color_map ( )
inline

Member Function Documentation

§ get()

float3 librealsense::color_map::get ( float  value) const
inline

§ max_key()

float librealsense::color_map::max_key ( ) const
inline

§ min_key()

float librealsense::color_map::min_key ( ) const
inline

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