Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
int MappedGridImpl::GetMaxCellSize()
195
{
196
return _grid->GetMaxCellSize();
197
}
198
199
void MappedGridImpl::GetCellPoints(vtkIdType cellId, vtkIdList* ptIds)
200
{
Callers
1
FindCell
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected