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

Function IsGhostsAttributeType

IO/CatalystConduit/vtkConduitToDataObject.cxx:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 }
357
358 static bool IsGhostsAttributeType(const std::string& otherAttributeTypeName)
359 {
360 return vtksys::SystemTools::UpperCase(otherAttributeTypeName) == "GHOSTS";
361 }
362};
363
364//----------------------------------------------------------------------------

Callers 1

FillPartitionedDataSetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected