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

Method ShallowCopyToOutput

Filters/General/vtkAnnotationLink.cxx:235–244  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

233
234//------------------------------------------------------------------------------
235void vtkAnnotationLink::ShallowCopyToOutput(
236 vtkAnnotationLayers* input, vtkAnnotationLayers* output, vtkSelection* sel)
237{
238 output->ShallowCopy(input);
239
240 if (input->GetCurrentSelection())
241 {
242 sel->ShallowCopy(input->GetCurrentSelection());
243 }
244}
245
246//------------------------------------------------------------------------------
247int vtkAnnotationLink::FillInputPortInformation(int port, vtkInformation* info)

Callers 1

RequestDataMethod · 0.95

Calls 2

ShallowCopyMethod · 0.45
GetCurrentSelectionMethod · 0.45

Tested by

no test coverage detected