added HasPolyInfo function, line 538

This commit is contained in:
Nico Pietroni 2012-01-24 13:34:46 +00:00
parent 36b4d6eeab
commit fc7983d3fd
1 changed files with 3 additions and 0 deletions

View File

@ -534,6 +534,9 @@ template < class CType0, class CType1, class CType2 , class CType3>
bool HasPerWedgeColor (const TriMesh < CType0, CType1, CType2, CType3> & /*m*/) {return TriMesh < CType0 , CType1, CType2, CType3>::FaceContainer::value_type::HasWedgeColor();}
template < class CType0, class CType1, class CType2 , class CType3>
bool HasPolyInfo (const TriMesh < CType0, CType1, CType2, CType3> & /*m*/) {return TriMesh < CType0 , CType1, CType2, CType3>::FaceContainer::value_type::HasPolyInfo();}
template < class CType0, class CType1, class CType2 , class CType3>
bool HasPerFaceFlags (const TriMesh < CType0, CType1, CType2, CType3> & /*m*/) {return TriMesh < CType0 , CType1, CType2, CType3>::FaceContainer::value_type::HasFlags();}