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

Method GetVertexDataArraySelection

Filters/Reduction/vtkToImplicitArrayFilter.cxx:148–151  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

146
147//-------------------------------------------------------------------------
148vtkDataArraySelection* vtkToImplicitArrayFilter::GetVertexDataArraySelection()
149{
150 return this->GetArraySelection(vtkDataObject::FIELD_ASSOCIATION_VERTICES);
151}
152
153//-------------------------------------------------------------------------
154vtkDataArraySelection* vtkToImplicitArrayFilter::GetEdgeDataArraySelection()

Callers 2

PrintSelfMethod · 0.95
PrintSelfMethod · 0.80

Calls 1

GetArraySelectionMethod · 0.95

Tested by

no test coverage detected