Is the cell on the exterior boundary of the dataset? \pre 2d: GetDimension()==2 ------------------------------------------------------------------------------
| 675 | // \pre 2d: GetDimension()==2 |
| 676 | //------------------------------------------------------------------------------ |
| 677 | int vtkBridgeCell::IsOnBoundary() |
| 678 | { |
| 679 | assert("pre: 2d" && this->GetDimension() == 2); |
| 680 | // assert("check: TODO" && 0); |
| 681 | return 1; |
| 682 | } |
| 683 | |
| 684 | //------------------------------------------------------------------------------ |
| 685 | // Description: |
no test coverage detected