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

Method GetId

Testing/GenericBridge/vtkBridgeCell.cxx:70–73  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Unique identification number of the cell over the whole data set. This unique key may not be contiguous.

Source from the content-addressed store, hash-verified

68// Unique identification number of the cell over the whole
69// data set. This unique key may not be contiguous.
70vtkIdType vtkBridgeCell::GetId()
71{
72 return this->Id;
73}
74
75//------------------------------------------------------------------------------
76// Description:

Callers 8

InterpolateTupleMethod · 0.95
InitWithOneCellMethod · 0.45
GetCellMethod · 0.45
GetPointIdsMethod · 0.45
GetTupleMethod · 0.45
GetComponentMethod · 0.45
MapMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by 2

MapMethod · 0.36
operator()Method · 0.36