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

Method HasAttribute

Common/DataModel/vtkDataAssembly.cxx:966–971  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

964
965//------------------------------------------------------------------------------
966bool vtkDataAssembly::HasAttribute(int id, const char* name) const
967{
968 const auto& internals = (*this->Internals);
969 const auto node = internals.FindNode(id);
970 return (node.attribute(name));
971}
972
973//------------------------------------------------------------------------------
974void vtkDataAssembly::SetAttribute(int id, const char* name, const char* value)

Callers 2

VisitMethod · 0.45
VisitMethod · 0.45

Calls 2

FindNodeMethod · 0.80
attributeMethod · 0.80

Tested by

no test coverage detected