MCPcopy Create free account
hub / github.com/Kitware/VTK / GetId

Method GetId

Testing/GenericBridge/vtkBridgePointIteratorOnDataSet.cxx:101–106  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Unique identifier for the point, could be non-contiguous \pre not_off: !IsAtEnd()

Source from the content-addressed store, hash-verified

99// Unique identifier for the point, could be non-contiguous
100// \pre not_off: !IsAtEnd()
101vtkIdType vtkBridgePointIteratorOnDataSet::GetId()
102{
103 assert("pre: not_off" && !IsAtEnd());
104
105 return this->Id;
106}
107
108//------------------------------------------------------------------------------
109// Description:

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
IsAtEndFunction · 0.50

Tested by

no test coverage detected