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

Method GetSelectionList

Common/DataModel/vtkSelectionNode.cxx:107–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

105
106//------------------------------------------------------------------------------
107vtkAbstractArray* vtkSelectionNode::GetSelectionList()
108{
109 if (this->SelectionData && this->SelectionData->GetNumberOfArrays() > 0)
110 {
111 return this->SelectionData->GetAbstractArray(0);
112 }
113 return nullptr;
114}
115
116//------------------------------------------------------------------------------
117void vtkSelectionNode::SetSelectionList(vtkAbstractArray* arr)

Callers 15

PaintMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
PaintMethod · 0.80
mimeDataMethod · 0.80
mimeDataMethod · 0.80
dataMethod · 0.80
SetVTKSelectionMethod · 0.80
SetVTKSelectionMethod · 0.80

Calls 2

GetAbstractArrayMethod · 0.80
GetNumberOfArraysMethod · 0.45

Tested by 13

PrintSelectionNodesFunction · 0.64
TestSelectionSubtractFunction · 0.64
ExecuteMethod · 0.64
ExecuteMethod · 0.64
SetPointIdsMethod · 0.64
ExecuteMethod · 0.64
SetPointIdsMethod · 0.64
SetPointIdsMethod · 0.64
TestHardwareSelectorFunction · 0.64
SelectionCompareFunction · 0.64