----------------------------------------------------------------------------
| 2426 | |
| 2427 | //---------------------------------------------------------------------------- |
| 2428 | bool vtkIOSSModel::ElementSideCouldNotBeModified() const |
| 2429 | { |
| 2430 | return this->Internals->ElementSideInfo.GetCouldNotBeModified(); |
| 2431 | } |
| 2432 | |
| 2433 | //---------------------------------------------------------------------------- |
| 2434 | bool vtkIOSSModel::ElementSideModified() const |
no test coverage detected