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

Method GetCellDataArraySelection

Filters/Reduction/vtkToImplicitArrayFilter.cxx:130–133  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

128
129//-------------------------------------------------------------------------
130vtkDataArraySelection* vtkToImplicitArrayFilter::GetCellDataArraySelection()
131{
132 return this->GetArraySelection(vtkDataObject::FIELD_ASSOCIATION_CELLS);
133}
134
135//-------------------------------------------------------------------------
136vtkDataArraySelection* vtkToImplicitArrayFilter::GetFieldDataArraySelection()

Callers 9

PrintSelfMethod · 0.95
PrintSelfMethod · 0.45
TestDataFunction · 0.45
RequestInformationMethod · 0.45
RequestDataMethod · 0.45
ResamplingHelperImplMethod · 0.45
Test1Function · 0.45
Test2Function · 0.45

Calls 1

GetArraySelectionMethod · 0.95

Tested by 3

TestDataFunction · 0.36
Test1Function · 0.36
Test2Function · 0.36