Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
writeDMAT.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <string>
#include <vector>
#include "writeDMAT.cpp"
+ Include dependency graph for writeDMAT.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedW >
IGL_INLINE bool igl::writeDMAT (const std::string file_name, const Eigen::MatrixBase< DerivedW > &W, const bool ascii=true)
 
template<typename Scalar >
IGL_INLINE bool igl::writeDMAT (const std::string file_name, const std::vector< std::vector< Scalar > > &W, const bool ascii=true)
 
template<typename Scalar >
IGL_INLINE bool igl::writeDMAT (const std::string file_name, const std::vector< Scalar > &W, const bool ascii=true)