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