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

Method SetDoubleAttribute

Common/DataModel/vtkXMLDataElement.cxx:947–950  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

945
946//------------------------------------------------------------------------------
947void vtkXMLDataElement::SetDoubleAttribute(const char* name, double value)
948{
949 this->SetVectorAttribute(name, 1, &value);
950}
951
952//------------------------------------------------------------------------------
953void vtkXMLDataElement::SetUnsignedLongAttribute(const char* name, unsigned long value)

Callers 2

WriteCameraPosesMethod · 0.80

Calls 1

SetVectorAttributeMethod · 0.95

Tested by

no test coverage detected