| 643 | } |
| 644 | |
| 645 | vtkStructuredPoints* vtkSubPixelPositionEdgels::GetGradMaps() |
| 646 | { |
| 647 | if (this->GetNumberOfInputConnections(1) < 1) |
| 648 | { |
| 649 | return nullptr; |
| 650 | } |
| 651 | return vtkStructuredPoints::SafeDownCast(this->GetExecutive()->GetInputData(1, 0)); |
| 652 | } |
| 653 | |
| 654 | int vtkSubPixelPositionEdgels::FillInputPortInformation(int port, vtkInformation* info) |
| 655 | { |
no test coverage detected