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

Method IsNumeric

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

Source from the content-addressed store, hash-verified

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
708 // Is a VectorSpace type?
709 static bool IsVectorSpace(dataType dtype) noexcept

Callers 13

ReadDimensionSetMethod · 0.45
ReadMethod · 0.45
ReadListMethod · 0.45
FillFieldMethod · 0.45
ReadXMLInformationMethod · 0.45
GetVertexIndexMethod · 0.45
GetVertexIndexMethod · 0.45
GetVertexIndexMethod · 0.45
RequestDataMethod · 0.45
PopulateDataColumnMethod · 0.45
ReduceValuesToMeanMethod · 0.45
ReduceValuesToMedianMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected