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