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

Method TimeRegionPath

IO/Geometry/vtkOpenFOAMReader.cxx:931–934  ·  view source on GitHub ↗

TimePath + region

Source from the content-addressed store, hash-verified

929
930 // TimePath + region
931 std::string TimeRegionPath(int timeIndex) const
932 {
933 return this->TimePath(timeIndex) + this->RegionPath();
934 }
935
936 std::string CurrentTimeRegionPath() const { return this->TimeRegionPath(this->TimeStep); }
937

Callers 2

CurrentTimeRegionPathMethod · 0.95

Calls 2

TimePathMethod · 0.95
RegionPathMethod · 0.95

Tested by

no test coverage detected