#include "igl_inline.h"
#include <Eigen/Core>
#include "tetrahedralized_grid.cpp"
Go to the source code of this file.
|
template<typename DerivedGV , typename DerivedGT > |
void | igl::tetrahedralized_grid (const int nx, const int ny, const int nz, const TetrahedralizedGripType type, Eigen::PlainObjectBase< DerivedGV > &GV, Eigen::PlainObjectBase< DerivedGT > >) |
| Construct vertices of a regular grid, suitable for input to igl::marching_tets
|
|
template<typename Derivedside , typename DerivedGT > |
void | igl::tetrahedralized_grid (const Eigen::MatrixBase< Derivedside > &side, const TetrahedralizedGripType type, Eigen::PlainObjectBase< DerivedGT > >) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|