------------------------------------------------------------------------------
| 945 | |
| 946 | //------------------------------------------------------------------------------ |
| 947 | void vtkXMLDataElement::SetDoubleAttribute(const char* name, double value) |
| 948 | { |
| 949 | this->SetVectorAttribute(name, 1, &value); |
| 950 | } |
| 951 | |
| 952 | //------------------------------------------------------------------------------ |
| 953 | void vtkXMLDataElement::SetUnsignedLongAttribute(const char* name, unsigned long value) |
no test coverage detected