added HasPolyInfo function, line 538
This commit is contained in:
parent
36b4d6eeab
commit
fc7983d3fd
vcg/complex
|
@ -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();}
|
||||
|
||||
|
|
Loading…
Reference in New Issue