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

Method SetVectorAttribute

Common/DataModel/vtkXMLDataElement.cxx:979–982  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

977
978//------------------------------------------------------------------------------
979void vtkXMLDataElement::SetVectorAttribute(const char* name, int length, const int* data)
980{
981 vtkXMLDataElementVectorAttributeSet(this, name, length, data);
982}
983
984//------------------------------------------------------------------------------
985void vtkXMLDataElement::SetVectorAttribute(const char* name, int length, const float* data)

Callers 7

SetIntAttributeMethod · 0.95
SetFloatAttributeMethod · 0.95
SetDoubleAttributeMethod · 0.95
ConvertMethod · 0.80
WriteCompositeMethod · 0.80
WriteCameraPosesMethod · 0.80

Tested by

no test coverage detected