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

Method GetRowDataArraySelection

Filters/Reduction/vtkToImplicitArrayFilter.cxx:160–163  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

158
159//-------------------------------------------------------------------------
160vtkDataArraySelection* vtkToImplicitArrayFilter::GetRowDataArraySelection()
161{
162 return this->GetArraySelection(vtkDataObject::FIELD_ASSOCIATION_ROWS);
163}
164
165//-------------------------------------------------------------------------
166int vtkToImplicitArrayFilter::RequestData(vtkInformation* vtkNotUsed(info),

Callers 2

PrintSelfMethod · 0.95
PrintSelfMethod · 0.80

Calls 1

GetArraySelectionMethod · 0.95

Tested by

no test coverage detected