Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
parula.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "parula.cpp"
+ Include dependency graph for parula.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename T >
IGL_INLINE void igl::parula (const T f, T *rgb)
 
template<typename T >
IGL_INLINE void igl::parula (const T f, T &r, T &g, T &b)
 
template<typename DerivedZ , typename DerivedC >
IGL_INLINE void igl::parula (const Eigen::MatrixBase< DerivedZ > &Z, const bool normalize, Eigen::PlainObjectBase< DerivedC > &C)
 
template<typename DerivedZ , typename DerivedC >
IGL_INLINE void igl::parula (const Eigen::MatrixBase< DerivedZ > &Z, const double min_Z, const double max_Z, Eigen::PlainObjectBase< DerivedC > &C)