#include "igl_inline.h"
#include <Eigen/Core>
#include <string>
#include "readBF.cpp"
Go to the source code of this file.
|
| template<typename DerivedWI , typename DerivedP , typename DerivedO > |
| IGL_INLINE bool | igl::readBF (const std::string &filename, Eigen::PlainObjectBase< DerivedWI > &WI, Eigen::PlainObjectBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedO > &O) |
| |
| template<typename DerivedWI , typename DerivedbfP , typename DerivedO , typename DerivedC , typename DerivedBE , typename DerivedP > |
| IGL_INLINE bool | igl::readBF (const std::string &filename, Eigen::PlainObjectBase< DerivedWI > &WI, Eigen::PlainObjectBase< DerivedbfP > &bfP, Eigen::PlainObjectBase< DerivedO > &O, Eigen::PlainObjectBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedBE > &BE, Eigen::PlainObjectBase< DerivedP > &P) |
| |