Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ ReadUniformValues
Method
ReadUniformValues
IO/Geometry/vtkOpenFOAMReader.cxx:3309–3313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3307
}
3308
3309
void ReadUniformValues(vtkFoamIOobject& io)
3310
{
3311
primitiveT value = vtkFoamReadValue<primitiveT>::ReadValue(io);
3312
this->Ptr->FillValue(value);
3313
}
3314
3315
void ReadAsciiList(vtkFoamIOobject& io)
3316
{
Callers
1
ReadNonUniformList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected