You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
383 B

#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