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

Function GetNumberOfAttributeTypes

IO/HDF/vtkHDFUtilities.h:64–67  ·  view source on GitHub ↗

* How many attribute types we have. This returns 3: point, cell and field * attribute types. */

Source from the content-addressed store, hash-verified

62 * attribute types.
63 */
64constexpr static int GetNumberOfAttributeTypes()
65{
66 return 3;
67}
68
69/*
70 * How many attribute types we have as data array. This returns 2: point and cell.

Callers 3

vtkHDFReaderMethod · 0.85
~vtkHDFReaderMethod · 0.85
RequestDataObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected