MCPcopy Create free account
hub / github.com/Kitware/VTK / GetInternalSelectionOutputPort

Function GetInternalSelectionOutputPort

Views/Core/vtkDataRepresentation.h:165–168  ·  view source on GitHub ↗

* 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. */

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected