MCPcopy Create free account
hub / github.com/Kitware/VTK / SetInterfaceFace

Method SetInterfaceFace

Filters/HyperTree/vtkHyperTreeGridGeometry3DImpl.cxx:522–532  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

520
521//------------------------------------------------------------------------------
522void vtkHyperTreeGridGeometry3DImpl::SetInterfaceFace(unsigned int edgeId,
523 std::map<unsigned int, std::pair<vtkHyperTreeGridGeometry3DImpl::HTG3DPoint*, unsigned int>>&
524 internalFace,
525 vtkHyperTreeGridGeometry3DImpl::HTG3DPoint* point)
526{
527 if (internalFace.count(edgeId) <= 0)
528 {
529 internalFace[edgeId].first = point;
530 internalFace[edgeId].second = VTK_DEFAULT_EDGE_INDEX;
531 }
532}
533
534//------------------------------------------------------------------------------
535void vtkHyperTreeGridGeometry3DImpl::CompleteLinkage(

Callers 2

ComputeEdgeInterfaceMethod · 0.95
ComputeEdgeMethod · 0.95

Calls 1

countMethod · 0.45

Tested by

no test coverage detected