MCPcopy 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

Calls 2

AssertValidMethod · 0.80
GetCurrentFlatIndexMethod · 0.80

Tested by

no test coverage detected