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