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

Method SetIntAttribute

Common/DataModel/vtkXMLDataElement.cxx:935–938  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

933
934//------------------------------------------------------------------------------
935void vtkXMLDataElement::SetIntAttribute(const char* name, int value)
936{
937 this->SetVectorAttribute(name, 1, &value);
938}
939
940//------------------------------------------------------------------------------
941void vtkXMLDataElement::SetFloatAttribute(const char* name, float value)

Callers 15

WriteFontsMethod · 0.80
WriteImagesMethod · 0.80
WritePatternsMethod · 0.80
WriteClipRectsMethod · 0.80
PrepareDocumentMethod · 0.80
RenderBackgroundMethod · 0.80
WriteCompositeMethod · 0.80
WriteCompositeMethod · 0.80
MarkIdTypeArraysMethod · 0.80
WriteSummaryXMLMethod · 0.80
WriteCompositeMethod · 0.80

Calls 1

SetVectorAttributeMethod · 0.95

Tested by

no test coverage detected