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