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

Method Subtract

Common/DataModel/vtkSelection.cxx:587–593  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

585
586//------------------------------------------------------------------------------
587void vtkSelection::Subtract(vtkSelection* s)
588{
589 for (const auto& nodePair : s->Internals->Items)
590 {
591 this->Subtract(nodePair.second);
592 }
593}
594
595//------------------------------------------------------------------------------
596void vtkSelection::Subtract(vtkSelectionNode* node)

Callers 1

TestSelectionSubtractFunction · 0.45

Calls 2

EqualPropertiesMethod · 0.80
SubtractSelectionListMethod · 0.80

Tested by 1

TestSelectionSubtractFunction · 0.36