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

Function Inside

Common/DataModel/vtkOverlappingAMRMetaData.cxx:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace
19{
20inline bool Inside(double q[3], double gbounds[6])
21{
22 return gbounds[0] <= q[0] && q[0] <= gbounds[1] && gbounds[2] <= q[1] && q[1] <= gbounds[3] &&
23 gbounds[4] <= q[2] && q[2] <= gbounds[5];
24}
25
26//------------------------------------------------------------------------------
27// Utility class used to store bin properties

Callers 1

FindGridMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected