1#ifndef IGL_ISOLINES_MAP_H 
    2#define IGL_ISOLINES_MAP_H 
   19    typename Derivediso_color,
 
   22    const Eigen::MatrixBase<DerivedCM> & CM, 
 
   23    const Eigen::MatrixBase<Derivediso_color> & iso_color,
 
   24    const int interval_thickness,
 
   25    const int iso_thickness,
 
   26    Eigen::PlainObjectBase<DerivedICM> & ICM);
 
   32    const Eigen::MatrixBase<DerivedCM> & CM, 
 
   33    Eigen::PlainObjectBase<DerivedICM> & ICM);
 
   36#ifndef IGL_STATIC_LIBRARY 
   37#  include "isolines_map.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void 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.