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

Method RegionPrefix

IO/Geometry/vtkOpenFOAMReader.cxx:892–899  ·  view source on GitHub ↗

Prefix display qualifier for a region. Eg, "/solid/". Empty for default region.

Source from the content-addressed store, hash-verified

890
891 // Prefix display qualifier for a region. Eg, "/solid/". Empty for default region.
892 std::string RegionPrefix() const
893 {
894 if (this->RegionName.empty())
895 {
896 return "";
897 }
898 return ("/" + this->RegionName + "/");
899 }
900
901 // Test if display (selection) name matches the current region.
902 // See RegionPrefix() comments

Callers 4

MakeLagrangianMeshMethod · 0.95
RequestDataMethod · 0.95

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected