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

Method GetAttribute

IO/HDF/vtkHDFReaderImplementation.cxx:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283//------------------------------------------------------------------------------
284template <typename T>
285bool 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//------------------------------------------------------------------------------
292bool vtkHDFReader::Implementation::HasAttribute(const char* groupName, const char* attributeName)

Callers 15

GetImageAttributesMethod · 0.95
ReadCompositeMethod · 0.45
FindDataArrayWithNameMethod · 0.45
ReadXMLDataMethod · 0.45
ReadTrees_0Method · 0.45
ReadTrees_1Method · 0.45
ReadTrees_2Method · 0.45
ColumnIsEnabledMethod · 0.45
SetupOutputDataMethod · 0.45

Calls

no outgoing calls

Tested by 1