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

Method SetFloatAttribute

Common/DataModel/vtkXMLDataElement.cxx:941–944  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

939
940//------------------------------------------------------------------------------
941void vtkXMLDataElement::SetFloatAttribute(const char* name, float value)
942{
943 this->SetVectorAttribute(name, 1, &value);
944}
945
946//------------------------------------------------------------------------------
947void vtkXMLDataElement::SetDoubleAttribute(const char* name, double value)

Callers 15

DrawPointsMethod · 0.80
DrawPointSpritesMethod · 0.80
DrawMarkersMethod · 0.80
DrawEllipseWedgeMethod · 0.80
DrawEllipticArcMethod · 0.80
DrawStringMethod · 0.80
DrawImageMethod · 0.80
ApplyPenOpacityToNodeMethod · 0.80
ApplyPenWidthToNodeMethod · 0.80

Calls 1

SetVectorAttributeMethod · 0.95

Tested by

no test coverage detected