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

Method SetUnsignedLongAttribute

Common/DataModel/vtkXMLDataElement.cxx:953–956  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

951
952//------------------------------------------------------------------------------
953void vtkXMLDataElement::SetUnsignedLongAttribute(const char* name, unsigned long value)
954{
955 this->SetVectorAttribute(name, 1, &value);
956}
957
958//------------------------------------------------------------------------------
959template <class T>

Callers

nothing calls this directly

Calls 1

SetVectorAttributeMethod · 0.95

Tested by

no test coverage detected