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

Go to the source code of this file.

Namespaces

namespace  igl
 

Enumerations

enum  igl::TetrahedralizedGripType { igl::TETRAHEDRALIZED_GRID_TYPE_5 = 0 , igl::TETRAHEDRALIZED_GRID_TYPE_6_ROTATIONAL = 1 , igl::NUM_TETRAHEDRALIZED_GRID_TYPE = 2 }
 Types of tetrahedralizations of a cubical cell. More...
 

Functions

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 > &GT)
 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 > &GT)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.