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

Method StrictlyInsideMyBounds

Filters/ParallelGeometry/vtkPDistributedDataFilter.cxx:3256–3259  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3254
3255//------------------------------------------------------------------------------
3256int vtkPDistributedDataFilter::StrictlyInsideMyBounds(float x, float y, float z)
3257{
3258 return this->StrictlyInsideMyBounds((double)x, (double)y, (double)z);
3259}
3260
3261//------------------------------------------------------------------------------
3262int vtkPDistributedDataFilter::StrictlyInsideMyBounds(double x, double y, double z)

Calls 1

ComputeMyRegionBoundsMethod · 0.95

Tested by

no test coverage detected