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

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

template<typename DerivedV , typename DerivedF >
bool igl::copyleft::cgal::read_triangle_mesh (const std::string str, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F)
 Simple wrapper, reads floating point precision but assigns to DerivedV::Scalar which may be a CGAL type.