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

Method GetPointDataArraySelection

IO/Fides/vtkFidesWriter.cxx:92–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

90
91//------------------------------------------------------------------------------
92vtkDataArraySelection* vtkFidesWriter::GetPointDataArraySelection()
93{
94 return this->GetArraySelection(vtkDataObject::FIELD_ASSOCIATION_POINTS);
95}
96
97//------------------------------------------------------------------------------
98vtkDataArraySelection* vtkFidesWriter::GetCellDataArraySelection()

Callers 4

testFirstMethod · 0.45
testSecondMethod · 0.45
testFourthMethod · 0.45
testFifthMethod · 0.45

Calls 1

GetArraySelectionMethod · 0.95

Tested by 4

testFirstMethod · 0.36
testSecondMethod · 0.36
testFourthMethod · 0.36
testFifthMethod · 0.36