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

Function WriteValue

IO/Core/vtkArrayWriter.cxx:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24template <typename T>
25inline void WriteValue(std::ostream& stream, const T& value)
26{
27 stream << value;
28}
29
30inline void WriteValue(std::ostream& stream, const double& value)
31{

Callers 2

WriteSparseArrayAsciiFunction · 0.85
WriteDenseArrayAsciiFunction · 0.85

Calls 2

absFunction · 0.50
minFunction · 0.50

Tested by

no test coverage detected