8#ifndef IGL_FLOOD_FILL_H
9#define IGL_FLOOD_FILL_H
22 template <
typename Derivedres,
typename DerivedS>
24 const Eigen::MatrixBase<Derivedres>& res,
25 Eigen::PlainObjectBase<DerivedS> & S);
27#ifndef IGL_STATIC_LIBRARY
28# include "flood_fill.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void flood_fill(const Eigen::MatrixBase< Derivedres > &res, Eigen::PlainObjectBase< DerivedS > &S)
Given a 3D array with sparse non-nan (number?) data fill in the NaNs via flood fill.