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

Function GetNumberOfDataArrayTypes

IO/HDF/vtkHDFUtilities.h:72–75  ·  view source on GitHub ↗

* How many attribute types we have as data array. This returns 2: point and cell. */

Source from the content-addressed store, hash-verified

70 * How many attribute types we have as data array. This returns 2: point and cell.
71 */
72constexpr static int GetNumberOfDataArrayTypes()
73{
74 return 2;
75}
76
77/**
78 * Read the dataset type string for the given group,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected