#include "igl_inline.h"
#include <Eigen/Core>
#include "isolines_map.cpp"
Go to the source code of this file.
|
template<typename DerivedCM , typename Derivediso_color , typename DerivedICM > |
void | igl::isolines_map (const Eigen::MatrixBase< DerivedCM > &CM, const Eigen::MatrixBase< Derivediso_color > &iso_color, const int interval_thickness, const int iso_thickness, Eigen::PlainObjectBase< DerivedICM > &ICM) |
| Inject a given colormap with evenly spaced isolines.
|
|
template<typename DerivedCM , typename DerivedICM > |
void | igl::isolines_map (const Eigen::MatrixBase< DerivedCM > &CM, Eigen::PlainObjectBase< DerivedICM > &ICM) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|