#include "igl_inline.h"
#include <Eigen/Dense>
#include "parula.cpp"
Go to the source code of this file.
|
template<typename T > |
void | igl::parula (const T f, T *rgb) |
| Parula colormap like MATLAB's parula.
|
|
template<typename T > |
void | igl::parula (const T f, T &r, T &g, T &b) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename DerivedZ , typename DerivedC > |
void | igl::parula (const Eigen::MatrixBase< DerivedZ > &Z, const bool normalize, Eigen::PlainObjectBase< DerivedC > &C) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename DerivedZ , typename DerivedC > |
void | igl::parula (const Eigen::MatrixBase< DerivedZ > &Z, const double min_Z, const double max_Z, Eigen::PlainObjectBase< DerivedC > &C) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|