| 88 | bool GetCouldNotBeModified() const { return this->NeedToBeModified != this->Modified; } |
| 89 | |
| 90 | bool GetHadIssues() const |
| 91 | { |
| 92 | return this->GetCouldNotBeCreated() || this->GetCouldNotBeModified(); |
| 93 | } |
| 94 | |
| 95 | void PrintSelf(ostream& os, vtkIndent indent) |
| 96 | { |
no test coverage detected