| 755 | void PrintTimes(std::ostream& os, vtkIndent indent, bool full = false) const; |
| 756 | |
| 757 | bool HasPolyMesh() const noexcept { return !this->PolyMeshTimeIndexFaces.empty(); } |
| 758 | |
| 759 | const std::string& GetRegionName() const noexcept { return this->RegionName; } |
| 760 |
no test coverage detected