#include <MeshSimplifier.h>
|
| MeshSimplifier (const Eigen::MatrixXd &vertexesIn, const Eigen::MatrixXi &facesIn, const bool isEquiError, const int nThreads) |
|
void | simplify (const int numFacesOut, const float strictness, const bool removeBoundaryEdges=false) |
|
Eigen::MatrixXd | getVertexes () |
|
Eigen::MatrixXi | getFaces () |
|
◆ MeshSimplifier()
MeshSimplifier::MeshSimplifier |
( |
const Eigen::MatrixXd & |
vertexesIn, |
|
|
const Eigen::MatrixXi & |
facesIn, |
|
|
const bool |
isEquiError, |
|
|
const int |
nThreads |
|
) |
| |
◆ getFaces()
Eigen::MatrixXi MeshSimplifier::getFaces |
( |
| ) |
|
◆ getVertexes()
Eigen::MatrixXd MeshSimplifier::getVertexes |
( |
| ) |
|
◆ simplify()
void MeshSimplifier::simplify |
( |
const int |
numFacesOut, |
|
|
const float |
strictness, |
|
|
const bool |
removeBoundaryEdges = false |
|
) |
| |
The documentation for this class was generated from the following files: