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

Method NewArray

IO/HDF/vtkHDFReaderImplementation.cxx:322–327  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

320
321//------------------------------------------------------------------------------
322vtkDataArray* vtkHDFReader::Implementation::NewArray(
323 int attributeType, const char* name, const std::vector<hsize_t>& fileExtent)
324{
325 return vtkHDFUtilities::NewArrayForGroup(
326 this->AttributeDataGroup[attributeType], name, fileExtent);
327}
328
329//------------------------------------------------------------------------------
330vtkDataArray* vtkHDFReader::Implementation::NewArray(

Callers 4

ReadFromFileOrCacheFunction · 0.45
ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected