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

Method GetFieldDataArraySelection

Filters/Reduction/vtkToImplicitArrayFilter.cxx:136–139  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134
135//-------------------------------------------------------------------------
136vtkDataArraySelection* vtkToImplicitArrayFilter::GetFieldDataArraySelection()
137{
138 return this->GetArraySelection(vtkDataObject::FIELD_ASSOCIATION_NONE);
139}
140
141//-------------------------------------------------------------------------
142vtkDataArraySelection* vtkToImplicitArrayFilter::GetPointsThenCellsDataArraySelection()

Callers 4

PrintSelfMethod · 0.95
PrintSelfMethod · 0.45
TestDataFunction · 0.45
ResamplingHelperImplMethod · 0.45

Calls 1

GetArraySelectionMethod · 0.95

Tested by 1

TestDataFunction · 0.36