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

Method ToFloat

Common/Core/vtkVariant.cxx:968–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966// Callers causing implicit instantiations of ToNumeric
967
968float vtkVariant::ToFloat(bool* valid) const
969{
970 return this->ToNumeric(valid, static_cast<float*>(nullptr));
971}
972
973double vtkVariant::ToDouble(bool* valid) const
974{

Callers 15

operator==Method · 0.95
operator<Method · 0.95
SetInputDataMethod · 0.45
GenerateSurfaceMethod · 0.45
TestFunctionalBagPlotFunction · 0.45
ToFloatFunction · 0.45
vtkVariantCast<float>Function · 0.45
vtkVariantExtract<float>Function · 0.45
vtkVariantMethod · 0.45
testBoolPointerMethod · 0.45
CheckNonFiniteConversionFunction · 0.45

Calls 1

ToNumericMethod · 0.95

Tested by 6

TestFunctionalBagPlotFunction · 0.36
testBoolPointerMethod · 0.36
CheckNonFiniteConversionFunction · 0.36
CheckTrimmingFunction · 0.36
TestVariantFunction · 0.36
TestComputeQuartilesFunction · 0.36