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

Method InMySpatialRegion

Filters/ParallelGeometry/vtkPDistributedDataFilter.cxx:3226–3229  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3224
3225//------------------------------------------------------------------------------
3226int vtkPDistributedDataFilter::InMySpatialRegion(float x, float y, float z)
3227{
3228 return this->InMySpatialRegion((double)x, (double)y, (double)z);
3229}
3230int vtkPDistributedDataFilter::InMySpatialRegion(double x, double y, double z)
3231{
3232 this->ComputeMyRegionBounds();

Callers 1

AssignGlobalNodeIdsMethod · 0.95

Calls 1

ComputeMyRegionBoundsMethod · 0.95

Tested by

no test coverage detected