------------------------------------------------------------------------------ Description: Does `this' a cell of a dataset? (otherwise, it is a boundary cell)
| 76 | // Description: |
| 77 | // Does `this' a cell of a dataset? (otherwise, it is a boundary cell) |
| 78 | int vtkBridgeCell::IsInDataSet() |
| 79 | { |
| 80 | return this->BoolIsInDataSet; |
| 81 | } |
| 82 | |
| 83 | //------------------------------------------------------------------------------ |
| 84 | // Description: |
no outgoing calls
no test coverage detected