Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetFlatIndex
Function
GetFlatIndex
Common/DataModel/vtkCompositeDataSetNodeReference.h:240–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
unsigned int GetFlatIndex() const
241
{
242
this->AssertValid();
243
return this->Iterator->GetCurrentFlatIndex();
244
}
245
246
bool HasMetaData() const
247
{
Callers
1
MinMaxIndicesForCellPoints
Function · 0.85
Calls
2
AssertValid
Method · 0.80
GetCurrentFlatIndex
Method · 0.80
Tested by
no test coverage detected