------------------------------------------------------------------------------
| 77 | |
| 78 | //------------------------------------------------------------------------------ |
| 79 | int vtkPolyDataPointPlacer::ComputeWorldPosition(vtkRenderer* ren, double displayPos[2], |
| 80 | double* vtkNotUsed(refWorldPos), double worldPos[3], double worldOrient[9]) |
| 81 | { |
| 82 | return this->ComputeWorldPosition(ren, displayPos, worldPos, worldOrient); |
| 83 | } |
| 84 | |
| 85 | //------------------------------------------------------------------------------ |
| 86 | int vtkPolyDataPointPlacer::ComputeWorldPosition( |
nothing calls this directly
no test coverage detected