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

Method GetVectorAttribute

Common/DataModel/vtkXMLDataElement.cxx:764–767  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

762
763//------------------------------------------------------------------------------
764int vtkXMLDataElement::GetVectorAttribute(const char* name, int length, int* data)
765{
766 return vtkXMLDataElementVectorAttributeParse(this->GetAttribute(name), length, data);
767}
768
769//------------------------------------------------------------------------------
770int vtkXMLDataElement::GetVectorAttribute(const char* name, int length, float* data)

Callers 15

GetScalarAttributeMethod · 0.95
FillMetaDataMethod · 0.80
FindDataArrayWithNameMethod · 0.80
ReadXMLDataMethod · 0.80
ReadPrimaryElementMethod · 0.80
ReadPrimaryElementMethod · 0.80
ReadPieceMethod · 0.80
ReadPrimaryElementMethod · 0.80
ReadPieceMethod · 0.80

Calls 2

GetAttributeMethod · 0.95

Tested by

no test coverage detected