#include "igl_inline.h"
#include <Eigen/Core>
#include "histc.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedX , typename DerivedE , typename DerivedN , typename DerivedB >  | 
| void  | igl::histc (const Eigen::MatrixBase< DerivedX > &X, const Eigen::MatrixBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedN > &N, Eigen::PlainObjectBase< DerivedB > &B) | 
|   | Count occurrences of values in X between consecutive entries in E.  
  | 
|   | 
| template<typename DerivedX , typename DerivedE , typename DerivedB >  | 
| void  | igl::histc (const Eigen::MatrixBase< DerivedX > &X, const Eigen::MatrixBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedB > &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 DerivedE >  | 
| void  | igl::histc (const typename DerivedE::Scalar &x, const Eigen::MatrixBase< DerivedE > &E, typename DerivedE::Index &b) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |