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

Function isnan

Common/Core/vtkGenericDataArrayLookupHelper.h:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38template <typename T>
39bool isnan(T x)
40{
41 // Select the correct partially specialized type.
42 return has_NaN<T, std::numeric_limits<T>::has_quiet_NaN>::isnan(x);
43}
44VTK_ABI_NAMESPACE_END
45} // namespace detail
46

Callers 15

operator()Method · 0.70
IsNanMethod · 0.70
isnanMethod · 0.70
UpdateLookupFunction · 0.70
FindIndexVecFunction · 0.70
UpdateRangeFunction · 0.70
UpdateRangeFiniteFunction · 0.70
ConvertFloatFunction · 0.70
TestNetCDFUGRIDReaderFunction · 0.50
TestFloatParseFunction · 0.50
RecalculatePlotBoundsMethod · 0.50
EvaluateMethod · 0.50

Calls

no outgoing calls

Tested by 11

TestNetCDFUGRIDReaderFunction · 0.40
TestFloatParseFunction · 0.40
CheckNonFiniteConversionFunction · 0.40
CheckTrimmingFunction · 0.40
TestMathFunction · 0.40
ValuesInfOrNaNFunction · 0.40
testStatsOutputFunction · 0.40
TestYieldCriteriaFunction · 0.40
TestNonLinearCellsApproxFunction · 0.40
TestNonLinearCellsFunction · 0.40