4#include "MRPch/MRBindingMacros.h"
5#include <MRPch/MREigenCore.h>
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRMeshTopology.h:23
std::array< Vector3f, 3 > MR_BIND_IGNORE
Definition MRMeshBuilderTypes.h:13
MR_BIND_IGNORE MeshTopology topologyFromEigen(const Eigen::MatrixXi &F)
constructs mesh topology from N*3 matrix of vertex indices
MR_BIND_IGNORE void meshToEigen(const Mesh &mesh, Eigen::MatrixXd &V, Eigen::MatrixXi &F)
converts mesh into M*3 matrix of coordinates and N*3 matrix of vertex indices
MR_BIND_IGNORE void pointsFromEigen(const Eigen::MatrixXd &V, const VertBitSet &selection, VertCoords &points)
replace selected points with the values from V
MR_BIND_IGNORE Mesh meshFromEigen(const Eigen::MatrixXd &V, const Eigen::MatrixXi &F)
constructs mesh from M*3 matrix of coordinates and N*3 matrix of vertex indices
MR_BIND_IGNORE void topologyToEigen(const MeshTopology &topology, Eigen::MatrixXi &F)
converts valid faces from mesh topology into N*3 matrix of vertex indices
only for bindings generation
Definition MRCameraOrientationPlugin.h:8