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

Method GetEdgeDataArraySelection

Filters/Reduction/vtkToImplicitArrayFilter.cxx:154–157  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

152
153//-------------------------------------------------------------------------
154vtkDataArraySelection* vtkToImplicitArrayFilter::GetEdgeDataArraySelection()
155{
156 return this->GetArraySelection(vtkDataObject::FIELD_ASSOCIATION_EDGES);
157}
158
159//-------------------------------------------------------------------------
160vtkDataArraySelection* vtkToImplicitArrayFilter::GetRowDataArraySelection()

Callers 2

PrintSelfMethod · 0.95
PrintSelfMethod · 0.80

Calls 1

GetArraySelectionMethod · 0.95

Tested by

no test coverage detected