* The output port that contains the selection associated with the * current annotation (normally the interactive selection). * This should be used when connecting the internal pipelines. */
| 163 | * This should be used when connecting the internal pipelines. |
| 164 | */ |
| 165 | virtual vtkAlgorithmOutput* GetInternalSelectionOutputPort() |
| 166 | { |
| 167 | return this->GetInternalSelectionOutputPort(0); |
| 168 | } |
| 169 | virtual vtkAlgorithmOutput* GetInternalSelectionOutputPort(int port) |
| 170 | { |
| 171 | return this->GetInternalSelectionOutputPort(port, 0); |
nothing calls this directly
no test coverage detected