Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetCellType
Method
GetCellType
Testing/DataModel/vtkMappedUnstructuredGridGenerator.cxx:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
int MappedGridImpl::GetCellType(vtkIdType cellId)
190
{
191
return _grid->GetCellType(cellId);
192
}
193
194
int MappedGridImpl::GetMaxCellSize()
195
{
Callers
7
ComputeNumberOfCellsAndTypes
Method · 0.45
GetDistinctCellTypes
Method · 0.45
GetType
Method · 0.45
GetFaceArray
Method · 0.45
GetEdgeArray
Method · 0.45
AddCellMetaDataToCellDataImpl
Function · 0.45
FetchCellType
Method · 0.45
Calls
no outgoing calls
Tested by
1
AddCellMetaDataToCellDataImpl
Function · 0.36