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

Method Intersect

Common/DataModel/vtkAMRBox.cxx:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302bool vtkAMRBox::Intersect(const vtkAMRBox& other)
303{
304 return this->IntersectBoxAlongDimension(other, 0) && this->IntersectBoxAlongDimension(other, 1) &&
305 this->IntersectBoxAlongDimension(other, 2);
306}
307
308int vtkAMRBox::GetCellLinearIndex(const vtkAMRBox& box, int i, int j, int k, int dim[3])
309{

Callers 6

operator()Method · 0.80
operator()Method · 0.80
BlankGridsAtLevelMethod · 0.80
TestRectFunction · 0.80
TestAMRBoxIntersectionFunction · 0.80
SetClippingMethod · 0.80

Calls 1

Tested by 4

operator()Method · 0.64
operator()Method · 0.64
TestRectFunction · 0.64
TestAMRBoxIntersectionFunction · 0.64