Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ ResetCellAttributeIds
Method
ResetCellAttributeIds
Common/DataModel/vtkCellGridCopyQuery.cxx:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
void vtkCellGridCopyQuery::ResetCellAttributeIds()
162
{
163
this->CellAttributeIds.clear();
164
}
165
166
void vtkCellGridCopyQuery::CopyAttributeArrays(vtkCellAttribute* srcAtt, vtkStringToken cellType)
167
{
Callers
2
~vtkCellGridCopyQuery
Method · 0.95
testCopyStructure
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
1
testCopyStructure
Method · 0.64