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

Method IsLabel

IO/Geometry/vtkOpenFOAMReader.cxx:704–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702 static bool IsGood(dataType dtype) noexcept { return dtype != NO_TYPE; }
703 static bool IsBool(dataType dtype) noexcept { return dtype == BOOL_TYPE; }
704 static bool IsLabel(dataType dtype) noexcept { return dtype == LABEL_TYPE; }
705 static bool IsScalar(dataType dtype) noexcept { return dtype == SCALAR_TYPE; }
706 static bool IsNumeric(dataType dtype) noexcept { return IsLabel(dtype) || IsScalar(dtype); }
707

Callers 8

ReadLabelListListMethod · 0.45
ReadMethod · 0.45
ReadListMethod · 0.45
updateMethod · 0.45
GetCellZoneMeshMethod · 0.45
GetFaceZoneMeshMethod · 0.45
GetPointZoneMeshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected