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

Method intersects

ThirdParty/libproj/vtklibproj/src/grids.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90// ---------------------------------------------------------------------------
91
92bool ExtentAndRes::intersects(const ExtentAndRes &other) const {
93 return other.west < east && west <= other.west && other.south < north &&
94 south <= other.north;
95}
96
97// ---------------------------------------------------------------------------
98

Callers 2

insertIntoHierarchyFunction · 0.45
insertGridMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected