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

Function ExtractValue

IO/Core/vtkArrayReader.cxx:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25template <typename ValueT>
26void ExtractValue(istream& stream, ValueT& value)
27{
28 stream >> value;
29}
30
31void ExtractValue(istream& stream, vtkStdString& value)
32{

Callers 2

ReadSparseArrayAsciiFunction · 0.85
ReadDenseArrayAsciiFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected