added missing function HasEHAdjacency
This commit is contained in:
parent
4a4039f138
commit
e271f9adb8
|
@ -559,6 +559,9 @@ bool HasEVAdjacency (const TriMesh < ContainerType0, ContainerType1, ContainerTy
|
|||
template < class ContainerType0, class ContainerType1, class ContainerType2 , class ContainerType3>
|
||||
bool HasEFAdjacency (const TriMesh < ContainerType0, ContainerType1, ContainerType2, ContainerType3> & /*m*/) {return TriMesh < ContainerType0 , ContainerType1, ContainerType2, ContainerType3>::EdgeType::HasEFAdjacency();}
|
||||
|
||||
template < class ContainerType0, class ContainerType1, class ContainerType2 , class ContainerType3>
|
||||
bool HasEHAdjacency (const TriMesh < ContainerType0, ContainerType1, ContainerType2, ContainerType3> & /*m*/) {return TriMesh < ContainerType0 , ContainerType1, ContainerType2, ContainerType3>::EdgeType::HasEHAdjacency();}
|
||||
|
||||
template < class ContainerType0, class ContainerType1, class ContainerType2 , class ContainerType3>
|
||||
bool HasFHAdjacency (const TriMesh < ContainerType0, ContainerType1, ContainerType2, ContainerType3> & /*m*/) {return TriMesh < ContainerType0 , ContainerType1, ContainerType2, ContainerType3>::FaceType::HasFHAdjacency();}
|
||||
|
||||
|
|
Loading…
Reference in New Issue