ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PclCloudLUT.cpp File Reference
#include "PclCloudLUT.h"
#include <pcl/point_types.h>
#include <ecvColorTypes.h>
Include dependency graph for PclCloudLUT.cpp:

Go to the source code of this file.

Variables

static const unsigned char CloudLUT []
 Lookup table. More...
 
static const unsigned int CloudLUT_SIZE
 Number of colors in Glasbey lookup table. More...
 

Variable Documentation

◆ CloudLUT

const unsigned char CloudLUT[]
static
Initial value:
= {
255, 255, 255,
255, 0, 0,
}

Lookup table.

Definition at line 15 of file PclCloudLUT.cpp.

Referenced by PclCloudLUT::at(), and PclCloudLUT::data().

◆ CloudLUT_SIZE

const unsigned int CloudLUT_SIZE
static
Initial value:
=
sizeof(CloudLUT) / (sizeof(CloudLUT[0]) * 3)
static const unsigned char CloudLUT[]
Lookup table.
Definition: PclCloudLUT.cpp:15

Number of colors in Glasbey lookup table.

Definition at line 21 of file PclCloudLUT.cpp.

Referenced by PclCloudLUT::size().