------------------------------------------------------------------------------
| 67 | |
| 68 | //------------------------------------------------------------------------------ |
| 69 | int vtkPointPlacer::ValidateDisplayPosition(vtkRenderer*, double vtkNotUsed(displayPos)[2]) |
| 70 | { |
| 71 | return 1; |
| 72 | } |
| 73 | |
| 74 | //------------------------------------------------------------------------------ |
| 75 | void vtkPointPlacer::PrintSelf(ostream& os, vtkIndent indent) |
no outgoing calls
no test coverage detected