------------------------------------------------------------------------------
| 307 | |
| 308 | //------------------------------------------------------------------------------ |
| 309 | std::vector<std::string> vtkHDFReader::Implementation::GetArrayNames(int attributeType) |
| 310 | { |
| 311 | return vtkHDFUtilities::GetArrayNames(this->AttributeDataGroup, attributeType); |
| 312 | } |
| 313 | |
| 314 | //------------------------------------------------------------------------------ |
| 315 | std::vector<std::string> vtkHDFReader::Implementation::GetOrderedChildrenOfGroup( |
no outgoing calls
no test coverage detected