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

Method GetId

Testing/GenericBridge/vtkBridgePointIteratorOnCell.cxx:108–113  ·  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

106// Unique identifier for the point, could be non-contiguous
107// \pre not_off: !IsAtEnd()
108vtkIdType vtkBridgePointIteratorOnCell::GetId()
109{
110 assert("pre: not_off" && !IsAtEnd());
111
112 return this->PtIds->GetId(this->Cursor);
113}
114
115//------------------------------------------------------------------------------
116// Description:

Callers 1

GetPositionMethod · 0.45

Calls 2

assertFunction · 0.50
IsAtEndFunction · 0.50

Tested by

no test coverage detected