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

Function IsCellBoundary

Common/DataModel/vtkUnstructuredGrid.h:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 bool IsCellBoundary(
331 vtkIdType cellId, vtkIdType npts, const vtkIdType* ptIds, vtkIdType& neighborCellId);
332 bool IsCellBoundary(vtkIdType cellId, vtkIdType npts, const vtkIdType* ptIds)
333 {
334 vtkIdType neighborCellId;
335 return this->IsCellBoundary(cellId, npts, ptIds, neighborCellId);
336 }
337 ///@}
338
339 ///@{

Callers

nothing calls this directly

Calls 1

IsCellBoundaryMethod · 0.80

Tested by

no test coverage detected