Home
last modified time | relevance | path

Searched refs:Handle_SingularIndex (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gl/
H A Dgl_field.h151 typename MeshType::template PerVertexAttributeHandle<int> Handle_SingularIndex; in GLDrawSingularity() local
152Handle_SingularIndex =vcg::tri::Allocator<MeshType>::template GetPerVertexAttribute<int>(mesh,std:… in GLDrawSingularity()
168 int SingIndex=Handle_SingularIndex[i]; in GLDrawSingularity()
/dports/devel/vcglib/vcglib-2020.09/wrap/gl/
H A Dgl_field.h228 typename MeshType::template PerVertexAttributeHandle<int> Handle_SingularIndex; in GLDrawSingularity() local
229Handle_SingularIndex =vcg::tri::Allocator<MeshType>::template GetPerVertexAttribute<int>(mesh,std:… in GLDrawSingularity()
245 int SingIndex=Handle_SingularIndex[i]; in GLDrawSingularity()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/parametrization/
H A Dtangent_field_operators.h1383 typename MeshType::template PerVertexAttributeHandle<int> Handle_SingularIndex; in UpdateSingularByCross() local
1391Handle_SingularIndex=vcg::tri::Allocator<MeshType>::template GetPerVertexAttribute<int>(mesh,std::… in UpdateSingularByCross()
1393Handle_SingularIndex=vcg::tri::Allocator<MeshType>::template AddPerVertexAttribute<int>(mesh,std::… in UpdateSingularByCross()
1402 Handle_SingularIndex[i]=0; in UpdateSingularByCross()
1410 Handle_SingularIndex[i]=missmatch; in UpdateSingularByCross()
1415 Handle_SingularIndex[i]=0; in UpdateSingularByCross()
1660 typename MeshType::template PerVertexAttributeHandle<int> Handle_SingularIndex; in expectedValence() local
1661Handle_SingularIndex = vcg::tri::Allocator<MeshType>::template GetPerVertexAttribute<int>(mesh,std… in expectedValence()
1664 switch (Handle_SingularIndex[v]) { in expectedValence()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/parametrization/
H A Dtangent_field_operators.h1261 typename MeshType::template PerVertexAttributeHandle<int> Handle_SingularIndex; in UpdateSingularByCross() local
1269Handle_SingularIndex=vcg::tri::Allocator<MeshType>::template GetPerVertexAttribute<int>(mesh,std::… in UpdateSingularByCross()
1271Handle_SingularIndex=vcg::tri::Allocator<MeshType>::template AddPerVertexAttribute<int>(mesh,std::… in UpdateSingularByCross()
1282 Handle_SingularIndex[i]=missmatch; in UpdateSingularByCross()
1287 Handle_SingularIndex[i]=0; in UpdateSingularByCross()