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

Method FetchPoints

Testing/DataModel/vtkMappedUnstructuredGridGenerator.cxx:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123template <class I>
124void MappedCellIterator<I>::FetchPoints()
125{
126 this->GridPoints->GetPoints(this->GetPointIds(), this->Points);
127}
128
129template <class I>
130void MappedCellIterator<I>::FetchFaces()

Callers

nothing calls this directly

Calls 2

GetPointsMethod · 0.45
GetPointIdsMethod · 0.45

Tested by

no test coverage detected