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

Method GetMask

Filters/Points/vtkMaskPointsFilter.cxx:126–134  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

124
125//------------------------------------------------------------------------------
126vtkDataObject* vtkMaskPointsFilter::GetMask()
127{
128 if (this->GetNumberOfInputConnections(1) < 1)
129 {
130 return nullptr;
131 }
132
133 return this->GetExecutive()->GetInputData(1, 0);
134}
135
136//------------------------------------------------------------------------------
137// Traverse all the input points and extract points that are contained within

Callers 15

ProcessTreesMethod · 0.45
ProcessTreesMethod · 0.45
ProcessTreesMethod · 0.45
ProcessTreesMethod · 0.45
ProcessTreesMethod · 0.45
ProcessTreesMethod · 0.45
ProcessTreesMethod · 0.45
ProcessTreesMethod · 0.45

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by 3

CheckIndexSelectionFunction · 0.36
CheckValueSelectionFunction · 0.36
CheckLocationSelectionFunction · 0.36