| 283 | //------------------------------------------------------------------------------ |
| 284 | template <typename T> |
| 285 | bool vtkHDFReader::Implementation::GetAttribute( |
| 286 | const char* attributeName, size_t numberOfElements, T* value) |
| 287 | { |
| 288 | return vtkHDFUtilities::GetAttribute(this->VTKGroup, attributeName, numberOfElements, value); |
| 289 | } |
| 290 | |
| 291 | //------------------------------------------------------------------------------ |
| 292 | bool vtkHDFReader::Implementation::HasAttribute(const char* groupName, const char* attributeName) |
no outgoing calls