MCPcopy Create free account
hub / github.com/Kitware/VTK / GetHadIssues

Method GetHadIssues

IO/IOSS/vtkIOSSModel.cxx:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

vtkIOSSModelMethod · 0.80

Calls 2

GetCouldNotBeCreatedMethod · 0.95
GetCouldNotBeModifiedMethod · 0.95

Tested by

no test coverage detected