----------------------------------------------------------------------------
| 2420 | |
| 2421 | //---------------------------------------------------------------------------- |
| 2422 | bool vtkIOSSModel::ElementSideCouldNotBeCreated() const |
| 2423 | { |
| 2424 | return this->Internals->ElementSideInfo.GetCouldNotBeCreated(); |
| 2425 | } |
| 2426 | |
| 2427 | //---------------------------------------------------------------------------- |
| 2428 | bool vtkIOSSModel::ElementSideCouldNotBeModified() const |
no test coverage detected