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

Method AddSelector

Filters/Extraction/vtkExtractBlockUsingDataAssembly.cxx:144–156  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

142
143//------------------------------------------------------------------------------
144bool vtkExtractBlockUsingDataAssembly::AddSelector(const char* selector)
145{
146 if (selector)
147 {
148 auto& internals = *this->Internals;
149 if (internals.Selectors.insert(selector).second)
150 {
151 this->Modified();
152 return true;
153 }
154 }
155 return false;
156}
157
158//------------------------------------------------------------------------------
159void vtkExtractBlockUsingDataAssembly::ClearSelectors()

Callers 3

TestPDCFunction · 0.45
TestPDCFunction · 0.45
TestAMRFunction · 0.45

Calls 2

insertMethod · 0.45
ModifiedMethod · 0.45

Tested by 3

TestPDCFunction · 0.36
TestPDCFunction · 0.36
TestAMRFunction · 0.36