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

Method Union

Common/DataModel/vtkSelection.cxx:556–562  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

554
555//------------------------------------------------------------------------------
556void vtkSelection::Union(vtkSelection* s)
557{
558 for (const auto& nodePair : s->Internals->Items)
559 {
560 this->Union(nodePair.second);
561 }
562}
563
564//------------------------------------------------------------------------------
565void vtkSelection::Union(vtkSelectionNode* node)

Callers 13

UpdateSelectionMethod · 0.45
Range operator+Method · 0.45
RangeId operator+Method · 0.45
RangeId2 operator+Method · 0.45
Bounds operator+Method · 0.45
RangeId3 operator+Method · 0.45
TestRangeFunction · 0.45
TestBoundsFunction · 0.45
Range operator()Method · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45

Calls 5

AddNodeMethod · 0.95
EqualPropertiesMethod · 0.80
UnionSelectionListMethod · 0.80
NewFunction · 0.50
DeepCopyMethod · 0.45

Tested by 2

TestRangeFunction · 0.36
TestBoundsFunction · 0.36