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

Method IsNodeOnBoundary

Filters/Geometry/vtkStructuredGridConnectivity.cxx:674–677  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

672
673//------------------------------------------------------------------------------
674bool vtkStructuredGridConnectivity::IsNodeOnBoundary(int i, int j, int k)
675{
676 return (this->IsNodeOnBoundaryOfExtent(i, j, k, this->WholeExtent));
677}
678
679//------------------------------------------------------------------------------
680void vtkStructuredGridConnectivity::EstablishNeighbors(int i, int j)

Callers 1

Calls 1

Tested by

no test coverage detected