------------------------------------------------------------------------------
| 4177 | |
| 4178 | //------------------------------------------------------------------------------ |
| 4179 | int vtkKdTree::GetRegionContainingPoint(double x, double y, double z) |
| 4180 | { |
| 4181 | return vtkKdTree::findRegion(this->Top, x, y, z); |
| 4182 | } |
| 4183 | //------------------------------------------------------------------------------ |
| 4184 | int vtkKdTree::MinimalNumberOfConvexSubRegions(vtkIntArray* regionIdList, double** convexSubRegions) |
| 4185 | { |
no outgoing calls
no test coverage detected