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