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

Method RegionPath

IO/Geometry/vtkOpenFOAMReader.cxx:882–889  ·  view source on GitHub ↗

The subdirectory for a region. Eg, "/solid". Empty for default region.

Source from the content-addressed store, hash-verified

880
881 // The subdirectory for a region. Eg, "/solid". Empty for default region.
882 std::string RegionPath() const
883 {
884 if (this->RegionName.empty())
885 {
886 return "";
887 }
888 return ("/" + this->RegionName);
889 }
890
891 // Prefix display qualifier for a region. Eg, "/solid/". Empty for default region.
892 std::string RegionPrefix() const

Callers 3

TimeRegionPathMethod · 0.95

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected