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

Method Contains

Common/DataModel/vtkAMRBox.cxx:619–623  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

617
618//------------------------------------------------------------------------------
619bool vtkAMRBox::Contains(int i, int j, int k) const
620{
621 int ijk[3] = { i, j, k };
622 return this->Contains(ijk);
623}
624
625//------------------------------------------------------------------------------
626bool vtkAMRBox::Contains(const int* I) const

Callers 5

FillRegionFunction · 0.45
SplitMethod · 0.45
SubtractMethod · 0.45
BlankGridsAtLevelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected