libigl v2.5.0
Loading...
Searching...
No Matches
writeBF.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <string>
#include "writeBF.cpp"

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedWI, typename DerivedP, typename DerivedO>
bool igl::writeBF (const std::string &filename, const Eigen::MatrixBase< DerivedWI > &WI, const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedO > &O)
 Write a bones forest to a file.