vcglib/vcg/complex/algorithms/tetra/tetfuse_collapse.h

20 lines
383 B
C++

#ifndef VCG_TETFUSECOLLAPSE_H
#define VCG_TETFUSECOLLAPSE_H
namespace vcg {
namespace tetra {
template < class TetraMesh >
class TetFuser {
typedef typename TetraMesh::VertexType VertexType;
typedef typename TetraMesh::TetraType TetraType;
typedef typename TetraMesh::CoordType CoordType;
typedef typename TetraMesh::ScalarType ScalarType;
};
}
}
#endif