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

Method GetMaxCellSize

Testing/DataModel/vtkMappedUnstructuredGridGenerator.cxx:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194int MappedGridImpl::GetMaxCellSize()
195{
196 return _grid->GetMaxCellSize();
197}
198
199void MappedGridImpl::GetCellPoints(vtkIdType cellId, vtkIdList* ptIds)
200{

Callers 1

FindCellMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected