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

Method IntervalOverlap

Filters/Geometry/vtkStructuredGridConnectivity.cxx:939–945  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

937
938//------------------------------------------------------------------------------
939int vtkStructuredGridConnectivity::IntervalOverlap(int A[2], int B[2], int overlap[2])
940{
941 // STEP 0: Check if we must check for a partial overlap
942 int CardinalityOfA = this->Cardinality(A);
943 int CardinalityOfB = this->Cardinality(B);
944 return (this->PartialOverlap(A, CardinalityOfA, B, CardinalityOfB, overlap));
945}
946
947//------------------------------------------------------------------------------
948void vtkStructuredGridConnectivity::GetIJKBlockOrientation(

Callers 1

DetectNeighborsMethod · 0.95

Calls 2

PartialOverlapMethod · 0.95
CardinalityMethod · 0.80

Tested by

no test coverage detected