gtsam_points
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
colormap.hpp File Reference
#include <vector>
#include <Eigen/Core>
Include dependency graph for colormap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  glk
 

Enumerations

enum class  glk::COLORMAP {
  glk::TURBO = 0 , glk::JET , glk::CIVIDIS , glk::OCEAN ,
  glk::SPRING , glk::SUMMER , glk::AUTUMN , glk::WINTER ,
  glk::GREAN_YELLOW , glk::BLUE_RED , glk::PUBUGN , glk::TURBID ,
  glk::PASTEL , glk::HELIX , glk::PHASE , glk::VEGETATION ,
  glk::CURL , glk::COOL_WARM , glk::NUM_COLORMAPS
}
 

Functions

Eigen::Vector4i glk::colormap (COLORMAP type, int x)
 
Eigen::Vector4f glk::colormapf (COLORMAP type, float x)
 
Eigen::Vector4i glk::colormap_categorical (COLORMAP type, int x, int num_categories)
 
Eigen::Vector4f glk::colormap_categoricalf (COLORMAP type, int x, int num_categories)
 
std::vector< const char * > glk::colormap_names ()
 
std::array< std::array< unsigned char, 3 >, 256 > glk::colormap_table (COLORMAP type)