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

Method IsBool

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

Source from the content-addressed store, hash-verified

701
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); }

Callers 4

ProcessJSONMethod · 0.80
PrintJSONValueFunction · 0.80
ProcessJSONMethod · 0.80
ProcessJSONMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected